From owner-cvs-all Sun Aug 4 0: 7:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A73A237B400; Sun, 4 Aug 2002 00:07:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E07943E5E; Sun, 4 Aug 2002 00:07:35 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7477ZJU053788; Sun, 4 Aug 2002 00:07:35 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7477Zdb053787; Sun, 4 Aug 2002 00:07:35 -0700 (PDT) Message-Id: <200208040707.g7477Zdb053787@freefall.freebsd.org> From: Alan Cox Date: Sun, 4 Aug 2002 00:07:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_contig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/04 00:07:34 PDT Modified files: sys/vm vm_contig.c Log: o Extend the scope of the page queues lock in contigmalloc1(). o Replace vm_page_sleep_busy() with vm_page_sleep_if_busy() in vm_contig_launder(). Revision Changes Path 1.13 +8 -8 src/sys/vm/vm_contig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 0:12:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8498F37B400; Sun, 4 Aug 2002 00:12:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A64D43E3B; Sun, 4 Aug 2002 00:12:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747CKJU055131; Sun, 4 Aug 2002 00:12:20 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747CKxw055130; Sun, 4 Aug 2002 00:12:20 -0700 (PDT) Message-Id: <200208040712.g747CKxw055130@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 4 Aug 2002 00:12:20 -0700 (PDT) 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 2002/08/04 00:12:20 PDT Modified files: editors/vim Makefile Log: Allow to build GNOME GUI again (attempting was resulting in a Gtk version). PR: 41108 Submitted by: Jan Stocker Revision Changes Path 1.201 +1 -1 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 Sun Aug 4 0:26: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5403637B400; Sun, 4 Aug 2002 00:26:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1997643E3B; Sun, 4 Aug 2002 00:26:03 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: from freefall.freebsd.org (markp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747Q2JU060091; Sun, 4 Aug 2002 00:26:02 -0700 (PDT) (envelope-from markp@freefall.freebsd.org) Received: (from markp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747Q2Ns060090; Sun, 4 Aug 2002 00:26:02 -0700 (PDT) Message-Id: <200208040726.g747Q2Ns060090@freefall.freebsd.org> From: Mark Pulford Date: Sun, 4 Aug 2002 00:26:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/lbreakout2 Makefile distinfo pkg-comment pkg-descr pkg-install 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 markp 2002/08/04 00:26:02 PDT Modified files: games Makefile Added files: games/lbreakout2 Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist Log: Add lbreakout2 2.2.2, the polished successor to LBreakout. PR: 40589 Submitted by: verm@drunkmonk.net Revision Changes Path 1.477 +1 -0 ports/games/Makefile 1.1 +39 -0 ports/games/lbreakout2/Makefile (new) 1.1 +1 -0 ports/games/lbreakout2/distinfo (new) 1.1 +1 -0 ports/games/lbreakout2/pkg-comment (new) 1.1 +10 -0 ports/games/lbreakout2/pkg-descr (new) 1.1 +7 -0 ports/games/lbreakout2/pkg-install (new) 1.1 +75 -0 ports/games/lbreakout2/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 Aug 4 0:26:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 168AA37B4A0; Sun, 4 Aug 2002 00:26:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEBEB43E4A; Sun, 4 Aug 2002 00:26:11 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: from freefall.freebsd.org (markp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747Q9JU060152; Sun, 4 Aug 2002 00:26:11 -0700 (PDT) (envelope-from markp@freefall.freebsd.org) Received: (from markp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747Q95m060150; Sun, 4 Aug 2002 00:26:09 -0700 (PDT) Message-Id: <200208040726.g747Q95m060150@freefall.freebsd.org> From: Mark Pulford Date: Sun, 4 Aug 2002 00:26:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markp 2002/08/04 00:26:09 PDT Modified files: . modules Log: lbreakout2 --> ports/games/lbreakout2 Revision Changes Path 1.5660 +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 Aug 4 0:28: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BC3637B400; Sun, 4 Aug 2002 00:28:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F1E43E42; Sun, 4 Aug 2002 00:28:01 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747S1JU060965; Sun, 4 Aug 2002 00:28:01 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747S1Ru060945; Sun, 4 Aug 2002 00:28:01 -0700 (PDT) Message-Id: <200208040728.g747S1Ru060945@freefall.freebsd.org> From: Clive Lin Date: Sun, 4 Aug 2002 00:27:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/e2fsprogs Makefile distinfo pkg-plist ports/sysutils/e2fsprogs/files patch-MCONFIG.in patch-debugfs::Makefile.in patch-lib::ext2fs::ismounted.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/08/04 00:27:59 PDT Modified files: sysutils/e2fsprogs Makefile distinfo pkg-plist sysutils/e2fsprogs/files patch-MCONFIG.in patch-debugfs::Makefile.in Added files: sysutils/e2fsprogs/files patch-lib::ext2fs::ismounted.c Log: Upgrade to 1.27 PR: ports/41293 Submitted by: Yen-Ming Lee Revision Changes Path 1.4 +12 -4 ports/sysutils/e2fsprogs/Makefile 1.2 +1 -1 ports/sysutils/e2fsprogs/distinfo 1.2 +5 -10 ports/sysutils/e2fsprogs/files/patch-MCONFIG.in 1.2 +1 -10 ports/sysutils/e2fsprogs/files/patch-debugfs::Makefile.in 1.1 +104 -0 ports/sysutils/e2fsprogs/files/patch-lib::ext2fs::ismounted.c (new) 1.2 +8 -0 ports/sysutils/e2fsprogs/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 Aug 4 0:28:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D7E37B401; Sun, 4 Aug 2002 00:28:14 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F5D443E70; Sun, 4 Aug 2002 00:28:14 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 13D11AE2D6; Sun, 4 Aug 2002 00:28:14 -0700 (PDT) Date: Sun, 4 Aug 2002 00:28:14 -0700 From: Alfred Perlstein To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <20020804072813.GU76284@elvis.mu.org> References: <200208040536.g745aMb8037891@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208040536.g745aMb8037891@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Luigi Rizzo [020803 22:38] wrote: > luigi 2002/08/03 22:36:22 PDT > > Modified files: (Branch: RELENG_4) > sys/sys mbuf.h > sys/kern uipc_mbuf.c > Log: > MFC: add m_getcl() as a preferred way to get an mbuf with an > attached cluster. Thank you! -- -Alfred Perlstein [alfred@freebsd.org] [#bsdcode/efnet/irc.prison.net] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 0:31:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10C1737B401; Sun, 4 Aug 2002 00:31:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E69B43E3B; Sun, 4 Aug 2002 00:31:29 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747VTJU062448; Sun, 4 Aug 2002 00:31:29 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747VT8E062447; Sun, 4 Aug 2002 00:31:29 -0700 (PDT) Message-Id: <200208040731.g747VT8E062447@freefall.freebsd.org> From: Clive Lin Date: Sun, 4 Aug 2002 00:31:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/upnp Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/upnp/files patch-makefile patch-src::api::makefile patch-src::api::upnpapi.c patch-src::gena::Makefile patch-src::genlib::tpool::interrupts.cpp patch-src::genlib::util::gmtdate.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 clive 2002/08/04 00:31:29 PDT Modified files: devel Makefile Added files: devel/upnp Makefile distinfo pkg-comment pkg-descr pkg-plist devel/upnp/files patch-makefile patch-src::api::makefile patch-src::api::upnpapi.c patch-src::gena::Makefile patch-src::genlib::tpool::interrupts.cpp patch-src::genlib::util::gmtdate.cpp patch-src::ssdp::ssdplib.c Log: New port: SDK for UPnP Devices This is Linux SDK for UPnP Devices 1.0, an Open Source Universal Plug and Play Development Kit. PR: ports/41294 Submitted by: Yen-Ming Lee Revision Changes Path 1.892 +1 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/upnp/Makefile (new) 1.1 +1 -0 ports/devel/upnp/distinfo (new) 1.1 +45 -0 ports/devel/upnp/files/patch-makefile (new) 1.1 +22 -0 ports/devel/upnp/files/patch-src::api::makefile (new) 1.1 +11 -0 ports/devel/upnp/files/patch-src::api::upnpapi.c (new) 1.1 +11 -0 ports/devel/upnp/files/patch-src::gena::Makefile (new) 1.1 +11 -0 ports/devel/upnp/files/patch-src::genlib::tpool::interrupts.cpp (new) 1.1 +20 -0 ports/devel/upnp/files/patch-src::genlib::util::gmtdate.cpp (new) 1.1 +11 -0 ports/devel/upnp/files/patch-src::ssdp::ssdplib.c (new) 1.1 +1 -0 ports/devel/upnp/pkg-comment (new) 1.1 +18 -0 ports/devel/upnp/pkg-descr (new) 1.1 +19 -0 ports/devel/upnp/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 Aug 4 0:31:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9722E37B436; Sun, 4 Aug 2002 00:31:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2223343E3B; Sun, 4 Aug 2002 00:31:40 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747VeJU062581; Sun, 4 Aug 2002 00:31:40 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747VdF9062580; Sun, 4 Aug 2002 00:31:39 -0700 (PDT) Message-Id: <200208040731.g747VdF9062580@freefall.freebsd.org> From: Clive Lin Date: Sun, 4 Aug 2002 00:31:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/08/04 00:31:39 PDT Modified files: . modules Log: upnp --> ports/devel/upnp Revision Changes Path 1.5661 +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 Aug 4 0:37:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74CF537B400; Sun, 4 Aug 2002 00:37:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD4543E65; Sun, 4 Aug 2002 00:37:42 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747bdJU064881; Sun, 4 Aug 2002 00:37:39 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747bdlc064880; Sun, 4 Aug 2002 00:37:39 -0700 (PDT) Message-Id: <200208040737.g747bdlc064880@freefall.freebsd.org> From: Clive Lin Date: Sun, 4 Aug 2002 00:37:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/linuxigd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/linuxigd/files linuxigd.sh.sample patch-Makefile patch-gateway.cpp patch-gateway.h patch-ipcon.cpp patch-pmlist.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 clive 2002/08/04 00:37:39 PDT Modified files: net Makefile Added files: net/linuxigd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist net/linuxigd/files linuxigd.sh.sample patch-Makefile patch-gateway.cpp patch-gateway.h patch-ipcon.cpp patch-pmlist.cpp Log: New port: linuxigd, Linux UPnP Internet Gateway Device. This project is a deamon that emulates Microsoft's Internet Connection Service (ICS). It implements the UPnP Internet Gateway Device specification (IGD) and allows UPnP aware clients, such as MSN Messenger to work properly from behind a NAT firewall. PR: ports/41295 Submitted by: Yen-Ming Lee Submitter sponsored by: Miss WeiWei. Revision Changes Path 1.820 +1 -0 ports/net/Makefile 1.1 +35 -0 ports/net/linuxigd/Makefile (new) 1.1 +1 -0 ports/net/linuxigd/distinfo (new) 1.1 +25 -0 ports/net/linuxigd/files/linuxigd.sh.sample (new) 1.1 +22 -0 ports/net/linuxigd/files/patch-Makefile (new) 1.1 +18 -0 ports/net/linuxigd/files/patch-gateway.cpp (new) 1.1 +11 -0 ports/net/linuxigd/files/patch-gateway.h (new) 1.1 +12 -0 ports/net/linuxigd/files/patch-ipcon.cpp (new) 1.1 +45 -0 ports/net/linuxigd/files/patch-pmlist.cpp (new) 1.1 +1 -0 ports/net/linuxigd/pkg-comment (new) 1.1 +4 -0 ports/net/linuxigd/pkg-descr (new) 1.1 +6 -0 ports/net/linuxigd/pkg-message (new) 1.1 +8 -0 ports/net/linuxigd/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 Aug 4 0:37:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 619E837B400; Sun, 4 Aug 2002 00:37:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B8143E42; Sun, 4 Aug 2002 00:37:55 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747bsJU064996; Sun, 4 Aug 2002 00:37:54 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747bsbt064993; Sun, 4 Aug 2002 00:37:54 -0700 (PDT) Message-Id: <200208040737.g747bsbt064993@freefall.freebsd.org> From: Clive Lin Date: Sun, 4 Aug 2002 00:37:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/08/04 00:37:54 PDT Modified files: . modules Log: linuxigd --> ports/net/linuxigd Revision Changes Path 1.5662 +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 Aug 4 0:43: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFA7337B400; Sun, 4 Aug 2002 00:43:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A384843E5E; Sun, 4 Aug 2002 00:43:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747h0JU067154; Sun, 4 Aug 2002 00:43:01 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747h0fH067153; Sun, 4 Aug 2002 00:43:00 -0700 (PDT) Message-Id: <200208040743.g747h0fH067153@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 4 Aug 2002 00:43:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/super 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 obrien 2002/08/04 00:43:00 PDT Modified files: security/super Makefile distinfo pkg-plist Log: Update to 3.20.0. Parts taken from PR below. PR: 40869 Submitted by: Seamus Venasse Revision Changes Path 1.21 +8 -12 ports/security/super/Makefile 1.7 +1 -1 ports/security/super/distinfo 1.5 +5 -5 ports/security/super/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 Aug 4 0:47:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CE3537B400; Sun, 4 Aug 2002 00:47:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E574C43E4A; Sun, 4 Aug 2002 00:47:50 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747loJU068902; Sun, 4 Aug 2002 00:47:50 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747loe9068901; Sun, 4 Aug 2002 00:47:50 -0700 (PDT) Message-Id: <200208040747.g747loe9068901@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 4 Aug 2002 00:47:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/super/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 obrien 2002/08/04 00:47:50 PDT Added files: security/super/files patch-Makefile.in Log: Allow to install on 5-CURRENT (our 'mkdir -p -m' works just fine thank you) Revision Changes Path 1.1 +9 -0 ports/security/super/files/patch-Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 0:54:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1ECC37B400; Sun, 4 Aug 2002 00:54:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7821A43E3B; Sun, 4 Aug 2002 00:54:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747sfJU070408; Sun, 4 Aug 2002 00:54:41 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747sfPf070407; Sun, 4 Aug 2002 00:54:41 -0700 (PDT) Message-Id: <200208040754.g747sfPf070407@freefall.freebsd.org> From: Bruce Evans Date: Sun, 4 Aug 2002 00:54:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale 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 bde 2002/08/04 00:54:41 PDT Modified files: lib/libc/locale Makefile.inc Log: Fixed some style bugs (unsorting of MLINKS, and more than 1 assignment to MAN per section). Revision Changes Path 1.26 +3 -3 src/lib/libc/locale/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 0:56: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C3837B400; Sun, 4 Aug 2002 00:56:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9831043E5E; Sun, 4 Aug 2002 00:56:00 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747u0JU070556; Sun, 4 Aug 2002 00:56:00 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747u0gA070555; Sun, 4 Aug 2002 00:56:00 -0700 (PDT) Message-Id: <200208040756.g747u0gA070555@freefall.freebsd.org> From: Clive Lin Date: Sun, 4 Aug 2002 00:56:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xpdf Makefile distinfo pkg-descr pkg-plist ports/chinese/xpdf/files dot.xpdfrc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/08/04 00:56:00 PDT Modified files: chinese/xpdf Makefile distinfo pkg-descr pkg-plist chinese/xpdf/files dot.xpdfrc Log: Add simplified Chinese support. PR: ports/41295 Submitted by: Statue Revision Changes Path 1.2 +12 -4 ports/chinese/xpdf/Makefile 1.2 +1 -0 ports/chinese/xpdf/distinfo 1.2 +9 -0 ports/chinese/xpdf/files/dot.xpdfrc 1.2 +3 -1 ports/chinese/xpdf/pkg-descr 1.2 +5 -0 ports/chinese/xpdf/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 0:58:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8E9637B400; Sun, 4 Aug 2002 00:58:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 803AC43E42; Sun, 4 Aug 2002 00:58:20 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747wKJU070755; Sun, 4 Aug 2002 00:58:20 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747wKIH070754; Sun, 4 Aug 2002 00:58:20 -0700 (PDT) Message-Id: <200208040758.g747wKIH070754@freefall.freebsd.org> From: Clive Lin Date: Sun, 4 Aug 2002 00:58:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xpdf 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 clive 2002/08/04 00:58:20 PDT Modified files: chinese/xpdf Makefile Log: My fault, previous commit log is wrong. This is actually PR 41303. PR: ports/41303 Submitted by: Statue Revision Changes Path 1.3 +0 -0 ports/chinese/xpdf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 0:59:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC8BA37B400; Sun, 4 Aug 2002 00:59:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71A5543E4A; Sun, 4 Aug 2002 00:59:20 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: from freefall.freebsd.org (markp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g747xKJU070833; Sun, 4 Aug 2002 00:59:20 -0700 (PDT) (envelope-from markp@freefall.freebsd.org) Received: (from markp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g747xK1V070832; Sun, 4 Aug 2002 00:59:20 -0700 (PDT) Message-Id: <200208040759.g747xK1V070832@freefall.freebsd.org> From: Mark Pulford Date: Sun, 4 Aug 2002 00:59:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/lbreakout2 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 markp 2002/08/04 00:59:20 PDT Modified files: games/lbreakout2 Makefile pkg-plist Log: Fix doc handling Revision Changes Path 1.2 +5 -1 ports/games/lbreakout2/Makefile 1.2 +33 -0 ports/games/lbreakout2/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 Aug 4 1: 2: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6D737B400; Sun, 4 Aug 2002 01:02:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F53C43E5E; Sun, 4 Aug 2002 01:02:05 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74825JU071373; Sun, 4 Aug 2002 01:02:05 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74825bP071372; Sun, 4 Aug 2002 01:02:05 -0700 (PDT) Message-Id: <200208040802.g74825bP071372@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 4 Aug 2002 01:02:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cdrtools Makefile distinfo ports/sysutils/mkisofs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/08/04 01:02:05 PDT Modified files: sysutils/cdrtools Makefile distinfo sysutils/mkisofs Makefile Log: Upgrade to cdrtools-1.11a28. Revision Changes Path 1.37 +2 -2 ports/sysutils/cdrtools/Makefile 1.23 +1 -1 ports/sysutils/cdrtools/distinfo 1.32 +1 -1 ports/sysutils/mkisofs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 1:25: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A741D37B400; Sun, 4 Aug 2002 01:25:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2932743E4A; Sun, 4 Aug 2002 01:25:02 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g748P2JU077311; Sun, 4 Aug 2002 01:25:02 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g748P2Ne077308; Sun, 4 Aug 2002 01:25:02 -0700 (PDT) Message-Id: <200208040825.g748P2Ne077308@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 4 Aug 2002 01:25:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh parser.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/04 01:25:01 PDT Modified files: (Branch: RELENG_4) bin/sh parser.c Log: MFC: Don't allow "||" or "&&" to be the first tokens of a command. PR: 40386 Revision Changes Path 1.29.2.7 +1 -0 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 1:27:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F088137B400; Sun, 4 Aug 2002 01:27:44 -0700 (PDT) Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AE4B43E4A; Sun, 4 Aug 2002 01:27:44 -0700 (PDT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 694455B8B; Sun, 4 Aug 2002 10:27:42 +0200 (CEST) Received: by mail.droso.net (Postfix, from userid 1001) id A64845B85; Sun, 4 Aug 2002 10:27:39 +0200 (CEST) Date: Sun, 4 Aug 2002 10:27:39 +0200 From: Erwin Lansing To: Mark Pulford Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/ap-utils Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20020804102739.C33029@droso.net> References: <200208040551.g745pJP4039470@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208040551.g745pJP4039470@freefall.freebsd.org>; from markp@FreeBSD.org on Sat, Aug 03, 2002 at 10:51:19PM -0700 X-Operating-System: FreeBSD/i386 4.6-STABLE X-Virus-Scanned: by AMaViS perl-11 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 03, 2002 at 10:51:19PM -0700, Mark Pulford wrote: > markp 2002/08/03 22:51:19 PDT >=20 > Modified files: > net Makefile=20 > Added files: > net/ap-utils Makefile distinfo pkg-comment pkg-descr=20 > pkg-plist=20 > Log: > Add ap-utils 1.0.3, amtel wireless access point utilities. > =20 > PR: 40719 > Submitted by: Jerry A! > =20 Also PR 40191 Cheers, -erwin --=20 Erwin Lansing -- http://droso.org --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9TOV7qy9aWxUlaZARAi/lAKDRrJmTE3OJNCQunCGLDDKSltdJiwCgsU97 jn6QItEfEyywaps5oXbWYtg= =Kjn2 -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 2: 4:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 834E437B400; Sun, 4 Aug 2002 02:04:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F91C43E42; Sun, 4 Aug 2002 02:04:13 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7494DJU080143; Sun, 4 Aug 2002 02:04:13 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7494DIZ080142; Sun, 4 Aug 2002 02:04:13 -0700 (PDT) Message-Id: <200208040904.g7494DIZ080142@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 4 Aug 2002 02:04:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports README ports/Mk bsd.port.mk ports/Templates README.top ports/emulators/wine pkg-message ports/games/flightgear/files patch-ab patch-ac ports/games/flightgear/patches.tools gfc-patch-aa ports/security/openssl ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/04 02:04:13 PDT Modified files: . README Mk bsd.port.mk Templates README.top emulators/wine pkg-message games/flightgear/files patch-ab patch-ac games/flightgear/patches.tools gfc-patch-aa security/openssl Makefile.ssl x11-fm/nautilus2/files patch-data_static_bookmarks.xml Log: Fix links to the Handbook, the FAQ and the porters-handbook. Approved by: portmgr Revision Changes Path 1.421 +2 -2 ports/Mk/bsd.port.mk 1.5 +1 -1 ports/README 1.4 +2 -2 ports/Templates/README.top 1.10 +1 -1 ports/emulators/wine/pkg-message 1.2 +1 -1 ports/games/flightgear/files/patch-ab 1.2 +2 -2 ports/games/flightgear/files/patch-ac 1.2 +1 -1 ports/games/flightgear/patches.tools/gfc-patch-aa 1.2 +2 -2 ports/security/openssl/Makefile.ssl 1.2 +1 -1 ports/x11-fm/nautilus2/files/patch-data_static_bookmarks.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 2: 7:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32F6737B400; Sun, 4 Aug 2002 02:07:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F171243E5E; Sun, 4 Aug 2002 02:07:10 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7497AJU084588; Sun, 4 Aug 2002 02:07:10 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7497AlR084587; Sun, 4 Aug 2002 02:07:10 -0700 (PDT) Message-Id: <200208040907.g7497AlR084587@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 4 Aug 2002 02:07:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-unit Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/08/04 02:07:10 PDT Modified files: devel/ruby-unit Makefile distinfo Log: Update to 0.5.5. Revision Changes Path 1.26 +2 -2 ports/devel/ruby-unit/Makefile 1.23 +1 -1 ports/devel/ruby-unit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 2:20: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10FD537B400; Sun, 4 Aug 2002 02:20:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB06A43E5E; Sun, 4 Aug 2002 02:19:59 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g749JxJU085384; Sun, 4 Aug 2002 02:19:59 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g749Jxjw085383; Sun, 4 Aug 2002 02:19:59 -0700 (PDT) Message-Id: <200208040919.g749Jxjw085383@freefall.freebsd.org> From: Clive Lin Date: Sun, 4 Aug 2002 02:19:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/ttfm/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 clive 2002/08/04 02:19:59 PDT Removed files: chinese/ttfm/files patch-aa Log: Really bury patch-aa. Revision Changes Path 1.4 +0 -0 ports/chinese/ttfm/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 2:31:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD0ED37B400; Sun, 4 Aug 2002 02:31:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 628FC43E65; Sun, 4 Aug 2002 02:31:42 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g749VgJU086580; Sun, 4 Aug 2002 02:31:42 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g749VgtZ086579; Sun, 4 Aug 2002 02:31:42 -0700 (PDT) Message-Id: <200208040931.g749VgtZ086579@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 4 Aug 2002 02:31:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kde3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/08/04 02:31:42 PDT Modified files: x11/kde3 Makefile Log: 1. Explicitly added USE_QT_VER and USE_KDELIBS_VER. 2. Unless NO_QT_WARNING is defined, and kdelibs is installed, a warning is printed advising the user to delete the kdelibs package. This warning causes a 10 sec delay in the make to make sure the user notices it. PR: 41206 Revision Changes Path 1.53 +31 -3 ports/x11/kde3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 2:37: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2939537B400; Sun, 4 Aug 2002 02:36:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3DD243E5E; Sun, 4 Aug 2002 02:36:57 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: from freefall.freebsd.org (markp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g749avJU086951; Sun, 4 Aug 2002 02:36:57 -0700 (PDT) (envelope-from markp@freefall.freebsd.org) Received: (from markp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g749av6h086950; Sun, 4 Aug 2002 02:36:57 -0700 (PDT) Message-Id: <200208040936.g749av6h086950@freefall.freebsd.org> From: Mark Pulford Date: Sun, 4 Aug 2002 02:36:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/marbles Makefile distinfo pkg-comment pkg-descr pkg-install 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 markp 2002/08/04 02:36:57 PDT Modified files: games Makefile Added files: games/marbles Makefile distinfo pkg-comment pkg-descr pkg-install pkg-plist Log: Add marbles 1.0.2, a challenging puzzle game similar to Atomix. PR: 40590 Submitted by: verm@drunkmonk.net Revision Changes Path 1.478 +1 -0 ports/games/Makefile 1.1 +43 -0 ports/games/marbles/Makefile (new) 1.1 +1 -0 ports/games/marbles/distinfo (new) 1.1 +1 -0 ports/games/marbles/pkg-comment (new) 1.1 +5 -0 ports/games/marbles/pkg-descr (new) 1.1 +7 -0 ports/games/marbles/pkg-install (new) 1.1 +80 -0 ports/games/marbles/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 Aug 4 2:37:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B99637B401; Sun, 4 Aug 2002 02:37:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FAC43E42; Sun, 4 Aug 2002 02:37:00 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: from freefall.freebsd.org (markp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g749axJU086984; Sun, 4 Aug 2002 02:36:59 -0700 (PDT) (envelope-from markp@freefall.freebsd.org) Received: (from markp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g749axwL086983; Sun, 4 Aug 2002 02:36:59 -0700 (PDT) Message-Id: <200208040936.g749axwL086983@freefall.freebsd.org> From: Mark Pulford Date: Sun, 4 Aug 2002 02:36:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markp 2002/08/04 02:36:59 PDT Modified files: . modules Log: marbles --> ports/games/marbles Revision Changes Path 1.5663 +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 Aug 4 2:37:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71DAC37B400; Sun, 4 Aug 2002 02:37:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2683D43E84; Sun, 4 Aug 2002 02:37:30 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g749bTJU087091; Sun, 4 Aug 2002 02:37:29 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g749bTPi087090; Sun, 4 Aug 2002 02:37:29 -0700 (PDT) Message-Id: <200208040937.g749bTPi087090@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 4 Aug 2002 02:37:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale ldpart.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/04 02:37:29 PDT Modified files: lib/libc/locale ldpart.c Log: Use errno to indicate failure reason. Remove incomplete checks for 'name' and 'PatchLocale', they must be already checked at this point. Revision Changes Path 1.9 +18 -12 src/lib/libc/locale/ldpart.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 3:14:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3053A37B400; Sun, 4 Aug 2002 03:14:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC5F543E42; Sun, 4 Aug 2002 03:14:39 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: from freefall.freebsd.org (markp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74AEdJU094590; Sun, 4 Aug 2002 03:14:39 -0700 (PDT) (envelope-from markp@freefall.freebsd.org) Received: (from markp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74AEd9j094589; Sun, 4 Aug 2002 03:14:39 -0700 (PDT) Message-Id: <200208041014.g74AEd9j094589@freefall.freebsd.org> From: Mark Pulford Date: Sun, 4 Aug 2002 03:14:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/sopwith 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 markp 2002/08/04 03:14:39 PDT Modified files: games Makefile Added files: games/sopwith Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add sopwith 1.4.0, a classic WW1 biplane game. PR: 40061 Submitted by: Edwin Groothuis Revision Changes Path 1.479 +1 -0 ports/games/Makefile 1.1 +36 -0 ports/games/sopwith/Makefile (new) 1.1 +1 -0 ports/games/sopwith/distinfo (new) 1.1 +1 -0 ports/games/sopwith/pkg-comment (new) 1.1 +8 -0 ports/games/sopwith/pkg-descr (new) 1.1 +7 -0 ports/games/sopwith/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 Aug 4 3:14:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5863337B401; Sun, 4 Aug 2002 03:14:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EFB743E42; Sun, 4 Aug 2002 03:14:42 -0700 (PDT) (envelope-from markp@FreeBSD.org) Received: from freefall.freebsd.org (markp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74AEfJU094627; Sun, 4 Aug 2002 03:14:41 -0700 (PDT) (envelope-from markp@freefall.freebsd.org) Received: (from markp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74AEf9e094626; Sun, 4 Aug 2002 03:14:41 -0700 (PDT) Message-Id: <200208041014.g74AEf9e094626@freefall.freebsd.org> From: Mark Pulford Date: Sun, 4 Aug 2002 03:14:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markp 2002/08/04 03:14:41 PDT Modified files: . modules Log: sopwith --> ports/games/sopwith Revision Changes Path 1.5664 +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 Aug 4 3:15:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD9B637B400; Sun, 4 Aug 2002 03:15:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 847B543E4A; Sun, 4 Aug 2002 03:15:26 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74AFQJU094820; Sun, 4 Aug 2002 03:15:26 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74AFQEe094819; Sun, 4 Aug 2002 03:15:26 -0700 (PDT) Message-Id: <200208041015.g74AFQEe094819@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 4 Aug 2002 03:15:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/frontpage 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 blackend 2002/08/04 03:15:26 PDT Modified files: www/frontpage Makefile Log: Fix link to the Handbook and remove dead link to the FAQ. Approved by: portmgr Revision Changes Path 1.4 +2 -4 ports/www/frontpage/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 3:19:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF94F37B400; Sun, 4 Aug 2002 03:19:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5813543E65; Sun, 4 Aug 2002 03:19:28 -0700 (PDT) (envelope-from chern@FreeBSD.org) Received: from freefall.freebsd.org (chern@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74AJSJU095115; Sun, 4 Aug 2002 03:19:28 -0700 (PDT) (envelope-from chern@freefall.freebsd.org) Received: (from chern@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74AJSZF095114; Sun, 4 Aug 2002 03:19:28 -0700 (PDT) Message-Id: <200208041019.g74AJSZF095114@freefall.freebsd.org> From: Chern Lee Date: Sun, 4 Aug 2002 03:19:28 -0700 (PDT) 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 chern 2002/08/04 03:19:28 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: HOME -> HOME refuse file -> refuse file PR: docs/41291 Submitted by: Martin Heinen Revision Changes Path 1.227 +10 -10 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 Aug 4 3:24:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 208B337B405; Sun, 4 Aug 2002 03:24:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FC743E4A; Sun, 4 Aug 2002 03:24:20 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74AOKJU095686; Sun, 4 Aug 2002 03:24:20 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74AOKs3095685; Sun, 4 Aug 2002 03:24:20 -0700 (PDT) Message-Id: <200208041024.g74AOKs3095685@freefall.freebsd.org> From: Alan Eldridge Date: Sun, 4 Aug 2002 03:24:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt30 Makefile pkg-message pkg-message-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/08/04 03:24:20 PDT Modified files: x11-toolkits/qt30 Makefile pkg-message Added files: x11-toolkits/qt30 pkg-message-upgrade Log: 1. Display message both before everything and after install, then sleep 10 to make sure user reads it, about rebuilding kdelibs, and generally, all of KDE that is installed after the installation. 2. Bump PORTREVISION because of the critical nature of this problem. PR: 41206 Revision Changes Path 1.111 +8 -11 ports/x11-toolkits/qt30/Makefile 1.2 +12 -1 ports/x11-toolkits/qt30/pkg-message 1.1 +9 -0 ports/x11-toolkits/qt30/pkg-message-upgrade (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 3:29:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4CB37B400; Sun, 4 Aug 2002 03:29:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E65A43E4A; Sun, 4 Aug 2002 03:29:37 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74ATbJU096811; Sun, 4 Aug 2002 03:29:37 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74ATbxl096810; Sun, 4 Aug 2002 03:29:37 -0700 (PDT) Message-Id: <200208041029.g74ATbxl096810@freefall.freebsd.org> From: Jeff Roberson Date: Sun, 4 Aug 2002 03:29:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 imgact_osf1.c src/sys/coda coda_namecache.c coda_subr.c coda_vfsops.c src/sys/compat/linux linux_getcwd.c linux_misc.c src/sys/compat/pecoff imgact_pecoff.c src/sys/compat/svr4 imgact_svr4.c src/sys/fs/deadfs dead_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 jeff 2002/08/04 03:29:37 PDT Modified files: sys/alpha/osf1 imgact_osf1.c sys/coda coda_namecache.c coda_subr.c coda_vfsops.c sys/compat/linux linux_getcwd.c linux_misc.c sys/compat/pecoff imgact_pecoff.c sys/compat/svr4 imgact_svr4.c sys/fs/deadfs dead_vnops.c sys/fs/devfs devfs_vfsops.c devfs_vnops.c sys/fs/fdescfs fdesc_vfsops.c sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c sys/fs/msdosfs msdosfs_denode.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c sys/fs/ntfs ntfs_vfsops.c sys/fs/nullfs null_vfsops.c null_vnops.c sys/fs/nwfs nwfs_io.c nwfs_node.c nwfs_vfsops.c nwfs_vnops.c sys/fs/portalfs portal_vfsops.c portal_vnops.c sys/fs/pseudofs pseudofs_vncache.c sys/fs/smbfs smbfs_io.c smbfs_node.c smbfs_vfsops.c smbfs_vnops.c sys/fs/specfs spec_vnops.c sys/fs/udf udf_vfsops.c sys/fs/umapfs umap_vfsops.c sys/fs/unionfs union_subr.c union_vnops.c sys/gnu/ext2fs ext2_vnops.c sys/i386/ibcs2 imgact_coff.c sys/i386/linux imgact_linux.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern imgact_aout.c imgact_elf.c kern_mac.c vfs_bio.c vfs_cache.c vfs_default.c vfs_lookup.c vfs_mount.c vfs_subr.c vfs_syscalls.c vfs_vnops.c sys/nfsclient nfs_bio.c nfs_vfsops.c nfs_vnops.c sys/nfsserver nfs_serv.c sys/security/lomac kernel_interface.c kernel_util.c lomacfs_subr.c lomacfs_vfsops.c lomacfs_vnops.c sys/sys vnode.h sys/ufs/ffs ffs_alloc.c ffs_snapshot.c ffs_softdep.c ffs_vfsops.c ffs_vnops.c sys/ufs/ufs ufs_extattr.c ufs_quota.c ufs_vnops.c sys/vm vm_object.c vm_page.c vm_swap.c vnode_pager.c Log: - Replace v_flag with v_iflag and v_vflag - v_vflag is protected by the vnode lock and is used when synchronization with VOP calls is needed. - v_iflag is protected by interlock and is used for dealing with vnode management issues. These flags include X/O LOCK, FREE, DOOMED, etc. - All accesses to v_iflag and v_vflag have either been locked or marked with mp_fixme's. - Many ASSERT_VOP_LOCKED calls have been added where the locking was not clear. - Many functions in vfs_subr.c were restructured to provide for stronger locking. Idea stolen from: BSD/OS Revision Changes Path 1.13 +4 -3 src/sys/alpha/osf1/imgact_osf1.c 1.16 +2 -1 src/sys/coda/coda_namecache.c 1.21 +4 -2 src/sys/coda/coda_subr.c 1.41 +3 -2 src/sys/coda/coda_vfsops.c 1.7 +1 -1 src/sys/compat/linux/linux_getcwd.c 1.125 +2 -1 src/sys/compat/linux/linux_misc.c 1.17 +2 -1 src/sys/compat/pecoff/imgact_pecoff.c 1.17 +2 -1 src/sys/compat/svr4/imgact_svr4.c 1.34 +6 -4 src/sys/fs/deadfs/dead_vnops.c 1.23 +1 -1 src/sys/fs/devfs/devfs_vfsops.c 1.45 +1 -1 src/sys/fs/devfs/devfs_vnops.c 1.36 +1 -1 src/sys/fs/fdescfs/fdesc_vfsops.c 1.27 +1 -1 src/sys/fs/hpfs/hpfs_vfsops.c 1.30 +5 -2 src/sys/fs/hpfs/hpfs_vnops.c 1.62 +3 -3 src/sys/fs/msdosfs/msdosfs_denode.c 1.38 +1 -1 src/sys/fs/msdosfs/msdosfs_lookup.c 1.90 +3 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.122 +7 -2 src/sys/fs/msdosfs/msdosfs_vnops.c 1.44 +2 -2 src/sys/fs/ntfs/ntfs_vfsops.c 1.54 +2 -1 src/sys/fs/nullfs/null_vfsops.c 1.57 +2 -2 src/sys/fs/nullfs/null_vnops.c 1.22 +5 -1 src/sys/fs/nwfs/nwfs_io.c 1.24 +3 -2 src/sys/fs/nwfs/nwfs_node.c 1.24 +1 -1 src/sys/fs/nwfs/nwfs_vfsops.c 1.22 +4 -4 src/sys/fs/nwfs/nwfs_vnops.c 1.39 +1 -1 src/sys/fs/portalfs/portal_vfsops.c 1.51 +3 -3 src/sys/fs/portalfs/portal_vnops.c 1.16 +1 -1 src/sys/fs/pseudofs/pseudofs_vncache.c 1.13 +6 -1 src/sys/fs/smbfs/smbfs_io.c 1.7 +2 -1 src/sys/fs/smbfs/smbfs_node.c 1.11 +2 -1 src/sys/fs/smbfs/smbfs_vfsops.c 1.19 +3 -3 src/sys/fs/smbfs/smbfs_vnops.c 1.173 +19 -8 src/sys/fs/specfs/spec_vnops.c 1.5 +1 -1 src/sys/fs/udf/udf_vfsops.c 1.46 +2 -1 src/sys/fs/umapfs/umap_vfsops.c 1.61 +3 -2 src/sys/fs/unionfs/union_subr.c 1.89 +4 -4 src/sys/fs/unionfs/union_vnops.c 1.66 +6 -3 src/sys/gnu/ext2fs/ext2_vnops.c 1.53 +2 -1 src/sys/i386/ibcs2/imgact_coff.c 1.43 +2 -1 src/sys/i386/linux/imgact_linux.c 1.101 +1 -1 src/sys/isofs/cd9660/cd9660_vfsops.c 1.80 +2 -1 src/sys/kern/imgact_aout.c 1.114 +7 -5 src/sys/kern/imgact_elf.c 1.4 +7 -5 src/sys/kern/kern_mac.c 1.327 +5 -3 src/sys/kern/vfs_bio.c 1.74 +4 -2 src/sys/kern/vfs_cache.c 1.64 +1 -1 src/sys/kern/vfs_default.c 1.57 +2 -2 src/sys/kern/vfs_lookup.c 1.82 +50 -47 src/sys/kern/vfs_mount.c 1.388 +154 -101 src/sys/kern/vfs_subr.c 1.280 +7 -4 src/sys/kern/vfs_syscalls.c 1.158 +7 -5 src/sys/kern/vfs_vnops.c 1.113 +7 -2 src/sys/nfsclient/nfs_bio.c 1.120 +3 -2 src/sys/nfsclient/nfs_vfsops.c 1.185 +4 -2 src/sys/nfsclient/nfs_vnops.c 1.122 +3 -3 src/sys/nfsserver/nfs_serv.c 1.5 +3 -3 src/sys/security/lomac/kernel_interface.c 1.7 +3 -2 src/sys/security/lomac/kernel_util.c 1.3 +1 -1 src/sys/security/lomac/lomacfs_subr.c 1.3 +7 -7 src/sys/security/lomac/lomacfs_vfsops.c 1.6 +2 -2 src/sys/security/lomac/lomacfs_vnops.c 1.198 +44 -31 src/sys/sys/vnode.h 1.101 +4 -2 src/sys/ufs/ffs/ffs_alloc.c 1.39 +12 -6 src/sys/ufs/ffs/ffs_snapshot.c 1.122 +21 -12 src/sys/ufs/ffs/ffs_softdep.c 1.187 +2 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.85 +5 -3 src/sys/ufs/ffs/ffs_vnops.c 1.53 +4 -2 src/sys/ufs/ufs/ufs_extattr.c 1.58 +4 -2 src/sys/ufs/ufs/ufs_quota.c 1.202 +3 -2 src/sys/ufs/ufs/ufs_vnops.c 1.231 +10 -11 src/sys/vm/vm_object.c 1.208 +6 -2 src/sys/vm/vm_page.c 1.120 +4 -2 src/sys/vm/vm_swap.c 1.154 +17 -9 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 3:35:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2FC637B400; Sun, 4 Aug 2002 03:35:35 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id E629843E3B; Sun, 4 Aug 2002 03:35:34 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.3) with ESMTP id g74AZYN93171; Sun, 4 Aug 2002 06:35:34 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sun, 4 Aug 2002 06:35:34 -0400 (EDT) From: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/alpha/osf1 imgact_osf1.c src/sys/coda coda_namecache.c coda_subr.c coda_vfsops.c src/sys/compat/linux linux_getcwd.c linux_misc.c src/sys/compat/pecoff imgact_pecof In-Reply-To: <200208041029.g74ATbxl096810@freefall.freebsd.org> Message-ID: <20020804063147.V86323-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 4 Aug 2002, Jeff Roberson wrote: > jeff 2002/08/04 03:29:37 PDT > > Log: > - Replace v_flag with v_iflag and v_vflag > - v_vflag is protected by the vnode lock and is used when synchronization > with VOP calls is needed. > - v_iflag is protected by interlock and is used for dealing with vnode > management issues. These flags include X/O LOCK, FREE, DOOMED, etc. > - All accesses to v_iflag and v_vflag have either been locked or marked with > mp_fixme's. > - Many ASSERT_VOP_LOCKED calls have been added where the locking was not > clear. > - Many functions in vfs_subr.c were restructured to provide for stronger > locking. > > Idea stolen from: BSD/OS > There is one lock order violation that I want to fix in a seperate commit. It is with the vnode free list mutex. I wanted to keep this commit as mechanical as possible so I wouldn't lose context in the cvs logs. For filesystems that I do not have access to I kept my commits as minimal as possible even where I saw problems. I put in asserts where I felt there may be missing locks. Or where it wasn't very easy to see that the DEBUG_VFS_LOCKS code would not catch it. If I broke your favorite filesystem let me know and I apologize. Thanks, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 3:43:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E6F837B400; Sun, 4 Aug 2002 03:43:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7CA243E6E; Sun, 4 Aug 2002 03:43:48 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74AhmJU098495; Sun, 4 Aug 2002 03:43:48 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74AhmhG098494; Sun, 4 Aug 2002 03:43:48 -0700 (PDT) Message-Id: <200208041043.g74AhmhG098494@freefall.freebsd.org> From: Ville Skyttä Date: Sun, 4 Aug 2002 03:43:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb cvsweb.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/08/04 03:43:48 PDT Modified files: cvsweb cvsweb.cgi Log: Bump $cvsweb_revision to 3.0-dev, rename to $VERSION. Fix a couple of typos introduced in the previous big "cleanup" change. Revision Changes Path 1.121 +5 -5 projects/cvsweb/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 3:57:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 969FA37B400; Sun, 4 Aug 2002 03:57:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E4543E3B; Sun, 4 Aug 2002 03:57:42 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74AvgJU000356; Sun, 4 Aug 2002 03:57:42 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74AvfKU000355; Sun, 4 Aug 2002 03:57:41 -0700 (PDT) Message-Id: <200208041057.g74AvfKU000355@freefall.freebsd.org> From: Bruce Evans Date: Sun, 4 Aug 2002 03:57:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c main.c setup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/08/04 03:57:41 PDT Modified files: usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c main.c setup.c Log: Include for the declaration of struct timeval. Do not depend on namespace pollution in . (truss shouldn't be using timevals anyway, since it was implemented long after timevals were obsoleted by timespecs.) Revision Changes Path 1.12 +1 -0 src/usr.bin/truss/alpha-fbsd.c 1.15 +1 -0 src/usr.bin/truss/i386-fbsd.c 1.17 +1 -0 src/usr.bin/truss/i386-linux.c 1.28 +1 -0 src/usr.bin/truss/main.c 1.16 +1 -0 src/usr.bin/truss/setup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 4: 2:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E85237B400; Sun, 4 Aug 2002 04:02:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C6743E3B; Sun, 4 Aug 2002 04:02:22 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74B2MJU004794; Sun, 4 Aug 2002 04:02:22 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74B2Mpn004793; Sun, 4 Aug 2002 04:02:22 -0700 (PDT) Message-Id: <200208041102.g74B2Mpn004793@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 4 Aug 2002 04:02:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale multibyte.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/04 04:02:22 PDT Modified files: lib/libc/locale multibyte.3 Log: Add btowc(3) to SEE ALSO section. Revision Changes Path 1.13 +2 -1 src/lib/libc/locale/multibyte.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 4:16:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C60C237B400; Sun, 4 Aug 2002 04:16:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2B943E3B; Sun, 4 Aug 2002 04:16:02 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74BG2JU009802; Sun, 4 Aug 2002 04:16:02 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74BG2ug009801; Sun, 4 Aug 2002 04:16:02 -0700 (PDT) Message-Id: <200208041116.g74BG2ug009801@freefall.freebsd.org> From: Ville Skyttä Date: Sun, 4 Aug 2002 04:16:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb cvsweb.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/08/04 04:16:01 PDT Modified files: cvsweb cvsweb.cgi Log: Introduce a BEGIN block and start moving compile time globals there, mod_perl benefits from this. Move all 'use' statements into one place. Revision Changes Path 1.122 +46 -33 projects/cvsweb/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 4:36:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9FB137B400; Sun, 4 Aug 2002 04:36:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89E6943E3B; Sun, 4 Aug 2002 04:36:49 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74BanJU011496; Sun, 4 Aug 2002 04:36:49 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Ban0v011495; Sun, 4 Aug 2002 04:36:49 -0700 (PDT) Message-Id: <200208041136.g74Ban0v011495@freefall.freebsd.org> From: Murray Stokely Date: Sun, 4 Aug 2002 04:36:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-all.c atapi-cd.c atapi-fd.c atapi-fd.h atapi-tape.c X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/08/04 04:36:49 PDT Modified files: (Branch: RELENG_4_6) sys/dev/ata atapi-all.c atapi-cd.c atapi-fd.c atapi-fd.h atapi-tape.c Log: MFS: Fixes for READ_BIG related errors. Approved by: sos, re Revision Changes Path 1.46.2.13.2.2 +5 -2 src/sys/dev/ata/atapi-all.c 1.48.2.16.2.1 +12 -3 src/sys/dev/ata/atapi-cd.c 1.44.2.8.2.1 +18 -43 src/sys/dev/ata/atapi-fd.c 1.10.2.4.2.1 +0 -1 src/sys/dev/ata/atapi-fd.h 1.36.2.11.2.1 +2 -2 src/sys/dev/ata/atapi-tape.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 4:40:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F6937B400; Sun, 4 Aug 2002 04:40:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FCC443E5E; Sun, 4 Aug 2002 04:40:08 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74Be8JU011673; Sun, 4 Aug 2002 04:40:08 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Be8q3011672; Sun, 4 Aug 2002 04:40:08 -0700 (PDT) Message-Id: <200208041140.g74Be8q3011672@freefall.freebsd.org> From: Murray Stokely Date: Sun, 4 Aug 2002 04:40:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/08/04 04:40:08 PDT Modified files: (Branch: RELENG_4_6) . UPDATING Log: Document READ_BIG bugfix. Approved by: re Revision Changes Path 1.73.2.68.2.18 +3 -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 Aug 4 4:52:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F5AD37B405; Sun, 4 Aug 2002 04:52:34 -0700 (PDT) Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33B7F43E6E; Sun, 4 Aug 2002 04:52:30 -0700 (PDT) (envelope-from will@csociety.org) Received: by squall.waterspout.com (Postfix, from userid 1050) id 582B39B3A; Sun, 4 Aug 2002 06:52:26 -0500 (EST) Date: Sun, 4 Aug 2002 06:52:26 -0500 From: Will Andrews To: David O'Brien Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20020804115226.GS10699@squall.waterspout.com> Mail-Followup-To: David O'Brien , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208040601.g7461maV040343@freefall.freebsd.org> <20020804060710.GM10699@squall.waterspout.com> <20020804061309.GL1973@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020804061309.GL1973@dragon.nuxi.com> User-Agent: Mutt/1.3.26i Sender: owner-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, Aug 03, 2002 at 11:13:10PM -0700, David O'Brien wrote: > And Murry and I have been trying to get someone on Portmgr to say yes the > commit should be made. The responses other than Maxim's were lukewarm. > Also the fact that Maxim did not commit the functionality made Murray and > I feel he was not interested in the change. I apologize for the lack of response. But I still feel the "two months" part is inaccurate, since the earliest message regarding this change was received on July 10. In any case, I don't see a problem with the switchover. :) Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 5:10:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BF1B37B400; Sun, 4 Aug 2002 05:10:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0DE43E5E; Sun, 4 Aug 2002 05:09:10 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74C99JU018211; Sun, 4 Aug 2002 05:09:09 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74C992V018210; Sun, 4 Aug 2002 05:09:09 -0700 (PDT) Message-Id: <200208041209.g74C992V018210@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 4 Aug 2002 05:09:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wctype.h src/lib/libc/locale Makefile.inc wctrans.3 wctrans.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/04 05:09:09 PDT Modified files: include wctype.h lib/libc/locale Makefile.inc Added files: lib/libc/locale wctrans.3 wctrans.c Log: Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions. Revision Changes Path 1.6 +7 -0 src/include/wctype.h 1.27 +3 -2 src/lib/libc/locale/Makefile.inc 1.1 +109 -0 src/lib/libc/locale/wctrans.3 (new) 1.1 +84 -0 src/lib/libc/locale/wctrans.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 5:17:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2462D37B408; Sun, 4 Aug 2002 05:17:33 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE9843E8A; Sun, 4 Aug 2002 05:17:31 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g74CHKOo049947; Sun, 4 Aug 2002 08:17:20 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Sun, 4 Aug 2002 08:17:20 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/osf1 imgact_osf1.c src/sys/coda coda_namecache.c coda_subr.c coda_vfsops.c src/sys/compat/linux linux_getcwd.c linux_misc.c src/sys/compat/pecoff imgact_pecoff.c src/sys/compat/svr4 imgact_svr4.c src/sys/fs/deadfs dead_vnops.c ... In-Reply-To: <200208041029.g74ATbxl096810@freefall.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, 4 Aug 2002, Jeff Roberson wrote: > - Replace v_flag with v_iflag and v_vflag > - v_vflag is protected by the vnode lock and is used when > synchronization > with VOP calls is needed. > - v_iflag is protected by interlock and is used for dealing with > vnode > management issues. These flags include X/O LOCK, FREE, DOOMED, > etc. > - All accesses to v_iflag and v_vflag have either been locked or > marked with > mp_fixme's. > - Many ASSERT_VOP_LOCKED calls have been added where the locking was > not > clear. > - Many functions in vfs_subr.c were restructured to provide for > stronger > locking. Cool, great work! 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 Aug 4 5:21:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C38037B400; Sun, 4 Aug 2002 05:21:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 322EE43E6A; Sun, 4 Aug 2002 05:21:18 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74CLIJU019582; Sun, 4 Aug 2002 05:21:18 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74CLIB0019581; Sun, 4 Aug 2002 05:21:18 -0700 (PDT) Message-Id: <200208041221.g74CLIB0019581@freefall.freebsd.org> From: Martin Blapp Date: Sun, 4 Aug 2002 05:21:17 -0700 (PDT) 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 2002/08/04 05:21:17 PDT Modified files: editors/openoffice Makefile Log: Remove stupid -USE_XLIB dependency. Make this a build dependency. This should fix the pkg_install, which asks for Freetype (which is already included in OO anyway, and for imake.) pkg_install works now again without -f Bump the port revision, to allow to build new packages. Revision Changes Path 1.101 +2 -3 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 Aug 4 5:32:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40ACE37B400; Sun, 4 Aug 2002 05:32:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0661D43E5E; Sun, 4 Aug 2002 05:32:18 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74CWHJU021466; Sun, 4 Aug 2002 05:32:17 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74CWHM9021465; Sun, 4 Aug 2002 05:32:17 -0700 (PDT) Message-Id: <200208041232.g74CWHM9021465@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 4 Aug 2002 05:32:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/kde-icontheme-crystal Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/08/04 05:32:17 PDT Modified files: x11-wm Makefile Added files: x11-wm/kde-icontheme-crystal Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add Crystal icon theme for KDE3. Revision Changes Path 1.97 +1 -0 ports/x11-wm/Makefile 1.1 +26 -0 ports/x11-wm/kde-icontheme-crystal/Makefile (new) 1.1 +1 -0 ports/x11-wm/kde-icontheme-crystal/distinfo (new) 1.1 +1 -0 ports/x11-wm/kde-icontheme-crystal/pkg-comment (new) 1.1 +3 -0 ports/x11-wm/kde-icontheme-crystal/pkg-descr (new) 1.1 +734 -0 ports/x11-wm/kde-icontheme-crystal/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 Aug 4 5:32:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6AA37B407; Sun, 4 Aug 2002 05:32:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D649243E3B; Sun, 4 Aug 2002 05:32:21 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74CWLJU021503; Sun, 4 Aug 2002 05:32:21 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74CWLMk021502; Sun, 4 Aug 2002 05:32:21 -0700 (PDT) Message-Id: <200208041232.g74CWLMk021502@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 4 Aug 2002 05:32:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/08/04 05:32:21 PDT Modified files: . modules Log: kde-icontheme-crystal --> ports/x11-wm/kde-icontheme-crystal Revision Changes Path 1.5665 +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 Aug 4 5:34:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85EA337B400; Sun, 4 Aug 2002 05:34:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3635743E42; Sun, 4 Aug 2002 05:34:14 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74CYEJU021797; Sun, 4 Aug 2002 05:34:14 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74CYEST021796; Sun, 4 Aug 2002 05:34:14 -0700 (PDT) Message-Id: <200208041234.g74CYEST021796@freefall.freebsd.org> From: Martin Blapp Date: Sun, 4 Aug 2002 05:34:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/chinese/openoffice Makefile ports/chinese/openoffice-zh_CN 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 2002/08/04 05:34:13 PDT Modified files: chinese Makefile Added files: chinese/openoffice-zh_CN Makefile Removed files: chinese/openoffice Makefile Log: Rename openoffice dir to openoffice-zh_CN. Change the font dependency to moe_kai.ttf. I already fixed the dirname in modules. PR: 41302 Submitted by: Statue Revision Changes Path 1.123 +1 -1 ports/chinese/Makefile 1.1 +16 -0 ports/chinese/openoffice-zh_CN/Makefile (new) 1.5 +0 -16 ports/chinese/openoffice/Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 5:38:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F68237B400; Sun, 4 Aug 2002 05:38:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E7243E4A; Sun, 4 Aug 2002 05:38:34 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74CcXJU022911; Sun, 4 Aug 2002 05:38:33 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74CcXbo022910; Sun, 4 Aug 2002 05:38:33 -0700 (PDT) Message-Id: <200208041238.g74CcXbo022910@freefall.freebsd.org> From: Martin Blapp Date: Sun, 4 Aug 2002 05:38:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/openoffice-zh_TW 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 2002/08/04 05:38:33 PDT Modified files: chinese/openoffice-zh_TW Makefile Log: Add dependency on big5 fonts. Add "editors" to CATEGORIES. PR: 41301 Submitted by: Statue Revision Changes Path 1.2 +2 -1 ports/chinese/openoffice-zh_TW/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 5:43:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B326737B400; Sun, 4 Aug 2002 05:43:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A7D143E5E; Sun, 4 Aug 2002 05:43:53 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74ChrJU024118; Sun, 4 Aug 2002 05:43:53 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74ChrnT024117; Sun, 4 Aug 2002 05:43:53 -0700 (PDT) Message-Id: <200208041243.g74ChrnT024117@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 4 Aug 2002 05:43:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.h wctype.h src/lib/libc/locale wctype.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/04 05:43:53 PDT Modified files: include wctype.h wchar.h lib/libc/locale wctype.c Log: Change wctype_t to an unsigned type to avoid warnings. Revision Changes Path 1.8 +1 -1 src/include/wchar.h 1.7 +1 -1 src/include/wctype.h 1.2 +1 -1 src/lib/libc/locale/wctype.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 5:52:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F26B37B405; Sun, 4 Aug 2002 05:52:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1AC943E42; Sun, 4 Aug 2002 05:52:11 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74CqBJU025683; Sun, 4 Aug 2002 05:52:11 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74CqBuR025682; Sun, 4 Aug 2002 05:52:11 -0700 (PDT) Message-Id: <200208041252.g74CqBuR025682@freefall.freebsd.org> From: Martin Blapp Date: Sun, 4 Aug 2002 05:52:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/oooqs 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 mbr 2002/08/04 05:52:11 PDT Modified files: x11 Makefile Added files: x11/oooqs Makefile distinfo pkg-comment pkg-descr pkg-plist Log: XOpenOffice.org Quickstarter is a small application that runs in the KDE XSystemTray. PR: 40819 Submitted by: Tilman Linneweh Revision Changes Path 1.377 +1 -0 ports/x11/Makefile 1.1 +18 -0 ports/x11/oooqs/Makefile (new) 1.1 +1 -0 ports/x11/oooqs/distinfo (new) 1.1 +1 -0 ports/x11/oooqs/pkg-comment (new) 1.1 +6 -0 ports/x11/oooqs/pkg-descr (new) 1.1 +11 -0 ports/x11/oooqs/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 Aug 4 5:52:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E8537B410; Sun, 4 Aug 2002 05:52:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 360E643E3B; Sun, 4 Aug 2002 05:52:15 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74CqFJU025716; Sun, 4 Aug 2002 05:52:15 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74CqFUw025715; Sun, 4 Aug 2002 05:52:15 -0700 (PDT) Message-Id: <200208041252.g74CqFUw025715@freefall.freebsd.org> From: Martin Blapp Date: Sun, 4 Aug 2002 05:52:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mbr 2002/08/04 05:52:15 PDT Modified files: . modules Log: oooqs --> ports/x11/oooqs Revision Changes Path 1.5666 +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 Aug 4 6:18:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA92437B400; Sun, 4 Aug 2002 06:18:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CA2643E3B; Sun, 4 Aug 2002 06:18:11 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74DIBJU033606; Sun, 4 Aug 2002 06:18:11 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74DIBOM033605; Sun, 4 Aug 2002 06:18:11 -0700 (PDT) Message-Id: <200208041318.g74DIBOM033605@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 4 Aug 2002 06:18:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ffmpeg Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/04 06:18:10 PDT Modified files: graphics/ffmpeg Makefile pkg-plist Log: o Install required header file o Bump PORTREVISION PR: 41234 Submitted by: Xavier Beaudouin Revision Changes Path 1.5 +6 -2 ports/graphics/ffmpeg/Makefile 1.4 +1 -0 ports/graphics/ffmpeg/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 Aug 4 6:32:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFFA637B400; Sun, 4 Aug 2002 06:32:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80A0F43E4A; Sun, 4 Aug 2002 06:32:07 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74DW7JU036006; Sun, 4 Aug 2002 06:32:07 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74DW7Xl036005; Sun, 4 Aug 2002 06:32:07 -0700 (PDT) Message-Id: <200208041332.g74DW7Xl036005@freefall.freebsd.org> From: Ville Skyttä Date: Sun, 4 Aug 2002 06:32:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb ChangeLog TODO.FreeBSD cvsweb.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/08/04 06:32:07 PDT Modified files: cvsweb ChangeLog TODO.FreeBSD cvsweb.cgi Log: Made annotate work with a read only repository. While working with this, noticed that annotate didn't work under mod_perl, nor does it after this change. Added to TODO. Revision Changes Path 1.58 +9 -0 projects/cvsweb/ChangeLog 1.11 +1 -1 projects/cvsweb/TODO.FreeBSD 1.123 +16 -8 projects/cvsweb/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 6:38:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A8C37B400; Sun, 4 Aug 2002 06:38:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A800C43E3B; Sun, 4 Aug 2002 06:38:45 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74DciJU037358; Sun, 4 Aug 2002 06:38:44 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74DciwO037357; Sun, 4 Aug 2002 06:38:44 -0700 (PDT) Message-Id: <200208041338.g74DciwO037357@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 4 Aug 2002 06:38:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/04 06:38:44 PDT Modified files: (Branch: RELENG_4_6) . UPDATING sys/conf newvers.sh Log: Bump patch level for ATA READ_BIG fixes. Revision Changes Path 1.73.2.68.2.19 +1 -1 src/UPDATING 1.44.2.23.2.13 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 7: 4: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 528B437B400; Sun, 4 Aug 2002 07:04:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0752443E42; Sun, 4 Aug 2002 07:04:01 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74E40JU046647; Sun, 4 Aug 2002 07:04:00 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74E40sw046642; Sun, 4 Aug 2002 07:04:00 -0700 (PDT) Message-Id: <200208041404.g74E40sw046642@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 4 Aug 2002 07:04:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/nls msgcat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/04 07:04:00 PDT Modified files: lib/libc/nls msgcat.c Log: Try harder to check lang as path component (".", "..", / inside). Try harder to not overwrite failure errno. style(9) whitespace reformatting for code readability. Revision Changes Path 1.40 +343 -305 src/lib/libc/nls/msgcat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 7:13:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31AA137B400; Sun, 4 Aug 2002 07:13:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A467C43E3B; Sun, 4 Aug 2002 07:13:35 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74EDZJU051583; Sun, 4 Aug 2002 07:13:35 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74EDZN0051582; Sun, 4 Aug 2002 07:13:35 -0700 (PDT) Message-Id: <200208041413.g74EDZN0051582@freefall.freebsd.org> From: Ville Skyttä Date: Sun, 4 Aug 2002 07:13:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb ChangeLog cvsweb.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/08/04 07:13:35 PDT Modified files: cvsweb ChangeLog cvsweb.cgi Log: Fix annotate HTML output. Revision Changes Path 1.59 +2 -0 projects/cvsweb/ChangeLog 1.124 +2 -0 projects/cvsweb/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 8:31:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F364737B400; Sun, 4 Aug 2002 08:31:13 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0DEA43E6A; Sun, 4 Aug 2002 08:31:10 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g74FSSfi069158; Sun, 4 Aug 2002 17:28:28 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/osf1 imgact_osf1.c src/sys/coda coda_namecache.c coda_subr.c coda_vfsops.c src/sys/compat/linux linux_getcwd.c linux_misc.c src/sys/compat/pecoff imgact_pecoff.c src/sys/compat/svr4 imgact_svr4.c src/sys/fs/deadfs dead_vnops.c ... In-Reply-To: Your message of "Sun, 04 Aug 2002 03:29:37 PDT." <200208041029.g74ATbxl096810@freefall.freebsd.org> Date: Sun, 04 Aug 2002 17:28:28 +0200 Message-ID: <69157.1028474908@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Log: > - Replace v_flag with v_iflag and v_vflag > - v_vflag is protected by the vnode lock and is used when synchronization > with VOP calls is needed. > - v_iflag is protected by interlock and is used for dealing with vnode > management issues. These flags include X/O LOCK, FREE, DOOMED, etc. > - All accesses to v_iflag and v_vflag have either been locked or marked with > mp_fixme's. > - Many ASSERT_VOP_LOCKED calls have been added where the locking was not > clear. > - Many functions in vfs_subr.c were restructured to provide for stronger > locking. Bravo! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 8:32:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3932C37B400; Sun, 4 Aug 2002 08:32:35 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6385643E6E; Sun, 4 Aug 2002 08:32:34 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g74FTrfi069178; Sun, 4 Aug 2002 17:29:53 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c main.c setup.c In-Reply-To: Your message of "Sun, 04 Aug 2002 03:57:41 PDT." <200208041057.g74AvfKU000355@freefall.freebsd.org> Date: Sun, 04 Aug 2002 17:29:53 +0200 Message-ID: <69177.1028474993@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200208041057.g74AvfKU000355@freefall.freebsd.org>, Bruce Evans writ es: >bde 2002/08/04 03:57:41 PDT > > Modified files: > usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c > main.c setup.c > Log: > Include for the declaration of struct timeval. Do not > depend on namespace pollution in . (truss shouldn't be > using timevals anyway, since it was implemented long after timevals > were obsoleted by timespecs.) (... but on the other hand probably implemented before we really had timespec support in the kernel). -- 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 Aug 4 9:18:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2936937B400; Sun, 4 Aug 2002 09:18:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF9FB43E3B; Sun, 4 Aug 2002 09:18:10 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74GIAJU069611; Sun, 4 Aug 2002 09:18:10 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74GIAvu069610; Sun, 4 Aug 2002 09:18:10 -0700 (PDT) Message-Id: <200208041618.g74GIAvu069610@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 4 Aug 2002 09:18:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/py-smb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/04 09:18:10 PDT Modified files: net/py-smb Makefile distinfo Log: upgrade to 0.4.2 Revision Changes Path 1.4 +8 -6 ports/net/py-smb/Makefile 1.4 +1 -1 ports/net/py-smb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 9:42:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE15E37B400; Sun, 4 Aug 2002 09:42:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26E143E42; Sun, 4 Aug 2002 09:42:20 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74GgKJU071940; Sun, 4 Aug 2002 09:42:20 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74GgK5w071939; Sun, 4 Aug 2002 09:42:20 -0700 (PDT) Message-Id: <200208041642.g74GgK5w071939@freefall.freebsd.org> From: Scott Long Date: Sun, 4 Aug 2002 09:42:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/udf ecma167-udf.h udf_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 scottl 2002/08/04 09:42:20 PDT Modified files: sys/fs/udf ecma167-udf.h udf_vnops.c Log: Simplify the handling of a fragmented file_id descriptor. Also de-obfuscate the file_char flags. Revision Changes Path 1.3 +5 -0 src/sys/fs/udf/ecma167-udf.h 1.10 +45 -51 src/sys/fs/udf/udf_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 9:57:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A874B37B400; Sun, 4 Aug 2002 09:57:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59CA143E42; Sun, 4 Aug 2002 09:57:56 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74GvuJU073180; Sun, 4 Aug 2002 09:57:56 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74GvusE073178; Sun, 4 Aug 2002 09:57:56 -0700 (PDT) Message-Id: <200208041657.g74GvusE073178@freefall.freebsd.org> From: Marc Fonvieille Date: Sun, 4 Aug 2002 09:57:56 -0700 (PDT) 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 blackend 2002/08/04 09:57:56 PDT Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Use sgml code for an umlaut PR: docs/41311 Submitted by: Martin Heinen Revision Changes Path 1.228 +1 -1 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 Aug 4 10:30: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6177337B400; Sun, 4 Aug 2002 10:30:03 -0700 (PDT) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id C89C343E65; Sun, 4 Aug 2002 10:30:02 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id KAA65665; Sun, 4 Aug 2002 10:16:39 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.6/8.11.6) id g74HF6781436; Sun, 4 Aug 2002 10:15:06 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200208041715.g74HF6781436@arch20m.dellroad.org> Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c In-Reply-To: <200208040536.g745aMb8037891@freefall.freebsd.org> "from Luigi Rizzo at Aug 3, 2002 10:36:22 pm" To: Luigi Rizzo Date: Sun, 4 Aug 2002 10:15:06 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL88 (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 Luigi Rizzo writes: > Log: > MFC: add m_getcl() as a preferred way to get an mbuf with an > attached cluster. > > Now that we have this interface both in -current and -stable, each > network device driver can replace the call to MGETHDR/MCLGET with > calls to m_getcl(), saving (on -stable) about 400 bytes and the > associated cache pollution. Cool! Are you planning to do a massive search & replace on all existing instances of MGETHDR()/MCLGET() ... etc. ? I think that would be good too... & I'm willing to help. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 10:38:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E5C37B400; Sun, 4 Aug 2002 10:38:13 -0700 (PDT) Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C08643E4A; Sun, 4 Aug 2002 10:38:13 -0700 (PDT) (envelope-from rizzo@iguana.icir.org) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g74Hc6211937; Sun, 4 Aug 2002 10:38:06 -0700 (PDT) (envelope-from rizzo) Date: Sun, 4 Aug 2002 10:38:06 -0700 From: Luigi Rizzo To: Archie Cobbs Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <20020804103806.A11861@iguana.icir.org> References: <200208040536.g745aMb8037891@freefall.freebsd.org> <200208041715.g74HF6781436@arch20m.dellroad.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: <200208041715.g74HF6781436@arch20m.dellroad.org>; from archie@dellroad.org on Sun, Aug 04, 2002 at 10:15:06AM -0700 Sender: owner-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, Aug 04, 2002 at 10:15:06AM -0700, Archie Cobbs wrote: ... > > Now that we have this interface both in -current and -stable, each > > network device driver can replace the call to MGETHDR/MCLGET with > > calls to m_getcl(), saving (on -stable) about 400 bytes and the > > associated cache pollution. > > Cool! Are you planning to do a massive search & replace on all > existing instances of MGETHDR()/MCLGET() ... etc. ? I think that more or less, though the idea scares me :) Also because having to touch all drivers, I would also like to: + remove the code which strips off the MAC ethernet from packets before calling ether_input, given that in so many places (netgraph, bridging etc.) we have to put it back in place; + possibly, consider leaving some extra space at the beginning of the cluster before passing it to the driver, so if one has to implement a bridge/router which does encapsulation of any kind (including vlan), he does not need to prepend a new buffer for the additional header fields when there is so much empty space at the end. So my plan is to start tonight with the drivers i use most (fxp, dc, sis, rl, maybe xl) and then continue with the others as necessity arises. In other words, feel free to help if you have a way to test things, i am not putting any locks in this work :) cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 10:45:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C8CC37B400; Sun, 4 Aug 2002 10:45:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3DDC43E42; Sun, 4 Aug 2002 10:45:43 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74HjhJU081621; Sun, 4 Aug 2002 10:45:43 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74HjhUL081620; Sun, 4 Aug 2002 10:45:43 -0700 (PDT) Message-Id: <200208041745.g74HjhUL081620@freefall.freebsd.org> From: Hye-Shik Chang Date: Sun, 4 Aug 2002 10:45:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache2 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 perky 2002/08/04 10:45:43 PDT Modified files: www/apache2 Makefile Log: Fixed my stupid MAKE_ENV mistake on NOPORTDOCS=true PR: 41292 [1] Submitted by: Clemens Oertel Oliver Eikemeier [1] Revision Changes Path 1.129 +1 -1 ports/www/apache2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 10:47:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B15F437B400; Sun, 4 Aug 2002 10:47:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 634FE43E42; Sun, 4 Aug 2002 10:47:18 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74HlIJU081930; Sun, 4 Aug 2002 10:47:18 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74HlILw081929; Sun, 4 Aug 2002 10:47:18 -0700 (PDT) Message-Id: <200208041747.g74HlILw081929@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 4 Aug 2002 10:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/04 10:47:18 PDT Modified files: (Branch: RELENG_4_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFS: ata(4) READ_BIG fix. Revision Changes Path 1.22.2.249.2.10 +6 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 10:49:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 190E037B400; Sun, 4 Aug 2002 10:49:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDFBD43E4A; Sun, 4 Aug 2002 10:49:51 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74HnpJU082130; Sun, 4 Aug 2002 10:49:51 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74HnpHI082129; Sun, 4 Aug 2002 10:49:51 -0700 (PDT) Message-Id: <200208041749.g74HnpHI082129@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 4 Aug 2002 10:49:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/04 10:49:51 PDT Modified files: (Branch: RELENG_4_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Bah. Fix non-fatal markup typo. This and previous commit were Approved by: re (implicitly) Revision Changes Path 1.22.2.249.2.11 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 10:57: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E9F237B400; Sun, 4 Aug 2002 10:57:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F2D943E5E; Sun, 4 Aug 2002 10:57:02 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74Hv1JU083219; Sun, 4 Aug 2002 10:57:01 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Hv1Fq083218; Sun, 4 Aug 2002 10:57:01 -0700 (PDT) Message-Id: <200208041757.g74Hv1Fq083218@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 4 Aug 2002 10:57:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss Makefile extern.h main.c sparc64-fbsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/08/04 10:57:01 PDT Modified files: usr.bin/truss Makefile extern.h main.c Added files: usr.bin/truss sparc64-fbsd.c Log: Ported to sparc64. Revision Changes Path 1.17 +3 -5 src/usr.bin/truss/Makefile 1.4 +4 -0 src/usr.bin/truss/extern.h 1.29 +3 -0 src/usr.bin/truss/main.c 1.1 +362 -0 src/usr.bin/truss/sparc64-fbsd.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 10:58:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 107E437B400; Sun, 4 Aug 2002 10:58:25 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 696D343E42; Sun, 4 Aug 2002 10:58:24 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.3) with ESMTP id g74I3FVA085170; Sun, 4 Aug 2002 14:03:15 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.3/Submit) id g74I3ExA085169; Sun, 4 Aug 2002 14:03:14 -0400 (EDT) Date: Sun, 4 Aug 2002 14:03:14 -0400 From: Jake Burkholder To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss Makefile extern.h main.c sparc64-fbsd.c Message-ID: <20020804140314.B76014@locore.ca> References: <200208041757.g74Hv1Fq083218@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200208041757.g74Hv1Fq083218@freefall.freebsd.org>; from jake@FreeBSD.org on Sun, Aug 04, 2002 at 10:57:01AM -0700 Sender: owner-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, Aug 04, 2002 at 10:57:01AM -0700, Jake Burkholder said words to the effect of; > jake 2002/08/04 10:57:01 PDT > > Modified files: > usr.bin/truss Makefile extern.h main.c > Added files: > usr.bin/truss sparc64-fbsd.c > Log: > Ported to sparc64. This doesn't entirely work yet due to endian bugs in procfs. Jake > > Revision Changes Path > 1.17 +3 -5 src/usr.bin/truss/Makefile > 1.4 +4 -0 src/usr.bin/truss/extern.h > 1.29 +3 -0 src/usr.bin/truss/main.c > 1.1 +362 -0 src/usr.bin/truss/sparc64-fbsd.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 11: 1: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1424937B400; Sun, 4 Aug 2002 11:01:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F6F43E65; Sun, 4 Aug 2002 11:01:00 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74I10JU083828; Sun, 4 Aug 2002 11:01:00 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74I10NT083825; Sun, 4 Aug 2002 11:01:00 -0700 (PDT) Message-Id: <200208041801.g74I10NT083825@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 11:01:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/achievo 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 nbm 2002/08/04 11:01:00 PDT Modified files: misc/achievo Makefile distinfo pkg-plist Log: Upgrade achievo to 0.8.1 (php4 is now default) Revision Changes Path 1.5 +4 -5 ports/misc/achievo/Makefile 1.3 +1 -1 ports/misc/achievo/distinfo 1.3 +152 -42 ports/misc/achievo/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 Aug 4 11: 4: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 619D537B400; Sun, 4 Aug 2002 11:03:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F7B343E65; Sun, 4 Aug 2002 11:03:55 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74I3tJU084120; Sun, 4 Aug 2002 11:03:55 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74I3ss6084119; Sun, 4 Aug 2002 11:03:54 -0700 (PDT) Message-Id: <200208041803.g74I3ss6084119@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 4 Aug 2002 11:03:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dctc Makefile distinfo pkg-plist ports/net/dctc/files lp_mutex.c patch-src::dc_manage.c patch-src::main.c patch-src::mydb.c patch-src::sema.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/04 11:03:54 PDT Modified files: net/dctc Makefile distinfo pkg-plist Added files: net/dctc/files lp_mutex.c patch-src::dc_manage.c patch-src::main.c patch-src::mydb.c patch-src::sema.c Log: o Update to 0.83.2 o Fix long standing issue with upload feature: client would freeze in semwait state. It was a pthread vs semaphore issue and a database lookup issue. Check PR for complete report o All patches are related to upload feature fix PR: 41323 Revision Changes Path 1.21 +16 -4 ports/net/dctc/Makefile 1.17 +1 -1 ports/net/dctc/distinfo 1.1 +122 -0 ports/net/dctc/files/lp_mutex.c (new) 1.1 +77 -0 ports/net/dctc/files/patch-src::dc_manage.c (new) 1.1 +23 -0 ports/net/dctc/files/patch-src::main.c (new) 1.1 +28 -0 ports/net/dctc/files/patch-src::mydb.c (new) 1.1 +158 -0 ports/net/dctc/files/patch-src::sema.c (new) 1.9 +9 -2 ports/net/dctc/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 Aug 4 11: 4:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F84D37B400; Sun, 4 Aug 2002 11:04:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B545343E65; Sun, 4 Aug 2002 11:04:54 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74I4sJU084344; Sun, 4 Aug 2002 11:04:54 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74I4sWK084343; Sun, 4 Aug 2002 11:04:54 -0700 (PDT) Message-Id: <200208041804.g74I4sWK084343@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 4 Aug 2002 11:04:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dctc-gui Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/04 11:04:54 PDT Modified files: net/dctc-gui Makefile distinfo pkg-plist Log: Update to 0.59 Revision Changes Path 1.23 +4 -1 ports/net/dctc-gui/Makefile 1.16 +1 -1 ports/net/dctc-gui/distinfo 1.5 +3 -0 ports/net/dctc-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 Aug 4 11: 5: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7FA37B43F; Sun, 4 Aug 2002 11:05:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F0B743E65; Sun, 4 Aug 2002 11:05:04 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74I54JU084711; Sun, 4 Aug 2002 11:05:04 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74I54WS084708; Sun, 4 Aug 2002 11:05:04 -0700 (PDT) Message-Id: <200208041805.g74I54WS084708@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 11:05:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/ithought 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 nbm 2002/08/04 11:05:04 PDT Modified files: deskutils/ithought Makefile Log: Give up maintainership - haven't used this for some time. Revision Changes Path 1.3 +1 -1 ports/deskutils/ithought/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 11: 6:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDC6D37B401; Sun, 4 Aug 2002 11:06:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80F7243E3B; Sun, 4 Aug 2002 11:06:15 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74I6FJU088748; Sun, 4 Aug 2002 11:06:15 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74I6Ftx088747; Sun, 4 Aug 2002 11:06:15 -0700 (PDT) Message-Id: <200208041806.g74I6Ftx088747@freefall.freebsd.org> From: Warner Losh Date: Sun, 4 Aug 2002 11:06:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC OLDCARD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/04 11:06:15 PDT Modified files: sys/i386/conf GENERIC OLDCARD Log: Remove commented out PCI_ENABLE_IO_MODES. It is gone now. Revision Changes Path 1.354 +0 -1 src/sys/i386/conf/GENERIC 1.7 +0 -1 src/sys/i386/conf/OLDCARD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 11:11:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A17F37B400; Sun, 4 Aug 2002 11:11:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0A4943E6E; Sun, 4 Aug 2002 11:11:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74IBcJU089388; Sun, 4 Aug 2002 11:11:38 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74IBcE6089387; Sun, 4 Aug 2002 11:11:38 -0700 (PDT) Message-Id: <200208041811.g74IBcE6089387@freefall.freebsd.org> From: Peter Wemm Date: Sun, 4 Aug 2002 11:11:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/04 11:11:38 PDT Modified files: sys/i386/i386 pmap.c Log: Fix a mistake in 1.352 - I was returning a pointer to the rounded down address. I expect this will fix acpica. Revision Changes Path 1.356 +1 -1 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 Sun Aug 4 11:24:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 220C437B400; Sun, 4 Aug 2002 11:24:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C81CC43E4A; Sun, 4 Aug 2002 11:24:09 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74IO9JU090654; Sun, 4 Aug 2002 11:24:09 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74IO9v4090653; Sun, 4 Aug 2002 11:24:09 -0700 (PDT) Message-Id: <200208041824.g74IO9v4090653@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 4 Aug 2002 11:24:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/se se_console.c sereg.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 2002/08/04 11:24:09 PDT Modified files: sys/conf files Removed files: sys/dev/se se_console.c sereg.h Log: Remove this abortive attempt. Revision Changes Path 1.681 +0 -1 src/sys/conf/files 1.3 +0 -320 src/sys/dev/se/se_console.c (dead) 1.2 +0 -205 src/sys/dev/se/sereg.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 Aug 4 11:35: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EEAA37B400; Sun, 4 Aug 2002 11:35:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA5643E5E; Sun, 4 Aug 2002 11:35:03 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74IZ3JU091640; Sun, 4 Aug 2002 11:35:03 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74IZ3Vs091639; Sun, 4 Aug 2002 11:35:03 -0700 (PDT) Message-Id: <200208041835.g74IZ3Vs091639@freefall.freebsd.org> From: Eric Anholt Date: Sun, 4 Aug 2002 11:35:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC src/release/i386 dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2002/08/04 11:35:03 PDT Modified files: sys/i386/conf GENERIC release/i386 dokern.sh Log: Add device agp to GENERIC, filter it out of floppy builds Approved by: des (mentor) Revision Changes Path 1.59 +3 -1 src/release/i386/dokern.sh 1.355 +2 -0 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 11:36:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B1EA37B400; Sun, 4 Aug 2002 11:36:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D7A43E3B; Sun, 4 Aug 2002 11:36:36 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74IaaJU091819; Sun, 4 Aug 2002 11:36:36 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Iaahn091818; Sun, 4 Aug 2002 11:36:36 -0700 (PDT) Message-Id: <200208041836.g74Iaahn091818@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 4 Aug 2002 11:36:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sab sab.c sab82532reg.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 2002/08/04 11:36:36 PDT Added files: sys/dev/sab sab.c sab82532reg.h Log: Add Jason L. Wright's driver for the SAB82532 serial chip, found in many sun ultras. Obtained from: OpenBSD Revision Changes Path 1.1 +1364 -0 src/sys/dev/sab/sab.c (new) 1.1 +320 -0 src/sys/dev/sab/sab82532reg.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 11:41:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7095337B400; Sun, 4 Aug 2002 11:41:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D9F43E4A; Sun, 4 Aug 2002 11:41:28 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74IfSJU092440; Sun, 4 Aug 2002 11:41:28 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74IfR6m092439; Sun, 4 Aug 2002 11:41:27 -0700 (PDT) Message-Id: <200208041841.g74IfR6m092439@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 4 Aug 2002 11:41:27 -0700 (PDT) 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 2002/08/04 11:41:27 PDT Modified files: sys/dev/sab sab.c Log: Ported to FreeBSD. Revision Changes Path 1.2 +492 -587 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 Sun Aug 4 11:42:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B95A837B400; Sun, 4 Aug 2002 11:42:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B8F843E42; Sun, 4 Aug 2002 11:42:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74Ig9JU092515; Sun, 4 Aug 2002 11:42:09 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Ig9qf092514; Sun, 4 Aug 2002 11:42:09 -0700 (PDT) Message-Id: <200208041842.g74Ig9qf092514@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 4 Aug 2002 11:42:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/bash2 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/08/04 11:42:09 PDT Modified files: shells/bash2 pkg-plist Log: Forgot to update pkg-plist with 5.0b upgrade. Submitted by: Neil Darlow Revision Changes Path 1.17 +3 -2 ports/shells/bash2/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 Aug 4 11:43: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D19437B405; Sun, 4 Aug 2002 11:43:02 -0700 (PDT) Received: from freebsd.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B6043E5E; Sun, 4 Aug 2002 11:43:00 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.12.5/8.12.5) id g74IgwFk068690; Sun, 4 Aug 2002 20:42:58 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200208041842.g74IgwFk068690@freebsd.dk> Subject: Re: cvs commit: src/sys/i386/i386 pmap.c In-Reply-To: <200208041811.g74IBcE6089387@freefall.freebsd.org> To: Peter Wemm Date: Sun, 4 Aug 2002 20:42:58 +0200 (CEST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-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 It seems Peter Wemm wrote: > peter 2002/08/04 11:11:38 PDT > > Modified files: > sys/i386/i386 pmap.c > Log: > Fix a mistake in 1.352 - I was returning a pointer to the rounded down > address. I expect this will fix acpica. Nope, this panics on all my -current machines so fast I can just barely see the start of the probe... No cigar :) -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 11:50:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E677E37B400; Sun, 4 Aug 2002 11:50:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE3E543E86; Sun, 4 Aug 2002 11:50:20 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74IoJJU093316; Sun, 4 Aug 2002 11:50:19 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74IoJpb093315; Sun, 4 Aug 2002 11:50:19 -0700 (PDT) Message-Id: <200208041850.g74IoJpb093315@freefall.freebsd.org> From: Ville Skyttä Date: Sun, 4 Aug 2002 11:50:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb ChangeLog README.FreeBSD TODO.FreeBSD cvsweb.cgi X-FreeBSD-CVS-Branch: rel-2_0-branch Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/08/04 11:50:19 PDT Modified files: (Branch: rel-2_0-branch) cvsweb ChangeLog README.FreeBSD TODO.FreeBSD cvsweb.cgi Log: - Fix annotate HTML output. - Bring README and TODO up to date regarding the stable branch. Approved by: knu (mentor) Revision Changes Path 1.55.2.3 +4 -0 projects/cvsweb/ChangeLog 1.12.2.2 +17 -11 projects/cvsweb/README.FreeBSD 1.10.2.1 +5 -21 projects/cvsweb/TODO.FreeBSD 1.119.2.2 +2 -0 projects/cvsweb/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 12: 3:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D374B37B400; Sun, 4 Aug 2002 12:03:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 896C243E70; Sun, 4 Aug 2002 12:03:28 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74J3SJU096970; Sun, 4 Aug 2002 12:03:28 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74J3Ski096969; Sun, 4 Aug 2002 12:03:28 -0700 (PDT) Message-Id: <200208041903.g74J3Ski096969@freefall.freebsd.org> From: Ville Skyttä Date: Sun, 4 Aug 2002 12:03:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/08/04 12:03:24 PDT Modified files: . README Log: Set myself as the cvsweb maintainer. Approved by: knu (mentor) Revision Changes Path 1.7 +1 -1 projects/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 12: 5:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 317F737B400; Sun, 4 Aug 2002 12:05:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D82B043E75; Sun, 4 Aug 2002 12:05:22 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74J5MJU097464; Sun, 4 Aug 2002 12:05:22 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74J5M53097456; Sun, 4 Aug 2002 12:05:22 -0700 (PDT) Message-Id: <200208041905.g74J5M53097456@freefall.freebsd.org> From: Alan Cox Date: Sun, 4 Aug 2002 12:05:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/04 12:05:22 PDT Modified files: sys/vm vm_page.c Log: o Acquire the page queues lock before checking the page's busy status in vm_page_grab(). Also, replace the nearby tsleep() with an msleep() on the page queues lock. Revision Changes Path 1.209 +4 -2 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 12: 7:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DDD537B400; Sun, 4 Aug 2002 12:07:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C0943E4A; Sun, 4 Aug 2002 12:07:15 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74J7FJU001607; Sun, 4 Aug 2002 12:07:15 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74J7F3K001606; Sun, 4 Aug 2002 12:07:15 -0700 (PDT) Message-Id: <200208041907.g74J7F3K001606@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 4 Aug 2002 12:07:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files majors 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 2002/08/04 12:07:15 PDT Modified files: sys/conf files majors sys/sparc64/conf GENERIC Log: se -> sab. Revision Changes Path 1.682 +1 -0 src/sys/conf/files 1.137 +1 -1 src/sys/conf/majors 1.30 +1 -1 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 Aug 4 12: 9:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F198837B400; Sun, 4 Aug 2002 12:09:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A481D43E72; Sun, 4 Aug 2002 12:09:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74J9pJU001737; Sun, 4 Aug 2002 12:09:51 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74J9paO001736; Sun, 4 Aug 2002 12:09:51 -0700 (PDT) Message-Id: <200208041909.g74J9paO001736@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 12:09:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/phppgadmin 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 nbm 2002/08/04 12:09:51 PDT Modified files: databases/phppgadmin Makefile distinfo pkg-plist Log: Upgrade to phppgadmin 2.4.2. Revision Changes Path 1.6 +1 -1 ports/databases/phppgadmin/Makefile 1.4 +1 -1 ports/databases/phppgadmin/distinfo 1.5 +5 -1 ports/databases/phppgadmin/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 Aug 4 12:15: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77E7037B400; Sun, 4 Aug 2002 12:15:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A34943E6A; Sun, 4 Aug 2002 12:15:06 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74JF6JU002614; Sun, 4 Aug 2002 12:15:06 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74JF6Ne002613; Sun, 4 Aug 2002 12:15:06 -0700 (PDT) Message-Id: <200208041915.g74JF6Ne002613@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 4 Aug 2002 12:15:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/guile Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/04 12:15:05 PDT Modified files: lang/guile Makefile Log: Fix LIB_DEPENDS by adding a dependency on libtool. PR: 40900 Submitted by: KATO Tsuguru Revision Changes Path 1.32 +3 -1 ports/lang/guile/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 12:16:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42D4A37B400; Sun, 4 Aug 2002 12:16:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA5AB43E42; Sun, 4 Aug 2002 12:16:13 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74JGDJU002790; Sun, 4 Aug 2002 12:16:13 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74JGDHB002789; Sun, 4 Aug 2002 12:16:13 -0700 (PDT) Message-Id: <200208041916.g74JGDHB002789@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 4 Aug 2002 12:16:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/etc.sparc64 ttys X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/08/04 12:16:13 PDT Modified files: etc/etc.sparc64 ttys Log: Add example entries for ttya and ttyb (sab). Revision Changes Path 1.3 +3 -1 src/etc/etc.sparc64/ttys To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 12:18:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A02D37B400; Sun, 4 Aug 2002 12:18:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D0B43E42; Sun, 4 Aug 2002 12:18:54 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74JIsJU003039; Sun, 4 Aug 2002 12:18:54 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74JIsDJ003038; Sun, 4 Aug 2002 12:18:54 -0700 (PDT) Message-Id: <200208041918.g74JIsDJ003038@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 12:18:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/phpmyadmin 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 nbm 2002/08/04 12:18:54 PDT Modified files: databases/phpmyadmin Makefile distinfo pkg-plist Log: Upgrade to phpmyadmin 2.3.0 release candidate 4. Revision Changes Path 1.5 +2 -1 ports/databases/phpmyadmin/Makefile 1.3 +1 -2 ports/databases/phpmyadmin/distinfo 1.3 +177 -74 ports/databases/phpmyadmin/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 Aug 4 12:20:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9A3C37B401; Sun, 4 Aug 2002 12:20:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B84E643E6A; Sun, 4 Aug 2002 12:20:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74JKDJU003306; Sun, 4 Aug 2002 12:20:13 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74JKDpQ003305; Sun, 4 Aug 2002 12:20:13 -0700 (PDT) Message-Id: <200208041920.g74JKDpQ003305@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 12:20:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier-imap Makefile distinfo pkg-plist ports/mail/courier-imap/files patch-rfc822_parsedt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nbm 2002/08/04 12:20:11 PDT Modified files: mail/courier-imap Makefile distinfo pkg-plist Removed files: mail/courier-imap/files patch-rfc822_parsedt.c Log: Upgrade to courier-imap 1.5.2 Revision Changes Path 1.32 +2 -2 ports/mail/courier-imap/Makefile 1.17 +1 -1 ports/mail/courier-imap/distinfo 1.2 +0 -10 ports/mail/courier-imap/files/patch-rfc822_parsedt.c (dead) 1.21 +4 -4 ports/mail/courier-imap/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 12:34:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59E6A37B400; Sun, 4 Aug 2002 12:34:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A03D43E5E; Sun, 4 Aug 2002 12:34:39 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74JYcJU004651; Sun, 4 Aug 2002 12:34:38 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74JYcH3004650; Sun, 4 Aug 2002 12:34:38 -0700 (PDT) Message-Id: <200208041934.g74JYcH3004650@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 4 Aug 2002 12:34:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_namecache.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/08/04 12:34:38 PDT Modified files: sys/coda coda_namecache.c Log: Fix typo in the last revision. Noticed by: i386 tinderbox Revision Changes Path 1.17 +1 -1 src/sys/coda/coda_namecache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 12:51: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 808DE37B400; Sun, 4 Aug 2002 12:51:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3268343E5E; Sun, 4 Aug 2002 12:51:05 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74Jp5JU006143; Sun, 4 Aug 2002 12:51:05 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Jp5TA006142; Sun, 4 Aug 2002 12:51:05 -0700 (PDT) Message-Id: <200208041951.g74Jp5TA006142@freefall.freebsd.org> From: Ville Skyttä Date: Sun, 4 Aug 2002 12:51:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects cvsweb.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 scop 2002/08/04 12:51:04 PDT Modified files: en/projects cvsweb.sgml Log: Mention the FreeBSD port, list archives, and stable/devel CVS branches. Approved by: knu (mentor) Revision Changes Path 1.8 +21 -11 www/en/projects/cvsweb.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 12:53:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C286237B401; Sun, 4 Aug 2002 12:53:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761AB43E4A; Sun, 4 Aug 2002 12:53:07 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74Jr7JU006306; Sun, 4 Aug 2002 12:53:07 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Jr7qk006305; Sun, 4 Aug 2002 12:53:07 -0700 (PDT) Message-Id: <200208041953.g74Jr7qk006305@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 12:53:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/vsftpd 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 nbm 2002/08/04 12:53:07 PDT Modified files: ftp/vsftpd Makefile distinfo Log: Upgrade to vsftpd 1.1.0 Revision Changes Path 1.5 +3 -3 ports/ftp/vsftpd/Makefile 1.4 +1 -1 ports/ftp/vsftpd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 12:59:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 562E537B400; Sun, 4 Aug 2002 12:59:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A79643E5E; Sun, 4 Aug 2002 12:58:48 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74JwbJU006745; Sun, 4 Aug 2002 12:58:37 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74JwbIQ006744; Sun, 4 Aug 2002 12:58:37 -0700 (PDT) Message-Id: <200208041958.g74JwbIQ006744@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 12:58:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/vsftpd 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 nbm 2002/08/04 12:58:37 PDT Modified files: ftp/vsftpd Makefile Log: Fix typo in atoll define Revision Changes Path 1.6 +1 -1 ports/ftp/vsftpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13: 1:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C74DD37B401; Sun, 4 Aug 2002 13:01:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D7843E4A; Sun, 4 Aug 2002 13:01:21 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74K1GJU007336; Sun, 4 Aug 2002 13:01:16 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74K1GnU007335; Sun, 4 Aug 2002 13:01:16 -0700 (PDT) Message-Id: <200208042001.g74K1GnU007335@freefall.freebsd.org> From: Ville Skyttä Date: Sun, 4 Aug 2002 13:01:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb README.FreeBSD TODO.FreeBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/08/04 13:01:16 PDT Modified files: cvsweb README.FreeBSD TODO.FreeBSD Log: Clarify that this (HEAD) is the unstable development branch. Revision Changes Path 1.14 +18 -11 projects/cvsweb/README.FreeBSD 1.12 +5 -1 projects/cvsweb/TODO.FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13: 5:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A1837B400; Sun, 4 Aug 2002 13:05:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C75C943E70; Sun, 4 Aug 2002 13:04:50 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: from freefall.freebsd.org (sumikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74K4oJU007715; Sun, 4 Aug 2002 13:04:50 -0700 (PDT) (envelope-from sumikawa@freefall.freebsd.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74K4oUw007714; Sun, 4 Aug 2002 13:04:50 -0700 (PDT) Message-Id: <200208042004.g74K4oUw007714@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Sun, 4 Aug 2002 13:04:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra Makefile ports/net/zebra/files zebractl.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 sumikawa 2002/08/04 13:04:50 PDT Modified files: net/zebra Makefile net/zebra/files zebractl.sh Log: Support ospf6d in zebractl.sh PR: ports/37996 Submitted by: ume Revision Changes Path 1.61 +1 -0 ports/net/zebra/Makefile 1.8 +4 -1 ports/net/zebra/files/zebractl.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:16:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A961337B400; Sun, 4 Aug 2002 13:16:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A95F43E42; Sun, 4 Aug 2002 13:16:14 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: from freefall.freebsd.org (okazaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KGEJU013136; Sun, 4 Aug 2002 13:16:14 -0700 (PDT) (envelope-from okazaki@freefall.freebsd.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KGEsE013135; Sun, 4 Aug 2002 13:16:14 -0700 (PDT) Message-Id: <200208042016.g74KGEsE013135@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Sun, 4 Aug 2002 13:16:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/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 okazaki 2002/08/04 13:16:14 PDT Modified files: sysutils/file Makefile distinfo Log: Upgrade to 3.39. PR: 41326 Submitted by: maintainer Revision Changes Path 1.4 +4 -1 ports/sysutils/file/Makefile 1.3 +1 -1 ports/sysutils/file/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:17: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2DB437B400; Sun, 4 Aug 2002 13:16:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5AA043E4A; Sun, 4 Aug 2002 13:16:57 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KGvJU013236; Sun, 4 Aug 2002 13:16:57 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KGvxd013235; Sun, 4 Aug 2002 13:16:57 -0700 (PDT) Message-Id: <200208042016.g74KGvxd013235@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 13:16:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/pwm 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 nbm 2002/08/04 13:16:57 PDT Modified files: x11-wm/pwm Makefile pkg-descr Log: Web (and download) site moved. PR: 40337 Submitted by: Kimura Fuyuki Revision Changes Path 1.4 +2 -2 ports/x11-wm/pwm/Makefile 1.3 +1 -1 ports/x11-wm/pwm/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 Aug 4 13:18:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EFD37B400; Sun, 4 Aug 2002 13:18:30 -0700 (PDT) Received: from prince.don.to (61-24-237-9.home.ne.jp [61.24.237.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 553E943E65; Sun, 4 Aug 2002 13:18:29 -0700 (PDT) (envelope-from sumikawa@ebina.hitachi.co.jp) Received: from localhost (localhost [127.0.0.1]) by prince.don.to (8.12.3/8.12.3) with ESMTP id g74KIQZk022267; Mon, 5 Aug 2002 05:18:27 +0900 (JST) (envelope-from sumikawa@ebina.hitachi.co.jp) Date: Mon, 05 Aug 2002 05:18:25 +0900 (JST) Message-Id: <20020805.051825.45799414.sumikawa@ebina.hitachi.co.jp> To: joseph@randomnetworks.com Cc: sumikawa@freebsd.org, cvs-all@freebsd.org, sumikawa@ebina.hitachi.co.jp Subject: Re: cvs commit: ports/net/zebra Makefile distinfo ports/net/zebra/files patch-ospf6d patch-zebra_Makefile.in From: Munechika Sumikawa In-Reply-To: References: <200207291433.g6TEXSrf073110@freefall.freebsd.org> X-Mailer: xcite1.43> Mew version 3.0.60 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > # sumikawa 2002/07/29 07:33:28 PDT > # > # Modified files: > # net/zebra Makefile distinfo > # net/zebra/files patch-zebra_Makefile.in > # Added files: > # net/zebra/files patch-ospf6d > # Log: > # Upgrade to 0.93a. It also includes critcal bug fix which OSPFv3 routes > # do not install in kernel. > # > # No response from: maintainer > > Is the fix from PR ports/37996 (Add ospf6d support to zebractl)? No, but I've commited it. Thanks. -- Sumikawa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:23:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D8F37B400; Sun, 4 Aug 2002 13:23:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3409C43E5E; Sun, 4 Aug 2002 13:23:12 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KNCJU013971; Sun, 4 Aug 2002 13:23:12 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KNCBo013969; Sun, 4 Aug 2002 13:23:12 -0700 (PDT) Message-Id: <200208042023.g74KNCBo013969@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 13:23:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sqwebmail 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 nbm 2002/08/04 13:23:11 PDT Modified files: mail/sqwebmail Makefile distinfo pkg-plist Log: Upgrade to sqwebmail 3.3.7 Revision Changes Path 1.10 +14 -12 ports/mail/sqwebmail/Makefile 1.8 +1 -1 ports/mail/sqwebmail/distinfo 1.6 +18 -8 ports/mail/sqwebmail/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 Aug 4 13:33: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25EE137B400; Sun, 4 Aug 2002 13:32:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA65D43E65; Sun, 4 Aug 2002 13:32:58 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KWwJU014905; Sun, 4 Aug 2002 13:32:58 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KWw19014904; Sun, 4 Aug 2002 13:32:58 -0700 (PDT) Message-Id: <200208042032.g74KWw19014904@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 13:32:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier-imap 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 nbm 2002/08/04 13:32:58 PDT Modified files: mail/courier-imap Makefile pkg-plist Log: Install the authtest binary. PR: 39717 Submitted by: Scott Lambert Revision Changes Path 1.33 +2 -1 ports/mail/courier-imap/Makefile 1.22 +1 -0 ports/mail/courier-imap/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:34:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B56E37B400; Sun, 4 Aug 2002 13:34:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D0A43E3B; Sun, 4 Aug 2002 13:34:28 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: from freefall.freebsd.org (wosch@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KYSJU015045; Sun, 4 Aug 2002 13:34:28 -0700 (PDT) (envelope-from wosch@freefall.freebsd.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KYSaP015044; Sun, 4 Aug 2002 13:34:28 -0700 (PDT) Message-Id: <200208042034.g74KYSaP015044@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 4 Aug 2002 13:34:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wosch 2002/08/04 13:34:28 PDT Modified files: share/misc bsd-family-tree Log: Update FreeBSD 4.6 release date. Added OpenBSD 3.1 Revision Changes Path 1.59 +3 -2 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:38:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7061837B400; Sun, 4 Aug 2002 13:38:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2409B43E77; Sun, 4 Aug 2002 13:38:49 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KcnJU015369; Sun, 4 Aug 2002 13:38:49 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KcmoL015368; Sun, 4 Aug 2002 13:38:48 -0700 (PDT) Message-Id: <200208042038.g74KcmoL015368@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 13:38:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier-imap Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nbm 2002/08/04 13:38:48 PDT Modified files: mail/courier-imap Makefile Log: Have an option for authcram support PR: 40482 Submitted by: Tadashi Yanagihara Revision Changes Path 1.34 +8 -1 ports/mail/courier-imap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:40:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BFE437B400; Sun, 4 Aug 2002 13:40:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF69243E42; Sun, 4 Aug 2002 13:40:14 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KeEJU015548; Sun, 4 Aug 2002 13:40:14 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KeEER015547; Sun, 4 Aug 2002 13:40:14 -0700 (PDT) Message-Id: <200208042040.g74KeEER015547@freefall.freebsd.org> From: Alexander Leidinger Date: Sun, 4 Aug 2002 13:40:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc 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 netchild 2002/08/04 13:40:14 PDT Modified files: lang/icc Makefile pkg-plist Log: 1) The new icc doesn't respect icc.cfg, solve this issue. 2) An actual rpm2cpio talks a little bit more, redirect sdterr to /dev/null. Noticed by: marius@alchemy.franken.de (1) Revision Changes Path 1.14 +8 -3 ports/lang/icc/Makefile 1.5 +2 -0 ports/lang/icc/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 Aug 4 13:41:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 661AC37B400; Sun, 4 Aug 2002 13:41:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16DBB43E42; Sun, 4 Aug 2002 13:41:05 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from freefall.freebsd.org (jim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74Kf4JU015739; Sun, 4 Aug 2002 13:41:04 -0700 (PDT) (envelope-from jim@freefall.freebsd.org) Received: (from jim@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Kf4qQ015738; Sun, 4 Aug 2002 13:41:04 -0700 (PDT) Message-Id: <200208042041.g74Kf4qQ015738@freefall.freebsd.org> From: Jim Mock Date: Sun, 4 Aug 2002 13:41:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/wmpop3 Makefile ports/mail/wmpop3/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 jim 2002/08/04 13:41:04 PDT Modified files: mail/wmpop3 Makefile Added files: mail/wmpop3/files patch-ab Log: Fix for those using POP3 servers that don't support the LAST command. PR: 38281 Submitted by: Daichi GOTO Revision Changes Path 1.14 +2 -1 ports/mail/wmpop3/Makefile 1.1 +15 -0 ports/mail/wmpop3/files/patch-ab (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:41:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A62C37B4DC; Sun, 4 Aug 2002 13:41:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFBE343E4A; Sun, 4 Aug 2002 13:41:15 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: from freefall.freebsd.org (wosch@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KfFJU015767; Sun, 4 Aug 2002 13:41:15 -0700 (PDT) (envelope-from wosch@freefall.freebsd.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KfFSE015766; Sun, 4 Aug 2002 13:41:15 -0700 (PDT) Message-Id: <200208042041.g74KfFSE015766@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 4 Aug 2002 13:41:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wosch 2002/08/04 13:41:15 PDT Modified files: share/misc bsd-family-tree Log: Added NetBSD 1.5.3 Submitted by: Bang Jun-Young Revision Changes Path 1.60 +8 -6 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:43:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D36637B400; Sun, 4 Aug 2002 13:43:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3DF243E42; Sun, 4 Aug 2002 13:43:22 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: from freefall.freebsd.org (wosch@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KhMJU016227; Sun, 4 Aug 2002 13:43:22 -0700 (PDT) (envelope-from wosch@freefall.freebsd.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KhMof016226; Sun, 4 Aug 2002 13:43:22 -0700 (PDT) Message-Id: <200208042043.g74KhMof016226@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 4 Aug 2002 13:43:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wosch 2002/08/04 13:43:22 PDT Modified files: (Branch: RELENG_4) share/misc bsd-family-tree Log: MFC up to rev 1.60 Revision Changes Path 1.21.2.10 +10 -7 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:46:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBFE537B400; Sun, 4 Aug 2002 13:46:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D15143E5E; Sun, 4 Aug 2002 13:46:39 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KkdJU016461; Sun, 4 Aug 2002 13:46:39 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Kkd4d016460; Sun, 4 Aug 2002 13:46:39 -0700 (PDT) Message-Id: <200208042046.g74Kkd4d016460@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 4 Aug 2002 13:46:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/httrack 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 2002/08/04 13:46:39 PDT Modified files: www/httrack Makefile distinfo Log: Upgrade to 3.20RC7. Revision Changes Path 1.7 +2 -2 ports/www/httrack/Makefile 1.7 +1 -1 ports/www/httrack/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:50:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CCF137B400; Sun, 4 Aug 2002 13:50:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F113A43E42; Sun, 4 Aug 2002 13:50:24 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KoOJU016970; Sun, 4 Aug 2002 13:50:24 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KoOaD016969; Sun, 4 Aug 2002 13:50:24 -0700 (PDT) Message-Id: <200208042050.g74KoOaD016969@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 4 Aug 2002 13:50:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/08/04 13:50:21 PDT Modified files: sys/netinet udp_usrreq.c Log: bugfix: move check for udp_blackhole before the one for icmp_bandlim. MFC after: 3 days Revision Changes Path 1.120 +2 -2 src/sys/netinet/udp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:50:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EAAF37B400; Sun, 4 Aug 2002 13:50:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3119943E3B; Sun, 4 Aug 2002 13:50:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KopJU017258; Sun, 4 Aug 2002 13:50:51 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KopW6017257; Sun, 4 Aug 2002 13:50:51 -0700 (PDT) Message-Id: <200208042050.g74KopW6017257@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 4 Aug 2002 13:50:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_mn.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/04 13:50:50 PDT Modified files: sys/pci if_mn.c Log: Repond properly to NGM_TEXT_CONFIG messages. Revision Changes Path 1.33 +2 -1 src/sys/pci/if_mn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 13:52:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4143F37B400; Sun, 4 Aug 2002 13:52:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E756B43E42; Sun, 4 Aug 2002 13:52:21 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74KqLJU017509; Sun, 4 Aug 2002 13:52:21 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74KqLcR017508; Sun, 4 Aug 2002 13:52:21 -0700 (PDT) Message-Id: <200208042052.g74KqLcR017508@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sun, 4 Aug 2002 13:52:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier-imap Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nbm 2002/08/04 13:52:21 PDT Modified files: mail/courier-imap Makefile Log: Fix a typo I was too silly to test. Submitted by: Dan Langille Revision Changes Path 1.35 +1 -1 ports/mail/courier-imap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 14: 0:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8296837B400; Sun, 4 Aug 2002 14:00:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3362743E4A; Sun, 4 Aug 2002 14:00:50 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74L0oJU018592; Sun, 4 Aug 2002 14:00:50 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74L0oo3018591; Sun, 4 Aug 2002 14:00:50 -0700 (PDT) Message-Id: <200208042100.g74L0oo3018591@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 4 Aug 2002 14:00:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_poll.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/08/04 14:00:50 PDT Modified files: sys/kern kern_poll.c Log: Temporarily disable polling when no processes are active, while I investigate the problem described below. I am seeing some strange livelock on recent -current sources with a slow box under heavy load, which disappears with this change. This might suggest some kind of problem (either insufficient locking, or mishandling of priorities) in the poll_idle thread. Revision Changes Path 1.9 +1 -1 src/sys/kern/kern_poll.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 14:20:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A65637B400; Sun, 4 Aug 2002 14:20:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B49243E3B; Sun, 4 Aug 2002 14:20:10 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74LK9JU024069; Sun, 4 Aug 2002 14:20:09 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74LK9PK024068; Sun, 4 Aug 2002 14:20:09 -0700 (PDT) Message-Id: <200208042120.g74LK9PK024068@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 4 Aug 2002 14:20:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create perform.c pkg_create.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/08/04 14:20:09 PDT Modified files: usr.sbin/pkg_install/create perform.c pkg_create.1 Log: Drop support for the .tbz2 suffix. One would not want pkg_create(1) to create "pkgname.tbz" when one specifies "pkgname.tbz2". MFC after: 1 week Revision Changes Path 1.75 +0 -4 src/usr.sbin/pkg_install/create/perform.c 1.56 +2 -2 src/usr.sbin/pkg_install/create/pkg_create.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 14:21:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F423937B400; Sun, 4 Aug 2002 14:21:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BD643E70; Sun, 4 Aug 2002 14:21:26 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74LLQJU024450; Sun, 4 Aug 2002 14:21:26 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74LLQjv024449; Sun, 4 Aug 2002 14:21:26 -0700 (PDT) Message-Id: <200208042121.g74LLQjv024449@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 4 Aug 2002 14:21:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/qtella 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 petef 2002/08/04 14:21:26 PDT Modified files: net/qtella Makefile distinfo pkg-plist Log: - update to 0.5.3. - add a knob to compile with kde2 - fix pkg-plist (move @dirrm's to the bottom) PR: 40519 Submitted by: Brad Laue Approved by: maintainer Revision Changes Path 1.4 +7 -3 ports/net/qtella/Makefile 1.4 +1 -1 ports/net/qtella/distinfo 1.4 +6 -1 ports/net/qtella/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 Aug 4 14:28: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4496B37B400; Sun, 4 Aug 2002 14:27:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBA9F43E6E; Sun, 4 Aug 2002 14:27:57 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74LRvJU024778; Sun, 4 Aug 2002 14:27:57 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74LRv1F024777; Sun, 4 Aug 2002 14:27:57 -0700 (PDT) Message-Id: <200208042127.g74LRv1F024777@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 4 Aug 2002 14:27:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/08/04 14:27:57 PDT Modified files: usr.sbin/pkg_install/lib file.c Log: Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz. MFC after: 1 day Revision Changes Path 1.56 +1 -1 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 14:37:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D1C37B400; Sun, 4 Aug 2002 14:37:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3BDE43E4A; Sun, 4 Aug 2002 14:37:09 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74Lb9JU025568; Sun, 4 Aug 2002 14:37:09 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Lb9It025565; Sun, 4 Aug 2002 14:37:09 -0700 (PDT) Message-Id: <200208042137.g74Lb9It025565@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 4 Aug 2002 14:37:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cgiwrap 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 petef 2002/08/04 14:37:09 PDT Modified files: www/cgiwrap Makefile pkg-message Log: - enable access control files by default - pass maintainership on to submitter PR: 40256 Submitted by: Josh Elsasser Revision Changes Path 1.15 +8 -1 ports/www/cgiwrap/Makefile 1.2 +4 -0 ports/www/cgiwrap/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 14:38:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ABBF37B400; Sun, 4 Aug 2002 14:38:29 -0700 (PDT) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id B932B43E65; Sun, 4 Aug 2002 14:38:28 -0700 (PDT) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id 815C84D959; Mon, 5 Aug 2002 06:38:25 +0900 (JST) Date: Mon, 05 Aug 2002 06:38:26 +0900 Message-ID: <86elde5mp9.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: portmgr@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib file.c In-Reply-To: <200208042127.g74LRv1F024777@freefall.freebsd.org> References: <200208042127.g74LRv1F024777@freefall.freebsd.org> User-Agent: Wanderlust/2.9.14 (Unchained Melody) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Sun, 4 Aug 2002 14:27:57 -0700 (PDT), I wrote: > knu 2002/08/04 14:27:57 PDT > > Modified files: > usr.sbin/pkg_install/lib file.c > Log: > Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz. The .tbz support is still incomplete: - `pkg_add ftp://blah/blah/foo.tbz' should be accepted. - `pkg_add -r foo' should try to fetch foo.tbz first and then foo.tgz, and the same applies to the case where pkg_add tries to fetch a package's requisite packages. -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 14:45:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02FBA37B400; Sun, 4 Aug 2002 14:45:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A50CA43E5E; Sun, 4 Aug 2002 14:45:22 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74LjMJU026412; Sun, 4 Aug 2002 14:45:22 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74LjMPu026411; Sun, 4 Aug 2002 14:45:22 -0700 (PDT) Message-Id: <200208042145.g74LjMPu026411@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 4 Aug 2002 14:45:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tdl 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 2002/08/04 14:45:22 PDT Modified files: devel/tdl Makefile distinfo Log: Update to 1.2. PR: 40996 Submitted by: Nicholas Esborn Revision Changes Path 1.5 +1 -1 ports/devel/tdl/Makefile 1.4 +1 -1 ports/devel/tdl/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 14:52: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F52237B400; Sun, 4 Aug 2002 14:52:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4184343E6E; Sun, 4 Aug 2002 14:52:06 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74Lq6JU027101; Sun, 4 Aug 2002 14:52:06 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Lq6Db027100; Sun, 4 Aug 2002 14:52:06 -0700 (PDT) Message-Id: <200208042152.g74Lq6Db027100@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 4 Aug 2002 14:52:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/08/04 14:52:06 PDT Modified files: sys/pci if_sis.c Log: Use m_getcl() to allocate mbuf+cluster for the receive ring. Remove the sis_quick variable, as it was there for testing purposes only. MFC after: 3 days Revision Changes Path 1.52 +9 -25 src/sys/pci/if_sis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 15: 2:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67C2637B400; Sun, 4 Aug 2002 15:02:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13CB443E42; Sun, 4 Aug 2002 15:02:38 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74M2bJU028114; Sun, 4 Aug 2002 15:02:37 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74M2bkA028113; Sun, 4 Aug 2002 15:02:37 -0700 (PDT) Message-Id: <200208042202.g74M2bkA028113@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 4 Aug 2002 15:02:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-libwww Makefile distinfo pkg-plist ports/www/p5-libwww/files patch-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 petef 2002/08/04 15:02:33 PDT Modified files: www/p5-libwww Makefile distinfo pkg-plist Added files: www/p5-libwww/files patch-Makefile.PL Log: Update to 5.65. PR: 40805 Submitted by: Erwin Lansing Revision Changes Path 1.53 +6 -6 ports/www/p5-libwww/Makefile 1.20 +1 -1 ports/www/p5-libwww/distinfo 1.1 +31 -0 ports/www/p5-libwww/files/patch-Makefile.PL (new) 1.21 +8 -1 ports/www/p5-libwww/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 Aug 4 15:14:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E24237B400; Sun, 4 Aug 2002 15:14:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24ED43E4A; Sun, 4 Aug 2002 15:14:44 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from freefall.freebsd.org (gshapiro@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74MEiJU033386; Sun, 4 Aug 2002 15:14:44 -0700 (PDT) (envelope-from gshapiro@freefall.freebsd.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74MEi0x033385; Sun, 4 Aug 2002 15:14:44 -0700 (PDT) Message-Id: <200208042214.g74MEi0x033385@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 4 Aug 2002 15:14:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunched_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 gshapiro 2002/08/04 15:14:44 PDT Modified files: usr.sbin/crunch/crunchgen crunched_main.c Log: Pass envp to crunched program's main() routines as some depend on it. Note that crunchgen's stub .c programs already have the code to use it: "int _crunched_%s_stub(int argc, char **argv, char **envp)" "{return main(argc,argv,envp);}\" >%s_stub.c\n", Add $FreeBSD$ to allow the commit. Reviewed by: luigi MFC after: 3 days Revision Changes Path 1.7 +4 -2 src/usr.sbin/crunch/crunchgen/crunched_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 15:23:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD31337B400; Sun, 4 Aug 2002 15:23:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 636E343E6A; Sun, 4 Aug 2002 15:23:49 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74MNnJU034500; Sun, 4 Aug 2002 15:23:49 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74MNnlf034499; Sun, 4 Aug 2002 15:23:49 -0700 (PDT) Message-Id: <200208042223.g74MNnlf034499@freefall.freebsd.org> From: Max Khon Date: Sun, 4 Aug 2002 15:23:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/libexec/hpropd Makefile src/kerberos5/libexec/ipropd-master Makefile src/kerberos5/libexec/ipropd-slave Makefile src/kerberos5/libexec/k5admind Makefile src/kerberos5/libexec/k5passwdd Makefile src/kerberos5/libexec/kdc 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 2002/08/04 15:23:48 PDT Modified files: kerberos5/libexec/hpropd Makefile kerberos5/libexec/ipropd-master Makefile kerberos5/libexec/ipropd-slave Makefile kerberos5/libexec/k5admind Makefile kerberos5/libexec/k5passwdd Makefile kerberos5/libexec/kdc Makefile kerberos5/usr.bin/k5admin Makefile kerberos5/usr.bin/k5destroy Makefile kerberos5/usr.bin/k5init Makefile kerberos5/usr.bin/k5list Makefile kerberos5/usr.bin/k5passwd Makefile kerberos5/usr.bin/k5su Makefile kerberos5/usr.sbin/k5stash Makefile kerberos5/usr.sbin/ktutil Makefile Log: Kerberos 5 no longer needs -lmd Approved by: nectar Revision Changes Path 1.8 +2 -2 src/kerberos5/libexec/hpropd/Makefile 1.7 +2 -2 src/kerberos5/libexec/ipropd-master/Makefile 1.7 +2 -2 src/kerberos5/libexec/ipropd-slave/Makefile 1.8 +2 -2 src/kerberos5/libexec/k5admind/Makefile 1.9 +2 -2 src/kerberos5/libexec/k5passwdd/Makefile 1.9 +2 -2 src/kerberos5/libexec/kdc/Makefile 1.9 +2 -2 src/kerberos5/usr.bin/k5admin/Makefile 1.9 +2 -2 src/kerberos5/usr.bin/k5destroy/Makefile 1.9 +2 -2 src/kerberos5/usr.bin/k5init/Makefile 1.9 +2 -2 src/kerberos5/usr.bin/k5list/Makefile 1.9 +2 -2 src/kerberos5/usr.bin/k5passwd/Makefile 1.7 +2 -2 src/kerberos5/usr.bin/k5su/Makefile 1.10 +2 -2 src/kerberos5/usr.sbin/k5stash/Makefile 1.9 +2 -2 src/kerberos5/usr.sbin/ktutil/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 15:24:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E06F37B400; Sun, 4 Aug 2002 15:24:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A1143E5E; Sun, 4 Aug 2002 15:24:30 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: from freefall.freebsd.org (wosch@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74MOUJU034541; Sun, 4 Aug 2002 15:24:30 -0700 (PDT) (envelope-from wosch@freefall.freebsd.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74MOUHx034540; Sun, 4 Aug 2002 15:24:30 -0700 (PDT) Message-Id: <200208042224.g74MOUHx034540@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 4 Aug 2002 15:24:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi query-pr.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wosch 2002/08/04 15:24:30 PDT Modified files: en/cgi query-pr.cgi Log: Sleep 0.35 seconds to avoid DoS attacks from broken robots. Revision Changes Path 1.28 +4 -1 www/en/cgi/query-pr.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 15:33:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0207637B400; Sun, 4 Aug 2002 15:33:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A744B43E6A; Sun, 4 Aug 2002 15:33:28 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74MXSJU035602; Sun, 4 Aug 2002 15:33:28 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74MXSv4035601; Sun, 4 Aug 2002 15:33:28 -0700 (PDT) Message-Id: <200208042233.g74MXSv4035601@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 4 Aug 2002 15:33:28 -0700 (PDT) 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 luigi 2002/08/04 15:33:28 PDT Modified files: sys/dev/fxp if_fxp.c Log: Fix handling of Receiver Not Ready errors when doing polling. Also take this chance to cleanup the code in fxp_intr_body. Add a missing block of code to disable interrupts when reinitializing the interface while doing polling (the RELENG_4 version was correct). MFC after: 3 days Revision Changes Path 1.136 +82 -50 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 Sun Aug 4 15:48:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A27437B400; Sun, 4 Aug 2002 15:48:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF75A43E3B; Sun, 4 Aug 2002 15:48:35 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74MmZJU036702; Sun, 4 Aug 2002 15:48:35 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74MmZYs036701; Sun, 4 Aug 2002 15:48:35 -0700 (PDT) Message-Id: <200208042248.g74MmZYs036701@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 4 Aug 2002 15:48:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh-multiadd 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 2002/08/04 15:48:35 PDT Modified files: security/ssh-multiadd Makefile distinfo Log: - update to 1.3.2 - use USE_REINPLACE PR: 41086 Submitted by: Simon L. Nielsen Revision Changes Path 1.4 +5 -4 ports/security/ssh-multiadd/Makefile 1.3 +1 -1 ports/security/ssh-multiadd/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 16: 2:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37D1137B400; Sun, 4 Aug 2002 16:02:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB9243E42; Sun, 4 Aug 2002 16:02:19 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74N2JJU038091; Sun, 4 Aug 2002 16:02:19 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74N2JJE038090; Sun, 4 Aug 2002 16:02:19 -0700 (PDT) Message-Id: <200208042302.g74N2JJE038090@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 4 Aug 2002 16:02:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/newsgrab 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 petef 2002/08/04 16:02:19 PDT Modified files: news/newsgrab Makefile distinfo pkg-plist Log: - update to 0.3.1 - use USE_REINPLACE PR: 41165 Submitted by: Michael L. Hostbaek Revision Changes Path 1.8 +6 -3 ports/news/newsgrab/Makefile 1.6 +1 -1 ports/news/newsgrab/distinfo 1.2 +1 -0 ports/news/newsgrab/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 Aug 4 16:26:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD2BB37B400; Sun, 4 Aug 2002 16:26:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867A643E3B; Sun, 4 Aug 2002 16:26:09 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74NQ9JU044050; Sun, 4 Aug 2002 16:26:09 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74NQ92h044049; Sun, 4 Aug 2002 16:26:09 -0700 (PDT) Message-Id: <200208042326.g74NQ92h044049@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 4 Aug 2002 16:26:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/newsx Makefile ports/news/newsx/files patch-configure.in patch-src_logmsg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/08/04 16:26:09 PDT Modified files: news/newsx Makefile news/newsx/files patch-configure.in Added files: news/newsx/files patch-src_logmsg.c Log: Update to 1.4.8 + fix a security vulnerability. PR: 40618 Submitted by: maintainer Revision Changes Path 1.9 +2 -2 ports/news/newsx/Makefile 1.2 +10 -1 ports/news/newsx/files/patch-configure.in 1.1 +74 -0 ports/news/newsx/files/patch-src_logmsg.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 16:43: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB0537B400; Sun, 4 Aug 2002 16:43:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9117C43E4A; Sun, 4 Aug 2002 16:43:01 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74Nh1JU045481; Sun, 4 Aug 2002 16:43:01 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Nh1rA045480; Sun, 4 Aug 2002 16:43:01 -0700 (PDT) Message-Id: <200208042343.g74Nh1rA045480@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 4 Aug 2002 16:43:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dctc-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 2002/08/04 16:43:01 PDT Modified files: net/dctc-gui Makefile Log: Bump PORTREVISION since we improved a patch Revision Changes Path 1.24 +2 -1 ports/net/dctc-gui/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 16:49:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2602A37B400; Sun, 4 Aug 2002 16:49:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDAE43E42; Sun, 4 Aug 2002 16:49:16 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74NnGJU045902; Sun, 4 Aug 2002 16:49:16 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74NnGMo045901; Sun, 4 Aug 2002 16:49:16 -0700 (PDT) Message-Id: <200208042349.g74NnGMo045901@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 4 Aug 2002 16:49:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/04 16:49:16 PDT Modified files: (Branch: RELENG_4_4) . UPDATING Log: Add cross-reference for SA-02:33. Approved by: security-officer (implicitly) Revision Changes Path 1.73.2.43.2.29 +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 Sun Aug 4 16:49:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA46837B400; Sun, 4 Aug 2002 16:49:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DEA343E42; Sun, 4 Aug 2002 16:49:41 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74NnfJU045956; Sun, 4 Aug 2002 16:49:41 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74NnfTM045955; Sun, 4 Aug 2002 16:49:41 -0700 (PDT) Message-Id: <200208042349.g74NnfTM045955@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 4 Aug 2002 16:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/04 16:49:41 PDT Modified files: (Branch: RELENG_4_5) . UPDATING Log: Add cross-reference for SA-02:33. Approved by: security-officer (implicitly) Revision Changes Path 1.73.2.50.2.30 +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 Sun Aug 4 16:50: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C2C637B405; Sun, 4 Aug 2002 16:50:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF02743E70; Sun, 4 Aug 2002 16:50:01 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74No1JU046034; Sun, 4 Aug 2002 16:50:01 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74No1kv046033; Sun, 4 Aug 2002 16:50:01 -0700 (PDT) Message-Id: <200208042350.g74No1kv046033@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 4 Aug 2002 16:50:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/04 16:50:01 PDT Modified files: (Branch: RELENG_4_6) . UPDATING Log: Add cross-reference for SA-02:33. Approved by: security-officer (implicitly) Revision Changes Path 1.73.2.68.2.20 +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 Sun Aug 4 16:55:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F7437B400; Sun, 4 Aug 2002 16:55:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC77943E42; Sun, 4 Aug 2002 16:55:06 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74Nt6JU046577; Sun, 4 Aug 2002 16:55:06 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74Nt6lj046576; Sun, 4 Aug 2002 16:55:06 -0700 (PDT) Message-Id: <200208042355.g74Nt6lj046576@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 4 Aug 2002 16:55:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/08/04 16:55:06 PDT Modified files: sys/net if_ethersubr.c Log: Extend the interface to ether_input(): a NULL eh pointer means that the mbuf contains the ethernet header (eh) as well, which ether_input() will strip off as needed. This permits the removal (in a backward compatible way) of the header removal code which right now is replicated in all drivers, sometimes in an inconsistent way. Also, because many functions called after ether_input() require the eh in the mbuf, eventually we can propagate the interface and handle outdated drivers just in ether_input(). Individual driver changes to use the new interface will follow as we have a chance to touch them. NOTE THAT THIS CHANGE IS FULLY BACKWARD COMPATIBLE AND DOES NOT BREAK BINARY COMPATIBILITY FOR DRIVERS. MFC after: 3 days Revision Changes Path 1.116 +26 -12 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 16:58:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3097837B400; Sun, 4 Aug 2002 16:58:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D964143E42; Sun, 4 Aug 2002 16:58:14 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g74NwEJU046814; Sun, 4 Aug 2002 16:58:14 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g74NwEQ4046813; Sun, 4 Aug 2002 16:58:14 -0700 (PDT) Message-Id: <200208042358.g74NwEQ4046813@freefall.freebsd.org> From: Martin Blapp Date: Sun, 4 Aug 2002 16:58:14 -0700 (PDT) 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 2002/08/04 16:58:14 PDT Modified files: editors/openoffice Makefile Log: Fix build dependency. Noted by: Jonathan Chen Revision Changes Path 1.102 +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 Aug 4 17: 4:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C4837B400; Sun, 4 Aug 2002 17:04:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E7943E3B; Sun, 4 Aug 2002 17:04:19 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7504JJU047427; Sun, 4 Aug 2002 17:04:19 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7504Jnp047426; Sun, 4 Aug 2002 17:04:19 -0700 (PDT) Message-Id: <200208050004.g7504Jnp047426@freefall.freebsd.org> From: Alan Cox Date: Sun, 4 Aug 2002 17:04:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/powerpc/powerpc pmap.c src/sys/sparc64/sparc64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/04 17:04:18 PDT Modified files: sys/alpha/alpha pmap.c sys/powerpc/powerpc pmap.c sys/sparc64/sparc64 pmap.c Log: o Don't set PG_MAPPED or PG_WRITEABLE when a page is mapped using pmap_kenter() or pmap_qenter(). o Use VM_ALLOC_WIRED in pmap_new_thread(). Revision Changes Path 1.103 +2 -9 src/sys/alpha/alpha/pmap.c 1.45 +2 -7 src/sys/powerpc/powerpc/pmap.c 1.75 +2 -9 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 17:14:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15AB37B400; Sun, 4 Aug 2002 17:14:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5541243E3B; Sun, 4 Aug 2002 17:14:32 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g750EWJU052431; Sun, 4 Aug 2002 17:14:32 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g750EWGH052430; Sun, 4 Aug 2002 17:14:32 -0700 (PDT) Message-Id: <200208050014.g750EWGH052430@freefall.freebsd.org> From: Hiroki Sato Date: Sun, 4 Aug 2002 17:14:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/04 17:14:32 PDT Modified files: ja/security security.sgml Log: Merge the following from the English version: 1.111 -> 1.114 security/security.sgml Submitted by: Hideyuki KURASHINA References: [doc-jp-work 458] Revision Changes Path 1.61 +10 -4 www/ja/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 17:14:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E342F37B400; Sun, 4 Aug 2002 17:14:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31EE843E6E; Sun, 4 Aug 2002 17:14:53 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g750ErJU052474; Sun, 4 Aug 2002 17:14:53 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g750Eq4Q052472; Sun, 4 Aug 2002 17:14:53 -0700 (PDT) Message-Id: <200208050014.g750Eq4Q052472@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sun, 4 Aug 2002 17:14:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/04 17:14:52 PDT Modified files: en/releng index.sgml Log: Chase a reference to an archived list posting. Revision Changes Path 1.18 +2 -2 www/en/releng/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 17:21:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6994737B400; Sun, 4 Aug 2002 17:21:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E11343E3B; Sun, 4 Aug 2002 17:21:25 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g750LOJU053190; Sun, 4 Aug 2002 17:21:24 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g750LOZd053189; Sun, 4 Aug 2002 17:21:24 -0700 (PDT) Message-Id: <200208050021.g750LOZd053189@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 4 Aug 2002 17:21:24 -0700 (PDT) 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 luigi 2002/08/04 17:21:24 PDT Modified files: sys/dev/fxp if_fxp.c Log: Use m_getcl() to allocate buffers for the receive ring. MFC after: 3 days Revision Changes Path 1.137 +2 -11 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 Sun Aug 4 18: 3:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F2E337B400; Sun, 4 Aug 2002 18:03:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DF343E5E; Sun, 4 Aug 2002 18:03:12 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7513CJU056443; Sun, 4 Aug 2002 18:03:12 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7513Cw8056442; Sun, 4 Aug 2002 18:03:12 -0700 (PDT) Message-Id: <200208050103.g7513Cw8056442@freefall.freebsd.org> From: Doug Barton Date: Sun, 4 Aug 2002 18:03:12 -0700 (PDT) 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 dougb 2002/08/04 18:03:12 PDT Modified files: usr.sbin/mergemaster mergemaster.sh Log: Fix a couple DESTDIR related problems. Credit for the "Only in" section goes to James , and Cyrille Lefevre . The make variables problem was found by jon. Revision Changes Path 1.36 +2 -2 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 Sun Aug 4 18:34:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 537F037B400; Sun, 4 Aug 2002 18:34:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D51AD43E42; Sun, 4 Aug 2002 18:34:48 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g751YmJU062656; Sun, 4 Aug 2002 18:34:48 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g751Ym9D062655; Sun, 4 Aug 2002 18:34:48 -0700 (PDT) Message-Id: <200208050134.g751Ym9D062655@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 4 Aug 2002 18:34:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/tmda Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/08/04 18:34:48 PDT Modified files: mail/tmda Makefile distinfo pkg-plist Log: Update to 0.59. PR: 41313 Submitted by: maintainer Revision Changes Path 1.21 +1 -1 ports/mail/tmda/Makefile 1.19 +1 -1 ports/mail/tmda/distinfo 1.18 +1 -0 ports/mail/tmda/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 18:38:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1312937B401; Sun, 4 Aug 2002 18:38:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B66AA43E65; Sun, 4 Aug 2002 18:38:40 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g751ceJU062949; Sun, 4 Aug 2002 18:38:40 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g751ce2R062948; Sun, 4 Aug 2002 18:38:40 -0700 (PDT) Message-Id: <200208050138.g751ce2R062948@freefall.freebsd.org> From: Doug Barton Date: Sun, 4 Aug 2002 18:38:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-DNS/files patch-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 dougb 2002/08/04 18:38:40 PDT Added files: net/p5-Net-DNS/files patch-Makefile.Pl Log: No need to deal with this test for a port install Revision Changes Path 1.1 +55 -0 ports/net/p5-Net-DNS/files/patch-Makefile.Pl (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 18:41:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26BDB37B400; Sun, 4 Aug 2002 18:41:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75DC643E5E; Sun, 4 Aug 2002 18:41:27 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g751fRJU063175; Sun, 4 Aug 2002 18:41:27 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g751fRct063174; Sun, 4 Aug 2002 18:41:27 -0700 (PDT) Message-Id: <200208050141.g751fRct063174@freefall.freebsd.org> From: Doug Barton Date: Sun, 4 Aug 2002 18:41:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-DNS 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 dougb 2002/08/04 18:41:27 PDT Modified files: net/p5-Net-DNS Makefile distinfo Log: Upgrade to version 0.25, which cleans up CERT.pm a bit, and also has some major performance enhancements, especially the streamlined implementation of AUTOLOAD. My brief tests indicate roughly a 30% reduction in module load time. Revision Changes Path 1.28 +1 -1 ports/net/p5-Net-DNS/Makefile 1.11 +1 -1 ports/net/p5-Net-DNS/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 18:54:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1686837B400; Sun, 4 Aug 2002 18:54:37 -0700 (PDT) Received: from 12-234-90-219.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7096B43E65; Sun, 4 Aug 2002 18:54:36 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from FreeBSD.org (master.gorean.org [10.0.0.2]) by 12-234-90-219.client.attbi.com (8.12.5/8.12.5) with ESMTP id g751sYiZ060041; Sun, 4 Aug 2002 18:54:35 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Message-ID: <3D4DDADA.AF866080@FreeBSD.org> Date: Sun, 04 Aug 2002 18:54:34 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/p5-Net-DNS Makefile distinfo References: <200208050141.g751fRct063174@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Users of perl 5.005 should hold off on this upgrade. It looks like there is a dependency on 5.6x behavior in RR.pm. I'm trying to track it down now. Doug Doug Barton wrote: > > dougb 2002/08/04 18:41:27 PDT > > Modified files: > net/p5-Net-DNS Makefile distinfo > Log: > Upgrade to version 0.25, which cleans up CERT.pm a bit, and also > has some major performance enhancements, especially the streamlined > implementation of AUTOLOAD. > > My brief tests indicate roughly a 30% reduction in module load time. > > Revision Changes Path > 1.28 +1 -1 ports/net/p5-Net-DNS/Makefile > 1.11 +1 -1 ports/net/p5-Net-DNS/distinfo > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/p5-Net-DNS/Makefile.diff?&r1=1.27&r2=1.28&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/net/p5-Net-DNS/distinfo.diff?&r1=1.10&r2=1.11&f=h -- "We have known freedom's price. We have shown freedom's power. And in this great conflict, ... we will see freedom's victory." - George W. Bush, President of the United States State of the Union, January 28, 2002 Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 20: 4: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C493937B400; Sun, 4 Aug 2002 20:04:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7668E43E6E; Sun, 4 Aug 2002 20:04:05 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75345JU073685; Sun, 4 Aug 2002 20:04:05 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75345AU073684; Sun, 4 Aug 2002 20:04:05 -0700 (PDT) Message-Id: <200208050304.g75345AU073684@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 4 Aug 2002 20:04:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gxset 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 petef 2002/08/04 20:04:05 PDT Modified files: x11/gxset Makefile Log: - fix build: add libgnugetopt depend - add a backup local mirror for the distfile, the current site is down PR: 40994 Submitted by: Amar Takhar Approved by: maintainer (the build fix) Revision Changes Path 1.3 +4 -2 ports/x11/gxset/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 20: 6:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A52AA37B400; Sun, 4 Aug 2002 20:06:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5676043E42; Sun, 4 Aug 2002 20:06:56 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7536uJU078008; Sun, 4 Aug 2002 20:06:56 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7536uZc078007; Sun, 4 Aug 2002 20:06:56 -0700 (PDT) Message-Id: <200208050306.g7536uZc078007@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 4 Aug 2002 20:06:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mpeg4ip Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/04 20:06:56 PDT Modified files: graphics/mpeg4ip Makefile distinfo pkg-plist Log: Update to 0.9.5 Revision Changes Path 1.2 +42 -32 ports/graphics/mpeg4ip/Makefile 1.2 +1 -1 ports/graphics/mpeg4ip/distinfo 1.2 +8 -12 ports/graphics/mpeg4ip/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 20:40:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A819437B400; Sun, 4 Aug 2002 20:40:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D14543E42; Sun, 4 Aug 2002 20:40:29 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g753eSJU080383; Sun, 4 Aug 2002 20:40:29 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g753eSZw080382; Sun, 4 Aug 2002 20:40:28 -0700 (PDT) Message-Id: <200208050340.g753eSZw080382@freefall.freebsd.org> From: Alan Cox Date: Sun, 4 Aug 2002 20:40:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include pmap.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/04 20:40:28 PDT Modified files: sys/i386/include pmap.h Log: o Introduce pmap_page_is_mapped(). Its purpose is to obsolete the PG_MAPPED flag. Revision Changes Path 1.81 +1 -0 src/sys/i386/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 20:58:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB7237B400; Sun, 4 Aug 2002 20:58:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD2243E65; Sun, 4 Aug 2002 20:58:21 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g753wKJU081917; Sun, 4 Aug 2002 20:58:20 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g753wKx2081916; Sun, 4 Aug 2002 20:58:20 -0700 (PDT) Message-Id: <200208050358.g753wKx2081916@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 4 Aug 2002 20:58:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gconf2 Makefile distinfo pkg-plist ports/devel/gconf2/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/04 20:58:20 PDT Modified files: devel/gconf2 Makefile distinfo pkg-plist devel/gconf2/files patch-ab Log: Update to 1.2.1 (bug fixes and an added Bulgarian translation). Revision Changes Path 1.44 +6 -9 ports/devel/gconf2/Makefile 1.20 +1 -1 ports/devel/gconf2/distinfo 1.7 +2 -16 ports/devel/gconf2/files/patch-ab 1.24 +3 -18 ports/devel/gconf2/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 Aug 4 21: 1:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA9B737B400; Sun, 4 Aug 2002 21:01:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE0B43E42; Sun, 4 Aug 2002 21:01:28 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7541SJU082455; Sun, 4 Aug 2002 21:01:28 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7541SHB082454; Sun, 4 Aug 2002 21:01:28 -0700 (PDT) Message-Id: <200208050401.g7541SHB082454@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 4 Aug 2002 21:01:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/eog2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/04 21:01:28 PDT Modified files: graphics/eog2 Makefile distinfo pkg-plist Log: Update to 1.0.2. This release adds bug fixes, two new translations, and some new windowing functions. A complete list of changes is found in WRKSRC/ChangeLog. Revision Changes Path 1.28 +5 -9 ports/graphics/eog2/Makefile 1.10 +1 -1 ports/graphics/eog2/distinfo 1.10 +3 -12 ports/graphics/eog2/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 Aug 4 21: 4:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3D637B400; Sun, 4 Aug 2002 21:04:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8005243E65; Sun, 4 Aug 2002 21:04:24 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7544OJU082621; Sun, 4 Aug 2002 21:04:24 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7544OSJ082620; Sun, 4 Aug 2002 21:04:24 -0700 (PDT) Message-Id: <200208050404.g7544OSJ082620@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 4 Aug 2002 21:04:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnometerminal Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/04 21:04:24 PDT Modified files: x11/gnometerminal Makefile distinfo pkg-plist Log: Update to 2.0.1. This is mainly a bug fix release with a few added translations. A full list of changes can be found in WRKSRC/ChangeLog. Revision Changes Path 1.9 +5 -10 ports/x11/gnometerminal/Makefile 1.6 +1 -1 ports/x11/gnometerminal/distinfo 1.6 +8 -4 ports/x11/gnometerminal/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 Aug 4 21: 5:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CB7737B401; Sun, 4 Aug 2002 21:05:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E5A743E65; Sun, 4 Aug 2002 21:05:41 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7545eJU086860; Sun, 4 Aug 2002 21:05:40 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7545ewY086859; Sun, 4 Aug 2002 21:05:40 -0700 (PDT) Message-Id: <200208050405.g7545ewY086859@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sun, 4 Aug 2002 21:05:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libwnck Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/04 21:05:40 PDT Modified files: x11-toolkits/libwnck Makefile distinfo Log: Update to 0.15. This is a bug fix release. A full list of changes can be found in WRKSRC/ChangeLog. Revision Changes Path 1.12 +5 -5 ports/x11-toolkits/libwnck/Makefile 1.8 +1 -1 ports/x11-toolkits/libwnck/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 21:19:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 556A937B401; Sun, 4 Aug 2002 21:19:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D6E43E42; Sun, 4 Aug 2002 21:19:19 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g754JJJU087844; Sun, 4 Aug 2002 21:19:19 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g754JJcZ087843; Sun, 4 Aug 2002 21:19:19 -0700 (PDT) Message-Id: <200208050419.g754JJcZ087843@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 4 Aug 2002 21:19:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libshbuf Makefile pkg-plist ports/devel/libshbuf/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/04 21:19:19 PDT Modified files: devel/libshbuf Makefile pkg-plist Added files: devel/libshbuf/files patch-configure Log: Do not install .la files PR: 41029 Submitted by: Ports Fury Revision Changes Path 1.3 +3 -2 ports/devel/libshbuf/Makefile 1.1 +10 -0 ports/devel/libshbuf/files/patch-configure (new) 1.2 +1 -2 ports/devel/libshbuf/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 Aug 4 21:21:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D31F37B400; Sun, 4 Aug 2002 21:21:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E488343E6A; Sun, 4 Aug 2002 21:21:25 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g754LPJU088406; Sun, 4 Aug 2002 21:21:25 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g754LPVt088405; Sun, 4 Aug 2002 21:21:25 -0700 (PDT) Message-Id: <200208050421.g754LPVt088405@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 4 Aug 2002 21:21:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/qcad Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/04 21:21:25 PDT Modified files: cad/qcad Makefile distinfo pkg-plist Log: upgrade to 1.4.16 PR: 41028 Submitted by: Ports Fury Revision Changes Path 1.17 +4 -4 ports/cad/qcad/Makefile 1.8 +1 -1 ports/cad/qcad/distinfo 1.9 +4 -247 ports/cad/qcad/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 Aug 4 21:25:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FC4537B400; Sun, 4 Aug 2002 21:25:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D690943E5E; Sun, 4 Aug 2002 21:25:24 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g754POJU088759; Sun, 4 Aug 2002 21:25:24 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g754PO5d088758; Sun, 4 Aug 2002 21:25:24 -0700 (PDT) Message-Id: <200208050425.g754PO5d088758@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 4 Aug 2002 21:25:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/gerbv 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 ijliao 2002/08/04 21:25:24 PDT Modified files: cad/gerbv Makefile pkg-plist Log: switch to GNOMENG Enable PNG support properly PR: 41027 Submitted by: Ports Fury Revision Changes Path 1.2 +9 -8 ports/cad/gerbv/Makefile 1.2 +15 -15 ports/cad/gerbv/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 Aug 4 21:32:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B474237B400; Sun, 4 Aug 2002 21:32:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 692CB43E5E; Sun, 4 Aug 2002 21:32:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g754W9JU089564; Sun, 4 Aug 2002 21:32:09 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g754W9jM089563; Sun, 4 Aug 2002 21:32:09 -0700 (PDT) Message-Id: <200208050432.g754W9jM089563@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 4 Aug 2002 21:32:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/p5-Mail-RBL Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/p5-Mail-RBL/files patch-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 ijliao 2002/08/04 21:32:09 PDT Modified files: mail Makefile Added files: mail/p5-Mail-RBL Makefile distinfo pkg-comment pkg-descr pkg-plist mail/p5-Mail-RBL/files patch-Makefile.PL Log: add p5-Mail-RBL 1.00 Perl extension to access RBL-style host verification services PR: 40968 Submitted by: Erwin Lansing Revision Changes Path 1.312 +1 -0 ports/mail/Makefile 1.1 +33 -0 ports/mail/p5-Mail-RBL/Makefile (new) 1.1 +1 -0 ports/mail/p5-Mail-RBL/distinfo (new) 1.1 +10 -0 ports/mail/p5-Mail-RBL/files/patch-Makefile.PL (new) 1.1 +1 -0 ports/mail/p5-Mail-RBL/pkg-comment (new) 1.1 +17 -0 ports/mail/p5-Mail-RBL/pkg-descr (new) 1.1 +5 -0 ports/mail/p5-Mail-RBL/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 Aug 4 21:32:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB2637B406; Sun, 4 Aug 2002 21:32:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1978543E6A; Sun, 4 Aug 2002 21:32:12 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g754WBJU089597; Sun, 4 Aug 2002 21:32:11 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g754WB0o089596; Sun, 4 Aug 2002 21:32:11 -0700 (PDT) Message-Id: <200208050432.g754WB0o089596@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 4 Aug 2002 21:32:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/04 21:32:11 PDT Modified files: . modules Log: p5-Mail-RBL --> ports/mail/p5-Mail-RBL Revision Changes Path 1.5667 +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 Aug 4 21:43:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 770B037B400; Sun, 4 Aug 2002 21:43:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2826F43E3B; Sun, 4 Aug 2002 21:43:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g754huJU090470; Sun, 4 Aug 2002 21:43:56 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g754ht4T090469; Sun, 4 Aug 2002 21:43:55 -0700 (PDT) Message-Id: <200208050443.g754ht4T090469@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 4 Aug 2002 21:43:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-File-DirSync Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/04 21:43:55 PDT Modified files: devel/p5-File-DirSync Makefile distinfo Log: upgrade to 1.06 PR: 41287 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/devel/p5-File-DirSync/Makefile 1.3 +1 -1 ports/devel/p5-File-DirSync/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 22: 6:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 907F137B400; Sun, 4 Aug 2002 22:06:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 466F543E3B; Sun, 4 Aug 2002 22:06:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7556MJU096131; Sun, 4 Aug 2002 22:06:22 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7556MfL096130; Sun, 4 Aug 2002 22:06:22 -0700 (PDT) Message-Id: <200208050506.g7556MfL096130@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 4 Aug 2002 22:06:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/R-letter Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/04 22:06:22 PDT Modified files: math/R-letter Makefile Log: add tcl and tk dependencies Reviewed by: maintainer Revision Changes Path 1.23 +4 -0 ports/math/R-letter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 22:16:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAB0D37B400; Sun, 4 Aug 2002 22:16:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE8B43E6E; Sun, 4 Aug 2002 22:16:09 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g755G9JU096949; Sun, 4 Aug 2002 22:16:09 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g755G99L096948; Sun, 4 Aug 2002 22:16:09 -0700 (PDT) Message-Id: <200208050516.g755G99L096948@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 4 Aug 2002 22:16:09 -0700 (PDT) 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 alfred 2002/08/04 22:16:09 PDT Modified files: sys/kern sysv_sem.c Log: Cleanup: Fix line wrapping. Remove 'register'. malloc(9) with M_WAITOK can't fail, so remove checks for that. Revision Changes Path 1.54 +24 -28 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 Sun Aug 4 22:18:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F9F637B400; Sun, 4 Aug 2002 22:18:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01F0C43E70; Sun, 4 Aug 2002 22:18:44 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: from freefall.freebsd.org (alfred@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g755IhJU097102; Sun, 4 Aug 2002 22:18:43 -0700 (PDT) (envelope-from alfred@freefall.freebsd.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g755IhoC097101; Sun, 4 Aug 2002 22:18:43 -0700 (PDT) Message-Id: <200208050518.g755IhoC097101@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 4 Aug 2002 22:18:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys queue.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/08/04 22:18:43 PDT Modified files: sys/sys queue.h Log: Add a macro for SLIST traversal 'SLIST_FOREACH_PREVPTR', this macro keeps a pointer to the previous element's next pointer to allow for search and O(1) removal. Revision Changes Path 1.54 +5 -0 src/sys/sys/queue.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Aug 4 23:10:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF66E37B485; Sun, 4 Aug 2002 23:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE7243E6E; Sun, 4 Aug 2002 23:10:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g756A4JU005161; Sun, 4 Aug 2002 23:10:04 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g756A4qm005159; Sun, 4 Aug 2002 23:10:04 -0700 (PDT) Message-Id: <200208050610.g756A4qm005159@freefall.freebsd.org> From: Peter Wemm Date: Sun, 4 Aug 2002 23:10:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/04 23:10:03 PDT Modified files: sys/i386/i386 pmap.c Log: Revert rev 1.356 and 1.352 (pmap_mapdev hacks). It wasn't worth the pain. Revision Changes Path 1.357 +8 -11 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 Sun Aug 4 23:50: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE7B37B400; Sun, 4 Aug 2002 23:49:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFEAB43E5E; Sun, 4 Aug 2002 23:49:58 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g756nwJU008388; Sun, 4 Aug 2002 23:49:58 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g756nwcI008387; Sun, 4 Aug 2002 23:49:58 -0700 (PDT) Message-Id: <200208050649.g756nwcI008387@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 4 Aug 2002 23:49:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile fmtmsg.h src/lib/libc/gen Makefile.inc err.3 fmtmsg.3 fmtmsg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/08/04 23:49:58 PDT Modified files: include Makefile lib/libc/gen Makefile.inc err.3 Added files: include fmtmsg.h lib/libc/gen fmtmsg.3 fmtmsg.c Log: Implement POSIX.1-2001 (XSI)'s fmtmsg(3). Revision Changes Path 1.174 +1 -1 src/include/Makefile 1.1 +72 -0 src/include/fmtmsg.h (new) 1.93 +2 -2 src/lib/libc/gen/Makefile.inc 1.19 +2 -1 src/lib/libc/gen/err.3 1.1 +256 -0 src/lib/libc/gen/fmtmsg.3 (new) 1.1 +214 -0 src/lib/libc/gen/fmtmsg.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 0:19:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4213F37B400; Mon, 5 Aug 2002 00:19:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAB4843E65; Mon, 5 Aug 2002 00:19:27 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757JRJU014988; Mon, 5 Aug 2002 00:19:27 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757JRpV014987; Mon, 5 Aug 2002 00:19:27 -0700 (PDT) Message-Id: <200208050719.g757JRpV014987@freefall.freebsd.org> From: Warner Losh Date: Mon, 5 Aug 2002 00:19:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wavelan_ieee.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/05 00:19:27 PDT Modified files: sys/dev/wi if_wavelan_ieee.h Log: Add a comment that says it looks like lucent cards have a primary firmware revision as well (not sure which firmware versions are needed for this, but the 6.x and 8.x 'software' versions that I have seem to support it). Add dBm comm quality RID. This is like the normal comm quality rid, except the signal and noise numbers are normalized to dBm. Some revisions of the prism firmware, however, don't support this RID, and some that do support it return 0 for quality and/or noise. Your milage may vary. Revision Changes Path 1.14 +2 -0 src/sys/dev/wi/if_wavelan_ieee.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 0:24: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B372E37B400; Mon, 5 Aug 2002 00:24:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D3B43E5E; Mon, 5 Aug 2002 00:24:02 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757O2JU015690; Mon, 5 Aug 2002 00:24:02 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757O2j1015689; Mon, 5 Aug 2002 00:24:02 -0700 (PDT) Message-Id: <200208050724.g757O2j1015689@freefall.freebsd.org> From: Warner Losh Date: Mon, 5 Aug 2002 00:24:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/05 00:24:02 PDT Modified files: sys/dev/wi if_wi.c if_wireg.h Log: Differentiate between AT45DB011 compatible large serial flash parts and the AT24C08 small serial flash parts. We still report these as the same part (since we group things already), but now we recognize the small serial versions as well. Revision Changes Path 1.110 +10 -3 src/sys/dev/wi/if_wi.c 1.35 +10 -3 src/sys/dev/wi/if_wireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 0:26:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DDDA37B400; Mon, 5 Aug 2002 00:26:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30DEB43E6A; Mon, 5 Aug 2002 00:26:12 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757QCJU015923; Mon, 5 Aug 2002 00:26:12 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757QCnp015922; Mon, 5 Aug 2002 00:26:12 -0700 (PDT) Message-Id: <200208050726.g757QCnp015922@freefall.freebsd.org> From: Eric Anholt Date: Mon, 5 Aug 2002 00:26:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-clients Makefile ports/x11/XFree86-4-libraries Makefile distinfo ports/x11-servers/XFree86-4-Server 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 anholt 2002/08/05 00:26:11 PDT Modified files: x11/XFree86-4-clients Makefile x11/XFree86-4-libraries Makefile distinfo x11-servers/XFree86-4-Server Makefile distinfo Log: 1. Use XlcDL.c from X CVS to help people with Korean or Japanese XIM and GTK+ 2. Update PCI IDs and nv driver to include newer nv chipsets 3. Add SHM to XFree86's libc wrapper on bsd to help with nv binary drivers. 4. Fix mouse scrollwheels on -current (new gcc) Submitted by: [1] Hye-Shik Chang [2] Chris Dillon [3] Matthew N. Dodd [4] Ted Lindgreen Approved by: mdodd Revision Changes Path 1.116 +5 -1 ports/x11-servers/XFree86-4-Server/Makefile 1.37 +1 -0 ports/x11-servers/XFree86-4-Server/distinfo 1.101 +1 -1 ports/x11/XFree86-4-clients/Makefile 1.109 +7 -5 ports/x11/XFree86-4-libraries/Makefile 1.33 +1 -1 ports/x11/XFree86-4-libraries/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 0:33:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559FA37B400; Mon, 5 Aug 2002 00:33:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089D243E72; Mon, 5 Aug 2002 00:33:23 -0700 (PDT) (envelope-from anholt@FreeBSD.org) Received: from freefall.freebsd.org (anholt@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757XMJU016703; Mon, 5 Aug 2002 00:33:22 -0700 (PDT) (envelope-from anholt@freefall.freebsd.org) Received: (from anholt@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757XMog016702; Mon, 5 Aug 2002 00:33:22 -0700 (PDT) Message-Id: <200208050733.g757XMog016702@freefall.freebsd.org> From: Eric Anholt Date: Mon, 5 Aug 2002 00:33:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4-libraries/files patch-mouse.c patch-sysvipc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anholt 2002/08/05 00:33:22 PDT Added files: x11/XFree86-4-libraries/files patch-mouse.c patch-sysvipc Log: Add patches for last commit (fixing scrollwheel on -current, and enabling SYSVIPC to aid nv binary drivers) Approved by: mdodd Revision Changes Path 1.1 +11 -0 ports/x11/XFree86-4-libraries/files/patch-mouse.c (new) 1.1 +34 -0 ports/x11/XFree86-4-libraries/files/patch-sysvipc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 0:36:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 188F937B400; Mon, 5 Aug 2002 00:36:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3CEF43E5E; Mon, 5 Aug 2002 00:36:11 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757aBJU016928; Mon, 5 Aug 2002 00:36:11 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757aB8T016927; Mon, 5 Aug 2002 00:36:11 -0700 (PDT) Message-Id: <200208050736.g757aB8T016927@freefall.freebsd.org> From: Warner Losh Date: Mon, 5 Aug 2002 00:36:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/05 00:36:11 PDT Modified files: usr.sbin/wicontrol wicontrol.c Log: Add more (possibly useless) information to wicontrol's output (maybe some of these need to be enabled for an extra verbose mode or something): o Try to print the dBm comms quality. This may or may not be available for your card in your configuration. o Print the PRI Id and STA Id. These are in the raw format, so might be a little hard to read. o Print CardID so that we can know exactly what kind of card the user has (this is important if you download firmware to it). o Regulatory domains are now printed for the card. o Temp range is printed. o If you define WI_EXTRA_INFO you get more garbage than is listed here that you need the manual to decode. o Channel list is now printed in hex for easier decoding. This has lead to my discovery that my US symbol card supports channels 12-14 as well as 1-11, which is not allowed in the us/canada. This ain't pretty, but it isn't horrible either. Revision Changes Path 1.27 +79 -1 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 0:40:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 116B037B400; Mon, 5 Aug 2002 00:40:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE2643E42; Mon, 5 Aug 2002 00:40:20 -0700 (PDT) (envelope-from lkoeller@FreeBSD.org) Received: from freefall.freebsd.org (lkoeller@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757eKJU017137; Mon, 5 Aug 2002 00:40:20 -0700 (PDT) (envelope-from lkoeller@freefall.freebsd.org) Received: (from lkoeller@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757eKaL017136; Mon, 5 Aug 2002 00:40:20 -0700 (PDT) Message-Id: <200208050740.g757eKaL017136@freefall.freebsd.org> From: Lars Koeller Date: Mon, 5 Aug 2002 00:40:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/apcupsd 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 lkoeller 2002/08/05 00:40:20 PDT Modified files: sysutils/apcupsd Makefile pkg-descr Log: o) Change apcupsd.org -> apcupsd.com due to massive network reachability issues of the .org domain from some networks. They are both the same sites. PR: - Submitted by: Nuno Teixeira Revision Changes Path 1.10 +1 -1 ports/sysutils/apcupsd/Makefile 1.2 +1 -1 ports/sysutils/apcupsd/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 Aug 5 0:43:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DB0B37B400; Mon, 5 Aug 2002 00:43:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C79B343E70; Mon, 5 Aug 2002 00:43:43 -0700 (PDT) (envelope-from lkoeller@FreeBSD.org) Received: from freefall.freebsd.org (lkoeller@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757hhJU017718; Mon, 5 Aug 2002 00:43:43 -0700 (PDT) (envelope-from lkoeller@freefall.freebsd.org) Received: (from lkoeller@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757hh2P017717; Mon, 5 Aug 2002 00:43:43 -0700 (PDT) Message-Id: <200208050743.g757hh2P017717@freefall.freebsd.org> From: Lars Koeller Date: Mon, 5 Aug 2002 00:43:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/apcupsd 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 lkoeller 2002/08/05 00:43:43 PDT Modified files: sysutils/apcupsd pkg-message Log: o) Add a notice to read the manual for site configuration, especially to get a propper shutdown sequence. Revision Changes Path 1.2 +4 -0 ports/sysutils/apcupsd/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 Aug 5 0:46: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E81FE37B400; Mon, 5 Aug 2002 00:46:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A692043E65; Mon, 5 Aug 2002 00:45:58 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757jvJU017917; Mon, 5 Aug 2002 00:45:57 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757jvtd017916; Mon, 5 Aug 2002 00:45:57 -0700 (PDT) Message-Id: <200208050745.g757jvtd017916@freefall.freebsd.org> From: Warner Losh Date: Mon, 5 Aug 2002 00:45:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/05 00:45:57 PDT Modified files: sys/dev/wi if_wireg.h Log: A definition of regulatory domains that matches the docs. Revision Changes Path 1.36 +2 -1 src/sys/dev/wi/if_wireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 0:46:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83F1E37B406; Mon, 5 Aug 2002 00:46:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A21A43E3B; Mon, 5 Aug 2002 00:46:23 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757kMJU017975; Mon, 5 Aug 2002 00:46:22 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757kMCH017974; Mon, 5 Aug 2002 00:46:22 -0700 (PDT) Message-Id: <200208050746.g757kMCH017974@freefall.freebsd.org> From: Warner Losh Date: Mon, 5 Aug 2002 00:46:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/05 00:46:22 PDT Modified files: usr.sbin/wicontrol wicontrol.c Log: Use wi_ltv_domains struct to print domains Revision Changes Path 1.28 +5 -7 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 0:47:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCC2E37B400; Mon, 5 Aug 2002 00:47:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2688443E3B; Mon, 5 Aug 2002 00:47:17 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757l7JU018031; Mon, 5 Aug 2002 00:47:07 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757l6rf018030; Mon, 5 Aug 2002 00:47:06 -0700 (PDT) Message-Id: <200208050747.g757l6rf018030@freefall.freebsd.org> From: Doug Barton Date: Mon, 5 Aug 2002 00:47:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/08/05 00:47:06 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: Remove the references to clean'ing in src/usr.sbin/mergemaster, since numerous users have sent me questions, and/or problem reports about their installworld failing after running 'make clean' here. Revision Changes Path 1.73.2.73 +4 -2 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 0:49:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 909AB37B406; Mon, 5 Aug 2002 00:49:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 926FC43E3B; Mon, 5 Aug 2002 00:48:41 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g757mVJU018133; Mon, 5 Aug 2002 00:48:31 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g757mVH0018132; Mon, 5 Aug 2002 00:48:31 -0700 (PDT) Message-Id: <200208050748.g757mVH0018132@freefall.freebsd.org> From: Warner Losh Date: Mon, 5 Aug 2002 00:48:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/05 00:48:31 PDT Modified files: sys/dev/wi if_wireg.h Log: Fix minor typo in ID number in last commit Revision Changes Path 1.37 +1 -1 src/sys/dev/wi/if_wireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 0:56:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0F4E37B400; Mon, 5 Aug 2002 00:56:29 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A1E343E4A; Mon, 5 Aug 2002 00:56:23 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g757uIa62912; Mon, 5 Aug 2002 09:56:18 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200208050756.g757uIa62912@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/sys/conf options src/sys/dev/wi if_wi_pccard.c if_wireg.h spectrum24t_cf.h In-Reply-To: <200208030019.g730Jxns040822@freefall.freebsd.org> from Warner Losh at "Aug 2, 2002 05:19:59 pm" To: imp@FreeBSD.org (Warner Losh) Date: Mon, 5 Aug 2002 09:56:18 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > imp 2002/08/02 17:19:59 PDT ... > Add code that will download firmware to a Symbol LA4100-series of CF > cards. Since the firmware is hard coded into the kernel, I've made it > a kernel option (WI_SYMBOL_FIRMWARE). Just to note that the wi klm is now a lot bigger and that has a big impact on the mfsroot floppy. (Not that the mfsroot floppy didn't overflow before this.) John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@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 Aug 5 1: 5: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65FED37B400; Mon, 5 Aug 2002 01:04:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD9D43E65; Mon, 5 Aug 2002 01:04:59 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7584wJU019643; Mon, 5 Aug 2002 01:04:58 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7584w71019642; Mon, 5 Aug 2002 01:04:58 -0700 (PDT) Message-Id: <200208050804.g7584w71019642@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 5 Aug 2002 01:04:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale iswalnum.3 towlower.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/05 01:04:58 PDT Added files: lib/libc/locale iswalnum.3 towlower.3 Log: Manual pages for wide character classification (isw*) and case conversion (tow*) functions from NetBSD, unmodified except for the addition of $FreeBSD$. Obtained from: NetBSD Revision Changes Path 1.1 +118 -0 src/lib/libc/locale/iswalnum.3 (new) 1.1 +74 -0 src/lib/libc/locale/towlower.3 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 1:28: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05F5937B400; Mon, 5 Aug 2002 01:28:04 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 943D343E3B; Mon, 5 Aug 2002 01:28:02 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA32327; Mon, 5 Aug 2002 18:28:00 +1000 Date: Mon, 5 Aug 2002 18:33:04 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/lib/libc/nls msgcat.c In-Reply-To: <200208041404.g74E40sw046642@freefall.freebsd.org> Message-ID: <20020805182710.E16845-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 4 Aug 2002, Andrey A. Chernov wrote: > ache 2002/08/04 07:04:00 PDT > > Modified files: > lib/libc/nls msgcat.c > Log: > Try harder to check lang as path component (".", "..", / inside). > Try harder to not overwrite failure errno. > style(9) whitespace reformatting for code readability. As has been requested many times, please commit stlye changes separately. The patch is time-consuming to audit even with diff -w (326 lines of diffs with -wu2). > Revision Changes Path > 1.40 +343 -305 src/lib/libc/nls/msgcat.c Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 1:47:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCD137B400; Mon, 5 Aug 2002 01:47:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23DA343E77; Mon, 5 Aug 2002 01:47:53 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g758lrJU027671; Mon, 5 Aug 2002 01:47:53 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g758lqu2027670; Mon, 5 Aug 2002 01:47:52 -0700 (PDT) Message-Id: <200208050847.g758lqu2027670@freefall.freebsd.org> From: Doug Barton Date: Mon, 5 Aug 2002 01:47:52 -0700 (PDT) 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 dougb 2002/08/05 01:47:52 PDT Modified files: usr.sbin/mergemaster mergemaster.sh Log: Suppress spurious warning messages about rm -rf TEMPROOT failing before chflags, and exit non-zero if the old TEMPROOT dir can't be deleted for whatever reason. Revision Changes Path 1.37 +3 -3 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 Mon Aug 5 1:49:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFA6A37B400; Mon, 5 Aug 2002 01:49:43 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C4B343E6A; Mon, 5 Aug 2002 01:49:42 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA01742; Mon, 5 Aug 2002 18:49:31 +1000 Date: Mon, 5 Aug 2002 18:54:35 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp Cc: Bruce Evans , , Subject: Re: cvs commit: src/usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c main.c setup.c In-Reply-To: <69177.1028474993@critter.freebsd.dk> Message-ID: <20020805183752.F16894-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 4 Aug 2002, Poul-Henning Kamp wrote: > In message <200208041057.g74AvfKU000355@freefall.freebsd.org>, Bruce Evans writ > es: > >bde 2002/08/04 03:57:41 PDT > > > > Modified files: > > usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c > > main.c setup.c > > Log: > > Include for the declaration of struct timeval. Do not > > depend on namespace pollution in . (truss shouldn't be > > using timevals anyway, since it was implemented long after timevals > > were obsoleted by timespecs.) > > (... but on the other hand probably implemented before we really had > timespec support in the kernel). 3 months before to be precise (Dec 1997 for truss rev.1.1 vs Mar 1998 for clock_gettime(2), but that is no excuse since the timeval use (gettimeofday(2) calls) was implemented yesterday. Several syscalls now take less than 1 microsecond. ktrace needs higher resolution timestamps even more since the timestamps are made without leaving the kernel and there may be several per syscall. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 1:54:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2547237B400; Mon, 5 Aug 2002 01:54:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D180E43E65; Mon, 5 Aug 2002 01:54:26 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g758sQJU028375; Mon, 5 Aug 2002 01:54:26 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g758sQEj028374; Mon, 5 Aug 2002 01:54:26 -0700 (PDT) Message-Id: <200208050854.g758sQEj028374@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 5 Aug 2002 01:54:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/05 01:54:26 PDT Modified files: . Makefile.inc1 Log: An empty CPUTYPE now means ``the default CPUTYPE'' in bsd.cpu.mk. If there was no CPUTYPE assignment in /etc/make.conf, this would cause the ``CPUTYPE assignment type'' check to falsely fail. Reported by: johan Fixed this by making sure we always pass the non-empty CPUTYPE. Also make sure we use the correct set of share/mk files in our test. Revision Changes Path 1.300 +3 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 1:54:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7BBD37B409; Mon, 5 Aug 2002 01:54:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9897143E65; Mon, 5 Aug 2002 01:54:29 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g758sTJU028402; Mon, 5 Aug 2002 01:54:29 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g758sT5f028401; Mon, 5 Aug 2002 01:54:29 -0700 (PDT) Message-Id: <200208050854.g758sT5f028401@freefall.freebsd.org> From: Jeff Roberson Date: Mon, 5 Aug 2002 01:54:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_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 jeff 2002/08/05 01:54:29 PDT Modified files: sys/nfsclient nfs_vnops.c Log: - Add a missing VI_UNLOCK to an error case in nfs_flush. Revision Changes Path 1.186 +1 -0 src/sys/nfsclient/nfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 1:54:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65B2537B47C; Mon, 5 Aug 2002 01:54:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD3843E42; Mon, 5 Aug 2002 01:54:49 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from freefall.freebsd.org (kuriyama@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g758smJU028446; Mon, 5 Aug 2002 01:54:48 -0700 (PDT) (envelope-from kuriyama@freefall.freebsd.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g758smeg028445; Mon, 5 Aug 2002 01:54:48 -0700 (PDT) Message-Id: <200208050854.g758smeg028445@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 5 Aug 2002 01:54:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/iso8879 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 kuriyama 2002/08/05 01:54:48 PDT Modified files: textproc/iso8879 Makefile Log: Remove stale jfieber's machine and use $MASTER_SITE_LOCAL. Found by: kiri Revision Changes Path 1.18 +3 -2 ports/textproc/iso8879/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 1:56: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A0337B400; Mon, 5 Aug 2002 01:55:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C8743E4A; Mon, 5 Aug 2002 01:55:53 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g758trJU028645; Mon, 5 Aug 2002 01:55:53 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g758trTq028644; Mon, 5 Aug 2002 01:55:53 -0700 (PDT) Message-Id: <200208050855.g758trTq028644@freefall.freebsd.org> From: Jeff Roberson Date: Mon, 5 Aug 2002 01:55:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cache.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/08/05 01:55:53 PDT Modified files: sys/kern vfs_cache.c Log: - Move a VOP assert to the right place. Spotted by: i386 tinderbox Revision Changes Path 1.75 +1 -1 src/sys/kern/vfs_cache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 2:21:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF9FF37B401; Mon, 5 Aug 2002 02:21:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B8A43E4A; Mon, 5 Aug 2002 02:21:23 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g759LNJU035301; Mon, 5 Aug 2002 02:21:23 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g759LNsL035300; Mon, 5 Aug 2002 02:21:23 -0700 (PDT) Message-Id: <200208050921.g759LNsL035300@freefall.freebsd.org> From: Ernst de Haan Date: Mon, 5 Aug 2002 02:21:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/jakarta-ant Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/05 02:21:23 PDT Modified files: devel/jakarta-ant Makefile distinfo pkg-plist Log: Upgrade to 1.5.0. Revision Changes Path 1.14 +2 -3 ports/devel/jakarta-ant/Makefile 1.7 +1 -1 ports/devel/jakarta-ant/distinfo 1.7 +5 -2 ports/devel/jakarta-ant/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 Aug 5 2:38:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7850437B400; Mon, 5 Aug 2002 02:38:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C01B43E3B; Mon, 5 Aug 2002 02:38:25 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: from freefall.freebsd.org (roberto@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g759cPJU036785; Mon, 5 Aug 2002 02:38:25 -0700 (PDT) (envelope-from roberto@freefall.freebsd.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g759cOW1036784; Mon, 5 Aug 2002 02:38:24 -0700 (PDT) Message-Id: <200208050938.g759cOW1036784@freefall.freebsd.org> From: Ollivier Robert Date: Mon, 5 Aug 2002 02:38:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/apr Makefile distinfo pkg-install 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 roberto 2002/08/05 02:38:24 PDT Modified files: devel/apr Makefile distinfo pkg-install pkg-plist Log: Update to apr version 20020725223645 PR: ports/41249 Submitted by: Garrett Rooney (MAINTAINER) Revision Changes Path 1.8 +5 -5 ports/devel/apr/Makefile 1.4 +2 -2 ports/devel/apr/distinfo 1.4 +1 -1 ports/devel/apr/pkg-install 1.5 +2 -0 ports/devel/apr/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 Aug 5 2:39: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FD5537B400; Mon, 5 Aug 2002 02:39:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C83A343E4A; Mon, 5 Aug 2002 02:39:02 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: from freefall.freebsd.org (roberto@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g759d2JU036856; Mon, 5 Aug 2002 02:39:02 -0700 (PDT) (envelope-from roberto@freefall.freebsd.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g759d26g036855; Mon, 5 Aug 2002 02:39:02 -0700 (PDT) Message-Id: <200208050939.g759d26g036855@freefall.freebsd.org> From: Ollivier Robert Date: Mon, 5 Aug 2002 02:39:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/subversion 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 roberto 2002/08/05 02:39:02 PDT Modified files: devel/subversion Makefile distinfo pkg-plist Log: Update to subversion alpha 0.14.0 (r2667). PR: ports/41249 Submitted by: Garrett Rooney (MAINTAINER) Revision Changes Path 1.16 +3 -5 ports/devel/subversion/Makefile 1.8 +1 -1 ports/devel/subversion/distinfo 1.6 +2 -6 ports/devel/subversion/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 Aug 5 2:58:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F96E37B400; Mon, 5 Aug 2002 02:58:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9DDD43E3B; Mon, 5 Aug 2002 02:58:45 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g759wjJU038954; Mon, 5 Aug 2002 02:58:45 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g759wj0x038953; Mon, 5 Aug 2002 02:58:45 -0700 (PDT) Message-Id: <200208050958.g759wj0x038953@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 5 Aug 2002 02:58:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale setlocale.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/05 02:58:45 PDT Modified files: lib/libc/locale setlocale.c Log: Reject encoding > ENCODING_LEN at early stage instead of truncating it. Use ptr == NULL instead of !ptr in few places. Move saverr declaration to global section. Revision Changes Path 1.40 +35 -19 src/lib/libc/locale/setlocale.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 3: 4:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A3DE37B400; Mon, 5 Aug 2002 03:04:09 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A8943E4A; Mon, 5 Aug 2002 03:04:07 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g75A41UI001891; Mon, 5 Aug 2002 14:04:03 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g75A3q5j001890; Mon, 5 Aug 2002 14:03:52 +0400 (MSD) (envelope-from ache) Date: Mon, 5 Aug 2002 14:03:51 +0400 From: "Andrey A. Chernov" To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/nls msgcat.c Message-ID: <20020805100350.GA1860@nagual.pp.ru> References: <200208041404.g74E40sw046642@freefall.freebsd.org> <20020805182710.E16845-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020805182710.E16845-100000@gamplex.bde.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 On Mon, Aug 05, 2002 at 18:33:04 +1000, Bruce Evans wrote: > As has been requested many times, please commit stlye changes separately. > The patch is time-consuming to audit even with diff -w (326 lines of diffs > with -wu2). Ok, sorry. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 3:14:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7705437B400; Mon, 5 Aug 2002 03:14:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D90A43E4A; Mon, 5 Aug 2002 03:14:41 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75AEfJU044929; Mon, 5 Aug 2002 03:14:41 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75AEeXl044928; Mon, 5 Aug 2002 03:14:40 -0700 (PDT) Message-Id: <200208051014.g75AEeXl044928@freefall.freebsd.org> From: Doug Barton Date: Mon, 5 Aug 2002 03:14:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver Makefile pkg-plist ports/x11/xscreensaver/files patch-driver_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 dougb 2002/08/05 03:14:40 PDT Modified files: x11/xscreensaver Makefile pkg-plist Removed files: x11/xscreensaver/files patch-driver_Makefile.in Log: Take the unfortunate step of removing gnome support. The gnome team already has xscreensaver-gnome to work with, and I think they'll do a great job with it. This is not a rash decision. I've discussed the issue several times with the gnome team, and suffice it to say that we have different ideas about how things should look. I've also sent an e-mail directly to them describing the reasoning for my decision in more detail. Since I'm here, make not wanting Kerberos explicit. Several users who've had various bits and pieces of Kerberos left behind after trying to remove it have reported that the configure script is a little overzealous about finding those bits, and we end up with either a failed build, or a less than completely successful binary. If this becomes a problem we can revisit it. Revision Changes Path 1.60 +29 -9 ports/x11/xscreensaver/Makefile 1.1 +0 -0 ports/x11/xscreensaver/files/patch-driver_Makefile.in (dead) 1.36 +0 -18 ports/x11/xscreensaver/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 Aug 5 3:16: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C0D37B400; Mon, 5 Aug 2002 03:15:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AD9043E3B; Mon, 5 Aug 2002 03:15:57 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75AFvJU045097; Mon, 5 Aug 2002 03:15:57 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75AFvmh045096; Mon, 5 Aug 2002 03:15:57 -0700 (PDT) Message-Id: <200208051015.g75AFvmh045096@freefall.freebsd.org> From: Jeff Roberson Date: Mon, 5 Aug 2002 03:15:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/08/05 03:15:57 PDT Modified files: sys/kern vfs_subr.c Log: - Move some logic from getnewvnode() to a new function vcanrecycle() - Unlock the free list mutex around vcanrecycle to prevent a lock order reversal. Revision Changes Path 1.389 +95 -69 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 3:17:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7748137B400; Mon, 5 Aug 2002 03:17:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D1C943E42; Mon, 5 Aug 2002 03:17:32 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75AHWJU045205; Mon, 5 Aug 2002 03:17:32 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75AHWRj045204; Mon, 5 Aug 2002 03:17:32 -0700 (PDT) Message-Id: <200208051017.g75AHWRj045204@freefall.freebsd.org> From: Doug Barton Date: Mon, 5 Aug 2002 03:17:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver/files patch-ab 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 dougb 2002/08/05 03:17:31 PDT Modified files: x11/xscreensaver/files patch-ab Removed files: x11/xscreensaver/files patch-po::Makefile.in.in Log: Finish restoring this port to it's previous state Revision Changes Path 1.16 +3 -24 ports/x11/xscreensaver/files/patch-ab 1.2 +0 -14 ports/x11/xscreensaver/files/patch-po::Makefile.in.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 3:26: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8357137B400; Mon, 5 Aug 2002 03:25:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BA8F43E6A; Mon, 5 Aug 2002 03:25:57 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75APvJU046015; Mon, 5 Aug 2002 03:25:57 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75APvro046014; Mon, 5 Aug 2002 03:25:57 -0700 (PDT) Message-Id: <200208051025.g75APvro046014@freefall.freebsd.org> From: Jeff Roberson Date: Mon, 5 Aug 2002 03:25:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/08/05 03:25:57 PDT Modified files: sys/sys vnode.h Log: - Document more of the struct vnode locking protocol. - Slightly reformat a comment block. Revision Changes Path 1.199 +12 -11 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 3:29: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4F5437B400; Mon, 5 Aug 2002 03:28:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C83543E42; Mon, 5 Aug 2002 03:28:59 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75ASxJU046306; Mon, 5 Aug 2002 03:28:59 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75ASxNH046305; Mon, 5 Aug 2002 03:28:59 -0700 (PDT) Message-Id: <200208051028.g75ASxNH046305@freefall.freebsd.org> From: Doug Barton Date: Mon, 5 Aug 2002 03:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver pkg-libwarning X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/08/05 03:28:59 PDT Added files: x11/xscreensaver pkg-libwarning Log: Bring this back from the dead too Revision Changes Path 1.5 +11 -0 ports/x11/xscreensaver/pkg-libwarning (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 3:45:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A74AF37B400; Mon, 5 Aug 2002 03:45:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D42C43E65; Mon, 5 Aug 2002 03:45:24 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75AjOJU048053; Mon, 5 Aug 2002 03:45:24 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75AjO4q048052; Mon, 5 Aug 2002 03:45:24 -0700 (PDT) Message-Id: <200208051045.g75AjO4q048052@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 5 Aug 2002 03:45:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wctype.h src/lib/libc/locale iswctype.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/05 03:45:24 PDT Modified files: include wctype.h Added files: lib/libc/locale iswctype.c Log: Implement the missing functions: isw*() (iswalnum() etc.), towlower() and towupper() required by ISO C90 Amd. 1. iswascii(), iswhexnumber(), iswideogram(), iswnumber(), iswphonogram(), iswrune() and iswspecial() have also been implemented for consistency with the BSD extensions in . Revision Changes Path 1.8 +37 -6 src/include/wctype.h 1.1 +213 -0 src/lib/libc/locale/iswctype.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 3:48:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A32037B400; Mon, 5 Aug 2002 03:48:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E645243E75; Mon, 5 Aug 2002 03:48:05 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75Am5JU048243; Mon, 5 Aug 2002 03:48:05 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75Am5AN048242; Mon, 5 Aug 2002 03:48:05 -0700 (PDT) Message-Id: <200208051048.g75Am5AN048242@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 5 Aug 2002 03:48:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale towlower.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/05 03:48:05 PDT Modified files: lib/libc/locale towlower.3 Log: Use the In macro instead of Fd. Add crossref to wctrans(3). Refer to 1003.1-2001 in STANDARDS section. Revision Changes Path 1.2 +4 -3 src/lib/libc/locale/towlower.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 3:49:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D1D37B400; Mon, 5 Aug 2002 03:49:15 -0700 (PDT) Received: from wolf.istc.kiev.ua (wolf.istc.kiev.ua [193.108.236.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B521A43E72; Mon, 5 Aug 2002 03:49:09 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (ppp-237-231.istc.kiev.ua [193.108.237.231]) by wolf.istc.kiev.ua ( . . / . . ) with ESMTP id NAA28889; Mon, 5 Aug 2002 13:39:47 +0300 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.12.5/8.11.3) with ESMTP id g75AdGD9017690; Mon, 5 Aug 2002 13:39:16 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3D4E55F8.236A22CE@FreeBSD.org> Date: Mon, 05 Aug 2002 13:39:52 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/xscreensaver Makefile pkg-plistports/x11/xscreensaver/files patch-driver_Makefile.in References: <200208051014.g75AEeXl044928@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r 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 Doug Barton wrote: > > dougb 2002/08/05 03:14:40 PDT > > Modified files: > x11/xscreensaver Makefile pkg-plist > Removed files: > x11/xscreensaver/files patch-driver_Makefile.in > Log: > Take the unfortunate step of removing gnome support. The gnome team > already has xscreensaver-gnome to work with, and I think they'll > do a great job with it. This is not a rash decision. I've discussed > the issue several times with the gnome team, and suffice it to say > that we have different ideas about how things should look. I've also > sent an e-mail directly to them describing the reasoning for my > decision in more detail. There was actually no GNOME support, so please don't whine when the port will be broken by removal of bsd.gnome.mk (is is going to be removed and replaced with bsd.gnomeng.mk, so that USE_GTK and friends will go away). Also, your rev.1.15 of patch-ab was absolutely unjustified, as its sole purpose was to prevent configure script from detecting/using gtk-2.0.x/libxml-2.0.x instead of gtk-1.0.x/libxml-1.0.x when it is not asked for, which obviously will lead to missing dependency when user builds xscreensaver on machine with gnome2 installed. You had 20+ days to review proposed patches, but didn't even make an 10-minutes worth effort to understand their purpose. Doh. -Maxim > > Since I'm here, make not wanting Kerberos explicit. Several users > who've had various bits and pieces of Kerberos left behind after > trying to remove it have reported that the configure script is > a little overzealous about finding those bits, and we end up > with either a failed build, or a less than completely successful > binary. If this becomes a problem we can revisit it. > > Revision Changes Path > 1.60 +29 -9 ports/x11/xscreensaver/Makefile > 1.1 +0 -0 ports/x11/xscreensaver/files/patch-driver_Makefile.in (dead) > 1.36 +0 -18 ports/x11/xscreensaver/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 Aug 5 3:50:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A96D37B400; Mon, 5 Aug 2002 03:50:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 108F743E65; Mon, 5 Aug 2002 03:50:40 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75AodJU048488; Mon, 5 Aug 2002 03:50:39 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75AodaX048487; Mon, 5 Aug 2002 03:50:39 -0700 (PDT) Message-Id: <200208051050.g75AodaX048487@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 5 Aug 2002 03:50:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale iswalnum.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/05 03:50:39 PDT Modified files: lib/libc/locale iswalnum.3 Log: Use In macro instead of Fd. Add crossref to wctype(3). Refer to 1003.1-2001 in STANDARDS section. Document functions which are extensions to the standard. Revision Changes Path 1.2 +31 -4 src/lib/libc/locale/iswalnum.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 4: 0: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FAAE37B400; Mon, 5 Aug 2002 03:59:59 -0700 (PDT) Received: from 12-234-90-219.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 101C543E6A; Mon, 5 Aug 2002 03:59:59 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Received: from FreeBSD.org (master.gorean.org [10.0.0.2]) by 12-234-90-219.client.attbi.com (8.12.5/8.12.5) with ESMTP id g75AxwiZ074670; Mon, 5 Aug 2002 03:59:58 -0700 (PDT) (envelope-from DougB@FreeBSD.org) Message-ID: <3D4E5AAE.D818574E@FreeBSD.org> Date: Mon, 05 Aug 2002 03:59:58 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.79 [en] (X11; U; FreeBSD 4.6-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/xscreensaver Makefile pkg-plistports/x11/xscreensaver/files patch-driver_Makefile.in References: <200208051014.g75AEeXl044928@freefall.freebsd.org> <3D4E55F8.236A22CE@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > > Doug Barton wrote: > > > > dougb 2002/08/05 03:14:40 PDT > > > > Modified files: > > x11/xscreensaver Makefile pkg-plist > > Removed files: > > x11/xscreensaver/files patch-driver_Makefile.in > > Log: > > Take the unfortunate step of removing gnome support. The gnome team > > already has xscreensaver-gnome to work with, and I think they'll > > do a great job with it. This is not a rash decision. I've discussed > > the issue several times with the gnome team, and suffice it to say > > that we have different ideas about how things should look. I've also > > sent an e-mail directly to them describing the reasoning for my > > decision in more detail. > > There was actually no GNOME support, so please don't whine when the > port will be broken by removal of bsd.gnome.mk (is is going to be > removed and replaced with bsd.gnomeng.mk, so that USE_GTK and friends > will go away). Thanks for letting me know. > Also, your rev.1.15 of patch-ab was absolutely > unjustified, as its sole purpose was to prevent configure script from > detecting/using gtk-2.0.x/libxml-2.0.x instead of > gtk-1.0.x/libxml-1.0.x when it is not asked for, which obviously will > lead to missing dependency when user builds xscreensaver on machine > with gnome2 installed. My suspicion is that users with gnome2 installed will want the -gnome version of the port. If it turns out I'm wrong about that, I'll happily take another look. However, that revision of patch-ab also gratuitously twiddled with the gtk settings, which was the main reason I backed it out. Finally, my understanding is that the xml stuff will be just as happy with libxml-2, so ideally there shouldn't be any conflict. But, as I said, if it turns out I'm wrong I have a head start on fixing it. > You had 20+ days to review proposed patches, And as I stated in the two letters I sent to the gnome@ team during that period, the vast majority of the freebsd-hacking time I had dedicated to that time period was taken up by the unexpected need to urgently upgrade BIND in 5 different branches. My feeling was that this was probably a more important project. > but didn't even make an 10-minutes worth effort to understand their > purpose. The problem all along here Maxim is that you equate disagreement with misunderstanding. Now you will not have to deal with either. I think that this is a win-win. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 4: 2:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6526B37B400; Mon, 5 Aug 2002 04:02:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E9D843E5E; Mon, 5 Aug 2002 04:02:05 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75B24JU053559; Mon, 5 Aug 2002 04:02:04 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75B246L053558; Mon, 5 Aug 2002 04:02:04 -0700 (PDT) Message-Id: <200208051102.g75B246L053558@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 5 Aug 2002 04:02:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale iswalnum.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/05 04:02:04 PDT Modified files: lib/libc/locale iswalnum.3 Log: Add missing prototypes for extension functions to the SYNOPSIS. Revision Changes Path 1.3 +14 -0 src/lib/libc/locale/iswalnum.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 4:10:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E837A37B400; Mon, 5 Aug 2002 04:10:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B145843E4A; Mon, 5 Aug 2002 04:10:42 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75BAgJU058278; Mon, 5 Aug 2002 04:10:42 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75BAgW0058277; Mon, 5 Aug 2002 04:10:42 -0700 (PDT) Message-Id: <200208051110.g75BAgW0058277@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 5 Aug 2002 04:10:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/08/05 04:10:42 PDT Modified files: sysutils/portupgrade Makefile distinfo Log: Update to 20020805. pkgdb(1): - Do not fail in error when a non-installed package is specified with -o. pkg_fetch(1): - Support bzip2'd packages (*.tbz). - Slightly fix messages. - Introduce OS_PATCHLEVEL and exclude `-p#' from OS_RELEASE. FreeBSD PR: ports/40375 Submitted by: Andriy Gapon (partly) portsclean(1): - -P/--pkgclean: Sweep away bzip2'd packages (*.tbz) too. portupgrade(1): - Support bzip2'd packages (*.tbz). pkgtools.conf(5): - Provide a couple of new utility functions, deorigin(origin) and rc_file(origin_or_pkgname). - Fix an example and provide some more examples. - Introduce OS_PATCHLEVEL and exclude `-p#' from OS_RELEASE. misc.: - zsh compdefs: Look for *.tbz too. Revision Changes Path 1.144 +7 -4 ports/sysutils/portupgrade/Makefile 1.126 +1 -3 ports/sysutils/portupgrade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 4:35:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B02E37B400; Mon, 5 Aug 2002 04:35:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D7B43E42; Mon, 5 Aug 2002 04:35:09 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75BZ9JU060492; Mon, 5 Aug 2002 04:35:09 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75BZ9Dq060491; Mon, 5 Aug 2002 04:35:09 -0700 (PDT) Message-Id: <200208051135.g75BZ9Dq060491@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 5 Aug 2002 04:35:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver-gnome Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11/xscreensaver-gnome/files patch-ab patch-driver::screensaver-properties-capplet patch-driver::screensaver-properties.desktop.in patch-driver_Makefile.in patch-po::Makefile.in.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/08/05 04:35:08 PDT Modified files: x11/xscreensaver-gnome Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: x11/xscreensaver-gnome/files patch-ab patch-driver_Makefile.in patch-po::Makefile.in.in Removed files: x11/xscreensaver-gnome/files patch-driver::screensaver-properties-capplet patch-driver::screensaver-properties.desktop.in Log: Fork off x11/xscreensaver port as of yesterday and add some long awaited fixes and cleanups (i18n support, proper GNOME support, proper dependencies, etc.) Forced by: failure to put dougb into co-operative mode Revision Changes Path 1.3 +52 -38 ports/x11/xscreensaver-gnome/Makefile 1.2 +1 -0 ports/x11/xscreensaver-gnome/distinfo 1.1 +44 -0 ports/x11/xscreensaver-gnome/files/patch-ab (new) 1.2 +0 -11 ports/x11/xscreensaver-gnome/files/patch-driver::screensaver-properties-capplet (dead) 1.2 +0 -14 ports/x11/xscreensaver-gnome/files/patch-driver::screensaver-properties.desktop.in (dead) 1.1 +17 -0 ports/x11/xscreensaver-gnome/files/patch-driver_Makefile.in (new) 1.1 +14 -0 ports/x11/xscreensaver-gnome/files/patch-po::Makefile.in.in (new) 1.2 +1 -1 ports/x11/xscreensaver-gnome/pkg-comment 1.2 +13 -1 ports/x11/xscreensaver-gnome/pkg-descr 1.2 +341 -8 ports/x11/xscreensaver-gnome/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 4:55:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E394C37B400; Mon, 5 Aug 2002 04:55:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9977943E6A; Mon, 5 Aug 2002 04:55:56 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: from freefall.freebsd.org (jeh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75BtuJU062742; Mon, 5 Aug 2002 04:55:56 -0700 (PDT) (envelope-from jeh@freefall.freebsd.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75BtuVw062741; Mon, 5 Aug 2002 04:55:56 -0700 (PDT) Message-Id: <200208051155.g75BtuVw062741@freefall.freebsd.org> From: "James E. Housley" Date: Mon, 5 Aug 2002 04:55:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2002/08/05 04:55:56 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4126 Revision Changes Path 1.109 +1 -1 ports/security/uvscan-dat/Makefile 1.107 +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 Mon Aug 5 4:56:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8681F37B401; Mon, 5 Aug 2002 04:55:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B6A343E6A; Mon, 5 Aug 2002 04:55:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75BtwJU062768; Mon, 5 Aug 2002 04:55:58 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75Btwdl062767; Mon, 5 Aug 2002 04:55:58 -0700 (PDT) Message-Id: <200208051155.g75Btwdl062767@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 5 Aug 2002 04:55:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver-gnome/files patch-driver_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 sobomax 2002/08/05 04:55:58 PDT Modified files: x11/xscreensaver-gnome/files patch-driver_Makefile.in Log: Make the port working with both GNOME1 and GNOME2 desktop. Revision Changes Path 1.2 +17 -1 ports/x11/xscreensaver-gnome/files/patch-driver_Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 4:58:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B593837B400; Mon, 5 Aug 2002 04:58:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F67343E84; Mon, 5 Aug 2002 04:58:10 -0700 (PDT) (envelope-from gerald@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75Bw9JW062949; Mon, 5 Aug 2002 04:58:09 -0700 (PDT) (envelope-from gerald@freefall.freebsd.org) Received: (from gerald@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75BoZ3o062172; Mon, 5 Aug 2002 04:50:35 -0700 (PDT) Message-Id: <200208051150.g75BoZ3o062172@freefall.freebsd.org> From: Gerald Pfeifer Date: Mon, 5 Aug 2002 04:50:34 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist ports/emulators/wine/files patch-ba patch-gb patch-winefile.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 gerald 2002/08/05 04:50:34 PDT Modified files: emulators/wine Makefile distinfo pkg-plist emulators/wine/files patch-ba patch-gb Removed files: emulators/wine/files patch-winefile.h Log: Update to the 2002.08.04 version of Wine. (This also removes patch-winefile.h, which probably shouldn't have been committed.) Approved by: obrien (mentor) Revision Changes Path 1.126 +1 -1 ports/emulators/wine/Makefile 1.74 +1 -1 ports/emulators/wine/distinfo 1.6 +6 -6 ports/emulators/wine/files/patch-ba 1.7 +21 -23 ports/emulators/wine/files/patch-gb 1.2 +0 -10 ports/emulators/wine/files/patch-winefile.h (dead) 1.38 +2 -1 ports/emulators/wine/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 5:19:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 294D337B400; Mon, 5 Aug 2002 05:19:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D486A43E3B; Mon, 5 Aug 2002 05:19:48 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75CJmJU069037; Mon, 5 Aug 2002 05:19:48 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75CJmPc069036; Mon, 5 Aug 2002 05:19:48 -0700 (PDT) Message-Id: <200208051219.g75CJmPc069036@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 5 Aug 2002 05:19:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/08/05 05:19:48 PDT Modified files: x11/gnome2 Makefile Log: Use x11/xscreensaver-gnome instead of x11/xscreensaver, because the former now is compatible with GNOME2. Revision Changes Path 1.49 +1 -1 ports/x11/gnome2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 5:23: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D146A37B400; Mon, 5 Aug 2002 05:22:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8693943E6A; Mon, 5 Aug 2002 05:22:55 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75CMtJU069704; Mon, 5 Aug 2002 05:22:55 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75CMtnN069694; Mon, 5 Aug 2002 05:22:55 -0700 (PDT) Message-Id: <200208051222.g75CMtnN069694@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 5 Aug 2002 05:22:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss main.c syscalls.c truss.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 mdodd 2002/08/05 05:22:55 PDT Modified files: usr.bin/truss main.c syscalls.c truss.h Log: Use timespec not timeval. Revision Changes Path 1.30 +3 -3 src/usr.bin/truss/main.c 1.22 +18 -9 src/usr.bin/truss/syscalls.c 1.5 +3 -3 src/usr.bin/truss/truss.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 5:57:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22D6937B400; Mon, 5 Aug 2002 05:57:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8ECE43E3B; Mon, 5 Aug 2002 05:57:10 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75CvAJU075527; Mon, 5 Aug 2002 05:57:10 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75CvAbA075526; Mon, 5 Aug 2002 05:57:10 -0700 (PDT) Message-Id: <200208051257.g75CvAbA075526@freefall.freebsd.org> From: Sergey Skvortsov Date: Mon, 5 Aug 2002 05:57:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-POE-Component-Client-DNS 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 skv 2002/08/05 05:57:09 PDT Modified files: devel/p5-POE-Component-Client-DNS Makefile distinfo pkg-descr Log: Updated to 0.94 (fixed error with calling getpeername() on an unconnected udp socket) Revision Changes Path 1.2 +3 -3 ports/devel/p5-POE-Component-Client-DNS/Makefile 1.2 +1 -1 ports/devel/p5-POE-Component-Client-DNS/distinfo 1.2 +1 -1 ports/devel/p5-POE-Component-Client-DNS/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 Aug 5 6:23:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF8037B400; Mon, 5 Aug 2002 06:23:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5994643E65; Mon, 5 Aug 2002 06:23:42 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75DNgJU088919; Mon, 5 Aug 2002 06:23:42 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75DNg2i088918; Mon, 5 Aug 2002 06:23:42 -0700 (PDT) Message-Id: <200208051323.g75DNg2i088918@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 5 Aug 2002 06:23:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c sparc64-fbsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/08/05 06:23:42 PDT Modified files: usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c sparc64-fbsd.c Log: Diff reduction. Revision Changes Path 1.13 +4 -4 src/usr.bin/truss/alpha-fbsd.c 1.16 +6 -6 src/usr.bin/truss/i386-fbsd.c 1.18 +112 -60 src/usr.bin/truss/i386-linux.c 1.2 +4 -4 src/usr.bin/truss/sparc64-fbsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 6:24:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E37D37B400; Mon, 5 Aug 2002 06:24:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527F943E72; Mon, 5 Aug 2002 06:24:07 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75DO7JU088962; Mon, 5 Aug 2002 06:24:07 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75DO7fR088961; Mon, 5 Aug 2002 06:24:07 -0700 (PDT) Message-Id: <200208051324.g75DO7fR088961@freefall.freebsd.org> From: Mike Silbersack Date: Mon, 5 Aug 2002 06:24:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2002/08/05 06:24:07 PDT Modified files: sys/pci if_vr.c Log: Make sure to set the DMA transfer length register, plus one small style fix. Submitted by: Thomas Nystrom Revision Changes Path 1.51 +6 -1 src/sys/pci/if_vr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 6:37:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E1737B400; Mon, 5 Aug 2002 06:37:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D20843E6A; Mon, 5 Aug 2002 06:37:19 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75DbJJU090364; Mon, 5 Aug 2002 06:37:19 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75DbJZI090363; Mon, 5 Aug 2002 06:37:19 -0700 (PDT) Message-Id: <200208051337.g75DbJZI090363@freefall.freebsd.org> From: Yar Tikhiy Date: Mon, 5 Aug 2002 06:37:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.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 yar 2002/08/05 06:37:18 PDT Modified files: libexec/ftpd ftpd.8 Log: Reflect in the ftpd(8) manpage the fact that ASCII SIZE requests against large files will be denied. MFC after: 10 days Revision Changes Path 1.52 +3 -0 src/libexec/ftpd/ftpd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 6:48:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1340437B400; Mon, 5 Aug 2002 06:48:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B773743E42; Mon, 5 Aug 2002 06:48:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75DmcJU091407; Mon, 5 Aug 2002 06:48:38 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75DmcQY091406; Mon, 5 Aug 2002 06:48:38 -0700 (PDT) Message-Id: <200208051348.g75DmcQY091406@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 5 Aug 2002 06:48:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add extract.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 sobomax 2002/08/05 06:48:38 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/add extract.c Log: MFC: when extracting archive pass `-p' flag to the tar(1) (rev.1.34). Revision Changes Path 1.25.2.4 +1 -1 src/usr.sbin/pkg_install/add/extract.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 7:11: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 374BD37B401; Mon, 5 Aug 2002 07:11:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A22D843E77; Mon, 5 Aug 2002 07:10:59 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EAxJU097373; Mon, 5 Aug 2002 07:10:59 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EAwYh097372; Mon, 5 Aug 2002 07:10:58 -0700 (PDT) Message-Id: <200208051410.g75EAwYh097372@freefall.freebsd.org> From: Yar Tikhiy Date: Mon, 5 Aug 2002 07:10:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/08/05 07:10:58 PDT Modified files: libexec/ftpd ftpcmd.y Log: Disallow invalid numeric mode values for SITE CHMOD. Earlier, a decimal number (e.g., 890) could be passed for mode, leading to dangerous permissions set: -1, that is, 07777. Obtained from: OpenBSD MFC after: 1 week Revision Changes Path 1.37 +2 -3 src/libexec/ftpd/ftpcmd.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 7:15:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F05E437B401; Mon, 5 Aug 2002 07:15:47 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C2843E4A; Mon, 5 Aug 2002 07:15:47 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g75EFhHV020816 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 5 Aug 2002 10:15:45 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Clive Lin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/linuxigd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/linuxigd/files linuxigd.sh.sample patch-Makefile patch-gateway.cpp patch-gateway.h patch-ipcon.cpp patch-pmlist.cpp Date: Mon, 5 Aug 2002 10:16:14 -0400 User-Agent: KMail/1.4.2 References: <200208040737.g747bdlc064880@freefall.freebsd.org> In-Reply-To: <200208040737.g747bdlc064880@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208051016.14299.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (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 On Sunday 04 August 2002 03:37 am, Clive Lin wrote: = clive 2002/08/04 00:37:39 PDT = = Modified files: = net Makefile = Added files: = net/linuxigd Makefile distinfo pkg-comment pkg-descr = pkg-message pkg-plist = net/linuxigd/files linuxigd.sh.sample patch-Makefile = patch-gateway.cpp patch-gateway.h = patch-ipcon.cpp patch-pmlist.cpp = Log: = New port: linuxigd, Linux UPnP Internet Gateway Device. Great, but why is it named linux*, not being a binary only port of Linux software? Its function does not seem to be anything Linux specific... -mi = This project is a deamon that emulates Microsoft's Internet = Connection Service (ICS). It implements the UPnP Internet Gateway = Device specification (IGD) and allows UPnP aware clients, such as MSN = Messenger to work properly from behind a NAT firewall. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 7:26:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2427437B405; Mon, 5 Aug 2002 07:26:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F85043E75; Mon, 5 Aug 2002 07:26:41 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EQfJU098940; Mon, 5 Aug 2002 07:26:41 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EQf2H098939; Mon, 5 Aug 2002 07:26:41 -0700 (PDT) Message-Id: <200208051426.g75EQf2H098939@freefall.freebsd.org> From: Yar Tikhiy Date: Mon, 5 Aug 2002 07:26:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/08/05 07:26:40 PDT Modified files: libexec/ftpd ftpcmd.y Log: Spot places where "pathname" hasn't been checked for NULL. The "pathname" rule may return NULL on a glob(3) error. Obtained from: OpenBSD MFC after: 1 week Revision Changes Path 1.38 +4 -3 src/libexec/ftpd/ftpcmd.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 7:41: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 389FA37B401; Mon, 5 Aug 2002 07:40:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA3143E81; Mon, 5 Aug 2002 07:40:58 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EevJU000204; Mon, 5 Aug 2002 07:40:58 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EepKT000195; Mon, 5 Aug 2002 07:40:52 -0700 (PDT) Message-Id: <200208051440.g75EepKT000195@freefall.freebsd.org> From: Yar Tikhiy Date: Mon, 5 Aug 2002 07:40:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/08/05 07:40:38 PDT Modified files: libexec/ftpd ftpcmd.y Log: Since GLOB_NOCHECK is set in the glob(3) call, glob(3) will return at least one pathname unless a system error has occured. It's not a "not found" error otherwise. MFC after: 3 days Revision Changes Path 1.39 +1 -1 src/libexec/ftpd/ftpcmd.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 7:44:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 935AC37B400; Mon, 5 Aug 2002 07:44:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 453F543E7B; Mon, 5 Aug 2002 07:44:42 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EifJU000828; Mon, 5 Aug 2002 07:44:42 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EifAQ000827; Mon, 5 Aug 2002 07:44:41 -0700 (PDT) Message-Id: <200208051444.g75EifAQ000827@freefall.freebsd.org> From: Michael Lucas Date: Mon, 5 Aug 2002 07:44:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/08/05 07:44:41 PDT Added files: en/donations wantlist.sgml Log: First take on "want list" for FreeBSD Donations. Committers should feel free to add their own needs to this list, in the (very simple) format given. Revision Changes Path 1.1 +73 -0 www/en/donations/wantlist.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 7:45:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC6AE37B401; Mon, 5 Aug 2002 07:45:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FCE343E7B; Mon, 5 Aug 2002 07:45:15 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EjFJU000931; Mon, 5 Aug 2002 07:45:15 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EjF3q000930; Mon, 5 Aug 2002 07:45:15 -0700 (PDT) Message-Id: <200208051445.g75EjF3q000930@freefall.freebsd.org> From: Michael Lucas Date: Mon, 5 Aug 2002 07:45:15 -0700 (PDT) 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 mwlucas 2002/08/05 07:45:15 PDT Modified files: en/donations Makefile Log: Hook wantlist to the build. Revision Changes Path 1.2 +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 Aug 5 7:51:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 437BB37B400; Mon, 5 Aug 2002 07:51:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB22C43E81; Mon, 5 Aug 2002 07:51:25 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EpPJU001401; Mon, 5 Aug 2002 07:51:25 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EpPGr001398; Mon, 5 Aug 2002 07:51:25 -0700 (PDT) Message-Id: <200208051451.g75EpPGr001398@freefall.freebsd.org> From: Michael Lucas Date: Mon, 5 Aug 2002 07:51:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations 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 mwlucas 2002/08/05 07:51:24 PDT Modified files: en/donations index.sgml Log: Mention wantlist, link. Also make explicit that we accept new computers, not just the used stuff people seem to want to offer us. :) Revision Changes Path 1.3 +9 -3 www/en/donations/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 7:52:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA48D37B400; Mon, 5 Aug 2002 07:52:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D1A943E8A; Mon, 5 Aug 2002 07:52:28 -0700 (PDT) (envelope-from mwlucas@FreeBSD.org) Received: from freefall.freebsd.org (mwlucas@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EqSJU001594; Mon, 5 Aug 2002 07:52:28 -0700 (PDT) (envelope-from mwlucas@freefall.freebsd.org) Received: (from mwlucas@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EqSSv001593; Mon, 5 Aug 2002 07:52:28 -0700 (PDT) Message-Id: <200208051452.g75EqSSv001593@freefall.freebsd.org> From: Michael Lucas Date: Mon, 5 Aug 2002 07:52:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations 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 mwlucas 2002/08/05 07:52:26 PDT Modified files: en/donations index.sgml Log: Whitespace from last commit. No content changes. Revision Changes Path 1.4 +7 -6 www/en/donations/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 7:54:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CE5C37B438; Mon, 5 Aug 2002 07:54:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E207643E42; Mon, 5 Aug 2002 07:54:40 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EseJU002000; Mon, 5 Aug 2002 07:54:40 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EsetD001999; Mon, 5 Aug 2002 07:54:40 -0700 (PDT) Message-Id: <200208051454.g75EsetD001999@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 5 Aug 2002 07:54:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/sfs 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 mdodd 2002/08/05 07:54:39 PDT Modified files: security/sfs Makefile Log: Depend on new version of libgmp under -CURRENT. Revision Changes Path 1.3 +1 -1 ports/security/sfs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 7:55:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E99B137B400; Mon, 5 Aug 2002 07:55:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 722E243E6E; Mon, 5 Aug 2002 07:55:37 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EtbJU002195; Mon, 5 Aug 2002 07:55:37 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EtbxW002194; Mon, 5 Aug 2002 07:55:37 -0700 (PDT) Message-Id: <200208051455.g75EtbxW002194@freefall.freebsd.org> From: Sergey Skvortsov Date: Mon, 5 Aug 2002 07:55:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-POE-Component-RRDTool 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 skv 2002/08/05 07:55:37 PDT Modified files: net Makefile Added files: net/p5-POE-Component-RRDTool Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-POE-Component-RRDTool 0.14, POE interface to Round Robin Database Tools. Revision Changes Path 1.821 +1 -0 ports/net/Makefile 1.1 +26 -0 ports/net/p5-POE-Component-RRDTool/Makefile (new) 1.1 +1 -0 ports/net/p5-POE-Component-RRDTool/distinfo (new) 1.1 +1 -0 ports/net/p5-POE-Component-RRDTool/pkg-comment (new) 1.1 +14 -0 ports/net/p5-POE-Component-RRDTool/pkg-descr (new) 1.1 +7 -0 ports/net/p5-POE-Component-RRDTool/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 Aug 5 7:56: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7E3D37B445; Mon, 5 Aug 2002 07:55:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CEBA43E6E; Mon, 5 Aug 2002 07:55:48 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EtmJU002233; Mon, 5 Aug 2002 07:55:48 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EtmBj002232; Mon, 5 Aug 2002 07:55:48 -0700 (PDT) Message-Id: <200208051455.g75EtmBj002232@freefall.freebsd.org> From: Sergey Skvortsov Date: Mon, 5 Aug 2002 07:55:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/08/05 07:55:48 PDT Modified files: . modules Log: p5-POE-Component-RRDTool --> ports/net/p5-POE-Component-RRDTool Revision Changes Path 1.5668 +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 Aug 5 7:56:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E20E137B406; Mon, 5 Aug 2002 07:56:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D3C743E42; Mon, 5 Aug 2002 07:56:20 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75EuKJU002328; Mon, 5 Aug 2002 07:56:20 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75EuKjd002327; Mon, 5 Aug 2002 07:56:20 -0700 (PDT) Message-Id: <200208051456.g75EuKjd002327@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 5 Aug 2002 07:56:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/08/05 07:56:20 PDT Modified files: usr.bin/truss syscalls.c Log: Remove extra space in output. Revision Changes Path 1.23 +1 -1 src/usr.bin/truss/syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 8: 3: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFBBC37B400; Mon, 5 Aug 2002 08:03:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 397B343E6A; Mon, 5 Aug 2002 08:03:05 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75F35JU002981; Mon, 5 Aug 2002 08:03:05 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75F347x002980; Mon, 5 Aug 2002 08:03:04 -0700 (PDT) Message-Id: <200208051503.g75F347x002980@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 5 Aug 2002 08:03:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/08/05 08:03:04 PDT Modified files: sys/kern sys_pipe.c Log: Check the far end before registering an EVFILT_WRITE filter on a pipe. Revision Changes Path 1.111 +3 -0 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 8: 5:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E1C37B400; Mon, 5 Aug 2002 08:05:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B276243E42; Mon, 5 Aug 2002 08:05:16 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75F5GJU004219; Mon, 5 Aug 2002 08:05:16 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75F5GTf004210; Mon, 5 Aug 2002 08:05:16 -0700 (PDT) Message-Id: <200208051505.g75F5GTf004210@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 5 Aug 2002 08:05:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.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 des 2002/08/05 08:05:16 PDT Modified files: (Branch: RELENG_4) sys/kern sys_pipe.c Log: MFC: check far end of pipe. Revision Changes Path 1.60.2.13 +3 -0 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 8:11:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC8DC37B400; Mon, 5 Aug 2002 08:11:13 -0700 (PDT) Received: from epaper.eslitebooks.com (210-58-229-92.eslitebooks.com [210.58.229.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E84D43E65; Mon, 5 Aug 2002 08:11:01 -0700 (PDT) (envelope-from clive@tongi.org) Received: from epaper.eslitebooks.com (epaper.eslitebooks.com [210.58.229.92]) by epaper.eslitebooks.com (8.11.6/8.11.6) with SMTP id g75F9Ra11196; Mon, 5 Aug 2002 23:09:27 +0800 (CST) (envelope-from clive@tongi.org) Received: (nullmailer pid 11193 invoked by uid 1000); Mon, 05 Aug 2002 15:09:27 -0000 Date: Mon, 5 Aug 2002 23:09:27 +0800 From: Clive Lin To: Mikhail Teterin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, leeym@leeym.com Subject: Re: cvs commit: ports/net Makefile ports/net/linuxigd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/linuxigd/files linuxigd.sh.sample patch-Makefile patch-gateway.cpp patch-gateway.h patch-ipcon.cpp patch-pmlist.cpp Message-ID: <20020805150927.GA11146@epaper.eslitebooks.com> References: <200208040737.g747bdlc064880@freefall.freebsd.org> <200208051016.14299.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208051016.14299.mi+mx@aldan.algebra.com> X-Operating-System: FreeBSD 4.5-RELEASE-p4 i386 X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 05, 2002 at 10:16:14AM -0400, Mikhail Teterin wrote: > On Sunday 04 August 2002 03:37 am, Clive Lin wrote: > = clive 2002/08/04 00:37:39 PDT > = > = Modified files: > = net Makefile > = Added files: > = net/linuxigd Makefile distinfo pkg-comment pkg-descr > = pkg-message pkg-plist > = net/linuxigd/files linuxigd.sh.sample patch-Makefile > = patch-gateway.cpp patch-gateway.h > = patch-ipcon.cpp patch-pmlist.cpp > = Log: > = New port: linuxigd, Linux UPnP Internet Gateway Device. > > Great, but why is it named linux*, not being a binary only port of > Linux software? Its function does not seem to be anything Linux > specific... I have no opinion about this. How about maintainer and others ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 8:13:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE7137B400; Mon, 5 Aug 2002 08:13:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF99E43E65; Mon, 5 Aug 2002 08:13:44 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75FDiJU008489; Mon, 5 Aug 2002 08:13:44 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75FDhaf008483; Mon, 5 Aug 2002 08:13:43 -0700 (PDT) Message-Id: <200208051513.g75FDhaf008483@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 5 Aug 2002 08:13:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c src UPDATING src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/08/05 08:13:42 PDT Modified files: (Branch: RELENG_4_4) sys/kern sys_pipe.c . UPDATING sys/conf newvers.sh Log: MFS: check far end of pipe. Revision Changes Path 1.73.2.43.2.30 +4 -0 src/UPDATING 1.44.2.17.2.23 +1 -1 src/sys/conf/newvers.sh 1.60.2.10.2.1 +4 -1 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 8:14: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BD4437B401; Mon, 5 Aug 2002 08:13:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B7C043E65; Mon, 5 Aug 2002 08:13:45 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75FDjJU008510; Mon, 5 Aug 2002 08:13:45 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75FDjvk008509; Mon, 5 Aug 2002 08:13:45 -0700 (PDT) Message-Id: <200208051513.g75FDjvk008509@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 5 Aug 2002 08:13:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/08/05 08:13:45 PDT Modified files: (Branch: RELENG_4_5) sys/kern sys_pipe.c Log: MFS: check far end of pipe. Revision Changes Path 1.60.2.11.2.1 +3 -0 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 8:14:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B66737B406; Mon, 5 Aug 2002 08:13:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D7D143E6E; Mon, 5 Aug 2002 08:13:48 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75FDmJU008539; Mon, 5 Aug 2002 08:13:48 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75FDmbc008537; Mon, 5 Aug 2002 08:13:48 -0700 (PDT) Message-Id: <200208051513.g75FDmbc008537@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 5 Aug 2002 08:13:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/08/05 08:13:46 PDT Modified files: (Branch: RELENG_4_5) . UPDATING Log: MFS: check far end of pipe. Revision Changes Path 1.73.2.50.2.31 +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 Mon Aug 5 8:14:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC1B037B409; Mon, 5 Aug 2002 08:13:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B56043E70; Mon, 5 Aug 2002 08:13:48 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75FDmJU008554; Mon, 5 Aug 2002 08:13:48 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75FDmnr008553; Mon, 5 Aug 2002 08:13:48 -0700 (PDT) Message-Id: <200208051513.g75FDmnr008553@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 5 Aug 2002 08:13:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/08/05 08:13:48 PDT Modified files: (Branch: RELENG_4_5) sys/conf newvers.sh Log: MFS: check far end of pipe. Revision Changes Path 1.44.2.20.2.18 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 8:14:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6604537B40B; Mon, 5 Aug 2002 08:13:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1885543E6E; Mon, 5 Aug 2002 08:13:49 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75FDmJU008570; Mon, 5 Aug 2002 08:13:48 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75FDmnV008569; Mon, 5 Aug 2002 08:13:48 -0700 (PDT) Message-Id: <200208051513.g75FDmnV008569@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 5 Aug 2002 08:13:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_pipe.c X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/08/05 08:13:48 PDT Modified files: (Branch: RELENG_4_6) sys/kern sys_pipe.c Log: MFS: check far end of pipe. Revision Changes Path 1.60.2.12.2.1 +3 -0 src/sys/kern/sys_pipe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 8:14:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 340A937B407; Mon, 5 Aug 2002 08:13:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E4943E6E; Mon, 5 Aug 2002 08:13:49 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75FDnJU008590; Mon, 5 Aug 2002 08:13:49 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75FDn3n008589; Mon, 5 Aug 2002 08:13:49 -0700 (PDT) Message-Id: <200208051513.g75FDn3n008589@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 5 Aug 2002 08:13:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/08/05 08:13:49 PDT Modified files: (Branch: RELENG_4_6) . UPDATING Log: MFS: check far end of pipe. Revision Changes Path 1.73.2.68.2.21 +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 Mon Aug 5 8:15: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2DC837B408; Mon, 5 Aug 2002 08:13:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ACEC43E6E; Mon, 5 Aug 2002 08:13:50 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75FDoJU008605; Mon, 5 Aug 2002 08:13:50 -0700 (PDT) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75FDoxp008604; Mon, 5 Aug 2002 08:13:50 -0700 (PDT) Message-Id: <200208051513.g75FDoxp008604@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 5 Aug 2002 08:13:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/08/05 08:13:50 PDT Modified files: (Branch: RELENG_4_6) sys/conf newvers.sh Log: MFS: check far end of pipe. Revision Changes Path 1.44.2.23.2.14 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 8:32:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54E5D37B400; Mon, 5 Aug 2002 08:32:57 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F4AC43E6A; Mon, 5 Aug 2002 08:32:56 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.5/8.12.3) with ESMTP id g75FWt9R066434; Mon, 5 Aug 2002 09:32:55 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 05 Aug 2002 09:31:58 -0600 (MDT) Message-Id: <20020805.093158.73424881.imp@bsdimp.com> To: jhay@icomtek.csir.co.za Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/dev/wi if_wi_pccard.c if_wireg.h spectrum24t_cf.h From: "M. Warner Losh" In-Reply-To: <200208050756.g757uIa62912@zibbi.icomtek.csir.co.za> References: <200208030019.g730Jxns040822@freefall.freebsd.org> <200208050756.g757uIa62912@zibbi.icomtek.csir.co.za> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200208050756.g757uIa62912@zibbi.icomtek.csir.co.za> John Hay writes: : > imp 2002/08/02 17:19:59 PDT : ... : > Add code that will download firmware to a Symbol LA4100-series of CF : > cards. Since the firmware is hard coded into the kernel, I've made it : > a kernel option (WI_SYMBOL_FIRMWARE). : : Just to note that the wi klm is now a lot bigger and that has a big : impact on the mfsroot floppy. (Not that the mfsroot floppy didn't : overflow before this.) I didn't realize we'd gone to klds on the first mfs image... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 8:56:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6171737B400; Mon, 5 Aug 2002 08:56:33 -0700 (PDT) Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82D4743E3B; Mon, 5 Aug 2002 08:56:17 -0700 (PDT) (envelope-from phantom@ark.cris.net) Received: from ark.cris.net (root@ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id SAA12851; Mon, 5 Aug 2002 18:55:58 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id g75FtwC70599; Mon, 5 Aug 2002 18:55:58 +0300 (EEST) Date: Mon, 5 Aug 2002 18:55:58 +0300 From: Alexey Zelkin To: Michael Lucas Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/donations wantlist.sgml Message-ID: <20020805185558.A70536@ark.cris.net> References: <200208051444.g75EifAQ000827@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200208051444.g75EifAQ000827@freefall.freebsd.org>; from mwlucas@FreeBSD.org on Mon, Aug 05, 2002 at 07:44:41AM -0700 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'd suggest to add newsflash entry about this link also. On Mon, Aug 05, 2002 at 07:44:41AM -0700, Michael Lucas wrote: > mwlucas 2002/08/05 07:44:41 PDT > > Added files: > en/donations wantlist.sgml > Log: > First take on "want list" for FreeBSD Donations. > > Committers should feel free to add their own needs to this list, in > the (very simple) format given. > > Revision Changes Path > 1.1 +73 -0 www/en/donations/wantlist.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9: 3:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9B537B400; Mon, 5 Aug 2002 09:03:30 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 113B143E75; Mon, 5 Aug 2002 09:03:28 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g75G3Ge5044812 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 5 Aug 2002 12:03:24 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Clive Lin Subject: Re: cvs commit: ports/net Makefile ports/net/linuxigd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/linuxigd/files linuxigd.sh.sample patch-Makefile patch-gateway.cpp patch-gateway.h patch-ipcon.cpp patch-pmlist.cpp Date: Mon, 5 Aug 2002 12:03:47 -0400 User-Agent: KMail/1.4.2 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, leeym@leeym.com References: <200208040737.g747bdlc064880@freefall.freebsd.org> <200208051016.14299.mi+mx@aldan.algebra.com> <20020805150927.GA11146@epaper.eslitebooks.com> In-Reply-To: <20020805150927.GA11146@epaper.eslitebooks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208051203.47320.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (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 On Monday 05 August 2002 11:09 am, Clive Lin wrote: = > = Modified files: = > = net Makefile = > = Added files: = > = net/linuxigd Makefile distinfo pkg-comment pkg-descr = > = pkg-message pkg-plist = > = net/linuxigd/files linuxigd.sh.sample patch-Makefile = > = patch-gateway.cpp patch-gateway.h = > = patch-ipcon.cpp patch-pmlist.cpp = > = Log: = > = New port: linuxigd, Linux UPnP Internet Gateway Device. = > = > Great, but why is it named linux*, not being a binary only port of = > Linux software? Its function does not seem to be anything Linux = > specific... = = I have no opinion about this. How about maintainer and others ? Just ``igd'' or ``upnp-igd'' -- to make it easier to locate(1) by the protocol name (monicker)? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9: 6:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1CD37B400; Mon, 5 Aug 2002 09:06:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B391E43E81; Mon, 5 Aug 2002 09:06:37 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75G6bJU017378; Mon, 5 Aug 2002 09:06:37 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75G6b1v017377; Mon, 5 Aug 2002 09:06:37 -0700 (PDT) Message-Id: <200208051606.g75G6b1v017377@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 5 Aug 2002 09:06:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh session.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/05 09:06:36 PDT Modified files: crypto/openssh session.c Log: Do login cap calls _before_ descriptors are hardly closed because close may invalidate login cap descriptor. Reviewed by: des Revision Changes Path 1.36 +8 -1 src/crypto/openssh/session.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9: 7:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C94B37B400; Mon, 5 Aug 2002 09:07:12 -0700 (PDT) Received: from epaper.eslitebooks.com (210-58-229-92.eslitebooks.com [210.58.229.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0727143E65; Mon, 5 Aug 2002 09:07:03 -0700 (PDT) (envelope-from clive@tongi.org) Received: from epaper.eslitebooks.com (epaper.eslitebooks.com [210.58.229.92]) by epaper.eslitebooks.com (8.11.6/8.11.6) with SMTP id g75G5ua11637; Tue, 6 Aug 2002 00:05:56 +0800 (CST) (envelope-from clive@tongi.org) Received: (nullmailer pid 11634 invoked by uid 1000); Mon, 05 Aug 2002 16:05:56 -0000 Date: Tue, 6 Aug 2002 00:05:56 +0800 From: Clive Lin To: Yen-Ming Lee Cc: Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/linuxigd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/linuxigd/files linuxigd.sh.sample patch-Makefile patch-gateway.cpp patch-gateway.h patch-ipcon.cpp patch-pmlist.cpp Message-ID: <20020805160556.GA11520@epaper.eslitebooks.com> References: <200208040737.g747bdlc064880@freefall.freebsd.org> <200208051016.14299.mi+mx@aldan.algebra.com> <20020805150927.GA11146@epaper.eslitebooks.com> <20020805154621.GA6656@utopia.leeym.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020805154621.GA6656@utopia.leeym.com> X-Operating-System: FreeBSD 4.5-RELEASE-p4 i386 X-PGP-key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA008C03E User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 05, 2002 at 11:46:21PM +0800, Yen-Ming Lee wrote: > The author said (quoted from http://linux-igd.sourceforge.net/): > 'I guess we may have to change the "linux" part of the name someday.' When this happens, remember to request for repo-copy. It is very important to keep credits in the cvs history ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9:14:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77E9B37B400; Mon, 5 Aug 2002 09:14:23 -0700 (PDT) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id D116C43E75; Mon, 5 Aug 2002 09:14:22 -0700 (PDT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 44E313E9D51; Mon, 5 Aug 2002 23:46:25 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 5FEE13E9D50; Mon, 5 Aug 2002 23:46:22 +0800 (CST) Date: Mon, 5 Aug 2002 23:46:21 +0800 From: Yen-Ming Lee To: Clive Lin Cc: Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, leeym@leeym.com Subject: Re: cvs commit: ports/net Makefile ports/net/linuxigd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/linuxigd/files linuxigd.sh.sample patch-Makefile patch-gateway.cpp patch-gateway.h patch-ipcon.cpp patch-pmlist.cpp Message-ID: <20020805154621.GA6656@utopia.leeym.com> Reply-To: Yen-Ming Lee References: <200208040737.g747bdlc064880@freefall.freebsd.org> <200208051016.14299.mi+mx@aldan.algebra.com> <20020805150927.GA11146@epaper.eslitebooks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20020805150927.GA11146@epaper.eslitebooks.com> User-Agent: Mutt/1.5.1i X-Virus-Scanned: by AMaViS snapshot-20020300 Sender: owner-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, Aug 05, 2002 at 11:09:27PM +0800, Clive Lin wrote: > On Mon, Aug 05, 2002 at 10:16:14AM -0400, Mikhail Teterin wrote: > > Great, but why is it named linux*, not being a binary only port of > > Linux software? Its function does not seem to be anything Linux > > specific... > I have no opinion about this. How about maintainer and others ? Because originally it support Linux's iptables and ipchains only, and I ported it to FreeBSD and make it support ipfilter. The author said (quoted from http://linux-igd.sourceforge.net/): 'I guess we may have to change the "linux" part of the name someday.' regards, -- Yen-Ming Lee [§õ«Û©ú] http://www.leeym.com/ use Perl; double value; /* or your money back! */ short changed; /* so triple your money back! */ -- Larry Wall in cons.c from the perl source code To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9:16: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F68537B400; Mon, 5 Aug 2002 09:16:01 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A4CC43E65; Mon, 5 Aug 2002 09:16:00 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g75GFve5044934 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Mon, 5 Aug 2002 12:15:58 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Yen-Ming Lee , Clive Lin Subject: Re: cvs commit: ports/net Makefile ports/net/linuxigd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/linuxigd/files linuxigd.sh.sample patch-Makefile patch-gateway.cpp patch-gateway.h patch-ipcon.cpp patch-pmlist.cpp Date: Mon, 5 Aug 2002 12:16:28 -0400 User-Agent: KMail/1.4.2 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, leeym@leeym.com References: <200208040737.g747bdlc064880@freefall.freebsd.org> <20020805150927.GA11146@epaper.eslitebooks.com> <20020805154621.GA6656@utopia.leeym.com> In-Reply-To: <20020805154621.GA6656@utopia.leeym.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208051216.28405.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (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 On Monday 05 August 2002 11:46 am, Yen-Ming Lee wrote: = On Mon, Aug 05, 2002 at 11:09:27PM +0800, Clive Lin wrote: = > On Mon, Aug 05, 2002 at 10:16:14AM -0400, Mikhail Teterin wrote: = > > Great, but why is it named linux*, not being a binary only port of = > > Linux software? Its function does not seem to be anything Linux = > > specific... = > I have no opinion about this. How about maintainer and others ? = = Because originally it support Linux's iptables and ipchains only, = and I ported it to FreeBSD and make it support ipfilter. Wow, great! Thanks... = The author said (quoted from http://linux-igd.sourceforge.net/): = 'I guess we may have to change the "linux" part of the name someday.' I guess, we can rename the port already then :-) -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9:25:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D1B637B400; Mon, 5 Aug 2002 09:25:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E57843E5E; Mon, 5 Aug 2002 09:25:18 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GPIJU019155; Mon, 5 Aug 2002 09:25:18 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75GPITs019154; Mon, 5 Aug 2002 09:25:18 -0700 (PDT) Message-Id: <200208051625.g75GPITs019154@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 5 Aug 2002 09:25:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl/crypto/asn1 - 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 2002/08/05 09:25:17 PDT src/crypto/openssl/crypto/asn1 - Imported sources Update of /home/ncvs/src/crypto/openssl/crypto/asn1 In directory freefall.freebsd.org:/d/home/nectar/CUR/src/crypto/openssl/crypto/asn1 Log Message: Correct a bug in the ASN.1 decoder which was introduced with the recent OpenSSL update. Obtained from: OpenSSL CVS Status: Vendor Tag: OPENSSL Release Tags: v0_9_6e_asn1_patch U src/crypto/openssl/crypto/asn1/asn1_lib.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 Mon Aug 5 9:27:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3AB837B400; Mon, 5 Aug 2002 09:27:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7675E43E65; Mon, 5 Aug 2002 09:27:53 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GRrJU019376; Mon, 5 Aug 2002 09:27:53 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75GRr8o019375; Mon, 5 Aug 2002 09:27:53 -0700 (PDT) Message-Id: <200208051627.g75GRr8o019375@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 5 Aug 2002 09:27:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl/crypto/asn1 asn1_lib.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/05 09:27:53 PDT Modified files: (Branch: RELENG_4) crypto/openssl/crypto/asn1 asn1_lib.c Log: MFC src/crypto/openssl/crypto/asn1/asn1_lib.c rev 1.1.1.6: Correct a bug in the ASN.1 decoder. Revision Changes Path 1.1.1.1.2.5 +1 -1 src/crypto/openssl/crypto/asn1/asn1_lib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9:28:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A34937B401; Mon, 5 Aug 2002 09:28:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080DC43E6A; Mon, 5 Aug 2002 09:28:20 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GSJJU019471; Mon, 5 Aug 2002 09:28:19 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75GSJA9019470; Mon, 5 Aug 2002 09:28:19 -0700 (PDT) Message-Id: <200208051628.g75GSJA9019470@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 5 Aug 2002 09:28:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/crypto/openssl/crypto/asn1 asn1_lib.c src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/05 09:28:19 PDT Modified files: (Branch: RELENG_4_6) . UPDATING crypto/openssl/crypto/asn1 asn1_lib.c sys/conf newvers.sh Log: MFC src/crypto/openssl/crypto/asn1/asn1_lib.c rev 1.1.1.6: Correct a bug in the ASN.1 decoder. Revision Changes Path 1.73.2.68.2.22 +4 -0 src/UPDATING 1.1.1.1.2.3.6.2 +1 -1 src/crypto/openssl/crypto/asn1/asn1_lib.c 1.44.2.23.2.15 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9:28:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D84C37B401; Mon, 5 Aug 2002 09:28:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20C4743E65; Mon, 5 Aug 2002 09:28:41 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GSeJU019546; Mon, 5 Aug 2002 09:28:40 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75GSeUu019544; Mon, 5 Aug 2002 09:28:40 -0700 (PDT) Message-Id: <200208051628.g75GSeUu019544@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 5 Aug 2002 09:28:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/crypto/openssl/crypto/asn1 asn1_lib.c src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/05 09:28:40 PDT Modified files: (Branch: RELENG_4_5) . UPDATING crypto/openssl/crypto/asn1 asn1_lib.c sys/conf newvers.sh Log: MFC src/crypto/openssl/crypto/asn1/asn1_lib.c rev 1.1.1.6: Correct a bug in the ASN.1 decoder. Revision Changes Path 1.73.2.50.2.32 +4 -0 src/UPDATING 1.1.1.1.2.3.4.2 +1 -1 src/crypto/openssl/crypto/asn1/asn1_lib.c 1.44.2.20.2.19 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9:29: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3422337B401; Mon, 5 Aug 2002 09:29:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D615743E42; Mon, 5 Aug 2002 09:28:59 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GSxJU019622; Mon, 5 Aug 2002 09:28:59 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75GSxU8019621; Mon, 5 Aug 2002 09:28:59 -0700 (PDT) Message-Id: <200208051628.g75GSxU8019621@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 5 Aug 2002 09:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/crypto/openssl/crypto/asn1 asn1_lib.c src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/05 09:28:59 PDT Modified files: (Branch: RELENG_4_4) . UPDATING crypto/openssl/crypto/asn1 asn1_lib.c sys/conf newvers.sh Log: MFC src/crypto/openssl/crypto/asn1/asn1_lib.c rev 1.1.1.6: Correct a bug in the ASN.1 decoder. Revision Changes Path 1.73.2.43.2.31 +4 -0 src/UPDATING 1.1.1.1.2.3.2.2 +1 -1 src/crypto/openssl/crypto/asn1/asn1_lib.c 1.44.2.17.2.24 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9:30: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95FE937B400; Mon, 5 Aug 2002 09:30:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4521943E3B; Mon, 5 Aug 2002 09:30:05 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GU5JU019792; Mon, 5 Aug 2002 09:30:05 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75GU5DK019791; Mon, 5 Aug 2002 09:30:05 -0700 (PDT) Message-Id: <200208051630.g75GU5DK019791@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 09:30:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed-claws Makefile distinfo ports/mail/sylpheed-claws/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 pat 2002/08/05 09:30:05 PDT Modified files: mail/sylpheed-claws Makefile distinfo mail/sylpheed-claws/files patch-configure Log: Update to 0.8.1 PR: ports/41344 Submitted by: maintainer Revision Changes Path 1.16 +1 -2 ports/mail/sylpheed-claws/Makefile 1.10 +1 -1 ports/mail/sylpheed-claws/distinfo 1.9 +5 -42 ports/mail/sylpheed-claws/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 Aug 5 9:34: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83EA837B400; Mon, 5 Aug 2002 09:33:59 -0700 (PDT) Received: from mail-green.research.att.com (mail-green.research.att.com [135.207.30.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id E849443E6A; Mon, 5 Aug 2002 09:33:58 -0700 (PDT) (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 DB4D71E1CA; Mon, 5 Aug 2002 12:30:32 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id MAA29094; Mon, 5 Aug 2002 12:30:31 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id JAA23557; Mon, 5 Aug 2002 09:30:32 -0700 (PDT) Message-Id: <200208051630.JAA23557@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: luigi@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Cc: archie@dellroad.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208040536.g745aMb8037891@freefall.freebsd.org> <200208041715.g74HF6781436@arch20m.dellroad.org> <20020804103806.A11861@iguana.icir.org> Date: Mon, 5 Aug 2002 09:30:31 -0700 Versions: dmail (solaris) 2.4c/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 > + possibly, consider leaving some extra space at the beginning > of the cluster before passing it to the driver Is it usually a cluster being output, or a normal mbuf with the transport and IP headers chained to the cluster? m_prepend() already puts the header at the end of the mbuf via MH_ALIGN() to leave space to prepend more. If this is for forwarded packets, perhaps there should be a MEXT_ALIGN() function to put input packets at the end of the cluster? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9:36:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C345637B400; Mon, 5 Aug 2002 09:36:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F6B443E5E; Mon, 5 Aug 2002 09:36:36 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GaaJU020678; Mon, 5 Aug 2002 09:36:36 -0700 (PDT) (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75GaacK020676; Mon, 5 Aug 2002 09:36:36 -0700 (PDT) Message-Id: <200208051636.g75GaacK020676@freefall.freebsd.org> From: MANTANI Nobutaka Date: Mon, 5 Aug 2002 09:36:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libxine Makefile distinfo pkg-plist ports/graphics/libxine/files patch-src:libffmpeg:xine_decoder.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2002/08/05 09:36:35 PDT Modified files: graphics/libxine Makefile distinfo pkg-plist graphics/libxine/files patch-src:libffmpeg:xine_decoder.c Log: Update to 0.9.13. Revision Changes Path 1.21 +1 -2 ports/graphics/libxine/Makefile 1.9 +1 -1 ports/graphics/libxine/distinfo 1.2 +36 -6 ports/graphics/libxine/files/patch-src:libffmpeg:xine_decoder.c 1.12 +13 -3 ports/graphics/libxine/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 Aug 5 9:37:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C784B37B400; Mon, 5 Aug 2002 09:37:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B52843E3B; Mon, 5 Aug 2002 09:37:05 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75Gb5JU020749; Mon, 5 Aug 2002 09:37:05 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75Gb59T020748; Mon, 5 Aug 2002 09:37:05 -0700 (PDT) Message-Id: <200208051637.g75Gb59T020748@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 5 Aug 2002 09:37:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include fmtmsg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/08/05 09:37:05 PDT Modified files: include fmtmsg.h Log: Fix some style bugs. Submitted by: bde Revision Changes Path 1.2 +11 -10 src/include/fmtmsg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9:40:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE7E637B400; Mon, 5 Aug 2002 09:40:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A082E43E5E; Mon, 5 Aug 2002 09:40:31 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GeVJU021178; Mon, 5 Aug 2002 09:40:31 -0700 (PDT) (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75GeV3D021177; Mon, 5 Aug 2002 09:40:31 -0700 (PDT) Message-Id: <200208051640.g75GeV3D021177@freefall.freebsd.org> From: MANTANI Nobutaka Date: Mon, 5 Aug 2002 09:40:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine 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 nobutaka 2002/08/05 09:40:31 PDT Modified files: graphics/xine Makefile distinfo pkg-plist Log: Update to 0.9.13. Revision Changes Path 1.30 +2 -2 ports/graphics/xine/Makefile 1.17 +1 -1 ports/graphics/xine/distinfo 1.20 +114 -0 ports/graphics/xine/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 Aug 5 9:45: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAFD837B400; Mon, 5 Aug 2002 09:45:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F82443E6E; Mon, 5 Aug 2002 09:45:04 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75Gj4JU021835; Mon, 5 Aug 2002 09:45:04 -0700 (PDT) (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75Gj4hr021834; Mon, 5 Aug 2002 09:45:04 -0700 (PDT) Message-Id: <200208051645.g75Gj4hr021834@freefall.freebsd.org> From: MANTANI Nobutaka Date: Mon, 5 Aug 2002 09:45:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libdvdnav Makefile distinfo pkg-plist ports/graphics/libdvdnav/files patch-ltmain.sh patch-src:Makefile.in patch-src:read_cache.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2002/08/05 09:45:03 PDT Modified files: graphics/libdvdnav Makefile distinfo pkg-plist graphics/libdvdnav/files patch-ltmain.sh Removed files: graphics/libdvdnav/files patch-src:Makefile.in patch-src:read_cache.c Log: Update to 0.1.3. Revision Changes Path 1.6 +1 -1 ports/graphics/libdvdnav/Makefile 1.4 +1 -1 ports/graphics/libdvdnav/distinfo 1.3 +6 -30 ports/graphics/libdvdnav/files/patch-ltmain.sh 1.3 +0 -11 ports/graphics/libdvdnav/files/patch-src:Makefile.in (dead) 1.2 +0 -11 ports/graphics/libdvdnav/files/patch-src:read_cache.c (dead) 1.2 +1 -1 ports/graphics/libdvdnav/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 Aug 5 9:46: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F32A37B400; Mon, 5 Aug 2002 09:45:55 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7CA143E6A; Mon, 5 Aug 2002 09:45:47 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g75GjK397112; Mon, 5 Aug 2002 18:45:20 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200208051645.g75GjK397112@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/sys/conf options src/sys/dev/wi if_wi_pccard.c if_wireg.h spectrum24t_cf.h In-Reply-To: <20020805.093158.73424881.imp@bsdimp.com> from "M. Warner Losh" at "Aug 5, 2002 09:31:58 am" To: imp@bsdimp.com (M. Warner Losh) Date: Mon, 5 Aug 2002 18:45:20 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > In message: <200208050756.g757uIa62912@zibbi.icomtek.csir.co.za> > John Hay writes: > : > imp 2002/08/02 17:19:59 PDT > : ... > : > Add code that will download firmware to a Symbol LA4100-series of CF > : > cards. Since the firmware is hard coded into the kernel, I've made it > : > a kernel option (WI_SYMBOL_FIRMWARE). > : > : Just to note that the wi klm is now a lot bigger and that has a big > : impact on the mfsroot floppy. (Not that the mfsroot floppy didn't > : overflow before this.) > > I didn't realize we'd gone to klds on the first mfs image... Yup, release/scripts/driver-copy2.awk and release/i386/drivers.conf are used to put them in /stand/modules on the mfs image. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@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 Aug 5 9:46:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19D3F37B400; Mon, 5 Aug 2002 09:46:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFB1843E5E; Mon, 5 Aug 2002 09:46:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GkEJU022044; Mon, 5 Aug 2002 09:46:14 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75GkEAf022043; Mon, 5 Aug 2002 09:46:14 -0700 (PDT) Message-Id: <200208051646.g75GkEAf022043@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 5 Aug 2002 09:46:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/05 09:46:14 PDT Modified files: release Makefile Log: The side effect of revision 1.687 (env -i) was that many useful knobs are no longer propagated to the chrooted environment, e.g. NOKERBEROS. On the other hand, TMPDIR and MAKEOBJDIRPREFIX should no longer be. Spotted by: Alexandr Listopad Revision Changes Path 1.697 +13 -3 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 Mon Aug 5 9:49:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC7CF37B406; Mon, 5 Aug 2002 09:49:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C5C43F22; Mon, 5 Aug 2002 09:48:43 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GmhJU022196; Mon, 5 Aug 2002 09:48:43 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75Gmh5I022194; Mon, 5 Aug 2002 09:48:43 -0700 (PDT) Message-Id: <200208051648.g75Gmh5I022194@freefall.freebsd.org> From: Pete Fritchman Date: Mon, 5 Aug 2002 09:48:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_hosts_access 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 petef 2002/08/05 09:48:38 PDT Modified files: www/mod_hosts_access Makefile Log: Link with -lwrap to make the Apache module actually function and load correctly. Submitted by: Maikel Verheijen Revision Changes Path 1.2 +3 -1 ports/www/mod_hosts_access/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 9:49:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C80B337B7D1; Mon, 5 Aug 2002 09:49:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 851A843ED4; Mon, 5 Aug 2002 09:48:46 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GmjJU022225; Mon, 5 Aug 2002 09:48:45 -0700 (PDT) (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75Gmjb6022224; Mon, 5 Aug 2002 09:48:45 -0700 (PDT) Message-Id: <200208051648.g75Gmjb6022224@freefall.freebsd.org> From: MANTANI Nobutaka Date: Mon, 5 Aug 2002 09:48:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine_dvdnav_plugin 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 nobutaka 2002/08/05 09:48:45 PDT Modified files: graphics/xine_dvdnav_plugin Makefile distinfo Log: Update to 0.9.13. Revision Changes Path 1.9 +3 -3 ports/graphics/xine_dvdnav_plugin/Makefile 1.5 +1 -1 ports/graphics/xine_dvdnav_plugin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:16:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3C9737B401; Mon, 5 Aug 2002 10:16:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE7E442F7; Mon, 5 Aug 2002 10:01:11 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75GvjJU023084; Mon, 5 Aug 2002 09:57:45 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75GviMj023082; Mon, 5 Aug 2002 09:57:44 -0700 (PDT) Message-Id: <200208051657.g75GviMj023082@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 5 Aug 2002 09:57:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/05 09:57:44 PDT Modified files: release Makefile Log: Stop eating all process memory if either of ${.CURDIR}/../kerberosIV or ${.CURDIR}/../kerberos5 does not exist. Spotted by: Alexandr Listopad MFC after: 3 days Revision Changes Path 1.698 +5 -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 Mon Aug 5 10:25:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95C9137B400 for ; Mon, 5 Aug 2002 10:25:40 -0700 (PDT) Received: from relay4.kornet.net (relay4.kornet.net [211.48.62.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09911441EA for ; Mon, 5 Aug 2002 10:06:41 -0700 (PDT) (envelope-from cy0658@kornet.net) Received: from s-q1udfyprqcwug (61.73.152.40) by relay4.kornet.net; 6 Aug 2002 02:03:56 +0900 Message-ID: <3d4eaffd3d5c101c@relay4.kornet.net> (added by relay4.kornet.net) From: =?ks_c_5601-1987?B?xeXF9bnMxNq4rr7G?= To: cvs-all@FreeBSD.ORG Subject: =?ks_c_5601-1987?B?W7GksO1dIGN2cy1hbGy01CC+yLPnx8+9yrTPse4/IL7ux9Cxs8DnILy8sOgxwKcgInRhbGsgdG8gbWUhIrmrt+FDRL3Fw7vHz7y8v+Q=?= Date: Tue, 06 Aug 2002 02:03:56 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0027_01C0F03A.93A56C00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-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 a multi-part message in MIME format. ------=_NextPart_000_0027_01C0F03A.93A56C00 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 a2xjICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogDQogDQogDQogDQogDQog u/nHw0NEIL3Fw7vA2rTCIMHWvNLIrsDOsPogx9SysiC5q7fht84gu/nHw0NEuKYgud7AuyC8 9iDA1sC4uOcgDQogwM/B1sDPsKMgx9C9wMO8x+jAxyCx4si4uKYgteW4s7TPtNkuDQogDQog CQkJICAgwMy4py4uLiAgOiAgICAgIA0KIMD8yK0uLi4gIDogICAgICANCiDH2rXlxvkgIDou Li4gICANCiBlLbjewM8gIDouLi4gICANCiDB1rzSLi4uICA6ICAgICAgDQogICAgIAkJCSAg IA0KICAgICAgICCxzcfPwMcgIL3CtvS++MDMIMiruri8uiDA/MDav+zG7cC7ILq4s7uw1CC1 yMGhIMGkwd/I9yC757D6ILXluLO0z7TZLiDBpLq4xeu9xbjBIMDMv+sNCiDDy8H4uf0gsdTB pMC7IMHYvPbHz7+pILGksO243sDPwNPAuyDHpb3Dx8+/tMC4uOcsILz2vcWwxbrOwOXEobim ILi2t8PHz7DtwNa9wLTPtNkuDQogvPa9xcC7ICC/+MShIL7KwLi9w7jpILz2vcWwxbrOKFVu c3Vic2NyaWJlKbimICDFrLivx9ggwda9yr3Dv+QNCiAgICAgICAgDQo= ------=_NextPart_000_0027_01C0F03A.93A56C00 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT5rbGM8L3RpdGxlPg0KPG1ldGEgaHR0cC1lcXVpdj0i Q29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9ZXVjLWtyIj4NCjwv aGVhZD4NCg0KPGJvZHkgYmdjb2xvcj0iI0ZGRkZGRiIgdGV4dD0iIzAwMDAwMCIgbGVmdG1h cmdpbj0iMSIgdG9wbWFyZ2luPSIxIj4NCjx0YWJsZSB3aWR0aD0iNjAwIiBib3JkZXI9IjAi IGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+DQogIDx0cj4NCiAgICA8dGQgYmdj b2xvcj0iI0NDQ0NDQyI+DQogICAgICA8dGFibGUgd2lkdGg9IjYwMCIgYm9yZGVyPSIwIiBj ZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KICAgICAgICA8dHI+IA0KICAgICAg ICAgIDx0ZCBiZ2NvbG9yPSIjRkZGRkZGIj4gDQogICAgICAgICAgICA8dGFibGUgd2lkdGg9 IjYwMCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KICAg ICAgICAgICAgICA8dHI+IA0KICAgICAgICAgICAgICAgIDx0ZD48aW1nIHNyYz0iaHR0cDov L3d3dy5tYWlscGFydG5lci5jby5rci9lbWFpbC8wNzI1L2ltZ18xLmdpZiIgd2lkdGg9IjYw MCIgaGVpZ2h0PSIxMDQiPjwvdGQ+DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAg ICAgIDx0cj4gDQogICAgICAgICAgICAgICAgPHRkPjxpbWcgc3JjPSJodHRwOi8vd3d3Lm1h aWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvaW1nXzIuZ2lmIiB3aWR0aD0iNjAwIiBoZWln aHQ9IjEwMCI+PC90ZD4NCiAgICAgICAgICAgICAgPC90cj4NCiAgICAgICAgICAgICAgPHRy PiANCiAgICAgICAgICAgICAgICA8dGQ+PGltZyBzcmM9Imh0dHA6Ly93d3cubWFpbHBhcnRu ZXIuY28ua3IvZW1haWwvMDcyNS9pbWdfMy5naWYiIHdpZHRoPSI2MDAiIGhlaWdodD0iMTE4 Ij48L3RkPg0KICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICA8dHI+IA0KICAg ICAgICAgICAgICAgIDx0ZD48aW1nIHNyYz0iaHR0cDovL3d3dy5tYWlscGFydG5lci5jby5r ci9lbWFpbC8wNzI1L2ltZ180LmdpZiIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIxMDMiPjwvdGQ+ DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICAgIDx0cj4gDQogICAgICAgICAg ICAgICAgPHRkPjxpbWcgc3JjPSJodHRwOi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWls LzA3MjUvaW1nXzUuZ2lmIiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjExNSI+PC90ZD4NCiAgICAg ICAgICAgICAgPC90cj4NCiAgICAgICAgICAgICAgPHRyPiANCiAgICAgICAgICAgICAgICA8 dGQ+PGltZyBzcmM9Imh0dHA6Ly93d3cubWFpbHBhcnRuZXIuY28ua3IvZW1haWwvMDcyNS9p bWdfNi5naWYiIHdpZHRoPSI2MDAiIGhlaWdodD0iODAiPjwvdGQ+DQogICAgICAgICAgICAg IDwvdHI+DQogICAgICAgICAgICAgIDx0cj4gDQogICAgICAgICAgICAgICAgPHRkPjxpbWcg c3JjPSJodHRwOi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvaW1nXzcuZ2lm IiB3aWR0aD0iNjAwIiBoZWlnaHQ9Ijc2Ij48L3RkPg0KICAgICAgICAgICAgICA8L3RyPg0K ICAgICAgICAgICAgICA8dHI+IA0KICAgICAgICAgICAgICAgIDx0ZD4gDQogICAgICAgICAg ICAgICAgICA8dGFibGUgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0i NTA5IiBhbGlnbj0iY2VudGVyIj4NCiAgICAgICAgICAgICAgICAgICAgPHRyIGJhY2tncm91 bmQ9ImJvZC0yLmpwZyI+IA0KICAgICAgICAgICAgICAgICAgICAgIDx0ZCBiYWNrZ3JvdW5k PSJodHRwOi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvYm9kLTIuanBnIiBo ZWlnaHQ9IjMwMiI+IA0KICAgICAgICAgICAgICAgICAgICAgICAgPHA+Jm5ic3A7PC9wPg0K ICAgICAgICAgICAgICAgICAgICAgICAgPHAgYWxpZ249ImNlbnRlciI+PGZvbnQgc2l6ZT0i MiI+PGJyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICA8YnI+DQogICAgICAgICAgICAg ICAgICAgICAgICAgIDxicj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgPGJyPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICC7+cfDQ0QgvcXDu8DatMIgwda80siuwM6w+iDH1LKy ILmrt+G3ziC7+cfDQ0S4piC53sC7ILz2IMDWwLi45yA8YnI+DQogICAgICAgICAgICAgICAg ICAgICAgICAgIMDPwdbAz7CjIMfQvcDDvMfowMcgseLIuLimILXluLO0z7TZLjxicj4NCiAg ICAgICAgICAgICAgICAgICAgICAgICAgPC9mb250PjwvcD4NCiAgICAgICAgICAgICAgICAg ICAgICAgIDx0YWJsZSB3aWR0aD0iNDUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBj ZWxscGFkZGluZz0iMCIgYWxpZ249ImNlbnRlciI+DQoJCQk8Zm9ybSBuYW1lPSJmb3JtMSIg bWV0aG9kPSJwb3N0IiBhY3Rpb249Imh0dHA6Ly93d3cubWFpbHBhcnRuZXIuY28ua3IvZW1h aWwvMDcyNS9rbHNfb2suYXNwIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgPHRyPiAN CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjI4NSI+IA0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9ImxpbmUtaGVpZ2h0OjE0MCU7IG1h cmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4tbGVmdDozMDsiPjxzcGFuIHN0 eWxlPSJmb250LXNpemU6OXB0OyI+wMy4pzxmb250IGNvbG9yPSIjRkZGRkZGIj4uLi48L2Zv bnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6ICZuYnNwOyZuYnNwOyAN CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9InRleHQiIG5h bWU9Im5hbWUiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+PC9w Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9ImxpbmUtaGVpZ2h0 OjE0MCU7IG1hcmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4tbGVmdDozMDsi PjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+wPzIrTxmb250IGNvbG9yPSIjRkZGRkZG Ij4uLi48L2ZvbnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6ICZuYnNw OyZuYnNwOyANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9 InRleHQiIG5hbWU9InRlbDEiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8 L3NwYW4+PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9Imxp bmUtaGVpZ2h0OjE0MCU7IG1hcmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4t bGVmdDozMDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+x9q15cb5IA0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICA6PGZvbnQgY29sb3I9IiNGRkZGRkYiPi4uLjwv Zm9udD4gDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPSJ0 ZXh0IiBuYW1lPSJ0ZWwyIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9z cGFuPjwvcD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIHN0eWxlPSJsaW5l LWhlaWdodDoxNDAlOyBtYXJnaW4tdG9wOjA7IG1hcmdpbi1ib3R0b206MDsgbWFyZ2luLWxl ZnQ6MzA7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOjlwdDsiPmUtuN7AzyANCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgOjxmb250IGNvbG9yPSIjRkZGRkZGIj4uLi48L2Zv bnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT0idGV4 dCIgbmFtZT0iZW1haWwiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3Nw YW4+PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9ImxpbmUt aGVpZ2h0OjE0MCU7IG1hcmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4tbGVm dDozMDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+wda80jxmb250IGNvbG9yPSIj RkZGRkZGIj4uLi48L2ZvbnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6 ICZuYnNwOyZuYnNwOyANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0 IHR5cGU9InRleHQiIG5hbWU9ImFkZHJlc3MiPg0KICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8L3NwYW4+PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+ DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIHdpZHRoPSIxNjUiPiANCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPSJpbWFnZSIgc3JjPSJodHRw Oi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvYm9kXzEuanBnIiBib3JkZXI9 IjAiIG5hbWU9ImltYWdlIiB3aWR0aD0iMTAxIiBoZWlnaHQ9Ijc2Ij4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICAgICAgICA8L3Ry Pg0KCQkJPC9mb3JtPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAg ICAgICAgICAgICAgICAgICAgIDxwIGFsaWduPSJjZW50ZXIiPiZuYnNwOzwvcD4NCiAgICAg ICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAg ICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAg ICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICA8dHI+IA0KICAgICAgICAgICAgICAgIDx0 ZD4gDQogICAgICAgICAgICAgICAgICA8cCBzdHlsZT0ibGluZS1oZWlnaHQ6MTQwJTsgbWFy Z2luLXRvcDowOyBtYXJnaW4tYm90dG9tOjA7IG1hcmdpbi1sZWZ0OjEwOyIgYWxpZ249ImNl bnRlciI+PGZvbnQgZmFjZT0isby4siIgY29sb3I9IiM2NjY2NjYiPjxzcGFuIHN0eWxlPSJm b250LXNpemU6OXB0OyI+PGZvbnQgc2l6ZT0iMiI+sc3Hz8DHIA0KICAgICAgICAgICAgICAg ICAgICC9wrb0vvjAzCDIq7q4vLogwPzA2r/sxu3AuyC6uLO7sNQgtcjBoSDBpMHfyPcgu+ew +iC15biztM+02S4gwaS6uMXrvcW4wSDAzL/rPGJyPg0KICAgICAgICAgICAgICAgICAgICDD y8H4uf0gsdTBpMC7IMHYvPbHz7+pILGksO243sDPwNPAuyDHpb3Dx8+/tMC4uOcsILz2vcWw xbrOwOXEobimILi2t8PHz7DtwNa9wLTPtNkuPGJyPg0KICAgICAgICAgICAgICAgICAgICA8 L2ZvbnQ+PC9zcGFuPjwvZm9udD48Zm9udCBmYWNlPSKxvLiyIiBjb2xvcj0iIzY2NjY2NiIg c2l6ZT0iMiI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTo5cHQ7Ij689r3FwLsgDQogICAgICAg ICAgICAgICAgICAgIL/4xKEgvsrAuL3DuOkgPC9zcGFuPjwvZm9udD48Zm9udCBjb2xvcj0i IzY2NjY2NiIgc2l6ZT0iMiI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTo5cHQ7Ij48YSBocmVm PSJtYWlsdG86aHl1bjEwMzEwQGtvcm5ldC5uZXQiPrz2vcWwxbrOKFVuc3Vic2NyaWJlKTwv YT48Zm9udCBmYWNlPSKxvLiyIj64piANCiAgICAgICAgICAgICAgICAgICAgxay4r8fYIMHW vcq9w7/kPC9mb250Pjwvc3Bhbj48L2ZvbnQ+PC9wPg0KICAgICAgICAgICAgICAgIDwvdGQ+ DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICA8L3RhYmxlPg0KICAgICAgICAg IDwvdGQ+DQogICAgICAgIDwvdHI+DQogICAgICA8L3RhYmxlPg0KICAgIDwvdGQ+DQogIDwv dHI+DQo8L3RhYmxlPg0KPGJyPg0KPC9ib2R5Pg0KPC9odG1sPg0K ------=_NextPart_000_0027_01C0F03A.93A56C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:25:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AAA137B400; Mon, 5 Aug 2002 10:25:48 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 478CE4439B; Mon, 5 Aug 2002 10:06:35 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g75H40x42784; Mon, 5 Aug 2002 20:04:00 +0300 (EEST) (envelope-from ru) Date: Mon, 5 Aug 2002 20:04:00 +0300 From: Ruslan Ermilov To: Alexey Zelkin Cc: Michael Lucas , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/donations wantlist.sgml Message-ID: <20020805170400.GD29508@sunbay.com> References: <200208051444.g75EifAQ000827@freefall.freebsd.org> <20020805185558.A70536@ark.cris.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/unnNtmY43mpUSKx" Content-Disposition: inline In-Reply-To: <20020805185558.A70536@ark.cris.net> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --/unnNtmY43mpUSKx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 05, 2002 at 06:55:58PM +0300, Alexey Zelkin wrote: > I'd suggest to add newsflash entry about this link also. >=20 Does this mean I can order a not-so-fresh notebook from here? :-) > On Mon, Aug 05, 2002 at 07:44:41AM -0700, Michael Lucas wrote: > > mwlucas 2002/08/05 07:44:41 PDT > >=20 > > Added files: > > en/donations wantlist.sgml=20 > > Log: > > First take on "want list" for FreeBSD Donations. > > =20 > > Committers should feel free to add their own needs to this list, in > > the (very simple) format given. > > =20 > > Revision Changes Path > > 1.1 +73 -0 www/en/donations/wantlist.sgml (new) --=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 --/unnNtmY43mpUSKx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9TrAAUkv4P6juNwoRAp+nAJ9pnD0iaJpm/eNz43v/N5hmBJuxrgCcDTfo 7UwWrVhLPosNBYVDL1z7jgc= =QezU -----END PGP SIGNATURE----- --/unnNtmY43mpUSKx-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:27: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A6A537B400; Mon, 5 Aug 2002 10:27:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA77E442E6; Mon, 5 Aug 2002 10:08:20 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75H6OJU028413; Mon, 5 Aug 2002 10:06:24 -0700 (PDT) (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75H6OOY028412; Mon, 5 Aug 2002 10:06:24 -0700 (PDT) Message-Id: <200208051706.g75H6OOY028412@freefall.freebsd.org> From: MANTANI Nobutaka Date: Mon, 5 Aug 2002 10:06:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine_d4d_plugin/files patch-src:input:input_dvd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2002/08/05 10:06:24 PDT Added files: graphics/xine_d4d_plugin/files patch-src:input:input_dvd.c Log: Revive files/patch-src:input:input_dvd.c. I have removed this file in previous commit mistakenly. Revision Changes Path 1.3 +11 -0 ports/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:27:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E387D37B480; Mon, 5 Aug 2002 10:27:19 -0700 (PDT) Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A328442AA; Mon, 5 Aug 2002 10:10:06 -0700 (PDT) (envelope-from rizzo@iguana.icir.org) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g75H8UU22569; Mon, 5 Aug 2002 10:08:30 -0700 (PDT) (envelope-from rizzo) Date: Mon, 5 Aug 2002 10:08:30 -0700 From: Luigi Rizzo To: Bill Fenner Cc: archie@dellroad.org, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <20020805100830.A22533@iguana.icir.org> References: <200208040536.g745aMb8037891@freefall.freebsd.org> <200208041715.g74HF6781436@arch20m.dellroad.org> <20020804103806.A11861@iguana.icir.org> <200208051630.JAA23557@windsor.research.att.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: <200208051630.JAA23557@windsor.research.att.com>; from fenner@research.att.com on Mon, Aug 05, 2002 at 09:30:31AM -0700 Sender: owner-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, Aug 05, 2002 at 09:30:31AM -0700, Bill Fenner wrote: > > > + possibly, consider leaving some extra space at the beginning > > of the cluster before passing it to the driver > > Is it usually a cluster being output, or a normal mbuf with the transport it is a cluster being linked in the receive ring of the card (or one where the received packet is copied by the driver, for those cards which cannot DMA into the mbuf). cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:28:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF33937B407; Mon, 5 Aug 2002 10:28:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F9C64411C; Mon, 5 Aug 2002 10:12:29 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75HBlJU029019; Mon, 5 Aug 2002 10:11:47 -0700 (PDT) (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75HBleM029018; Mon, 5 Aug 2002 10:11:47 -0700 (PDT) Message-Id: <200208051711.g75HBleM029018@freefall.freebsd.org> From: MANTANI Nobutaka Date: Mon, 5 Aug 2002 10:11:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine_d5d_plugin Makefile ports/graphics/xine_d5d_plugin/files patch-src:input_dvd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2002/08/05 10:11:46 PDT Modified files: graphics/xine_d5d_plugin Makefile graphics/xine_d5d_plugin/files patch-src:input_dvd.c Log: Sync with libxine shared library version bump. Bump PORTREVISION. Revision Changes Path 1.6 +2 -1 ports/graphics/xine_d5d_plugin/Makefile 1.4 +10 -1 ports/graphics/xine_d5d_plugin/files/patch-src:input_dvd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:29:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE0C37B42B; Mon, 5 Aug 2002 10:29:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897424444C; Mon, 5 Aug 2002 10:20:35 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75HKIJU029916; Mon, 5 Aug 2002 10:20:18 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75HKI1K029915; Mon, 5 Aug 2002 10:20:18 -0700 (PDT) Message-Id: <200208051720.g75HKI1K029915@freefall.freebsd.org> From: Max Khon Date: Mon, 5 Aug 2002 10:20:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_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 fjoe 2002/08/05 10:20:17 PDT Modified files: sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.c Log: style fixes Revision Changes Path 1.4 +16 -14 src/sys/dev/sbni/if_sbni.c 1.4 +12 -10 src/sys/dev/sbni/if_sbni_isa.c 1.3 +2 -2 src/sys/dev/sbni/if_sbni_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:32:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A68E537B400; Mon, 5 Aug 2002 10:32:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD72943E6E; Mon, 5 Aug 2002 10:28:06 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75H0kJU023428; Mon, 5 Aug 2002 10:00:46 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75H0kPa023427; Mon, 5 Aug 2002 10:00:46 -0700 (PDT) Message-Id: <200208051700.g75H0kPa023427@freefall.freebsd.org> From: Alan Eldridge Date: Mon, 5 Aug 2002 10:00:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/scribus Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/08/05 10:00:46 PDT Modified files: print/scribus Makefile Log: Take over maintainership. Will move to 0.7.7 for QT3. Revision Changes Path 1.2 +1 -1 ports/print/scribus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:32:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFAA237B401; Mon, 5 Aug 2002 10:32:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CB0F43E7B; Mon, 5 Aug 2002 10:28:07 -0700 (PDT) (envelope-from nobutaka@FreeBSD.org) Received: from freefall.freebsd.org (nobutaka@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75H2SJU023937; Mon, 5 Aug 2002 10:02:28 -0700 (PDT) (envelope-from nobutaka@freefall.freebsd.org) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75H2Siw023936; Mon, 5 Aug 2002 10:02:28 -0700 (PDT) Message-Id: <200208051702.g75H2Siw023936@freefall.freebsd.org> From: MANTANI Nobutaka Date: Mon, 5 Aug 2002 10:02:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine_d4d_plugin Makefile distinfo ports/graphics/xine_d4d_plugin/files patch-src:input:input_dvd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2002/08/05 10:02:27 PDT Modified files: graphics/xine_d4d_plugin Makefile distinfo Removed files: graphics/xine_d4d_plugin/files patch-src:input:input_dvd.c Log: Update to 0.3.2. No response from: maintainer Revision Changes Path 1.7 +4 -12 ports/graphics/xine_d4d_plugin/Makefile 1.5 +1 -1 ports/graphics/xine_d4d_plugin/distinfo 1.2 +0 -11 ports/graphics/xine_d4d_plugin/files/patch-src:input:input_dvd.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:33:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BFBC37B400; Mon, 5 Aug 2002 10:33:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 738F443E3B; Mon, 5 Aug 2002 10:32:16 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75HWGJU031409; Mon, 5 Aug 2002 10:32:16 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75HWGOj031408; Mon, 5 Aug 2002 10:32:16 -0700 (PDT) Message-Id: <200208051732.g75HWGOj031408@freefall.freebsd.org> From: Max Khon Date: Mon, 5 Aug 2002 10:32:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sbni if_sbni_isa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2002/08/05 10:32:16 PDT Modified files: sys/dev/sbni if_sbni_isa.c Log: back out one change that crept in (will be committed later) Revision Changes Path 1.5 +1 -1 src/sys/dev/sbni/if_sbni_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:34:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C5FC37B400; Mon, 5 Aug 2002 10:34:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D10943E6E; Mon, 5 Aug 2002 10:34:16 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75HYGJU031621; Mon, 5 Aug 2002 10:34:16 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75HYGbj031620; Mon, 5 Aug 2002 10:34:16 -0700 (PDT) Message-Id: <200208051734.g75HYGbj031620@freefall.freebsd.org> From: Yar Tikhiy Date: Mon, 5 Aug 2002 10:34:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/08/05 10:34:15 PDT Modified files: libexec/ftpd ftpcmd.y Log: 1) Use "pathstring" instead of "STRING" consistently. 2) Remove unneeded "if not NULL" props from "pathstring", which will never be NULL by the lexer design. Inspired by: OpenBSD MFC after: 1 week Revision Changes Path 1.40 +5 -7 src/libexec/ftpd/ftpcmd.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:37: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 000F837B400; Mon, 5 Aug 2002 10:36:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BCA743E84; Mon, 5 Aug 2002 10:36:57 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75HavJU031880; Mon, 5 Aug 2002 10:36:57 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75HavrX031878; Mon, 5 Aug 2002 10:36:57 -0700 (PDT) Message-Id: <200208051736.g75HavrX031878@freefall.freebsd.org> From: Max Khon Date: Mon, 5 Aug 2002 10:36:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.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 2002/08/05 10:36:57 PDT Modified files: (Branch: RELENG_4) sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.c Log: MFC: style fixes Verified by: md5 Revision Changes Path 1.1.2.2 +16 -14 src/sys/dev/sbni/if_sbni.c 1.1.2.3 +11 -9 src/sys/dev/sbni/if_sbni_isa.c 1.1.2.3 +2 -2 src/sys/dev/sbni/if_sbni_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:37:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D8EC37B400; Mon, 5 Aug 2002 10:37:39 -0700 (PDT) Received: from mail.freebsdmall.com (www.freebsdmall.com [66.220.2.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5444F43E3B; Mon, 5 Aug 2002 10:37:15 -0700 (PDT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id B8E7E2E885; Mon, 5 Aug 2002 10:37:09 -0700 (PDT) Date: Mon, 5 Aug 2002 10:37:09 -0700 From: Murray Stokely To: John Hay Cc: "M. Warner Losh" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/dev/wi if_wi_pccard.c if_wireg.h spectrum24t_cf.h Message-ID: <20020805103709.F68483@freebsdmall.com> References: <20020805.093158.73424881.imp@bsdimp.com> <200208051645.g75GjK397112@zibbi.icomtek.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208051645.g75GjK397112@zibbi.icomtek.csir.co.za>; from jhay@icomtek.csir.co.za on Mon, Aug 05, 2002 at 06:45:20PM +0200 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-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, Aug 05, 2002 at 06:45:20PM +0200, John Hay wrote: > Yup, release/scripts/driver-copy2.awk and release/i386/drivers.conf are > used to put them in /stand/modules on the mfs image. Documented even. drivers.conf(5) - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:40:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063B937B400; Mon, 5 Aug 2002 10:40:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2D243E3B; Mon, 5 Aug 2002 10:40:26 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75HeQJU032190; Mon, 5 Aug 2002 10:40:26 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75HeQtd032189; Mon, 5 Aug 2002 10:40:26 -0700 (PDT) Message-Id: <200208051740.g75HeQtd032189@freefall.freebsd.org> From: Max Khon Date: Mon, 5 Aug 2002 10:40:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbnivar.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 fjoe 2002/08/05 10:40:26 PDT Modified files: (Branch: RELENG_4) sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbnivar.h Log: MFC: rename a variable that might accidentally be duplicated elsewhere (headlist -> sbni_headlist) Revision Changes Path 1.1.2.3 +2 -2 src/sys/dev/sbni/if_sbni.c 1.1.2.4 +2 -2 src/sys/dev/sbni/if_sbni_isa.c 1.1.2.2 +1 -1 src/sys/dev/sbni/if_sbnivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 10:59:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A53637B400; Mon, 5 Aug 2002 10:59:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D22943E4A; Mon, 5 Aug 2002 10:59:21 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75HxLJU033805; Mon, 5 Aug 2002 10:59:21 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75HxL3V033804; Mon, 5 Aug 2002 10:59:21 -0700 (PDT) Message-Id: <200208051759.g75HxL3V033804@freefall.freebsd.org> From: Ian Dowse Date: Mon, 5 Aug 2002 10:59:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_inode.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/08/05 10:59:21 PDT Modified files: sys/ufs/ffs ffs_inode.c Log: Don't call softdep_slowdown() if soft updates are not active on the filesystem. This causes a panic for kernels compiled without softupdates. Reported by: luigi Revision Changes Path 1.82 +1 -1 src/sys/ufs/ffs/ffs_inode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 11: 4:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8124637B400; Mon, 5 Aug 2002 11:04:25 -0700 (PDT) Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id E508343E84; Mon, 5 Aug 2002 11:04:24 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: from blackhelicopters.org (mwlucas@localhost [127.0.0.1]) by blackhelicopters.org (8.12.4/8.12.4) with ESMTP id g75I4CcC036231; Mon, 5 Aug 2002 14:04:12 -0400 (EDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.12.4/8.12.4/Submit) id g75I4C61036230; Mon, 5 Aug 2002 14:04:12 -0400 (EDT) Date: Mon, 5 Aug 2002 14:04:12 -0400 From: Michael Lucas To: Ruslan Ermilov Cc: Alexey Zelkin , Michael Lucas , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/donations wantlist.sgml Message-ID: <20020805140412.A36200@blackhelicopters.org> References: <200208051444.g75EifAQ000827@freefall.freebsd.org> <20020805185558.A70536@ark.cris.net> <20020805170400.GD29508@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020805170400.GD29508@sunbay.com>; from ru@FreeBSD.org on Mon, Aug 05, 2002 at 08:04:00PM +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 On Mon, Aug 05, 2002 at 08:04:00PM +0300, Ruslan Ermilov wrote: > On Mon, Aug 05, 2002 at 06:55:58PM +0300, Alexey Zelkin wrote: > > I'd suggest to add newsflash entry about this link also. > > > Does this mean I can order a not-so-fresh notebook from here? :-) Now and then we get an email that says "I'd like to donate something, what do you need?" The intent of this page is to answer this question, and to say how those donated resources will be used. Someone out there probably has a not-so-fresh notebook that they'd be happy to donate to the cause, if they knew who needed it and what it would be used for. I intend to put a newsflash, and perhaps a post to -annonuce, once there's a little more content here. > > On Mon, Aug 05, 2002 at 07:44:41AM -0700, Michael Lucas wrote: > > > mwlucas 2002/08/05 07:44:41 PDT > > > > > > Added files: > > > en/donations wantlist.sgml > > > Log: > > > First take on "want list" for FreeBSD Donations. > > > > > > Committers should feel free to add their own needs to this list, in > > > the (very simple) format given. > > > > > > Revision Changes Path > > > 1.1 +73 -0 www/en/donations/wantlist.sgml (new) > > -- > 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 -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org http://www.oreillynet.com/pub/q/Big_Scary_Daemons Absolute BSD: http://www.nostarch.com/abs_bsd.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 11: 4:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC6037B400; Mon, 5 Aug 2002 11:04:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D45143E7B; Mon, 5 Aug 2002 11:04:51 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75I4pJU036358; Mon, 5 Aug 2002 11:04:51 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75I4pZH036357; Mon, 5 Aug 2002 11:04:51 -0700 (PDT) Message-Id: <200208051804.g75I4pZH036357@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 5 Aug 2002 11:04:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib file.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 knu 2002/08/05 11:04:51 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/lib file.c Log: MFC: Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz. Revision Changes Path 1.40.2.10 +1 -1 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 11:14:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7561937B400; Mon, 5 Aug 2002 11:14:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 228E043E3B; Mon, 5 Aug 2002 11:14:17 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75IEGJU041357; Mon, 5 Aug 2002 11:14:17 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75IEGDP041356; Mon, 5 Aug 2002 11:14:16 -0700 (PDT) Message-Id: <200208051814.g75IEGDP041356@freefall.freebsd.org> From: Max Khon Date: Mon, 5 Aug 2002 11:14:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.c if_sbnivar.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 fjoe 2002/08/05 11:14:16 PDT Modified files: sys/dev/sbni if_sbni.c if_sbni_isa.c if_sbni_pci.c if_sbnivar.h Log: Make driver portable: - bus_space'ify - generate fake ethernet address using read_random() instead of reading from timer i/o ports Other minor fixes: - remove "hack" in connect_to_master() - use M_ZERO - remove unused variable in sbni_ioctl() - properly release irq in sbni_attach_isa() on attach errors Revision Changes Path 1.5 +38 -33 src/sys/dev/sbni/if_sbni.c 1.6 +3 -2 src/sys/dev/sbni/if_sbni_isa.c 1.4 +11 -6 src/sys/dev/sbni/if_sbni_pci.c 1.3 +3 -3 src/sys/dev/sbni/if_sbnivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 11:14:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7E3C37B400; Mon, 5 Aug 2002 11:14:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76F3D43E75; Mon, 5 Aug 2002 11:14:48 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75IEmJU041422; Mon, 5 Aug 2002 11:14:48 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75IEmtI041421; Mon, 5 Aug 2002 11:14:48 -0700 (PDT) Message-Id: <200208051814.g75IEmtI041421@freefall.freebsd.org> From: Pete Fritchman Date: Mon, 5 Aug 2002 11:14:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cscope Makefile distinfo ports/devel/cscope/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 petef 2002/08/05 11:14:48 PDT Modified files: devel/cscope Makefile distinfo devel/cscope/files patch-aa Log: Update to 15.4. Pointed out by: obrien Revision Changes Path 1.19 +2 -3 ports/devel/cscope/Makefile 1.5 +1 -1 ports/devel/cscope/distinfo 1.3 +3 -12 ports/devel/cscope/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 11:16: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E881137B401; Mon, 5 Aug 2002 11:16:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7171143E81; Mon, 5 Aug 2002 11:16:05 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75IG5JU041605; Mon, 5 Aug 2002 11:16:05 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75IG5I2041604; Mon, 5 Aug 2002 11:16:05 -0700 (PDT) Message-Id: <200208051816.g75IG5I2041604@freefall.freebsd.org> From: Greg Lewis Date: Mon, 5 Aug 2002 11:16:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13/files patch-os_linux_i486.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 glewis 2002/08/05 11:16:05 PDT Added files: java/jdk13/files patch-os_linux_i486.cpp Log: Add in a patch from the porting repository that allows people to build HotSpot if they wish (by hand, not via the port yet). Revision Changes Path 1.1 +62 -0 ports/java/jdk13/files/patch-os_linux_i486.cpp (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 11:20: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD91F37B400; Mon, 5 Aug 2002 11:19:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F65043E4A; Mon, 5 Aug 2002 11:19:58 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75IJwJU041845; Mon, 5 Aug 2002 11:19:58 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75IJwTe041844; Mon, 5 Aug 2002 11:19:58 -0700 (PDT) Message-Id: <200208051819.g75IJwTe041844@freefall.freebsd.org> From: Greg Lewis Date: Mon, 5 Aug 2002 11:19:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/08/05 11:19:58 PDT Modified files: java/jdk13 Makefile Log: Now that sobomax has updated the system version of tar don't redefine TAR and add gtar to BUILD_DEPENDS unless the OSVERSION is old enough. Small tweak by me to note that sobomax has MFC'ed the tar update. Submitted by: Mikhail Teterin Revision Changes Path 1.33 +5 -2 ports/java/jdk13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 11:26:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4631637B400; Mon, 5 Aug 2002 11:26:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA92D43E3B; Mon, 5 Aug 2002 11:26:16 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75IQGJU042588; Mon, 5 Aug 2002 11:26:16 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75IQGFV042587; Mon, 5 Aug 2002 11:26:16 -0700 (PDT) Message-Id: <200208051826.g75IQGFV042587@freefall.freebsd.org> From: Greg Lewis Date: Mon, 5 Aug 2002 11:26:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13/files patch-font.properties.ja.bsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/08/05 11:26:16 PDT Added files: java/jdk13/files patch-font.properties.ja.bsd Log: Improved font.properties.ja based on the Kochi fonts rather than the Watanabe/Wadalab fonts. Submitted by: daichi Revision Changes Path 1.1 +308 -0 ports/java/jdk13/files/patch-font.properties.ja.bsd (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 11:56:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE9937B400; Mon, 5 Aug 2002 11:56:16 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87ECE43E5E; Mon, 5 Aug 2002 11:56:09 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g75Iu3504294; Mon, 5 Aug 2002 20:56:03 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200208051856.g75Iu3504294@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/sys/conf options src/sys/dev/wi if_wi_pccard.c if_wireg.h spectrum24t_cf.h In-Reply-To: <20020805103709.F68483@freebsdmall.com> from Murray Stokely at "Aug 5, 2002 10:37:09 am" To: murray@FreeBSD.org (Murray Stokely) Date: Mon, 5 Aug 2002 20:56:03 +0200 (SAT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Mon, Aug 05, 2002 at 06:45:20PM +0200, John Hay wrote: > > Yup, release/scripts/driver-copy2.awk and release/i386/drivers.conf are > > used to put them in /stand/modules on the mfs image. > > Documented even. drivers.conf(5) Ah, so one _do_ learn something new everyday. I didn't know about that man page. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@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 Aug 5 11:58:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC5C437B400; Mon, 5 Aug 2002 11:58:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F59643E4A; Mon, 5 Aug 2002 11:58:46 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: from freefall.freebsd.org (wosch@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75IwkJU045354; Mon, 5 Aug 2002 11:58:46 -0700 (PDT) (envelope-from wosch@freefall.freebsd.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75IwkRX045353; Mon, 5 Aug 2002 11:58:46 -0700 (PDT) Message-Id: <200208051858.g75IwkRX045353@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 5 Aug 2002 11:58:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wosch 2002/08/05 11:58:46 PDT Modified files: share/misc bsd-family-tree Log: NetBSD style fixes. PR: misc/41164 Submitted by: Bang Jun-Young Revision Changes Path 1.61 +2 -2 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 12: 5:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3600837B400; Mon, 5 Aug 2002 12:05:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD41F43E6E; Mon, 5 Aug 2002 12:05:32 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: from freefall.freebsd.org (wosch@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75J5TJU050021; Mon, 5 Aug 2002 12:05:29 -0700 (PDT) (envelope-from wosch@freefall.freebsd.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75J5ToU050016; Mon, 5 Aug 2002 12:05:29 -0700 (PDT) Message-Id: <200208051905.g75J5ToU050016@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 5 Aug 2002 12:05:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi query-pr.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wosch 2002/08/05 12:05:29 PDT Modified files: en/cgi query-pr.cgi Log: Increase the value of maximum PR number from 99999 to 499999. (the current PR number is around 41300 ;-) Revision Changes Path 1.29 +2 -2 www/en/cgi/query-pr.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 12:14:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D349737B400; Mon, 5 Aug 2002 12:14:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8729C43E6A; Mon, 5 Aug 2002 12:14:27 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75JERJU051360; Mon, 5 Aug 2002 12:14:27 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75JERuX051359; Mon, 5 Aug 2002 12:14:27 -0700 (PDT) Message-Id: <200208051914.g75JERuX051359@freefall.freebsd.org> From: Alan Cox Date: Mon, 5 Aug 2002 12:14:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/05 12:14:27 PDT Modified files: sys/kern vfs_aio.c Log: o The introduction of kevent() broke lio_listio(): _aio_aqueue() thought that LIO_READ and LIO_WRITE were requests for kevent()-based notification of completion. Modify _aio_aqueue() to recognize LIO_READ and LIO_WRITE. Notes: (1) The patch provided by the PR perpetuates a second bug in this code, a direct access to user-space memory. This change fixes that bug as well. (2) This change is to code that implements a deprecated interface. It should probably be removed after an MFC. PR: kern/39556 Revision Changes Path 1.133 +6 -6 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 12:14:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F282437B40F; Mon, 5 Aug 2002 12:14:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E27943E65; Mon, 5 Aug 2002 12:14:31 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75JEVJU051414; Mon, 5 Aug 2002 12:14:31 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75JEVCP051413; Mon, 5 Aug 2002 12:14:31 -0700 (PDT) Message-Id: <200208051914.g75JEVCP051413@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 5 Aug 2002 12:14:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jikes Makefile ports/java/jikes/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/05 12:14:31 PDT Modified files: java/jikes Makefile java/jikes/files patch-aa Added files: java/jikes/files patch-ab patch-ac Log: Add support for the -encoding option by utilizing the ICU library. PR: ports/38396 Revision Changes Path 1.28 +7 -0 ports/java/jikes/Makefile 1.8 +4 -4 ports/java/jikes/files/patch-aa 1.1 +28 -0 ports/java/jikes/files/patch-ab (new) 1.1 +11 -0 ports/java/jikes/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 12:30:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D69B037B400; Mon, 5 Aug 2002 12:30:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B03043E6E; Mon, 5 Aug 2002 12:30:51 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75JUpJU052894; Mon, 5 Aug 2002 12:30:51 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75JUpts052893; Mon, 5 Aug 2002 12:30:51 -0700 (PDT) Message-Id: <200208051930.g75JUpts052893@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 12:30:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/libsidplay 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 pat 2002/08/05 12:30:51 PDT Modified files: audio/libsidplay Makefile distinfo pkg-plist Log: - Update to 1.36.55 - Sort plist and silent some portlint warnings PR: ports/41316 Submitted by: maintainer Revision Changes Path 1.24 +5 -5 ports/audio/libsidplay/Makefile 1.13 +1 -1 ports/audio/libsidplay/distinfo 1.5 +3 -3 ports/audio/libsidplay/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 Aug 5 12:36:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C29D537B400; Mon, 5 Aug 2002 12:36:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F1343E42; Mon, 5 Aug 2002 12:36:09 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75Ja9JU053681; Mon, 5 Aug 2002 12:36:09 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75Ja9eF053680; Mon, 5 Aug 2002 12:36:09 -0700 (PDT) Message-Id: <200208051936.g75Ja9eF053680@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 5 Aug 2002 12:36:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen fmtmsg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/08/05 12:36:09 PDT Modified files: lib/libc/gen fmtmsg.c Log: o Fix a memory leak. o Rewrite validmsgverb() so that it works (I'm not sure how it escaped my original testing). o Document nextcomp(). Revision Changes Path 1.2 +15 -11 src/lib/libc/gen/fmtmsg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 13:31: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ABC837B400; Mon, 5 Aug 2002 13:31:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC30243E4A; Mon, 5 Aug 2002 13:31:04 -0700 (PDT) (envelope-from okazaki@FreeBSD.org) Received: from freefall.freebsd.org (okazaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75KV4JU063101; Mon, 5 Aug 2002 13:31:04 -0700 (PDT) (envelope-from okazaki@freefall.freebsd.org) Received: (from okazaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75KV4RT063100; Mon, 5 Aug 2002 13:31:04 -0700 (PDT) Message-Id: <200208052031.g75KV4RT063100@freefall.freebsd.org> From: OKAZAKI Tetsurou Date: Mon, 5 Aug 2002 13:31:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/guile Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/08/05 13:31:04 PDT Modified files: lang/guile Makefile Log: Add a workaround for the error of ${REINPLACE_CMD}. List reinplaced files statically. Revision Changes Path 1.33 +8 -3 ports/lang/guile/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 13:46:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2879837B400; Mon, 5 Aug 2002 13:46:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A0B43E42; Mon, 5 Aug 2002 13:46:51 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75KkpJU064142; Mon, 5 Aug 2002 13:46:51 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75KkpXL064141; Mon, 5 Aug 2002 13:46:51 -0700 (PDT) Message-Id: <200208052046.g75KkpXL064141@freefall.freebsd.org> From: Greg Lewis Date: Mon, 5 Aug 2002 13:46:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dgd-lpmud Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/08/05 13:46:51 PDT Modified files: net/dgd-lpmud Makefile Log: . Remove a MASTER_SITE that hasn't been responding for a while. . As this leaves us with only one MASTER_SITE, mirror the distfile locally (i.e. MASTER_SITE_LOCAL). Revision Changes Path 1.29 +1 -1 ports/net/dgd-lpmud/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 13:57:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5B3937B400; Mon, 5 Aug 2002 13:57:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A5B343E4A; Mon, 5 Aug 2002 13:57:12 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75KvCJU065181; Mon, 5 Aug 2002 13:57:12 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75KvCGG065180; Mon, 5 Aug 2002 13:57:12 -0700 (PDT) Message-Id: <200208052057.g75KvCGG065180@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 13:57:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nmap 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 pat 2002/08/05 13:57:12 PDT Modified files: security/nmap Makefile distinfo Log: Update to 3.00 PR: ports/41330 Submitted by: maintainer Revision Changes Path 1.57 +2 -2 ports/security/nmap/Makefile 1.38 +1 -1 ports/security/nmap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 14: 7:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123DD37B400; Mon, 5 Aug 2002 14:07:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA2943E42; Mon, 5 Aug 2002 14:07:30 -0700 (PDT) (envelope-from pb@FreeBSD.org) Received: from freefall.freebsd.org (pb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75L7UJU070365; Mon, 5 Aug 2002 14:07:30 -0700 (PDT) (envelope-from pb@freefall.freebsd.org) Received: (from pb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75L7UQD070364; Mon, 5 Aug 2002 14:07:30 -0700 (PDT) Message-Id: <200208052107.g75L7UQD070364@freefall.freebsd.org> From: Pierre Beyssac Date: Mon, 5 Aug 2002 14:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_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 pb 2002/08/05 14:07:30 PDT Modified files: sys/fs/msdosfs msdosfs_vnops.c Log: Fix typo in vnode flags causing deadlock in msdosfs_fsync(). Reviewed by: jeff Revision Changes Path 1.123 +1 -1 src/sys/fs/msdosfs/msdosfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 14:25:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3C0937B400; Mon, 5 Aug 2002 14:25:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EBF43E4A; Mon, 5 Aug 2002 14:25:44 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75LPiJU073067; Mon, 5 Aug 2002 14:25:44 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75LPibh073066; Mon, 5 Aug 2002 14:25:44 -0700 (PDT) Message-Id: <200208052125.g75LPibh073066@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 14:25:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmms-infinity 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 pat 2002/08/05 14:25:44 PDT Modified files: graphics/xmms-infinity Makefile Log: - PERL -> REINPLACE_CMD - Fix xmms dependency not registering PR: ports/41098 Submitted by: Adam Weinberger Approved by: maintainer Revision Changes Path 1.3 +5 -4 ports/graphics/xmms-infinity/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 14:26:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAFA837B400; Mon, 5 Aug 2002 14:26:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A20843E6A; Mon, 5 Aug 2002 14:26:27 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75LQRJU073237; Mon, 5 Aug 2002 14:26:27 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75LQRAt073236; Mon, 5 Aug 2002 14:26:27 -0700 (PDT) Message-Id: <200208052126.g75LQRAt073236@freefall.freebsd.org> From: Max Khon Date: Mon, 5 Aug 2002 14:26:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc Makefile distinfo pkg-plist ports/misc/mc/files patch-aa patch-ab patch-ac patch-ad patch-af patch-ag patch-ai patch-aj patch-ak patch-am patch-an patch-lib::Makefile.in patch-lib::mc.lib patch-src::treestore.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 fjoe 2002/08/05 14:26:26 PDT Modified files: misc/mc Makefile distinfo pkg-plist misc/mc/files patch-aa patch-ab patch-ac patch-af patch-ag patch-ai Added files: misc/mc/files patch-ad patch-aj patch-ak patch-lib::Makefile.in patch-lib::mc.lib patch-src::treestore.h patch-vfs::extfs::uzip Removed files: misc/mc/files patch-am patch-an Log: - upgrade to 4.1.55 - always build internal editor - sync with /usr/ports/x11-fm/gnomemc - take maintainership Revision Changes Path 1.62 +16 -30 ports/misc/mc/Makefile 1.25 +1 -1 ports/misc/mc/distinfo 1.12 +13 -42 ports/misc/mc/files/patch-aa 1.12 +13 -6 ports/misc/mc/files/patch-ab 1.10 +25 -12 ports/misc/mc/files/patch-ac 1.1 +11 -0 ports/misc/mc/files/patch-ad (new) 1.18 +21 -77 ports/misc/mc/files/patch-af 1.8 +20 -465 ports/misc/mc/files/patch-ag 1.6 +10 -10 ports/misc/mc/files/patch-ai 1.1 +11 -0 ports/misc/mc/files/patch-aj (new) 1.1 +14 -0 ports/misc/mc/files/patch-ak (new) 1.2 +0 -10 ports/misc/mc/files/patch-am (dead) 1.3 +0 -7 ports/misc/mc/files/patch-an (dead) 1.1 +56 -0 ports/misc/mc/files/patch-lib::Makefile.in (new) 1.1 +36 -0 ports/misc/mc/files/patch-lib::mc.lib (new) 1.1 +14 -0 ports/misc/mc/files/patch-src::treestore.h (new) 1.1 +10 -0 ports/misc/mc/files/patch-vfs::extfs::uzip (new) 1.26 +13 -6 ports/misc/mc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 14:34: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB71537B400; Mon, 5 Aug 2002 14:34:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADD3443E65; Mon, 5 Aug 2002 14:34:03 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75LY3JU074504; Mon, 5 Aug 2002 14:34:03 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75LY3Vj074503; Mon, 5 Aug 2002 14:34:03 -0700 (PDT) Message-Id: <200208052134.g75LY3Vj074503@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 14:34:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks Makefile ports/x11-clocks/wmfuzzy Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-clocks/wmfuzzy/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 pat 2002/08/05 14:34:03 PDT Modified files: x11-clocks Makefile Added files: x11-clocks/wmfuzzy Makefile distinfo pkg-comment pkg-descr pkg-plist x11-clocks/wmfuzzy/files patch-Makefile Log: Add new port wmfuzzy: A clock dockapp that uses text and fuzzy approximation to tell you time. PR: ports/41336 Submitted by: Adam Weinberger Reviewed by: Simon 'corecode' Schubert Revision Changes Path 1.29 +1 -0 ports/x11-clocks/Makefile 1.1 +25 -0 ports/x11-clocks/wmfuzzy/Makefile (new) 1.1 +1 -0 ports/x11-clocks/wmfuzzy/distinfo (new) 1.1 +25 -0 ports/x11-clocks/wmfuzzy/files/patch-Makefile (new) 1.1 +1 -0 ports/x11-clocks/wmfuzzy/pkg-comment (new) 1.1 +11 -0 ports/x11-clocks/wmfuzzy/pkg-descr (new) 1.1 +1 -0 ports/x11-clocks/wmfuzzy/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 Aug 5 14:34:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E08737B401; Mon, 5 Aug 2002 14:34:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E82B143E6A; Mon, 5 Aug 2002 14:34:05 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75LY5JU074537; Mon, 5 Aug 2002 14:34:05 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75LY5ZU074536; Mon, 5 Aug 2002 14:34:05 -0700 (PDT) Message-Id: <200208052134.g75LY5ZU074536@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 14:34:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/05 14:34:05 PDT Modified files: . modules Log: wmfuzzy --> ports/x11-clocks/wmfuzzy Revision Changes Path 1.5669 +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 Aug 5 14:45: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 362AB37B401; Mon, 5 Aug 2002 14:45:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB77843E65; Mon, 5 Aug 2002 14:45:05 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75Lj5JU075599; Mon, 5 Aug 2002 14:45:05 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75Lj5qu075598; Mon, 5 Aug 2002 14:45:05 -0700 (PDT) Message-Id: <200208052145.g75Lj5qu075598@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 14:45:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/qbrew 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 pat 2002/08/05 14:45:04 PDT Modified files: misc/qbrew Makefile Log: Build with qt30 by default PR: ports/41298 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/misc/qbrew/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 14:47:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A73337B400; Mon, 5 Aug 2002 14:47:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB1243E3B; Mon, 5 Aug 2002 14:47:11 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75LlAJU076026; Mon, 5 Aug 2002 14:47:10 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75LlAik076025; Mon, 5 Aug 2002 14:47:10 -0700 (PDT) Message-Id: <200208052147.g75LlAik076025@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 14:47:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/wmtunlo Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/wmtunlo/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 pat 2002/08/05 14:47:10 PDT Modified files: misc Makefile Added files: misc/wmtunlo Makefile distinfo pkg-comment pkg-descr pkg-plist misc/wmtunlo/files patch-Makefile Log: Add new port wmtunlo: A dockapp that displays a zooming 2D tunnel PR: ports/41223 Submitted by: Adam Weinberger Revision Changes Path 1.468 +1 -0 ports/misc/Makefile 1.1 +33 -0 ports/misc/wmtunlo/Makefile (new) 1.1 +1 -0 ports/misc/wmtunlo/distinfo (new) 1.1 +22 -0 ports/misc/wmtunlo/files/patch-Makefile (new) 1.1 +1 -0 ports/misc/wmtunlo/pkg-comment (new) 1.1 +6 -0 ports/misc/wmtunlo/pkg-descr (new) 1.1 +7 -0 ports/misc/wmtunlo/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 Aug 5 14:47:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FAFE37B415; Mon, 5 Aug 2002 14:47:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C6443E6A; Mon, 5 Aug 2002 14:47:14 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75LlEJU076059; Mon, 5 Aug 2002 14:47:14 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75LlECJ076058; Mon, 5 Aug 2002 14:47:14 -0700 (PDT) Message-Id: <200208052147.g75LlECJ076058@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 14:47:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/05 14:47:14 PDT Modified files: . modules Log: wmtunlo --> ports/misc/wmtunlo Revision Changes Path 1.5670 +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 Aug 5 14:49:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 461C037B405; Mon, 5 Aug 2002 14:49:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFFE143E5E; Mon, 5 Aug 2002 14:49:38 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75LncJU076357; Mon, 5 Aug 2002 14:49:38 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75LncMl076356; Mon, 5 Aug 2002 14:49:38 -0700 (PDT) Message-Id: <200208052149.g75LncMl076356@freefall.freebsd.org> From: Jimmy Olgeni Date: Mon, 5 Aug 2002 14:49:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/08/05 14:49:38 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update module: lpadmin (security fix). Revision Changes Path 1.122 +3 -2 ports/sysutils/webmin/Makefile 1.95 +1 -0 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 14:54:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C7C37B400; Mon, 5 Aug 2002 14:54:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDF0143E4A; Mon, 5 Aug 2002 14:54:48 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75LsmJU077148; Mon, 5 Aug 2002 14:54:48 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75Lsmon077147; Mon, 5 Aug 2002 14:54:48 -0700 (PDT) Message-Id: <200208052154.g75Lsmon077147@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 14:54:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/xpired Makefile distinfo pkg-comment pkg-descr pkg-plist ports/games/xpired/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 pat 2002/08/05 14:54:48 PDT Modified files: games Makefile Added files: games/xpired Makefile distinfo pkg-comment pkg-descr pkg-plist games/xpired/files patch-Makefile Log: Add new port xpired: An action-puzzle game PR: ports/40161 Submitted by: Edwin Groothuis Revision Changes Path 1.480 +1 -0 ports/games/Makefile 1.1 +33 -0 ports/games/xpired/Makefile (new) 1.1 +1 -0 ports/games/xpired/distinfo (new) 1.1 +13 -0 ports/games/xpired/files/patch-Makefile (new) 1.1 +1 -0 ports/games/xpired/pkg-comment (new) 1.1 +6 -0 ports/games/xpired/pkg-descr (new) 1.1 +86 -0 ports/games/xpired/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 Aug 5 14:55: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F5337B401; Mon, 5 Aug 2002 14:54:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486F443E4A; Mon, 5 Aug 2002 14:54:51 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75LspJU077181; Mon, 5 Aug 2002 14:54:51 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75Lsp2C077180; Mon, 5 Aug 2002 14:54:51 -0700 (PDT) Message-Id: <200208052154.g75Lsp2C077180@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 14:54:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/05 14:54:50 PDT Modified files: . modules Log: xpired --> ports/games/xpired Revision Changes Path 1.5671 +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 Aug 5 15: 4:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50B7A37B400; Mon, 5 Aug 2002 15:04:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0621E43E5E; Mon, 5 Aug 2002 15:04:45 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: from freefall.freebsd.org (nik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75M4iJU078279; Mon, 5 Aug 2002 15:04:44 -0700 (PDT) (envelope-from nik@freefall.freebsd.org) Received: (from nik@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75M4igo078278; Mon, 5 Aug 2002 15:04:44 -0700 (PDT) Message-Id: <200208052204.g75M4igo078278@freefall.freebsd.org> From: Nik Clayton Date: Mon, 5 Aug 2002 15:04:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook 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 nik 2002/08/05 15:04:44 PDT Modified files: en_US.ISO8859-1/books/handbook Makefile Log: Back out all of the previous commit that didn't involve the MAINTAINER line. Swear a solemn oath to 'cvs diff' prior to running 'cvs commit'. Revision Changes Path 1.59 +5 -5 doc/en_US.ISO8859-1/books/handbook/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 15: 6:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76FFF37B400; Mon, 5 Aug 2002 15:06:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7255843E70; Mon, 5 Aug 2002 15:06:26 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75M6QJU082527; Mon, 5 Aug 2002 15:06:26 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75M6QQX082526; Mon, 5 Aug 2002 15:06:26 -0700 (PDT) Message-Id: <200208052206.g75M6QQX082526@freefall.freebsd.org> From: Max Khon Date: Mon, 5 Aug 2002 15:06:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc 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 fjoe 2002/08/05 15:06:26 PDT Modified files: misc/mc Makefile pkg-plist Log: - ${PERL} -> ${REINPLACE_CMD} - fix pkg-plist Revision Changes Path 1.63 +4 -3 ports/misc/mc/Makefile 1.27 +0 -3 ports/misc/mc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 15:22: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB4037B400; Mon, 5 Aug 2002 15:22:06 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDAA43E3B; Mon, 5 Aug 2002 15:22:05 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.3) with ESMTP id g75MM4792501; Mon, 5 Aug 2002 18:22:04 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Mon, 5 Aug 2002 18:22:04 -0400 (EDT) From: Jeff Roberson To: Pierre Beyssac Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vnops.c In-Reply-To: <200208052107.g75L7UQD070364@freefall.freebsd.org> Message-ID: <20020805182138.Q86323-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 5 Aug 2002, Pierre Beyssac wrote: > pb 2002/08/05 14:07:30 PDT > > Modified files: > sys/fs/msdosfs msdosfs_vnops.c > Log: > Fix typo in vnode flags causing deadlock in msdosfs_fsync(). > > Reviewed by: jeff > > Revision Changes Path > 1.123 +1 -1 src/sys/fs/msdosfs/msdosfs_vnops.c > Pointy hat goes to: Jeff Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 15:34:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84F8337B400; Mon, 5 Aug 2002 15:34:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A73F43E5E; Mon, 5 Aug 2002 15:34:16 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75MYGJU084975; Mon, 5 Aug 2002 15:34:16 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75MYG5e084974; Mon, 5 Aug 2002 15:34:16 -0700 (PDT) Message-Id: <200208052234.g75MYG5e084974@freefall.freebsd.org> From: Mike Silbersack Date: Mon, 5 Aug 2002 15:34:16 -0700 (PDT) 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 2002/08/05 15:34:16 PDT Modified files: sys/netinet tcp_syncache.c Log: Handle PMTU discovery in syn-ack packets slightly differently; rely on syncache flags instead of directly accessing the route entry. MFC after: 3 days Revision Changes Path 1.25 +6 -8 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 Mon Aug 5 15:50:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2509F37B401; Mon, 5 Aug 2002 15:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B676743E3B; Mon, 5 Aug 2002 15:50:15 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: from freefall.freebsd.org (mph@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75MoEJU087150; Mon, 5 Aug 2002 15:50:14 -0700 (PDT) (envelope-from mph@freefall.freebsd.org) Received: (from mph@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75MoEeM087147; Mon, 5 Aug 2002 15:50:14 -0700 (PDT) Message-Id: <200208052250.g75MoEeM087147@freefall.freebsd.org> From: Matthew Hunt Date: Mon, 5 Aug 2002 15:50:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xpat2 Makefile ports/games/xpat2/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 mph 2002/08/05 15:50:14 PDT Modified files: games/xpat2 Makefile games/xpat2/files patch-ab Log: Correct manpage packaging problem. PR: ports/41095 Submitted by: Adam Weinberger Revision Changes Path 1.15 +0 -2 ports/games/xpat2/Makefile 1.2 +10 -3 ports/games/xpat2/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 16:35:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DB5D37B400; Mon, 5 Aug 2002 16:35:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D5C143E65; Mon, 5 Aug 2002 16:35:10 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75NZ9JU095877; Mon, 5 Aug 2002 16:35:10 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75NZ9tf095876; Mon, 5 Aug 2002 16:35:09 -0700 (PDT) Message-Id: <200208052335.g75NZ9tf095876@freefall.freebsd.org> From: Anders Nordby Date: Mon, 5 Aug 2002 16:35:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/mydns Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/mydns/files mydns.sh patch-Makefile.in patch-mydns.texi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/08/05 16:35:09 PDT Modified files: net Makefile Added files: net/mydns Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist net/mydns/files mydns.sh patch-Makefile.in patch-mydns.texi Log: Add mydns, the MySQL DNS server. PR: 41132 Submitted by: Simon Dick Revision Changes Path 1.822 +1 -0 ports/net/Makefile 1.1 +53 -0 ports/net/mydns/Makefile (new) 1.1 +1 -0 ports/net/mydns/distinfo (new) 1.1 +16 -0 ports/net/mydns/files/mydns.sh (new) 1.1 +10 -0 ports/net/mydns/files/patch-Makefile.in (new) 1.1 +14 -0 ports/net/mydns/files/patch-mydns.texi (new) 1.1 +1 -0 ports/net/mydns/pkg-comment (new) 1.1 +10 -0 ports/net/mydns/pkg-descr (new) 1.1 +6 -0 ports/net/mydns/pkg-message (new) 1.1 +50 -0 ports/net/mydns/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 Aug 5 16:35:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD3E37B401; Mon, 5 Aug 2002 16:35:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17EB443E42; Mon, 5 Aug 2002 16:35:12 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75NZBJU095918; Mon, 5 Aug 2002 16:35:11 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75NZBPa095917; Mon, 5 Aug 2002 16:35:11 -0700 (PDT) Message-Id: <200208052335.g75NZBPa095917@freefall.freebsd.org> From: Anders Nordby Date: Mon, 5 Aug 2002 16:35:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/08/05 16:35:11 PDT Modified files: . modules Log: mydns --> ports/net/mydns Revision Changes Path 1.5672 +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 Aug 5 16:37:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D276437B400; Mon, 5 Aug 2002 16:37:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8675A43E70; Mon, 5 Aug 2002 16:37:16 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75NbGJU096211; Mon, 5 Aug 2002 16:37:16 -0700 (PDT) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75NbGF9096210; Mon, 5 Aug 2002 16:37:16 -0700 (PDT) Message-Id: <200208052337.g75NbGF9096210@freefall.freebsd.org> From: Bill Fenner Date: Mon, 5 Aug 2002 16:37:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/traceroute VERSION traceroute.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 fenner 2002/08/05 16:37:16 PDT Modified files: (Branch: RELENG_4) contrib/traceroute VERSION traceroute.c Log: MFC traceroute.c revs 1.20-1.22: - Use gen_prep() and gen_check() instead of udp_*() for unknown protocols. - Add an ICMP protocol handler. The full traceroute 1.4a12 merge will wait for more testing. Revision Changes Path 1.1.1.1.8.1 +1 -1 src/contrib/traceroute/VERSION 1.11.2.6 +60 -7 src/contrib/traceroute/traceroute.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 16:55:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 663A137B40A; Mon, 5 Aug 2002 16:55:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0842243E65; Mon, 5 Aug 2002 16:54:33 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: from freefall.freebsd.org (grog@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g75NsMJU098088; Mon, 5 Aug 2002 16:54:22 -0700 (PDT) (envelope-from grog@freefall.freebsd.org) Received: (from grog@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g75NsMwV098087; Mon, 5 Aug 2002 16:54:22 -0700 (PDT) Message-Id: <200208052354.g75NsMwV098087@freefall.freebsd.org> From: Greg Lehey Date: Mon, 5 Aug 2002 16:54:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar/calendars calendar.holiday X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/08/05 16:54:22 PDT Modified files: usr.bin/calendar/calendars calendar.holiday Log: Remove Australia from list of locations supposedly having a bank holiday on 6 August. Since this claim isn't dependent on the weekday, I have my strong doubts about the other locations too, but I can't confirm, so I'm leaving them in. Revision Changes Path 1.19 +1 -2 src/usr.bin/calendar/calendars/calendar.holiday To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 17:25:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B9B637B400; Mon, 5 Aug 2002 17:25:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF5D144030; Mon, 5 Aug 2002 17:08:59 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: from freefall.freebsd.org (jedgar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7608nJU003555; Mon, 5 Aug 2002 17:08:49 -0700 (PDT) (envelope-from jedgar@freefall.freebsd.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7608nde003554; Mon, 5 Aug 2002 17:08:49 -0700 (PDT) Message-Id: <200208060008.g7608nde003554@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 5 Aug 2002 17:08:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/staroffice52 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jedgar 2002/08/05 17:08:49 PDT Modified files: editors/staroffice52 Makefile Log: Add note requiring /proc to be mounted along with /compat/linux/proc. Approved by: maintainer (mbr) Revision Changes Path 1.39 +9 -6 ports/editors/staroffice52/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 17:26:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE22737B401; Mon, 5 Aug 2002 17:26:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B657844034; Mon, 5 Aug 2002 17:09:09 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76096JU003587; Mon, 5 Aug 2002 17:09:06 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76096j5003586; Mon, 5 Aug 2002 17:09:06 -0700 (PDT) Message-Id: <200208060009.g76096j5003586@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 5 Aug 2002 17:09:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/05 17:09:06 PDT Modified files: en/security security.sgml Log: Add latest advisories. Revision Changes Path 1.115 +5 -2 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 17:49: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 763FF37B408; Mon, 5 Aug 2002 17:48:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06B4444B23; Mon, 5 Aug 2002 17:46:24 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g760kOJU007170; Mon, 5 Aug 2002 17:46:24 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g760kOvU007169; Mon, 5 Aug 2002 17:46:24 -0700 (PDT) Message-Id: <200208060046.g760kOvU007169@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 17:46:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/speex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/05 17:46:24 PDT Modified files: audio/speex Makefile distinfo Log: Update to 0.6.0 PR: ports/41354 Submitted by: KATO Tsuguru Revision Changes Path 1.3 +1 -2 ports/audio/speex/Makefile 1.2 +1 -1 ports/audio/speex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 17:50: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3632F37B400; Mon, 5 Aug 2002 17:50:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D556B43E88; Mon, 5 Aug 2002 17:49:59 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g760nxJU007523; Mon, 5 Aug 2002 17:49:59 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g760nxJr007522; Mon, 5 Aug 2002 17:49:59 -0700 (PDT) Message-Id: <200208060049.g760nxJr007522@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 5 Aug 2002 17:49:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale 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 tjr 2002/08/05 17:49:59 PDT Modified files: lib/libc/locale Makefile.inc Log: Build iswctype.c and manual pages for the functions it defines. Revision Changes Path 1.28 +12 -3 src/lib/libc/locale/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 Aug 5 17:56:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B8037B401; Mon, 5 Aug 2002 17:56:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF07143F93; Mon, 5 Aug 2002 17:52:52 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g760qqJU008023; Mon, 5 Aug 2002 17:52:52 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g760qqj5008022; Mon, 5 Aug 2002 17:52:52 -0700 (PDT) Message-Id: <200208060052.g760qqj5008022@freefall.freebsd.org> From: Patrick Li Date: Mon, 5 Aug 2002 17:52:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnunet Makefile distinfo ports/net/gnunet/files patch-src::textui::gnunetsearch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/05 17:52:52 PDT Modified files: net/gnunet Makefile distinfo Added files: net/gnunet/files patch-src::textui::gnunetsearch.c Log: Update to 0.4.4 PR: ports/41358 Submitted by: KATO Tsuguru Revision Changes Path 1.5 +5 -4 ports/net/gnunet/Makefile 1.4 +1 -1 ports/net/gnunet/distinfo 1.1 +11 -0 ports/net/gnunet/files/patch-src::textui::gnunetsearch.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 18:59:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 514D137B400; Mon, 5 Aug 2002 18:59:21 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FADE43E65; Mon, 5 Aug 2002 18:59:20 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.5/8.12.3) with ESMTP id g761xF9R069498; Mon, 5 Aug 2002 19:59:19 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 05 Aug 2002 18:52:34 -0600 (MDT) Message-Id: <20020805.185234.69397646.imp@bsdimp.com> To: jhay@icomtek.csir.co.za Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options src/sys/dev/wi if_wi_pccard.c if_wireg.h spectrum24t_cf.h From: "M. Warner Losh" In-Reply-To: <200208050756.g757uIa62912@zibbi.icomtek.csir.co.za> References: <200208030019.g730Jxns040822@freefall.freebsd.org> <200208050756.g757uIa62912@zibbi.icomtek.csir.co.za> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200208050756.g757uIa62912@zibbi.icomtek.csir.co.za> John Hay writes: : > imp 2002/08/02 17:19:59 PDT : ... : > Add code that will download firmware to a Symbol LA4100-series of CF : > cards. Since the firmware is hard coded into the kernel, I've made it : > a kernel option (WI_SYMBOL_FIRMWARE). : : Just to note that the wi klm is now a lot bigger and that has a big : impact on the mfsroot floppy. (Not that the mfsroot floppy didn't : overflow before this.) FYI: Don't knock yourself out doing anything about this. This is a transient state of afairs until I get the loadable modules for firmware working. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 20:48:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFA3B37B400; Mon, 5 Aug 2002 20:48:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E3B843E75; Mon, 5 Aug 2002 20:48:51 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g763mpJU033451; Mon, 5 Aug 2002 20:48:51 -0700 (PDT) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g763mp3g033450; Mon, 5 Aug 2002 20:48:51 -0700 (PDT) Message-Id: <200208060348.g763mp3g033450@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 5 Aug 2002 20:48:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/seahaven/files patch-README patch-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 wollman 2002/08/05 20:48:51 PDT Added files: games/seahaven/files patch-README patch-main.C Log: After some ten years of playing this game, I've finally gotten irritated enough by its broken focus handling to fix it (and a number of other ICCCM deficiencies). This involved actually *reading* the ICCCM and writing some Xlib code so trivial even I got it right first try. My record: 4682 wins, 5398 losses. Revision Changes Path 1.1 +15 -0 ports/games/seahaven/files/patch-README (new) 1.1 +121 -0 ports/games/seahaven/files/patch-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 Mon Aug 5 22:17:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7D9937B400; Mon, 5 Aug 2002 22:17:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CE2143E5E; Mon, 5 Aug 2002 22:17:09 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: from freefall.freebsd.org (sumikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g765H9JU048600; Mon, 5 Aug 2002 22:17:09 -0700 (PDT) (envelope-from sumikawa@freefall.freebsd.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g765H99S048599; Mon, 5 Aug 2002 22:17:09 -0700 (PDT) Message-Id: <200208060517.g765H99S048599@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 5 Aug 2002 22:17:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra Makefile ports/net/zebra/files patch-bgpd X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/05 22:17:09 PDT Modified files: net/zebra Makefile Added files: net/zebra/files patch-bgpd Log: Fix the critical bug in capability negotiation. Obtained from: NetBSD pkgsrc Revision Changes Path 1.62 +1 -1 ports/net/zebra/Makefile 1.1 +79 -0 ports/net/zebra/files/patch-bgpd (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 22:46:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D54637B400; Mon, 5 Aug 2002 22:46:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D537843E5E; Mon, 5 Aug 2002 22:46:17 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g765kHJU050851; Mon, 5 Aug 2002 22:46:17 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g765kHMi050850; Mon, 5 Aug 2002 22:46:17 -0700 (PDT) Message-Id: <200208060546.g765kHMi050850@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 5 Aug 2002 22:46:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl Makefile ports/security/openssl/files patch-asn1_lib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/08/05 22:46:17 PDT Modified files: security/openssl Makefile Added files: security/openssl/files patch-asn1_lib.c Log: Sync Bugfix from CURRENT Revision Changes Path 1.64 +1 -0 ports/security/openssl/Makefile 1.1 +11 -0 ports/security/openssl/files/patch-asn1_lib.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 23: 9:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9B937B400; Mon, 5 Aug 2002 23:09:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B369B43E4A; Mon, 5 Aug 2002 23:09:47 -0700 (PDT) (envelope-from benno@FreeBSD.org) Received: from freefall.freebsd.org (benno@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7669lJU060499; Mon, 5 Aug 2002 23:09:47 -0700 (PDT) (envelope-from benno@freefall.freebsd.org) Received: (from benno@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7669lC7060498; Mon, 5 Aug 2002 23:09:47 -0700 (PDT) Message-Id: <200208060609.g7669lC7060498@freefall.freebsd.org> From: Benno Rice Date: Mon, 5 Aug 2002 23:09:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/mii 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 benno 2002/08/05 23:09:47 PDT Modified files: sys/modules/mii Makefile Log: Connect bmtphy to the mii module build. Forgotten a long time ago by: benno Revision Changes Path 1.22 +1 -1 src/sys/modules/mii/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 23:26: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9182E37B401; Mon, 5 Aug 2002 23:26:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4946843E42; Mon, 5 Aug 2002 23:26:06 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g766Q6JU062137; Mon, 5 Aug 2002 23:26:06 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g766Q69X062136; Mon, 5 Aug 2002 23:26:06 -0700 (PDT) Message-Id: <200208060626.g766Q69X062136@freefall.freebsd.org> From: "Tim J. Robbins" Date: Mon, 5 Aug 2002 23:26:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include wchar.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 tjr 2002/08/05 23:26:06 PDT Modified files: include wchar.h Log: Sort prototypes by function name. Revision Changes Path 1.10 +8 -10 src/include/wchar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Aug 5 23:51:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0351637B401; Mon, 5 Aug 2002 23:51:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B00C243E5E; Mon, 5 Aug 2002 23:51:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g766phJU064659; Mon, 5 Aug 2002 23:51:43 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g766phOG064658; Mon, 5 Aug 2002 23:51:43 -0700 (PDT) Message-Id: <200208060651.g766phOG064658@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 5 Aug 2002 23:51:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh session.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 ache 2002/08/05 23:51:43 PDT Modified files: (Branch: RELENG_4) crypto/openssh session.c Log: MFC: 1.36, don't call login cap after descriptors are closed Revision Changes Path 1.4.2.15 +9 -2 src/crypto/openssh/session.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 0: 4:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7316D37B400; Tue, 6 Aug 2002 00:04:55 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3151443E75; Tue, 6 Aug 2002 00:04:51 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (smmsp@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.5/8.12.2) with ESMTP id g7674hff000548; Tue, 6 Aug 2002 00:04:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.5/Submit) id g7657hMp096188; Mon, 5 Aug 2002 22:07:43 -0700 (PDT) Date: Mon, 5 Aug 2002 22:07:43 -0700 From: "David O'Brien" To: Akinori MUSHA Cc: portmgr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib file.c Message-ID: <20020806050743.GA86916@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Akinori MUSHA , portmgr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208042127.g74LRv1F024777@freefall.freebsd.org> <86elde5mp9.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86elde5mp9.wl@archon.local.idaemons.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 Mon, Aug 05, 2002 at 06:38:26AM +0900, Akinori MUSHA wrote: > > Modified files: > > usr.sbin/pkg_install/lib file.c > > Log: > > Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz. > > The .tbz support is still incomplete: > > - `pkg_add ftp://blah/blah/foo.tbz' should be accepted. > > - `pkg_add -r foo' should try to fetch foo.tbz first and then foo.tgz, > and the same applies to the case where pkg_add tries to fetch a > package's requisite packages. I'll better test this if we can ever get any packages built that are bziped and on the FTP site. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 0: 7:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11E2237B401; Tue, 6 Aug 2002 00:07:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F071043E75; Tue, 6 Aug 2002 00:07:52 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7677qJU069902; Tue, 6 Aug 2002 00:07:52 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7677q4g069901; Tue, 6 Aug 2002 00:07:52 -0700 (PDT) Message-Id: <200208060707.g7677q4g069901@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 6 Aug 2002 00:07:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login_class.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 ache 2002/08/06 00:07:52 PDT Modified files: (Branch: RELENG_4) lib/libutil login_class.c Log: MFC: 1.19, don't use "term" if TERM env variable present Revision Changes Path 1.14.2.3 +11 -10 src/lib/libutil/login_class.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 0:14:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEC5237B400; Tue, 6 Aug 2002 00:14:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A5443E72; Tue, 6 Aug 2002 00:14:37 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from freefall.freebsd.org (nork@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g767EbJU070712; Tue, 6 Aug 2002 00:14:37 -0700 (PDT) (envelope-from nork@freefall.freebsd.org) Received: (from nork@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g767Ebue070711; Tue, 6 Aug 2002 00:14:37 -0700 (PDT) Message-Id: <200208060714.g767Ebue070711@freefall.freebsd.org> From: Norikatsu Shigemura Date: Tue, 6 Aug 2002 00:14:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBD-SQLite Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/08/06 00:14:37 PDT Modified files: databases/p5-DBD-SQLite Makefile distinfo pkg-plist Log: Update to 0.18 (based on SQLite 2.5.6) Approved by: knu (mentor) Revision Changes Path 1.3 +1 -1 ports/databases/p5-DBD-SQLite/Makefile 1.3 +1 -1 ports/databases/p5-DBD-SQLite/distinfo 1.2 +2 -2 ports/databases/p5-DBD-SQLite/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 Aug 6 0:19:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A19737B400; Tue, 6 Aug 2002 00:19:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E61DB43E5E; Tue, 6 Aug 2002 00:19:15 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g767JFJU071033; Tue, 6 Aug 2002 00:19:15 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g767JFQ0071032; Tue, 6 Aug 2002 00:19:15 -0700 (PDT) Message-Id: <200208060719.g767JFQ0071032@freefall.freebsd.org> From: Murray Stokely Date: Tue, 6 Aug 2002 00:19:15 -0700 (PDT) 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 murray 2002/08/06 00:19:15 PDT Modified files: en/donations wantlist.sgml Log: Add my want to the wantlist. Revision Changes Path 1.2 +9 -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 Tue Aug 6 0:19:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD7137B400; Tue, 6 Aug 2002 00:19:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 014F643E72; Tue, 6 Aug 2002 00:19:34 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g767JXJU071102; Tue, 6 Aug 2002 00:19:33 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g767JXZG071101; Tue, 6 Aug 2002 00:19:33 -0700 (PDT) Message-Id: <200208060719.g767JXZG071101@freefall.freebsd.org> From: Sergey Skvortsov Date: Tue, 6 Aug 2002 00:19:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sablotron Makefile distinfo pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG skv 2002/08/06 00:19:33 PDT Modified files: textproc/sablotron Makefile distinfo pkg-comment pkg-descr Log: Updated to 0.95 Revision Changes Path 1.19 +6 -4 ports/textproc/sablotron/Makefile 1.12 +1 -1 ports/textproc/sablotron/distinfo 1.4 +1 -1 ports/textproc/sablotron/pkg-comment 1.3 +3 -2 ports/textproc/sablotron/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 Aug 6 0:21:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B232937B400; Tue, 6 Aug 2002 00:21:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6998843E6E; Tue, 6 Aug 2002 00:21:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g767LiJU071608; Tue, 6 Aug 2002 00:21:44 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g767Liit071607; Tue, 6 Aug 2002 00:21:44 -0700 (PDT) Message-Id: <200208060721.g767Liit071607@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 6 Aug 2002 00:21:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/bash2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/08/06 00:21:44 PDT Modified files: shells/bash2 Makefile Log: `make reinstall' clean. Revision Changes Path 1.55 +1 -1 ports/shells/bash2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 0:22:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 122BD37B400; Tue, 6 Aug 2002 00:22:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDC043E70; Tue, 6 Aug 2002 00:22:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g767MfJU071736; Tue, 6 Aug 2002 00:22:41 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g767MfKX071735; Tue, 6 Aug 2002 00:22:41 -0700 (PDT) Message-Id: <200208060722.g767MfKX071735@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 6 Aug 2002 00:22:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/bash2/files patch-bind.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/08/06 00:22:41 PDT Added files: shells/bash2/files patch-bind.c Log: Simply typing Shift-Enter in bash-2.05b causes it to enter some kind of CPU-consuming loop. A kill -9 from another terminal is required to end it. Submitted by: Chet Ramey Revision Changes Path 1.1 +16 -0 ports/shells/bash2/files/patch-bind.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 0:29:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D739337B400; Tue, 6 Aug 2002 00:29:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D43C43E5E; Tue, 6 Aug 2002 00:29:29 -0700 (PDT) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (skv@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g767TTJU072163; Tue, 6 Aug 2002 00:29:29 -0700 (PDT) (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g767TTTM072162; Tue, 6 Aug 2002 00:29:29 -0700 (PDT) Message-Id: <200208060729.g767TTTM072162@freefall.freebsd.org> From: Sergey Skvortsov Date: Tue, 6 Aug 2002 00:29:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-Sablotron 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 skv 2002/08/06 00:29:29 PDT Modified files: textproc/p5-XML-Sablotron Makefile distinfo Log: Updated to 0.95 Revision Changes Path 1.15 +2 -2 ports/textproc/p5-XML-Sablotron/Makefile 1.9 +1 -1 ports/textproc/p5-XML-Sablotron/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 0:46: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B25E37B400; Tue, 6 Aug 2002 00:46:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F398743E88; Tue, 6 Aug 2002 00:45:46 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g767jkJU073761; Tue, 6 Aug 2002 00:45:46 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g767jkE0073760; Tue, 6 Aug 2002 00:45:46 -0700 (PDT) Message-Id: <200208060745.g767jkE0073760@freefall.freebsd.org> From: Murray Stokely Date: Tue, 6 Aug 2002 00:45:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R 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 2002/08/06 00:45:46 PDT Added files: en/releases/4.7R Makefile schedule.sgml Log: Add schedule information for FreeBSD 4.7. Revision Changes Path 1.1 +12 -0 www/en/releases/4.7R/Makefile (new) 1.1 +274 -0 www/en/releases/4.7R/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 Aug 6 0:46:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF05A37B401; Tue, 6 Aug 2002 00:46:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E35C43E3B; Tue, 6 Aug 2002 00:46:32 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g767kVJU073805; Tue, 6 Aug 2002 00:46:31 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g767kVNA073804; Tue, 6 Aug 2002 00:46:31 -0700 (PDT) Message-Id: <200208060746.g767kVNA073804@freefall.freebsd.org> From: Murray Stokely Date: Tue, 6 Aug 2002 00:46:31 -0700 (PDT) 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 2002/08/06 00:46:31 PDT Modified files: en/releases Makefile Log: Add 4.7R directory to the build. Revision Changes Path 1.34 +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 Aug 6 0:59:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BADE837B400; Tue, 6 Aug 2002 00:59:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71CE343E5E; Tue, 6 Aug 2002 00:59:38 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g767xcJU074933; Tue, 6 Aug 2002 00:59:38 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g767xcI8074932; Tue, 6 Aug 2002 00:59:38 -0700 (PDT) Message-Id: <200208060759.g767xcI8074932@freefall.freebsd.org> From: Murray Stokely Date: Tue, 6 Aug 2002 00:59:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/08/06 00:59:38 PDT Modified files: en/releng index.sgml Log: Link to FreeBSD 4.7 schedule. Note that code freeze begins on September 1. Revision Changes Path 1.19 +5 -4 www/en/releng/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 1: 5:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC44037B400; Tue, 6 Aug 2002 01:05:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F9B443E42; Tue, 6 Aug 2002 01:05:51 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7685pJU079836; Tue, 6 Aug 2002 01:05:51 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7685pd4079835; Tue, 6 Aug 2002 01:05:51 -0700 (PDT) Message-Id: <200208060805.g7685pd4079835@freefall.freebsd.org> From: Murray Stokely Date: Tue, 6 Aug 2002 01:05:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng 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 2002/08/06 01:05:51 PDT Modified files: en_US.ISO8859-1/articles/releng article.sgml Log: Add bsd-family-tree to the version bump list. Inspired by: wosch Revision Changes Path 1.33 +4 -0 doc/en_US.ISO8859-1/articles/releng/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 1:13:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA91937B400; Tue, 6 Aug 2002 01:13:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D1F543E6E; Tue, 6 Aug 2002 01:13:14 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g768DEJU080573; Tue, 6 Aug 2002 01:13:14 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g768DETS080572; Tue, 6 Aug 2002 01:13:14 -0700 (PDT) Message-Id: <200208060813.g768DETS080572@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 6 Aug 2002 01:13:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup README cvs-supfile doc-supfile gnats-supfile ports-supfile stable-supfile standard-supfile www-supfile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/06 01:13:14 PDT Modified files: (Branch: RELENG_4) share/examples/cvsup README cvs-supfile doc-supfile gnats-supfile ports-supfile stable-supfile standard-supfile www-supfile Log: MFC: 1.18 Correct links to doc. Revision Changes Path 1.15.2.3 +2 -2 src/share/examples/cvsup/README 1.26.2.7 +3 -3 src/share/examples/cvsup/cvs-supfile 1.3.2.3 +2 -2 src/share/examples/cvsup/doc-supfile 1.3.2.1 +2 -2 src/share/examples/cvsup/gnats-supfile 1.19.2.6 +3 -3 src/share/examples/cvsup/ports-supfile 1.19.2.5 +9 -7 src/share/examples/cvsup/stable-supfile 1.17.2.5 +2 -2 src/share/examples/cvsup/standard-supfile 1.2.2.2 +3 -3 src/share/examples/cvsup/www-supfile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 1:24:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 317A637B400; Tue, 6 Aug 2002 01:24:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E731643E72; Tue, 6 Aug 2002 01:24:46 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g768OkJU081610; Tue, 6 Aug 2002 01:24:46 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g768Ok5k081609; Tue, 6 Aug 2002 01:24:46 -0700 (PDT) Message-Id: <200208060824.g768Ok5k081609@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 6 Aug 2002 01:24:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup README cvs-supfile doc-supfile gnats-supfile ports-supfile stable-supfile standard-supfile www-supfile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/06 01:24:46 PDT Modified files: (Branch: RELENG_4) share/examples/cvsup README cvs-supfile doc-supfile gnats-supfile ports-supfile stable-supfile standard-supfile www-supfile Log: Forced commit, Forgot to add logs for all files :( MFC: Correct links to docs README: 1.18 cvs-supfile: 1.34 doc-supfile: 1.7 gnats-supfile: 1.4 ports-supfile: 1.25 stable-supfile: 1.25 (note that the doc collection is not branched), 1.26 standard-supfile: 1.21 www-supfile: 1.4 Large Pointy Hat: blackend Revision Changes Path 1.15.2.4 +0 -0 src/share/examples/cvsup/README 1.26.2.8 +0 -0 src/share/examples/cvsup/cvs-supfile 1.3.2.4 +0 -0 src/share/examples/cvsup/doc-supfile 1.3.2.2 +0 -0 src/share/examples/cvsup/gnats-supfile 1.19.2.7 +0 -0 src/share/examples/cvsup/ports-supfile 1.19.2.6 +0 -0 src/share/examples/cvsup/stable-supfile 1.17.2.6 +0 -0 src/share/examples/cvsup/standard-supfile 1.2.2.3 +0 -0 src/share/examples/cvsup/www-supfile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 1:25: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D174C37B400; Tue, 6 Aug 2002 01:25:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 844C643E5E; Tue, 6 Aug 2002 01:25:03 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g768P3JU081668; Tue, 6 Aug 2002 01:25:03 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g768P3SE081667; Tue, 6 Aug 2002 01:25:03 -0700 (PDT) Message-Id: <200208060825.g768P3SE081667@freefall.freebsd.org> From: Murray Stokely Date: Tue, 6 Aug 2002 01:25:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/08/06 01:25:03 PDT Modified files: release/scripts print-cdrom-packages.sh Log: Use the new docproj-jadetex port for disc#3. Previously, docproj was not included in its entirety because JADETEX was not defined. Revision Changes Path 1.30 +2 -2 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 1:27: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF67D37B400; Tue, 6 Aug 2002 01:26:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6209143E4A; Tue, 6 Aug 2002 01:26:56 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: from freefall.freebsd.org (murray@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g768QuJU081800; Tue, 6 Aug 2002 01:26:56 -0700 (PDT) (envelope-from murray@freefall.freebsd.org) Received: (from murray@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g768Qu6x081799; Tue, 6 Aug 2002 01:26:56 -0700 (PDT) Message-Id: <200208060826.g768Qu6x081799@freefall.freebsd.org> From: Murray Stokely Date: Tue, 6 Aug 2002 01:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/08/06 01:26:56 PDT Modified files: (Branch: RELENG_4) release/scripts print-cdrom-packages.sh Log: MFC r1.30: Specifically include 'docproj-jadetex' instead of 'docproj' on disc #3. Revision Changes Path 1.1.2.20 +2 -2 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 1:48:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BDA237B400; Tue, 6 Aug 2002 01:48:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3074343E65; Tue, 6 Aug 2002 01:48:20 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from freefall.freebsd.org (kuriyama@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g768mKJU083644; Tue, 6 Aug 2002 01:48:20 -0700 (PDT) (envelope-from kuriyama@freefall.freebsd.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g768mKmT083643; Tue, 6 Aug 2002 01:48:20 -0700 (PDT) Message-Id: <200208060848.g768mKmT083643@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 6 Aug 2002 01:48:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/pilrc 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 kuriyama 2002/08/06 01:48:19 PDT Modified files: palm/pilrc Makefile distinfo Log: Upgrade to 2.9p5. Revision Changes Path 1.12 +4 -3 ports/palm/pilrc/Makefile 1.8 +1 -1 ports/palm/pilrc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 2:41:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 928BD37B400; Tue, 6 Aug 2002 02:41:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53CA743E5E; Tue, 6 Aug 2002 02:41:56 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g769fuJU092683; Tue, 6 Aug 2002 02:41:56 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g769fulO092682; Tue, 6 Aug 2002 02:41:56 -0700 (PDT) Message-Id: <200208060941.g769fulO092682@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 6 Aug 2002 02:41:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver-gnome Makefile pkg-plist ports/x11/xscreensaver-gnome/files patch-driver::screensaver-properties.desktop.in patch-driver_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 sobomax 2002/08/06 02:41:55 PDT Modified files: x11/xscreensaver-gnome Makefile pkg-plist x11/xscreensaver-gnome/files patch-driver_Makefile.in Added files: x11/xscreensaver-gnome/files patch-driver::screensaver-properties.desktop.in Log: Make it actually working both with GNOME1 and GNOME2. Bump PORTREVISION. Revision Changes Path 1.4 +5 -1 ports/x11/xscreensaver-gnome/Makefile 1.3 +12 -0 ports/x11/xscreensaver-gnome/files/patch-driver::screensaver-properties.desktop.in (new) 1.3 +2 -2 ports/x11/xscreensaver-gnome/files/patch-driver_Makefile.in 1.3 +1 -0 ports/x11/xscreensaver-gnome/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 3: 3:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B769D37B400; Tue, 6 Aug 2002 03:03:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6605943E6A; Tue, 6 Aug 2002 03:03:30 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76A3UJU094407; Tue, 6 Aug 2002 03:03:30 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76A3UTN094406; Tue, 6 Aug 2002 03:03:30 -0700 (PDT) Message-Id: <200208061003.g76A3UTN094406@freefall.freebsd.org> From: Tony Finch Date: Tue, 6 Aug 2002 03:03:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/08/06 03:03:30 PDT Modified files: (Branch: RELENG_4) usr.bin/sed main.c Log: MFC 1.27 (in-place fixes). Revision Changes Path 1.9.2.7 +26 -28 src/usr.bin/sed/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 3:17:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C94F37B401; Tue, 6 Aug 2002 03:17:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA2E43E42; Tue, 6 Aug 2002 03:17:15 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76AHEJU099641; Tue, 6 Aug 2002 03:17:15 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76AHE8t099640; Tue, 6 Aug 2002 03:17:14 -0700 (PDT) Message-Id: <200208061017.g76AHE8t099640@freefall.freebsd.org> From: Max Khon Date: Tue, 6 Aug 2002 03:17:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc Makefile ports/misc/mc/files patch-aa patch-vfs::extfs::uzip X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2002/08/06 03:17:14 PDT Modified files: misc/mc Makefile misc/mc/files patch-aa Removed files: misc/mc/files patch-vfs::extfs::uzip Log: - build with libslang by default (and provide -DWITHOUT_SLANG knob) - fix LIB_DEPENDS for gettext - honor LOCALBASE for uzip - urar now works Revision Changes Path 1.64 +12 -1 ports/misc/mc/Makefile 1.13 +29 -5 ports/misc/mc/files/patch-aa 1.2 +0 -10 ports/misc/mc/files/patch-vfs::extfs::uzip (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 3:20: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D89C037B400; Tue, 6 Aug 2002 03:19:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 883BF43E5E; Tue, 6 Aug 2002 03:19:56 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76AJuJU099826; Tue, 6 Aug 2002 03:19:56 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76AJulT099825; Tue, 6 Aug 2002 03:19:56 -0700 (PDT) Message-Id: <200208061019.g76AJulT099825@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 6 Aug 2002 03:19:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/06 03:19:56 PDT Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Duplicate word removing. Submitted by: Francois Kritzinger Revision Changes Path 1.136 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 3:45:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04C9937B400; Tue, 6 Aug 2002 03:45:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A395443E72; Tue, 6 Aug 2002 03:45:48 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76AjmJU002032; Tue, 6 Aug 2002 03:45:48 -0700 (PDT) (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76Ajmll002031; Tue, 6 Aug 2002 03:45:48 -0700 (PDT) Message-Id: <200208061045.g76Ajmll002031@freefall.freebsd.org> From: Anton Berezin Date: Tue, 6 Aug 2002 03:45:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Regexp-Common 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 2002/08/06 03:45:48 PDT Modified files: textproc/p5-Regexp-Common Makefile distinfo pkg-plist Log: Update to 0.07. Revision Changes Path 1.5 +2 -1 ports/textproc/p5-Regexp-Common/Makefile 1.5 +1 -1 ports/textproc/p5-Regexp-Common/distinfo 1.3 +1 -0 ports/textproc/p5-Regexp-Common/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 3:47:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89BCB37B400; Tue, 6 Aug 2002 03:47:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BAA243E75; Tue, 6 Aug 2002 03:47:51 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76AlpJU002203; Tue, 6 Aug 2002 03:47:51 -0700 (PDT) (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76AlpX4002202; Tue, 6 Aug 2002 03:47:51 -0700 (PDT) Message-Id: <200208061047.g76AlpX4002202@freefall.freebsd.org> From: Anton Berezin Date: Tue, 6 Aug 2002 03:47:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-Admin-Config 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 2002/08/06 03:47:51 PDT Modified files: www/p5-Apache-Admin-Config Makefile distinfo Log: Update to 0.54. Revision Changes Path 1.8 +1 -1 ports/www/p5-Apache-Admin-Config/Makefile 1.6 +1 -1 ports/www/p5-Apache-Admin-Config/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 3:50:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D81DF37B400; Tue, 6 Aug 2002 03:50:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A50043E6A; Tue, 6 Aug 2002 03:50:34 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76AoYJU002479; Tue, 6 Aug 2002 03:50:34 -0700 (PDT) (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76AoYdt002477; Tue, 6 Aug 2002 03:50:34 -0700 (PDT) Message-Id: <200208061050.g76AoYdt002477@freefall.freebsd.org> From: Anton Berezin Date: Tue, 6 Aug 2002 03:50:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-Sender 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 2002/08/06 03:50:34 PDT Modified files: mail/p5-Mail-Sender Makefile distinfo Log: Update to 0.8.00. Revision Changes Path 1.8 +1 -1 ports/mail/p5-Mail-Sender/Makefile 1.6 +1 -1 ports/mail/p5-Mail-Sender/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 4:11:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F79337B400; Tue, 6 Aug 2002 04:11:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B51843E42; Tue, 6 Aug 2002 04:11:38 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from freefall.freebsd.org (kuriyama@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76BBcJU012472; Tue, 6 Aug 2002 04:11:38 -0700 (PDT) (envelope-from kuriyama@freefall.freebsd.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76BBcQ4012471; Tue, 6 Aug 2002 04:11:38 -0700 (PDT) Message-Id: <200208061111.g76BBcQ4012471@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 6 Aug 2002 04:11:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Carp-Datum 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 kuriyama 2002/08/06 04:11:37 PDT Modified files: devel Makefile Added files: devel/p5-Carp-Datum Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Debugging And Tracing Ultimate Module. Revision Changes Path 1.893 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/p5-Carp-Datum/Makefile (new) 1.1 +1 -0 ports/devel/p5-Carp-Datum/distinfo (new) 1.1 +1 -0 ports/devel/p5-Carp-Datum/pkg-comment (new) 1.1 +3 -0 ports/devel/p5-Carp-Datum/pkg-descr (new) 1.1 +15 -0 ports/devel/p5-Carp-Datum/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 Aug 6 4:11:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E720137B449; Tue, 6 Aug 2002 04:11:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99F0643E65; Tue, 6 Aug 2002 04:11:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from freefall.freebsd.org (kuriyama@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76BBhJU012507; Tue, 6 Aug 2002 04:11:43 -0700 (PDT) (envelope-from kuriyama@freefall.freebsd.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76BBhQd012506; Tue, 6 Aug 2002 04:11:43 -0700 (PDT) Message-Id: <200208061111.g76BBhQd012506@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 6 Aug 2002 04:11:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/08/06 04:11:43 PDT Modified files: . modules Log: p5-Carp-Datum --> ports/devel/p5-Carp-Datum Revision Changes Path 1.5673 +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 Aug 6 4:21: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C2ED37B400; Tue, 6 Aug 2002 04:20:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 113A143E42; Tue, 6 Aug 2002 04:20:57 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76BKuJU013490; Tue, 6 Aug 2002 04:20:56 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76BKuJd013489; Tue, 6 Aug 2002 04:20:56 -0700 (PDT) Message-Id: <200208061120.g76BKuJd013489@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 6 Aug 2002 04:20:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/06 04:20:56 PDT Modified files: ja/security security.sgml Log: Merge the following from the English version: 1.114 -> 1.115 security/security.sgml Revision Changes Path 1.62 +6 -3 www/ja/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 4:24:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA80137B400; Tue, 6 Aug 2002 04:24:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4090943E5E; Tue, 6 Aug 2002 04:24:20 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76BOKJU014060; Tue, 6 Aug 2002 04:24:20 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76BOKan014059; Tue, 6 Aug 2002 04:24:20 -0700 (PDT) Message-Id: <200208061124.g76BOKan014059@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 6 Aug 2002 04:24:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/glark Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/06 04:24:20 PDT Modified files: textproc/glark Makefile distinfo Log: upgrade to 1.5.4 Revision Changes Path 1.3 +1 -1 ports/textproc/glark/Makefile 1.2 +1 -1 ports/textproc/glark/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 4:28:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0052337B400; Tue, 6 Aug 2002 04:28:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A803A43E5E; Tue, 6 Aug 2002 04:28:10 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from freefall.freebsd.org (truckman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76BSAJU014428; Tue, 6 Aug 2002 04:28:10 -0700 (PDT) (envelope-from truckman@freefall.freebsd.org) Received: (from truckman@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76BSAxT014427; Tue, 6 Aug 2002 04:28:10 -0700 (PDT) Message-Id: <200208061128.g76BSAxT014427@freefall.freebsd.org> From: Don Lewis Date: Tue, 6 Aug 2002 04:28:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG truckman 2002/08/06 04:28:10 PDT Modified files: sys/kern kern_sysctl.c Log: Don't automagically call vslock() from SYSCTL_OUT(). Instead, complain about calls to SYSCTL_OUT() made with locks held if the buffer has not been pre-wired. SYSCTL_OUT() should not be called while holding locks, but if this is not possible, the buffer should be wired by calling sysctl_wire_old_buffer() before grabbing any locks. Revision Changes Path 1.130 +2 -4 src/sys/kern/kern_sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 4:33: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A88F37B406; Tue, 6 Aug 2002 04:32:55 -0700 (PDT) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8697D43EB2; Tue, 6 Aug 2002 04:32:49 -0700 (PDT) (envelope-from hrs@jp.FreeBSD.org) Received: from mail.allbsd.org (p11163-adsan10hon-acca.tokyo.ocn.ne.jp [218.43.54.163]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 8AAF353C; Tue, 6 Aug 2002 20:32:37 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) by mail.allbsd.org (8.12.3/3.7W/DomainMaster) with ESMTP id g76BV1Lu090744; Tue, 6 Aug 2002 20:31:01 +0900 (JST) (envelope-from hrs@jp.FreeBSD.org) Date: Tue, 06 Aug 2002 20:30:24 +0900 (JST) Message-Id: <20020806.203024.94093625.hrs@eos.ocn.ne.jp> To: nectar@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/security security.sgml From: Hiroki Sato In-Reply-To: <200208060009.g76096j5003586@freefall.freebsd.org> References: <200208060009.g76096j5003586@freefall.freebsd.org> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) 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 Jacques Vidrine wrote in <200208060009.g76096j5003586@freefall.freebsd.org>: nectar> nectar 2002/08/05 17:09:06 PDT nectar> nectar> Modified files: nectar> en/security security.sgml nectar> Log: nectar> Add latest advisories. nectar> nectar> Revision Changes Path nectar> 1.115 +5 -2 www/en/security/security.sgml nectar> It seems the added advisories cannot be fetched via ftp. % fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:37.kqueue.asc fetch: FreeBSD-SA-02:37.kqueue.asc: File unavailable (e.g., file not found, no access) -- | Hiroki Sato | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 4:36:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B1837B400; Tue, 6 Aug 2002 04:36:53 -0700 (PDT) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E6C143E72; Tue, 6 Aug 2002 04:36:53 -0700 (PDT) (envelope-from nectar@nectar.cc) Received: from madman.nectar.cc (madman.nectar.cc [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id C413195; Tue, 6 Aug 2002 06:36:52 -0500 (CDT) Received: from madman.nectar.cc (localhost [IPv6:::1]) by madman.nectar.cc (8.12.3/8.12.3) with ESMTP id g76Baqvd094827; Tue, 6 Aug 2002 06:36:52 -0500 (CDT) (envelope-from nectar@madman.nectar.cc) Received: (from nectar@localhost) by madman.nectar.cc (8.12.3/8.12.3/Submit) id g76BaoPv094817; Tue, 6 Aug 2002 06:36:50 -0500 (CDT) Date: Tue, 6 Aug 2002 06:36:50 -0500 From: "Jacques A. Vidrine" To: Hiroki Sato Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/security security.sgml Message-ID: <20020806113650.GE94762@madman.nectar.cc> Mail-Followup-To: "Jacques A. Vidrine" , Hiroki Sato , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208060009.g76096j5003586@freefall.freebsd.org> <20020806.203024.94093625.hrs@eos.ocn.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020806.203024.94093625.hrs@eos.ocn.ne.jp> X-Url: http://www.nectar.cc/ 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, Aug 06, 2002 at 08:30:24PM +0900, Hiroki Sato wrote: > Jacques Vidrine wrote > in <200208060009.g76096j5003586@freefall.freebsd.org>: > > nectar> nectar 2002/08/05 17:09:06 PDT > nectar> > nectar> Modified files: > nectar> en/security security.sgml > nectar> Log: > nectar> Add latest advisories. > nectar> > nectar> Revision Changes Path > nectar> 1.115 +5 -2 www/en/security/security.sgml > nectar> > > It seems the added advisories cannot be fetched via ftp. > > % fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:37.kqueue.asc > fetch: FreeBSD-SA-02:37.kqueue.asc: File unavailable (e.g., file not found, no access) Duh, I forgot to put them on ftp-master. Thanks for catching! -- Jacques A. Vidrine http://www.nectar.cc/ 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 Aug 6 5: 4: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D49837B405; Tue, 6 Aug 2002 05:04:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0268743E5E; Tue, 6 Aug 2002 05:04:01 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76C40JU018027; Tue, 6 Aug 2002 05:04:00 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76C40Ba018026; Tue, 6 Aug 2002 05:04:00 -0700 (PDT) Message-Id: <200208061204.g76C40Ba018026@freefall.freebsd.org> From: Max Khon Date: Tue, 6 Aug 2002 05:04:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc 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 2002/08/06 05:04:00 PDT Modified files: misc/mc Makefile Log: bump port revision (libslang) Revision Changes Path 1.65 +1 -0 ports/misc/mc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 5:15:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D27637B400; Tue, 6 Aug 2002 05:15:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F205143E4A; Tue, 6 Aug 2002 05:15:30 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from freefall.freebsd.org (kuriyama@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76CFUJU023199; Tue, 6 Aug 2002 05:15:30 -0700 (PDT) (envelope-from kuriyama@freefall.freebsd.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76CFULc023198; Tue, 6 Aug 2002 05:15:30 -0700 (PDT) Message-Id: <200208061215.g76CFULc023198@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 6 Aug 2002 05:15:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/ming Makefile distinfo pkg-comment pkg-descr pkg-plist ports/japanese/ming/files Makefile patch-mingpp.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 kuriyama 2002/08/06 05:15:30 PDT Modified files: japanese Makefile Added files: japanese/ming Makefile distinfo pkg-comment pkg-descr pkg-plist japanese/ming/files Makefile patch-mingpp.h Log: Ming with Japanese charachter enhancement. Revision Changes Path 1.429 +1 -0 ports/japanese/Makefile 1.1 +85 -0 ports/japanese/ming/Makefile (new) 1.1 +1 -0 ports/japanese/ming/distinfo (new) 1.1 +107 -0 ports/japanese/ming/files/Makefile (new) 1.1 +11 -0 ports/japanese/ming/files/patch-mingpp.h (new) 1.1 +1 -0 ports/japanese/ming/pkg-comment (new) 1.1 +6 -0 ports/japanese/ming/pkg-descr (new) 1.1 +51 -0 ports/japanese/ming/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 Aug 6 5:15:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30AEF37B48C; Tue, 6 Aug 2002 05:15:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7912E43E5E; Tue, 6 Aug 2002 05:15:38 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from freefall.freebsd.org (kuriyama@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76CFcJU023240; Tue, 6 Aug 2002 05:15:38 -0700 (PDT) (envelope-from kuriyama@freefall.freebsd.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76CFcvX023239; Tue, 6 Aug 2002 05:15:38 -0700 (PDT) Message-Id: <200208061215.g76CFcvX023239@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 6 Aug 2002 05:15:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/08/06 05:15:38 PDT Modified files: . modules Log: ja-ming --> ports/japanese/ming Revision Changes Path 1.5674 +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 Aug 6 5:46:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3722137B400; Tue, 6 Aug 2002 05:46:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE4E43E72; Tue, 6 Aug 2002 05:46:15 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76CkFJU028847; Tue, 6 Aug 2002 05:46:15 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76CkFKV028846; Tue, 6 Aug 2002 05:46:15 -0700 (PDT) Message-Id: <200208061246.g76CkFKV028846@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 6 Aug 2002 05:46:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c main.c setup.c sparc64-fbsd.c syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/08/06 05:46:15 PDT Modified files: usr.bin/truss alpha-fbsd.c i386-fbsd.c i386-linux.c main.c setup.c sparc64-fbsd.c syscalls.c Log: - Use time.h not sys/time.h. - Fix printf format errors. Submitted by: bde Revision Changes Path 1.14 +1 -1 src/usr.bin/truss/alpha-fbsd.c 1.17 +1 -1 src/usr.bin/truss/i386-fbsd.c 1.19 +1 -1 src/usr.bin/truss/i386-linux.c 1.31 +1 -1 src/usr.bin/truss/main.c 1.17 +1 -1 src/usr.bin/truss/setup.c 1.3 +1 -1 src/usr.bin/truss/sparc64-fbsd.c 1.24 +5 -5 src/usr.bin/truss/syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 6: 9:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F75037B400; Tue, 6 Aug 2002 06:09:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5067D43E75; Tue, 6 Aug 2002 06:09:48 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76D9mJU040814; Tue, 6 Aug 2002 06:09:48 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76D9lx1040813; Tue, 6 Aug 2002 06:09:47 -0700 (PDT) Message-Id: <200208061309.g76D9lx1040813@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 6 Aug 2002 06:09:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/open-cobol Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/open-cobol/files patch-fileio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/06 06:09:46 PDT Modified files: lang Makefile Added files: lang/open-cobol Makefile distinfo pkg-comment pkg-descr pkg-plist lang/open-cobol/files patch-fileio.h Log: add open-cobol 0.9.7 An open-source COBOL compiler Revision Changes Path 1.310 +1 -0 ports/lang/Makefile 1.1 +33 -0 ports/lang/open-cobol/Makefile (new) 1.1 +1 -0 ports/lang/open-cobol/distinfo (new) 1.1 +11 -0 ports/lang/open-cobol/files/patch-fileio.h (new) 1.1 +1 -0 ports/lang/open-cobol/pkg-comment (new) 1.1 +4 -0 ports/lang/open-cobol/pkg-descr (new) 1.1 +26 -0 ports/lang/open-cobol/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 Aug 6 6:10: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A23C37B43B; Tue, 6 Aug 2002 06:09:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0A343E97; Tue, 6 Aug 2002 06:09:55 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76D9sJU040848; Tue, 6 Aug 2002 06:09:54 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76D9sFF040847; Tue, 6 Aug 2002 06:09:54 -0700 (PDT) Message-Id: <200208061309.g76D9sFF040847@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 6 Aug 2002 06:09:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/06 06:09:54 PDT Modified files: . modules Log: open-cobol --> ports/lang/open-cobol Revision Changes Path 1.5675 +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 Aug 6 6:29:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FED437B400; Tue, 6 Aug 2002 06:29:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 437A143E42; Tue, 6 Aug 2002 06:29:15 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76DTFJU042898; Tue, 6 Aug 2002 06:29:15 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76DTFDx042897; Tue, 6 Aug 2002 06:29:15 -0700 (PDT) Message-Id: <200208061329.g76DTFDx042897@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 6 Aug 2002 06:29:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/lftp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/08/06 06:29:15 PDT Modified files: ftp/lftp Makefile distinfo Log: Update to 2.6.0. PR: 41372 Submitted by: Dmitry A. Yanko Revision Changes Path 1.67 +1 -1 ports/ftp/lftp/Makefile 1.44 +1 -1 ports/ftp/lftp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 6:34:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D77E637B401; Tue, 6 Aug 2002 06:34:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A8743E4A; Tue, 6 Aug 2002 06:34:29 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76DYTJU043634; Tue, 6 Aug 2002 06:34:29 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76DYTQe043632; Tue, 6 Aug 2002 06:34:29 -0700 (PDT) Message-Id: <200208061334.g76DYTQe043632@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 6 Aug 2002 06:34:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/detex Makefile distinfo pkg-descr ports/print/detex/files patch-01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/08/06 06:34:29 PDT Modified files: print/detex Makefile distinfo pkg-descr Removed files: print/detex/files patch-01 Log: Update to version 2.7. PR: 41360 Submitted by: Ports Fury Revision Changes Path 1.10 +5 -3 ports/print/detex/Makefile 1.2 +1 -1 ports/print/detex/distinfo 1.2 +0 -122 ports/print/detex/files/patch-01 (dead) 1.2 +2 -0 ports/print/detex/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 Aug 6 7:14:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6344337B400; Tue, 6 Aug 2002 07:14:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158C243E75; Tue, 6 Aug 2002 07:14:26 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76EEPJU051834; Tue, 6 Aug 2002 07:14:25 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76EEPN9051833; Tue, 6 Aug 2002 07:14:25 -0700 (PDT) Message-Id: <200208061414.g76EEPN9051833@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 6 Aug 2002 07:14:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/ext2fs Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/08/06 07:14:25 PDT Modified files: (Branch: RELENG_4) sys/modules Makefile Added files: (Branch: RELENG_4) sys/modules/ext2fs Makefile Log: Add ext2fs module. Revision Changes Path 1.110.2.54 +4 -0 src/sys/modules/Makefile 1.4.2.1 +11 -0 src/sys/modules/ext2fs/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 7:16: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E60037B405; Tue, 6 Aug 2002 07:15:59 -0700 (PDT) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id A248743E5E; Tue, 6 Aug 2002 07:15:58 -0700 (PDT) (envelope-from winter@jurai.net) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.4/8.12.2) with ESMTP id g76EFvvR053344; Tue, 6 Aug 2002 10:15:58 -0400 (EDT) (envelope-from winter@jurai.net) Date: Tue, 6 Aug 2002 10:15:57 -0400 (EDT) From: "Matthew N. Dodd" To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/modules Makefile src/sys/modules/ext2fs Makefile In-Reply-To: <200208061414.g76EEPN9051833@freefall.freebsd.org> Message-ID: <20020806101506.A417-100000@sasami.jurai.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 6 Aug 2002, Matthew N. Dodd wrote: > mdodd 2002/08/06 07:14:25 PDT > > Modified files: (Branch: RELENG_4) > sys/modules Makefile > Added files: (Branch: RELENG_4) > sys/modules/ext2fs Makefile > Log: > Add ext2fs module. I'm tired of having to deal with questions about ext2fs. This will make my answers shorter. -- | 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 Aug 6 8:15:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9767A37B400; Tue, 6 Aug 2002 08:15:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE5343E42; Tue, 6 Aug 2002 08:15:54 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76FFsJU061154; Tue, 6 Aug 2002 08:15:54 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76FFrrJ061153; Tue, 6 Aug 2002 08:15:53 -0700 (PDT) Message-Id: <200208061515.g76FFrrJ061153@freefall.freebsd.org> From: Robert Watson Date: Tue, 6 Aug 2002 08:15:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/06 08:15:53 PDT Modified files: sys/kern syscalls.master Log: Rename mac_policy() to mac_syscall() to be more reflective of its purpose. Submitted by: cvance@tislabs.com Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.120 +1 -1 src/sys/kern/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 8:17: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29B4337B400; Tue, 6 Aug 2002 08:16:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE8B743E42; Tue, 6 Aug 2002 08:16:55 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76FGtJU061315; Tue, 6 Aug 2002 08:16:55 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76FGtgL061314; Tue, 6 Aug 2002 08:16:55 -0700 (PDT) Message-Id: <200208061516.g76FGtgL061314@freefall.freebsd.org> From: Robert Watson Date: Tue, 6 Aug 2002 08:16:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/06 08:16:55 PDT Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regen. Revision Changes Path 1.130 +2 -2 src/sys/kern/init_sysent.c 1.116 +2 -2 src/sys/kern/syscalls.c 1.115 +2 -2 src/sys/sys/syscall.h 1.70 +2 -2 src/sys/sys/syscall.mk 1.107 +3 -3 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 Tue Aug 6 8:22:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CCF437B400; Tue, 6 Aug 2002 08:22:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C534F43E6A; Tue, 6 Aug 2002 08:22:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76FMAJU061899; Tue, 6 Aug 2002 08:22:10 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76FMAsF061898; Tue, 6 Aug 2002 08:22:10 -0700 (PDT) Message-Id: <200208061522.g76FMAsF061898@freefall.freebsd.org> From: Bruce Evans Date: Tue, 6 Aug 2002 08:22:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/08/06 08:22:09 PDT Modified files: sys/kern kern_sig.c Log: Try harder to "set signal flags proprly [sic] for ast()". See rev.1.154. Revision Changes Path 1.179 +1 -0 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 Tue Aug 6 8:45: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B343137B400; Tue, 6 Aug 2002 08:45:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 011AE43E6E; Tue, 6 Aug 2002 08:45:02 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76FiuJU063855; Tue, 6 Aug 2002 08:44:56 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76Fiu3R063854; Tue, 6 Aug 2002 08:44:56 -0700 (PDT) Message-Id: <200208061544.g76Fiu3R063854@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 6 Aug 2002 08:44:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/06 08:44:56 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: SA-02:35, SA-02:36, SA-02:37. Revision Changes Path 1.403 +18 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 8:50: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C4837B400; Tue, 6 Aug 2002 08:50:01 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4813A43E3B; Tue, 6 Aug 2002 08:50:00 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.5/8.12.3) with ESMTP id g76Fnw9R072835; Tue, 6 Aug 2002 09:49:58 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 06 Aug 2002 09:49:31 -0600 (MDT) Message-Id: <20020806.094931.54452059.imp@bsdimp.com> To: wollman@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/games/seahaven/files patch-README patch-main.C From: "M. Warner Losh" In-Reply-To: <200208060348.g763mp3g033450@freefall.freebsd.org> References: <200208060348.g763mp3g033450@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200208060348.g763mp3g033450@freefall.freebsd.org> Garrett Wollman writes: : After some ten years of playing this game, I've finally gotten irritated : enough by its broken focus handling to fix it (and a number of other ICCCM : deficiencies). This involved actually *reading* the ICCCM and writing some : Xlib code so trivial even I got it right first try. : My record: 4682 wins, 5398 losses. My Lord. I've finally found someone who has palyed it more than I have over the past 10 years! Thanks for the work on it. Too bad gcc3 in current has busted this port. :-( Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 9: 6:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AEB37B400; Tue, 6 Aug 2002 09:06:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F1A43E5E; Tue, 6 Aug 2002 09:06:30 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76G6UJU070027; Tue, 6 Aug 2002 09:06:30 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76G6UMa070026; Tue, 6 Aug 2002 09:06:30 -0700 (PDT) Message-Id: <200208061606.g76G6UMa070026@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 6 Aug 2002 09:06:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/06 09:06:29 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-02:35, SA-02:36, SA-02:37. Revision Changes Path 1.22.2.275 +16 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 9:12:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4585C37B400; Tue, 6 Aug 2002 09:12:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE5443E6E; Tue, 6 Aug 2002 09:12:15 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76GCFJU070932; Tue, 6 Aug 2002 09:12:15 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76GCFBp070931; Tue, 6 Aug 2002 09:12:15 -0700 (PDT) Message-Id: <200208061612.g76GCFBp070931@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 6 Aug 2002 09:12:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/06 09:12:15 PDT Modified files: (Branch: RELENG_4_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFS: SA-02:35, SA-02:36, SA-02:37. Approved by: re (implicitly) Revision Changes Path 1.22.2.249.2.12 +16 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 9:36:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A0E237B400; Tue, 6 Aug 2002 09:36:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D268C43E42; Tue, 6 Aug 2002 09:36:21 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76GaLJU073206; Tue, 6 Aug 2002 09:36:21 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76GaLtw073205; Tue, 6 Aug 2002 09:36:21 -0700 (PDT) Message-Id: <200208061636.g76GaLtw073205@freefall.freebsd.org> From: Greg Lewis Date: Tue, 6 Aug 2002 09:36:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/08/06 09:36:21 PDT Modified files: java/jdk13 Makefile Log: Add a check in pre-build for a sysctl which will cause an error during bootstrapping with the Linux JDK. Revision Changes Path 1.34 +9 -0 ports/java/jdk13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 9:51:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D13A637B400; Tue, 6 Aug 2002 09:51:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8462943E65; Tue, 6 Aug 2002 09:51:46 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76GpkJU074564; Tue, 6 Aug 2002 09:51:46 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76Gpkph074563; Tue, 6 Aug 2002 09:51:46 -0700 (PDT) Message-Id: <200208061651.g76Gpkph074563@freefall.freebsd.org> From: Alexander Leidinger Date: Tue, 6 Aug 2002 09:51:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/modlogan 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 netchild 2002/08/06 09:51:46 PDT Modified files: textproc/modlogan Makefile distinfo pkg-plist Log: Update to 0.7.17. Revision Changes Path 1.12 +3 -2 ports/textproc/modlogan/Makefile 1.7 +1 -1 ports/textproc/modlogan/distinfo 1.6 +51 -0 ports/textproc/modlogan/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 Aug 6 9:52:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E596237B400; Tue, 6 Aug 2002 09:52:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC6A743E8A; Tue, 6 Aug 2002 09:52:39 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76GqdJU074690; Tue, 6 Aug 2002 09:52:39 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76GqdCg074689; Tue, 6 Aug 2002 09:52:39 -0700 (PDT) Message-Id: <200208061652.g76GqdCg074689@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 6 Aug 2002 09:52:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/06 09:52:39 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: New errata notes: SA-02:35, SA-02:36, SA-02:37. Revision Changes Path 1.1.2.76 +17 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 9:54:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B31F337B400; Tue, 6 Aug 2002 09:54:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463BF43E70; Tue, 6 Aug 2002 09:54:36 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76GsaJU074862; Tue, 6 Aug 2002 09:54:36 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76GsafO074861; Tue, 6 Aug 2002 09:54:36 -0700 (PDT) Message-Id: <200208061654.g76GsafO074861@freefall.freebsd.org> From: "Bruce A. Mah" Date: Tue, 6 Aug 2002 09:54:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.6R errata.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/06 09:54:36 PDT Modified files: en/releases/4.6R errata.html Log: Regen from article.sgml 1.1.2.76. Revision Changes Path 1.9 +25 -2 www/en/releases/4.6R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 10: 0:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5910B37B400; Tue, 6 Aug 2002 10:00:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC79643E70; Tue, 6 Aug 2002 10:00:02 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76H02JU075164; Tue, 6 Aug 2002 10:00:02 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76H02og075163; Tue, 6 Aug 2002 10:00:02 -0700 (PDT) Message-Id: <200208061700.g76H02og075163@freefall.freebsd.org> From: Max Khon Date: Tue, 6 Aug 2002 10:00:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sbni if_sbni_isa.c if_sbni_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 fjoe 2002/08/06 10:00:02 PDT Modified files: sys/dev/sbni if_sbni_isa.c if_sbni_pci.c Log: printf() formats fixes Revision Changes Path 1.7 +1 -1 src/sys/dev/sbni/if_sbni_isa.c 1.5 +1 -1 src/sys/dev/sbni/if_sbni_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 10:11: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14BF737B400; Tue, 6 Aug 2002 10:10:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB4D43E42; Tue, 6 Aug 2002 10:10:58 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76HAwJU080639; Tue, 6 Aug 2002 10:10:58 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76HAwtw080638; Tue, 6 Aug 2002 10:10:58 -0700 (PDT) Message-Id: <200208061710.g76HAwtw080638@freefall.freebsd.org> From: Hiroki Sato Date: Tue, 6 Aug 2002 10:10:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/06 10:10:58 PDT Modified files: (Branch: RELENG_4_6) release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Merge the following from the English version: 1.22.2.249.2.9 -> 1.22.2.249.2.12 relnotes/common/new.sgml Approved by: re (bmah) Revision Changes Path 1.5.2.24.2.4 +25 -4 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 10:35:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC3E637B400; Tue, 6 Aug 2002 10:35:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F99343E65; Tue, 6 Aug 2002 10:35:29 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76HZTJU085395; Tue, 6 Aug 2002 10:35:29 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76HZTQ6085394; Tue, 6 Aug 2002 10:35:29 -0700 (PDT) Message-Id: <200208061735.g76HZTQ6085394@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 6 Aug 2002 10:35:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/l10n chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/06 10:35:29 PDT Modified files: en_US.ISO8859-1/books/handbook/l10n chapter.sgml Log: -Tags cleaning and addition -Punctuation and typos fixes -Some re-wordings -Manual page entities addition -Note that XFree86 4.X is the default version when needed Revision Changes Path 1.79 +23 -24 doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 10:48:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62EC237B401; Tue, 6 Aug 2002 10:48:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45B343E70; Tue, 6 Aug 2002 10:48:27 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76HmMJU087425; Tue, 6 Aug 2002 10:48:22 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76HmMO0087424; Tue, 6 Aug 2002 10:48:22 -0700 (PDT) Message-Id: <200208061748.g76HmMO0087424@freefall.freebsd.org> From: Marc Fonvieille Date: Tue, 6 Aug 2002 10:48:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/multimedia chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/06 10:48:22 PDT Modified files: en_US.ISO8859-1/books/handbook/multimedia chapter.sgml Log: Add the tag I forgot in the mass patch I sent to Jim. Revision Changes Path 1.37 +1 -1 doc/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 10:50:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A4B137B400; Tue, 6 Aug 2002 10:50:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E43643E70; Tue, 6 Aug 2002 10:50:28 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76HoSJU087859; Tue, 6 Aug 2002 10:50:28 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76HoS2I087858; Tue, 6 Aug 2002 10:50:28 -0700 (PDT) Message-Id: <200208061750.g76HoS2I087858@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 6 Aug 2002 10:50:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/06 10:50:27 PDT Modified files: (Branch: RELENG_4_6) . UPDATING Log: Add references to FreeBSD-SA-02:33.openssl and FreeBSD-SA-02:35.ffs to the applicable entries. Requested by: matusita Revision Changes Path 1.73.2.68.2.23 +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 Aug 6 10:50:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0EEC37B48B; Tue, 6 Aug 2002 10:50:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F0C43E72; Tue, 6 Aug 2002 10:50:36 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76HoaJU087917; Tue, 6 Aug 2002 10:50:36 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76Hoa1b087916; Tue, 6 Aug 2002 10:50:36 -0700 (PDT) Message-Id: <200208061750.g76Hoa1b087916@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 6 Aug 2002 10:50:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/06 10:50:36 PDT Modified files: (Branch: RELENG_4_5) . UPDATING Log: Add references to FreeBSD-SA-02:33.openssl and FreeBSD-SA-02:35.ffs to the applicable entries. Requested by: matusita Revision Changes Path 1.73.2.50.2.33 +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 Aug 6 10:51: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FBCB37B406; Tue, 6 Aug 2002 10:50:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B89F243E6E; Tue, 6 Aug 2002 10:50:45 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76HojJU087946; Tue, 6 Aug 2002 10:50:45 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76Hoj3e087945; Tue, 6 Aug 2002 10:50:45 -0700 (PDT) Message-Id: <200208061750.g76Hoj3e087945@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 6 Aug 2002 10:50:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/06 10:50:45 PDT Modified files: (Branch: RELENG_4_4) . UPDATING Log: Add references to FreeBSD-SA-02:33.openssl and FreeBSD-SA-02:35.ffs to the applicable entries. Requested by: matusita Revision Changes Path 1.73.2.43.2.32 +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 Aug 6 10:53:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F00A637B400; Tue, 6 Aug 2002 10:53:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B88E443E5E; Tue, 6 Aug 2002 10:53:12 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from freefall.freebsd.org (gshapiro@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76HrCJU088110; Tue, 6 Aug 2002 10:53:12 -0700 (PDT) (envelope-from gshapiro@freefall.freebsd.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76HrCgD088109; Tue, 6 Aug 2002 10:53:12 -0700 (PDT) Message-Id: <200208061753.g76HrCgD088109@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 6 Aug 2002 10:53:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/security 100.chksetuid 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 gshapiro 2002/08/06 10:53:12 PDT Modified files: (Branch: RELENG_4) etc/periodic/security 100.chksetuid Log: MFC: If all file systems are marked nosuid, the line: MP=`mount -t ufs | grep -v " nosuid" | awk '{ print $3 }' | sort` sets ${MP} to an empty string so the next line: set ${MP} actually just dumps all of the shells variables to stdout (and therefore the security report). Fixed by surrounding the code which goes through the mounts with a test for an empty string before using ${MP}. Revision Changes Path 1.4 +12 -9 src/etc/periodic/security/100.chksetuid Revision Changes Path 1.1.2.4 +12 -9 src/etc/periodic/security/100.chksetuid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 10:54: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A77B937B400; Tue, 6 Aug 2002 10:54:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A21E43E4A; Tue, 6 Aug 2002 10:54:00 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76Hs0JU088169; Tue, 6 Aug 2002 10:54:00 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76Hs0om088168; Tue, 6 Aug 2002 10:54:00 -0700 (PDT) Message-Id: <200208061754.g76Hs0om088168@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 6 Aug 2002 10:54:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogle 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 lioux 2002/08/06 10:54:00 PDT Modified files: graphics/ogle Makefile distinfo pkg-plist Removed files: graphics/ogle pkg-message Log: o Update to 0.8.5 o Finally mpeg and lpcm audio. Thus, remove PKGMESSAGE Revision Changes Path 1.16 +3 -4 ports/graphics/ogle/Makefile 1.6 +1 -1 ports/graphics/ogle/distinfo 1.2 +0 -9 ports/graphics/ogle/pkg-message (dead) 1.5 +2 -2 ports/graphics/ogle/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 Aug 6 10:55:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E23B137B400; Tue, 6 Aug 2002 10:55:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 946D443E5E; Tue, 6 Aug 2002 10:55:23 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76HtNJU088313; Tue, 6 Aug 2002 10:55:23 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76HtNf5088312; Tue, 6 Aug 2002 10:55:23 -0700 (PDT) Message-Id: <200208061755.g76HtNf5088312@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 6 Aug 2002 10:55:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogle-gui Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/06 10:55:23 PDT Modified files: graphics/ogle-gui Makefile distinfo pkg-plist Log: o Update to 0.8.5 o USE_REINPLACE o Fix locale dir location Revision Changes Path 1.15 +15 -7 ports/graphics/ogle-gui/Makefile 1.5 +1 -1 ports/graphics/ogle-gui/distinfo 1.6 +16 -16 ports/graphics/ogle-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 Tue Aug 6 10:57: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D87E337B400; Tue, 6 Aug 2002 10:57:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C5D143E75; Tue, 6 Aug 2002 10:57:02 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76Hv2JU088459; Tue, 6 Aug 2002 10:57:02 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76Hv26k088458; Tue, 6 Aug 2002 10:57:02 -0700 (PDT) Message-Id: <200208061757.g76Hv26k088458@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 6 Aug 2002 10:57:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/okle Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/06 10:57:02 PDT Modified files: graphics/okle Makefile Log: o Chase ogle libdvdcontrol library bump in version 0.8.5 o Quick fix to handle a library function change o Bump PORTREVISION Revision Changes Path 1.2 +5 -1 ports/graphics/okle/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 11: 0:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C0ED37B406; Tue, 6 Aug 2002 11:00:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C65BD43E3B; Tue, 6 Aug 2002 11:00:20 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76I0KJU088830; Tue, 6 Aug 2002 11:00:20 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76I0KAL088829; Tue, 6 Aug 2002 11:00:20 -0700 (PDT) Message-Id: <200208061800.g76I0KAL088829@freefall.freebsd.org> From: Warner Losh Date: Tue, 6 Aug 2002 11:00:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/seahaven Makefile distinfo ports/games/seahaven/files patch-README patch-aa patch-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 imp 2002/08/06 11:00:20 PDT Modified files: games/seahaven Makefile distinfo Removed files: games/seahaven/files patch-README patch-aa patch-main.C Log: Update to 1.43. Looks like Garrett's changes have been included in that version, so we can remove the patches from our repo. Note: This is still busted for -current. I'll fix that in a separate patch. This code is really really old. Revision Changes Path 1.15 +1 -1 ports/games/seahaven/Makefile 1.3 +1 -1 ports/games/seahaven/distinfo 1.2 +0 -15 ports/games/seahaven/files/patch-README (dead) 1.4 +0 -16 ports/games/seahaven/files/patch-aa (dead) 1.2 +0 -121 ports/games/seahaven/files/patch-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 Tue Aug 6 11:27:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDEB937B400; Tue, 6 Aug 2002 11:27:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8428B43E3B; Tue, 6 Aug 2002 11:27:40 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76IReJU095299; Tue, 6 Aug 2002 11:27:40 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76IReB5095298; Tue, 6 Aug 2002 11:27:40 -0700 (PDT) Message-Id: <200208061827.g76IReB5095298@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 6 Aug 2002 11:27:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/pdumpfs Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/08/06 11:27:40 PDT Modified files: sysutils/pdumpfs Makefile distinfo Log: Update to 0.6. Revision Changes Path 1.3 +1 -1 ports/sysutils/pdumpfs/Makefile 1.3 +1 -1 ports/sysutils/pdumpfs/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 11:56:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 845FC37B400; Tue, 6 Aug 2002 11:56:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3771043E6A; Tue, 6 Aug 2002 11:56:42 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76IugJU098374; Tue, 6 Aug 2002 11:56:42 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76Iufbd098373; Tue, 6 Aug 2002 11:56:41 -0700 (PDT) Message-Id: <200208061856.g76Iufbd098373@freefall.freebsd.org> From: Jake Burkholder Date: Tue, 6 Aug 2002 11:56:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_cons.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/08/06 11:56:41 PDT Modified files: sys/kern tty_cons.c Log: Remove new console devices with cnremove before initializing them in cninit. This allows a console driver to replace the existing console by calling cninit again, eg during the device probe. Otherwise the multiple console code sends output to both, which is unfortunate if they're using the same hardware. Revision Changes Path 1.101 +1 -0 src/sys/kern/tty_cons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 12: 1:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 462AB37B400; Tue, 6 Aug 2002 12:01:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF7C743E4A; Tue, 6 Aug 2002 12:01:08 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76J18JU099109; Tue, 6 Aug 2002 12:01:08 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76J18ek099108; Tue, 6 Aug 2002 12:01:08 -0700 (PDT) Message-Id: <200208061901.g76J18ek099108@freefall.freebsd.org> From: Alan Cox Date: Tue, 6 Aug 2002 12:01:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/06 12:01:08 PDT Modified files: sys/kern vfs_aio.c Log: Set the ident field of the struct kevent that is registered by _aio_aqueue() to the address of the user's aiocb rather than the kernel's aiocb. (In other words, prior to this change, the ident field returned by kevent(2) on completion of an AIO was effectively garbage.) Submitted by: Romer Gil Revision Changes Path 1.134 +5 -4 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 12: 6:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8B1137B400; Tue, 6 Aug 2002 12:06:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 651CC43E5E; Tue, 6 Aug 2002 12:06:31 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76J6VJU004077; Tue, 6 Aug 2002 12:06:31 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76J6V9Y004073; Tue, 6 Aug 2002 12:06:31 -0700 (PDT) Message-Id: <200208061906.g76J6V9Y004073@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 6 Aug 2002 12:06:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnomebuild Makefile ports/devel/gnomebuild/files patch-ltmain.sh ports/devel/gnomecrash Makefile ports/devel/gnomedebug Makefile ports/devel/gnomedebug/files patch-ltmain.sh ports/games/gcompris 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 sobomax 2002/08/06 12:06:30 PDT Modified files: devel/gnomebuild Makefile devel/gnomecrash Makefile devel/gnomedebug Makefile games/gcompris Makefile pkg-plist games/gcompris/files patch-ac games/gniffel Makefile games/gnomebreakout Makefile games/gnomememoryblocks Makefile games/gnomermind Makefile games/gtktetcolor Makefile graphics/gnomeiconedit Makefile pkg-plist graphics/gnomeiconedit/files patch-src::Makefile.in graphics/gpaint Makefile x11-toolkits/gdl Makefile x11-toolkits/gdl/files patch-Makefile.in Added files: x11-toolkits/gdl/files patch-configure patch-scintilla-control::Makefile.in Removed files: devel/gnomebuild/files patch-ltmain.sh devel/gnomedebug/files patch-ltmain.sh graphics/gnomeiconedit/files patch-ab x11-toolkits/gdl/files patch-ltmain.sh Log: Use USE_GNOMENG. Revision Changes Path 1.2 +5 -7 ports/devel/gnomebuild/Makefile 1.5 +0 -28 ports/devel/gnomebuild/files/patch-ltmain.sh (dead) 1.6 +5 -7 ports/devel/gnomecrash/Makefile 1.13 +5 -7 ports/devel/gnomedebug/Makefile 1.5 +0 -28 ports/devel/gnomedebug/files/patch-ltmain.sh (dead) 1.20 +3 -5 ports/games/gcompris/Makefile 1.9 +7 -7 ports/games/gcompris/files/patch-ac 1.14 +0 -40 ports/games/gcompris/pkg-plist 1.3 +5 -7 ports/games/gniffel/Makefile 1.9 +3 -5 ports/games/gnomebreakout/Makefile 1.9 +3 -5 ports/games/gnomememoryblocks/Makefile 1.4 +6 -11 ports/games/gnomermind/Makefile 1.7 +4 -6 ports/games/gtktetcolor/Makefile 1.19 +3 -8 ports/graphics/gnomeiconedit/Makefile 1.2 +0 -11 ports/graphics/gnomeiconedit/files/patch-ab (dead) 1.2 +3 -3 ports/graphics/gnomeiconedit/files/patch-src::Makefile.in 1.6 +1 -0 ports/graphics/gnomeiconedit/pkg-plist 1.8 +4 -6 ports/graphics/gpaint/Makefile 1.2 +5 -7 ports/x11-toolkits/gdl/Makefile 1.2 +4 -8 ports/x11-toolkits/gdl/files/patch-Makefile.in 1.1 +13 -0 ports/x11-toolkits/gdl/files/patch-configure (new) 1.5 +0 -28 ports/x11-toolkits/gdl/files/patch-ltmain.sh (dead) 1.1 +14 -0 ports/x11-toolkits/gdl/files/patch-scintilla-control::Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 12:31: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06EBB37B400; Tue, 6 Aug 2002 12:31:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B008D43E3B; Tue, 6 Aug 2002 12:31:04 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76JV4JU006600; Tue, 6 Aug 2002 12:31:04 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76JV4xF006595; Tue, 6 Aug 2002 12:31:04 -0700 (PDT) Message-Id: <200208061931.g76JV4xF006595@freefall.freebsd.org> From: Ian Dowse Date: Tue, 6 Aug 2002 12:31:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kmod_syms.awk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/08/06 12:31:04 PDT Modified files: sys/conf kmod_syms.awk Log: Our awk does not implement the ARGIND variable, so we were attempting to parse the binary .kld file as a list of symbols. Fix this by simply deleting the unwanted argument from the ARGV[] array instead of trying to skip over it. Revision Changes Path 1.4 +1 -2 src/sys/conf/kmod_syms.awk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 12:31:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D75A237B400; Tue, 6 Aug 2002 12:31:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E8343E6A; Tue, 6 Aug 2002 12:31:25 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76JVPJU006677; Tue, 6 Aug 2002 12:31:25 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76JVP0S006671; Tue, 6 Aug 2002 12:31:25 -0700 (PDT) Message-Id: <200208061931.g76JVP0S006671@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 6 Aug 2002 12:31:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssh-portable Makefile ports/security/openssh-portable/files patch-auth.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/08/06 12:31:25 PDT Modified files: security/openssh-portable Makefile security/openssh-portable/files patch-auth.c Log: add bugfix from CURRENT Revision Changes Path 1.56 +1 -1 ports/security/openssh-portable/Makefile 1.5 +9 -0 ports/security/openssh-portable/files/patch-auth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 12:35:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BBE337B400; Tue, 6 Aug 2002 12:35:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5184743E42; Tue, 6 Aug 2002 12:35:19 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: from freefall.freebsd.org (semenu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76JZJJU007152; Tue, 6 Aug 2002 12:35:19 -0700 (PDT) (envelope-from semenu@freefall.freebsd.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76JZJnL007151; Tue, 6 Aug 2002 12:35:19 -0700 (PDT) Message-Id: <200208061935.g76JZJnL007151@freefall.freebsd.org> From: Semen Ustimenko Date: Tue, 6 Aug 2002 12:35:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ntfs ntfs_vnops.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 semenu 2002/08/06 12:35:19 PDT Modified files: (Branch: RELENG_4) sys/ntfs ntfs_vnops.c Log: MFC: rev 1.31: Fix sendfile() by always doing I/O through bread() for data to get into VM in case of UIO_NOCOPY. PR: bin/34072, bin/36189 Revision Changes Path 1.9.2.4 +28 -13 src/sys/ntfs/ntfs_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 Aug 6 12:41: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF32137B400; Tue, 6 Aug 2002 12:40:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5989143EAC; Tue, 6 Aug 2002 12:40:50 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76JenJU007968; Tue, 6 Aug 2002 12:40:49 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76JenQY007967; Tue, 6 Aug 2002 12:40:49 -0700 (PDT) Message-Id: <200208061940.g76JenQY007967@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 6 Aug 2002 12:40:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript-afpl Makefile distinfo pkg-plist ports/print/ghostscript-afpl/files gdi.contrib.mak patch-src:gdevgdi.c patch-src:unix-gcc.mak ports/print/ghostscript-afpl/scripts configure configure.batch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/08/06 12:40:49 PDT Modified files: print/ghostscript-afpl Makefile distinfo pkg-plist print/ghostscript-afpl/files patch-src:unix-gcc.mak print/ghostscript-afpl/scripts configure configure.batch Removed files: print/ghostscript-afpl/files gdi.contrib.mak patch-src:gdevgdi.c Log: - Spin off Gimp-Print driver. - Update EPLASER driver to version 3.0.4. - Update GDI driver. PR: 41274 Submitted by: Ports Fury Revision Changes Path 1.103 +28 -65 ports/print/ghostscript-afpl/Makefile 1.37 +2 -3 ports/print/ghostscript-afpl/distinfo 1.2 +0 -12 ports/print/ghostscript-afpl/files/gdi.contrib.mak (dead) 1.2 +0 -19 ports/print/ghostscript-afpl/files/patch-src:gdevgdi.c (dead) 1.6 +3 -3 ports/print/ghostscript-afpl/files/patch-src:unix-gcc.mak 1.23 +3 -2 ports/print/ghostscript-afpl/pkg-plist 1.21 +15 -3 ports/print/ghostscript-afpl/scripts/configure 1.22 +4 -2 ports/print/ghostscript-afpl/scripts/configure.batch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 13:26:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96E237B400; Tue, 6 Aug 2002 13:26:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF1043E70; Tue, 6 Aug 2002 13:26:30 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: from freefall.freebsd.org (semenu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76KQUJU016063; Tue, 6 Aug 2002 13:26:30 -0700 (PDT) (envelope-from semenu@freefall.freebsd.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76KQUiS016062; Tue, 6 Aug 2002 13:26:30 -0700 (PDT) Message-Id: <200208062026.g76KQUiS016062@freefall.freebsd.org> From: Semen Ustimenko Date: Tue, 6 Aug 2002 13:26:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG semenu 2002/08/06 13:26:30 PDT Modified files: sbin/mount_nfs mount_nfs.c Log: Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren't translated from ALTF_* to NFSMNT_* thus these options weren't accepted by kernel. PR: bin/30334 MFC after: 1 week Revision Changes Path 1.53 +4 -0 src/sbin/mount_nfs/mount_nfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 13:31:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE6A737B400; Tue, 6 Aug 2002 13:31:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 811B743E65; Tue, 6 Aug 2002 13:31:11 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76KVBJU016808; Tue, 6 Aug 2002 13:31:11 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76KVBkW016807; Tue, 6 Aug 2002 13:31:11 -0700 (PDT) Message-Id: <200208062031.g76KVBkW016807@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 6 Aug 2002 13:31:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libsigc++ Makefile distinfo pkg-plist ports/devel/libsigc++/files patch-ab patch-ac patch-ad patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/06 13:31:10 PDT Modified files: devel/libsigc++ Makefile distinfo pkg-plist devel/libsigc++/files patch-ab patch-ac patch-ad patch-ae patch-af Log: Update to 1.0.4, and make this port safe for when libsigc++-1.2 gets added to the tree. Prompted by: Neil Darlow Revision Changes Path 1.11 +11 -3 ports/devel/libsigc++/Makefile 1.7 +1 -1 ports/devel/libsigc++/distinfo 1.4 +0 -29 ports/devel/libsigc++/files/patch-ab 1.4 +9 -8 ports/devel/libsigc++/files/patch-ac 1.3 +6 -6 ports/devel/libsigc++/files/patch-ad 1.2 +6 -6 ports/devel/libsigc++/files/patch-ae 1.2 +5 -5 ports/devel/libsigc++/files/patch-af 1.6 +30 -33 ports/devel/libsigc++/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 Aug 6 13:31:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE40037B400; Tue, 6 Aug 2002 13:31:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 626DE43E6A; Tue, 6 Aug 2002 13:31:36 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76KVaJU016858; Tue, 6 Aug 2002 13:31:36 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76KVabX016857; Tue, 6 Aug 2002 13:31:36 -0700 (PDT) Message-Id: <200208062031.g76KVabX016857@freefall.freebsd.org> From: Joe Marcus Clarke Date: Tue, 6 Aug 2002 13:31:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libsigc++/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/06 13:31:36 PDT Removed files: devel/libsigc++/files patch-ab Log: Remove a dead patch. Revision Changes Path 1.5 +0 -0 ports/devel/libsigc++/files/patch-ab (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 13:34:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DA0F37B400; Tue, 6 Aug 2002 13:34:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C287643E42; Tue, 6 Aug 2002 13:34:09 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76KY9JU017172; Tue, 6 Aug 2002 13:34:09 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76KY9LO017171; Tue, 6 Aug 2002 13:34:09 -0700 (PDT) Message-Id: <200208062034.g76KY9LO017171@freefall.freebsd.org> From: Christian Weisgerber Date: Tue, 6 Aug 2002 13:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript-gnu Makefile distinfo pkg-plist ports/print/ghostscript-gnu/files gdi.contrib.mak patch-src:gdevgdi.c patch-src:unix-gcc.mak ports/print/ghostscript-gnu/scripts configure configure.batch X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/08/06 13:34:09 PDT Modified files: print/ghostscript-gnu Makefile distinfo pkg-plist print/ghostscript-gnu/files patch-src:unix-gcc.mak print/ghostscript-gnu/scripts configure configure.batch Removed files: print/ghostscript-gnu/files gdi.contrib.mak patch-src:gdevgdi.c Log: - Spin off Gimp-Print driver. - Update EPLASER driver to version 3.0.4. - Update GDI driver. PR: 41275 Submitted by: Ports Fury Revision Changes Path 1.78 +29 -60 ports/print/ghostscript-gnu/Makefile 1.30 +2 -3 ports/print/ghostscript-gnu/distinfo 1.2 +0 -12 ports/print/ghostscript-gnu/files/gdi.contrib.mak (dead) 1.2 +0 -19 ports/print/ghostscript-gnu/files/patch-src:gdevgdi.c (dead) 1.7 +9 -18 ports/print/ghostscript-gnu/files/patch-src:unix-gcc.mak 1.18 +4 -2 ports/print/ghostscript-gnu/pkg-plist 1.15 +14 -2 ports/print/ghostscript-gnu/scripts/configure 1.11 +3 -1 ports/print/ghostscript-gnu/scripts/configure.batch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 13:36: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F39A37B400; Tue, 6 Aug 2002 13:36:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57B743E6A; Tue, 6 Aug 2002 13:36:02 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76Ka2JU017471; Tue, 6 Aug 2002 13:36:02 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76Ka2x1017470; Tue, 6 Aug 2002 13:36:02 -0700 (PDT) Message-Id: <200208062036.g76Ka2x1017470@freefall.freebsd.org> From: Jens Schweikhardt Date: Tue, 6 Aug 2002 13:36:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall anonFTP.c config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG schweikh 2002/08/06 13:36:02 PDT Modified files: usr.sbin/sysinstall anonFTP.c config.c Log: Typo: s/seperately/separately PR: misc/41235 Submitted by: Fesskat Tudeer MFC after: 3 days Revision Changes Path 1.33 +2 -2 src/usr.sbin/sysinstall/anonFTP.c 1.203 +1 -1 src/usr.sbin/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 13:58:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 105A337B400; Tue, 6 Aug 2002 13:58:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C726143E72; Tue, 6 Aug 2002 13:58:38 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from freefall.freebsd.org (jim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76KwcJU019382; Tue, 6 Aug 2002 13:58:38 -0700 (PDT) (envelope-from jim@freefall.freebsd.org) Received: (from jim@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76KwcaD019381; Tue, 6 Aug 2002 13:58:38 -0700 (PDT) Message-Id: <200208062058.g76KwcaD019381@freefall.freebsd.org> From: Jim Mock Date: Tue, 6 Aug 2002 13:58:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/abcde Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/abcde/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2002/08/06 13:58:38 PDT Modified files: audio Makefile Added files: audio/abcde Makefile distinfo pkg-comment pkg-descr pkg-plist audio/abcde/files patch-aa patch-ab Log: abcde is "A Better CD Encoder". It rips tracks from a CD, encodes them in ogg vorbis or mp3 format, and tags them. PR: 41140 Submitted by: Munish Chopra Revision Changes Path 1.323 +1 -0 ports/audio/Makefile 1.1 +47 -0 ports/audio/abcde/Makefile (new) 1.1 +1 -0 ports/audio/abcde/distinfo (new) 1.1 +116 -0 ports/audio/abcde/files/patch-aa (new) 1.1 +51 -0 ports/audio/abcde/files/patch-ab (new) 1.1 +1 -0 ports/audio/abcde/pkg-comment (new) 1.1 +15 -0 ports/audio/abcde/pkg-descr (new) 1.1 +5 -0 ports/audio/abcde/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 Aug 6 13:58:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37EC937B401; Tue, 6 Aug 2002 13:58:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E223F43E3B; Tue, 6 Aug 2002 13:58:40 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: from freefall.freebsd.org (jim@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76KweJU019415; Tue, 6 Aug 2002 13:58:40 -0700 (PDT) (envelope-from jim@freefall.freebsd.org) Received: (from jim@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76KweU3019414; Tue, 6 Aug 2002 13:58:40 -0700 (PDT) Message-Id: <200208062058.g76KweU3019414@freefall.freebsd.org> From: Jim Mock Date: Tue, 6 Aug 2002 13:58:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jim 2002/08/06 13:58:40 PDT Modified files: . modules Log: abcde --> ports/audio/abcde Revision Changes Path 1.5676 +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 Aug 6 14: 6:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 769FD37B400; Tue, 6 Aug 2002 14:06:10 -0700 (PDT) Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id D909D43E42; Tue, 6 Aug 2002 14:06:08 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp01.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1]) by alcanet.com.au (8.12.4/8.12.4/Alcanet1.3) with ESMTP id g76L66ZN027476; Wed, 7 Aug 2002 07:06:07 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp01.alcatel.com.au (Lotus Domino Release 5.0.10) with ESMTP id 2002080707060567:22568 ; Wed, 7 Aug 2002 07:06:05 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.5/8.12.5) with ESMTP id g76L65hh038520; Wed, 7 Aug 2002 07:06:05 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.5/8.12.5/Submit) id g76L65kE038519; Wed, 7 Aug 2002 07:06:05 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Wed, 7 Aug 2002 07:06:05 +1000 From: Peter Jeremy To: Eric Anholt Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/XFree86-4-clients Makefile distinfo ports/x11/XFree86-4-libraries Makefile distinfo ports/x11-fonts/XFree86-4-font100dpi Makefile ports/x11-fonts/XFree86-4-font75dpi Makefile ports/x11-fonts/XFree86-4-fontScalable Makefile ... Message-ID: <20020807070605.A38399@gsmx07.alcatel.com.au> Mail-Followup-To: Eric Anholt , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200208020257.g722vQTE007162@freefall.freebsd.org> Mime-Version: 1.0 User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208020257.g722vQTE007162@freefall.freebsd.org>; from anholt@FreeBSD.ORG on Thu, Aug 01, 2002 at 07:57:26PM -0700 X-MIMETrack: Itemize by SMTP Server on SYDSMTP01/AlcatelAustralia(Release 5.0.10 |March 22, 2002) at 07/08/2002 07:06:05 AM, Serialize by Router on SYDSMTP01/AlcatelAustralia(Release 5.0.10 |March 22, 2002) at 07/08/2002 07:06:06 AM, Serialize complete at 07/08/2002 07:06:06 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-Aug-01 19:57:26 -0700, Eric Anholt wrote: >anholt 2002/08/01 19:57:26 PDT > > Modified files: > x11/XFree86-4-clients Makefile distinfo > x11/XFree86-4-libraries Makefile distinfo > x11-fonts/XFree86-4-font100dpi Makefile > x11-fonts/XFree86-4-font75dpi Makefile > x11-fonts/XFree86-4-fontScalable Makefile > x11-servers/XFree86-4-FontServer Makefile distinfo > x11-servers/XFree86-4-NestServer Makefile distinfo > x11-servers/XFree86-4-PrintServer Makefile distinfo > x11-servers/XFree86-4-Server Makefile distinfo > x11-servers/XFree86-4-VirtualFramebufferServer Makefile > distinfo > Log: > gzip Wraphelp.c and put it in local_distfiles, to help users having > troubles > downloading it. Move freebsd-glide3headers there too. Update > BUILD_DEPENDS > for font ports to catch new requirements as of 4.2.0. > > PR: 40362, 40759 > Approved by: des (mentor) > > Revision Changes Path ... > 1.36 +1 -2 ports/x11-servers/XFree86-4-Server/distinfo ... RCS file: /usr/ncvs/ports/x11-servers/XFree86-4-Server/distinfo,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- ports/x11-servers/XFree86-4-Server/distinfo2002/04/02 02:03:301.35 +++ ports/x11-servers/XFree86-4-Server/distinfo2002/08/02 02:57:241.36 @@ -1,4 +1,3 @@ MD5 (xc/X420src-1.tgz) = ad43a8e9e39703322005cd6f7145b77f -MD5 (xc/mgadrivers-2.0-src.tgz) = 877db503967ae837c147953dbcd8ee6d -MD5 (xc/Wraphelp.c) = IGNORE +MD5 (xc/Wraphelp.gz) = 7ee30e397359e8d64ab23f29aa551659 MD5 (xc/freebsd-glide3headers.tar.gz) = 2bb614c909898a17c05e43e60cfb8e3b This breaks WITH_MATROX_GXX_DRIVER: # make WITH_MATROX_GXX_DRIVER=yes fetch ******************************************************** WARNING: MATROX DRIVERS NOT FULLY TESTED WITH XFREE86 4.2.0! ENABLE AT YOUR OWN RISK! ******************************************************** >> mgadrivers-2.0-src.tgz is not in /usr/ports/x11-servers/XFree86-4-Server/distinfo. >> Either /usr/ports/x11-servers/XFree86-4-Server/distinfo is out of date, or >> mgadrivers-2.0-src.tgz is spelled incorrectly. *** Error code 1 Stop in /usr/ports/x11-servers/XFree86-4-Server. # Can you please put mgadrivers-2.0-src.tgz back in distfiles. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 15:10:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA4A437B400; Tue, 6 Aug 2002 15:10:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A2943E7B; Tue, 6 Aug 2002 15:10:38 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76MAcJU033857; Tue, 6 Aug 2002 15:10:38 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76MAcD5033856; Tue, 6 Aug 2002 15:10:38 -0700 (PDT) Message-Id: <200208062210.g76MAcD5033856@freefall.freebsd.org> From: Patrick Li Date: Tue, 6 Aug 2002 15:10:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/limewire Makefile distinfo pkg-plist ports/net/limewire/files patch-runLime.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 pat 2002/08/06 15:10:38 PDT Modified files: net/limewire Makefile distinfo pkg-plist net/limewire/files patch-runLime.sh Log: Update to 2.5.5 Reviewed by: maintainer Approved by: maintainer Revision Changes Path 1.3 +1 -1 ports/net/limewire/Makefile 1.2 +1 -1 ports/net/limewire/distinfo 1.2 +4 -4 ports/net/limewire/files/patch-runLime.sh 1.2 +2 -0 ports/net/limewire/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 Aug 6 16:48: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F91F37B400; Tue, 6 Aug 2002 16:47:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D12443E3B; Tue, 6 Aug 2002 16:47:39 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g76NlSJU045962; Tue, 6 Aug 2002 16:47:28 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g76NlStU045961; Tue, 6 Aug 2002 16:47:28 -0700 (PDT) Message-Id: <200208062347.g76NlStU045961@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 6 Aug 2002 16:47:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/okle Makefile distinfo pkg-plist ports/graphics/okle/files patch-configure.in patch-src::sniffer.cpp wrapper.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/06 16:47:28 PDT Modified files: graphics/okle Makefile distinfo pkg-plist Removed files: graphics/okle/files patch-configure.in patch-src::sniffer.cpp wrapper.sh Log: o Update to 0.2.3 o Remove patches/scripts merged into distribution Revision Changes Path 1.3 +2 -16 ports/graphics/okle/Makefile 1.2 +1 -1 ports/graphics/okle/distinfo 1.2 +0 -11 ports/graphics/okle/files/patch-configure.in (dead) 1.2 +0 -27 ports/graphics/okle/files/patch-src::sniffer.cpp (dead) 1.2 +0 -7 ports/graphics/okle/files/wrapper.sh (dead) 1.2 +1 -2 ports/graphics/okle/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 Aug 6 17:12:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1217437B400; Tue, 6 Aug 2002 17:12:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B81A143E7B; Tue, 6 Aug 2002 17:12:49 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g770CnJU051834; Tue, 6 Aug 2002 17:12:49 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g770CnbV051833; Tue, 6 Aug 2002 17:12:49 -0700 (PDT) Message-Id: <200208070012.g770CnbV051833@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 6 Aug 2002 17:12:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/liba52 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/06 17:12:48 PDT Modified files: audio/liba52 Makefile distinfo Log: Update to 0.7.4 Revision Changes Path 1.9 +1 -2 ports/audio/liba52/Makefile 1.4 +1 -1 ports/audio/liba52/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 17:17:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12AC637B400; Tue, 6 Aug 2002 17:17:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F1643E75; Tue, 6 Aug 2002 17:17:06 -0700 (PDT) (envelope-from dougb@FreeBSD.org) Received: from freefall.freebsd.org (dougb@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g770H6JU052094; Tue, 6 Aug 2002 17:17:06 -0700 (PDT) (envelope-from dougb@freefall.freebsd.org) Received: (from dougb@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g770H67E052093; Tue, 6 Aug 2002 17:17:06 -0700 (PDT) Message-Id: <200208070017.g770H67E052093@freefall.freebsd.org> From: Doug Barton Date: Tue, 6 Aug 2002 17:17:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-DNS Makefile distinfo ports/net/p5-Net-DNS/files patch-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 dougb 2002/08/06 17:17:06 PDT Modified files: net/p5-Net-DNS Makefile distinfo net/p5-Net-DNS/files patch-Makefile.Pl Log: Upgrade to 0.26, which has fixes for the test suite, and the AUTOLOAD bug that I found when running this code under perl 5.005. Revision Changes Path 1.29 +1 -1 ports/net/p5-Net-DNS/Makefile 1.12 +1 -1 ports/net/p5-Net-DNS/distinfo 1.2 +12 -13 ports/net/p5-Net-DNS/files/patch-Makefile.Pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 19:49:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4551237B400; Tue, 6 Aug 2002 19:49:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE7EC43E3B; Tue, 6 Aug 2002 19:49:56 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g772nuJU072395; Tue, 6 Aug 2002 19:49:56 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g772nuiA072394; Tue, 6 Aug 2002 19:49:56 -0700 (PDT) Message-Id: <200208070249.g772nuiA072394@freefall.freebsd.org> From: Tom Rhodes Date: Tue, 6 Aug 2002 19:49:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ulpt.4 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 2002/08/06 19:49:56 PDT Modified files: (Branch: RELENG_4) share/man/man4 ulpt.4 Log: MFC: Markup fixes Noticed by: ru Revision Changes Path 1.2.2.2 +2 -1 src/share/man/man4/ulpt.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 19:59:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5BC937B401; Tue, 6 Aug 2002 19:59:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C4943E70; Tue, 6 Aug 2002 19:59:24 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g772xOJU073107; Tue, 6 Aug 2002 19:59:24 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g772xOes073106; Tue, 6 Aug 2002 19:59:24 -0700 (PDT) Message-Id: <200208070259.g772xOes073106@freefall.freebsd.org> From: Tom Rhodes Date: Tue, 6 Aug 2002 19:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 uhidev.4 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 2002/08/06 19:59:24 PDT Modified files: (Branch: RELENG_4) share/man/man4 uhidev.4 Log: MFC: Markup fixes Noticed by: ru Revision Changes Path 1.1.2.2 +2 -1 src/share/man/man4/uhidev.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 20: 3:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C07F837B400; Tue, 6 Aug 2002 20:03:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB3C43E77; Tue, 6 Aug 2002 20:03:51 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7733pJU073979; Tue, 6 Aug 2002 20:03:51 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7733p6J073978; Tue, 6 Aug 2002 20:03:51 -0700 (PDT) Message-Id: <200208070303.g7733p6J073978@freefall.freebsd.org> From: Patrick Li Date: Tue, 6 Aug 2002 20:03:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/svg2swf 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 pat 2002/08/06 20:03:51 PDT Modified files: graphics/svg2swf Makefile Log: Add graphics/py-ming to RUN_DEPENDS PR: ports/41378 Submitted by: Slaven Rezic Revision Changes Path 1.3 +2 -1 ports/graphics/svg2swf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 20: 7:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8327F37B400; Tue, 6 Aug 2002 20:07:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 393D843E5E; Tue, 6 Aug 2002 20:07:45 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7737jJU078557; Tue, 6 Aug 2002 20:07:45 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7737jfI078556; Tue, 6 Aug 2002 20:07:45 -0700 (PDT) Message-Id: <200208070307.g7737jfI078556@freefall.freebsd.org> From: Patrick Li Date: Tue, 6 Aug 2002 20:07:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_layout 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 pat 2002/08/06 20:07:44 PDT Modified files: www/mod_layout Makefile Log: - PERL -> REINPLACE_CMD - Sanitize MASTER_SITES PR: ports/41391 Submitted by: maintainer Revision Changes Path 1.9 +4 -3 ports/www/mod_layout/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 20:15:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A82F37B400; Tue, 6 Aug 2002 20:15:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A0543E5E; Tue, 6 Aug 2002 20:15:09 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g773F8JU079719; Tue, 6 Aug 2002 20:15:09 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g773F8e8079718; Tue, 6 Aug 2002 20:15:08 -0700 (PDT) Message-Id: <200208070315.g773F8e8079718@freefall.freebsd.org> From: Patrick Li Date: Tue, 6 Aug 2002 20:15:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-URI 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 pat 2002/08/06 20:15:08 PDT Modified files: net/p5-URI Makefile distinfo Log: Update to 1.21 PR: ports/41370 Submitted by: maintainer Revision Changes Path 1.23 +1 -1 ports/net/p5-URI/Makefile 1.15 +1 -1 ports/net/p5-URI/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 20:17:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD7D337B400; Tue, 6 Aug 2002 20:17:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72AC243E42; Tue, 6 Aug 2002 20:17:10 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g773HAJU080009; Tue, 6 Aug 2002 20:17:10 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g773HAOf080008; Tue, 6 Aug 2002 20:17:10 -0700 (PDT) Message-Id: <200208070317.g773HAOf080008@freefall.freebsd.org> From: Tom Rhodes Date: Tue, 6 Aug 2002 20:17:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/share/mk web.site.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 trhodes 2002/08/06 20:17:10 PDT Modified files: share/mk web.site.mk Log: Change website output from HTML to XHTML. Briefly Discussed with: murray Revision Changes Path 1.43 +2 -2 www/share/mk/web.site.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 20:24:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582DF37B400; Tue, 6 Aug 2002 20:24:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E42A43E3B; Tue, 6 Aug 2002 20:24:23 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g773OMJU080653; Tue, 6 Aug 2002 20:24:22 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g773OMql080652; Tue, 6 Aug 2002 20:24:22 -0700 (PDT) Message-Id: <200208070324.g773OMql080652@freefall.freebsd.org> From: Alan Cox Date: Tue, 6 Aug 2002 20:24:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/06 20:24:22 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_aio.c Log: MFC two changes in _aio_aqueue(): o Set struct kevent's ident field to the address of the user's aiocb rather than the kernel's. o Unbreak lio_listio() by recognizing LIO_READ and LIO_WRITE as opcodes rather than requests for notification through kevent(). PR: kern/39556 Revision Changes Path 1.70.2.18 +11 -10 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 20:32:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7268537B400; Tue, 6 Aug 2002 20:32:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220CA43E5E; Tue, 6 Aug 2002 20:32:40 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g773WeJU081536; Tue, 6 Aug 2002 20:32:40 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g773WdeN081535; Tue, 6 Aug 2002 20:32:39 -0700 (PDT) Message-Id: <200208070332.g773WdeN081535@freefall.freebsd.org> From: Tom Rhodes Date: Tue, 6 Aug 2002 20:32:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/config chapter.sgml 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 trhodes 2002/08/06 20:32:39 PDT Modified files: en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Add more information on File System Snapshots and add give the soft updates section an 'id' PR: 40862 Submitted by: Martin Heinen Revision Changes Path 1.55 +1 -1 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.94 +15 -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 Tue Aug 6 20:41:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C425A37B400; Tue, 6 Aug 2002 20:41:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E11343E70; Tue, 6 Aug 2002 20:41:31 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g773fVJU082123; Tue, 6 Aug 2002 20:41:31 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g773fUDm082119; Tue, 6 Aug 2002 20:41:30 -0700 (PDT) Message-Id: <200208070341.g773fUDm082119@freefall.freebsd.org> From: Patrick Li Date: Tue, 6 Aug 2002 20:41:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/audacity 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 pat 2002/08/06 20:41:30 PDT Modified files: audio/audacity Makefile distinfo pkg-plist Log: Update to 1.0.0 PR: ports/41387 Submitted by: maintainer Revision Changes Path 1.3 +7 -7 ports/audio/audacity/Makefile 1.2 +1 -1 ports/audio/audacity/distinfo 1.2 +2 -0 ports/audio/audacity/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 Aug 6 22:40:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF8D137B400; Tue, 6 Aug 2002 22:40:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B7443E77; Tue, 6 Aug 2002 22:40:35 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g775eZJU099369; Tue, 6 Aug 2002 22:40:35 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g775eZK7099368; Tue, 6 Aug 2002 22:40:35 -0700 (PDT) Message-Id: <200208070540.g775eZK7099368@freefall.freebsd.org> From: Warner Losh Date: Tue, 6 Aug 2002 22:40:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC OLDCARD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/06 22:40:34 PDT Modified files: sys/i386/conf GENERIC OLDCARD Log: Add Intersil and Symbol as vendors for 802.11 cards that the wi driver supports. Obtained from: NetBSD Revision Changes Path 1.356 +1 -1 src/sys/i386/conf/GENERIC 1.8 +1 -1 src/sys/i386/conf/OLDCARD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 22:44:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF1B237B400; Tue, 6 Aug 2002 22:44:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6346743E4A; Tue, 6 Aug 2002 22:44:51 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g775ipJU099840; Tue, 6 Aug 2002 22:44:51 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g775ipor099839; Tue, 6 Aug 2002 22:44:51 -0700 (PDT) Message-Id: <200208070544.g775ipor099839@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 6 Aug 2002 22:44:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/su su.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/06 22:44:51 PDT Modified files: usr.bin/su su.c Log: Back out workaround of fixing "suspend/fg" by price of breaking "stop $$/fg". This is real kernel bug (threads) and don't attempt to mask it by workarounds to increase chances to fix it in the kernel. Revision Changes Path 1.55 +3 -1 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 23: 3:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CED737B400; Tue, 6 Aug 2002 23:03:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3011543E6A; Tue, 6 Aug 2002 23:03:11 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7763AJU001486; Tue, 6 Aug 2002 23:03:11 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7763A8G001484; Tue, 6 Aug 2002 23:03:10 -0700 (PDT) Message-Id: <200208070603.g7763A8G001484@freefall.freebsd.org> From: Alan Cox Date: Tue, 6 Aug 2002 23:03:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys aio.h src/sys/kern vfs_aio.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 alc 2002/08/06 23:03:10 PDT Modified files: (Branch: RELENG_4) sys/sys aio.h sys/kern vfs_aio.c Log: MFC o Change jobref and *ijoblist from int to long in order to avoid a catastrophe after the 2^32nd AIO operation on 64-bit architectures. o Remove unused or unnecessary variables and fields. Revision Changes Path 1.70.2.19 +6 -12 src/sys/kern/vfs_aio.c 1.13.2.7 +1 -2 src/sys/sys/aio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 23:11:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 981F737B400; Tue, 6 Aug 2002 23:11:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E34943E77; Tue, 6 Aug 2002 23:11:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g776BgJU006277; Tue, 6 Aug 2002 23:11:42 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g776BfhW006276; Tue, 6 Aug 2002 23:11:41 -0700 (PDT) Message-Id: <200208070611.g776BfhW006276@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 6 Aug 2002 23:11:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/06 23:11:41 PDT Modified files: . modules Log: Add libc_include Revision Changes Path 1.5677 +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 Aug 6 23:24:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5534137B400; Tue, 6 Aug 2002 23:24:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B80443E70; Tue, 6 Aug 2002 23:24:15 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g776OEJU007106; Tue, 6 Aug 2002 23:24:14 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g776OEcK007105; Tue, 6 Aug 2002 23:24:14 -0700 (PDT) Message-Id: <200208070624.g776OEcK007105@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 6 Aug 2002 23:24:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale ldpart.c rune.3 setlocale.3 setlocale.c setrunelocale.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 ache 2002/08/06 23:24:14 PDT Modified files: (Branch: RELENG_4) lib/libc/locale ldpart.c rune.3 setlocale.3 setlocale.c setrunelocale.c Log: MFC: setlocale.c up to 1.39, setrunelocale.c up to 1.22, ldpart.c up to 1.9 setlocale.3 up to 1.23, rune.3 1.17 Better checks for "encoding" validity as pathname component. Errno fixes. Fallback fixes. Remove macro, style, whitespace. Revision Changes Path 1.7.2.2 +21 -14 src/lib/libc/locale/ldpart.c 1.10.2.7 +2 -5 src/lib/libc/locale/rune.3 1.15.2.7 +2 -0 src/lib/libc/locale/setlocale.3 1.25.2.7 +118 -58 src/lib/libc/locale/setlocale.c 1.14.6.2 +26 -21 src/lib/libc/locale/setrunelocale.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Aug 6 23:42:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D7537B400; Tue, 6 Aug 2002 23:42:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7696943E75; Tue, 6 Aug 2002 23:42:53 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g776grJU008722; Tue, 6 Aug 2002 23:42:53 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g776grEa008721; Tue, 6 Aug 2002 23:42:53 -0700 (PDT) Message-Id: <200208070642.g776grEa008721@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 6 Aug 2002 23:42:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/nls msgcat.c X-FreeBSD-CVS-Branch: RELENG_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 ache 2002/08/06 23:42:53 PDT Modified files: (Branch: RELENG_4) lib/libc/nls msgcat.c Log: MFC: msgcat.c 1.40 Better "lang" check as path component, errno fixes, style reformatting. Revision Changes Path 1.21.2.5 +345 -310 src/lib/libc/nls/msgcat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 0: 2:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D31D37B400; Wed, 7 Aug 2002 00:02:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F2743E4A; Wed, 7 Aug 2002 00:02:38 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7772cJU010186; Wed, 7 Aug 2002 00:02:38 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7772bu4010185; Wed, 7 Aug 2002 00:02:37 -0700 (PDT) Message-Id: <200208070702.g7772bu4010185@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 7 Aug 2002 00:02:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/nls msgcat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/07 00:02:37 PDT Modified files: lib/libc/nls msgcat.c Log: Close descriptor, if error happens in loadCat() Revision Changes Path 1.41 +6 -0 src/lib/libc/nls/msgcat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 0:18:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F9C37B400; Wed, 7 Aug 2002 00:18:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F308543E84; Wed, 7 Aug 2002 00:18:07 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g777I7JU015343; Wed, 7 Aug 2002 00:18:07 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g777I7F3015342; Wed, 7 Aug 2002 00:18:07 -0700 (PDT) Message-Id: <200208070718.g777I7F3015342@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 00:18:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit2 Makefile distinfo pkg-plist ports/devel/ORBit2/files patch-src::orb::util::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 00:18:07 PDT Modified files: devel/ORBit2 Makefile distinfo pkg-plist devel/ORBit2/files patch-src::orb::util::Makefile.in Log: Update to 2.4.1. Revision Changes Path 1.77 +2 -2 ports/devel/ORBit2/Makefile 1.31 +1 -1 ports/devel/ORBit2/distinfo 1.3 +11 -14 ports/devel/ORBit2/files/patch-src::orb::util::Makefile.in 1.16 +0 -2 ports/devel/ORBit2/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 Aug 7 0:18:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7699037B400; Wed, 7 Aug 2002 00:18:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4ABE43E42; Wed, 7 Aug 2002 00:18:38 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g777IcJU015404; Wed, 7 Aug 2002 00:18:38 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g777Ic0T015403; Wed, 7 Aug 2002 00:18:38 -0700 (PDT) Message-Id: <200208070718.g777Ic0T015403@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 00:18:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/linc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 00:18:38 PDT Modified files: net/linc Makefile distinfo Log: Update to 0.5.2. Revision Changes Path 1.21 +1 -1 ports/net/linc/Makefile 1.9 +1 -1 ports/net/linc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 0:19:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A646137B400; Wed, 7 Aug 2002 00:19:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0FC43E3B; Wed, 7 Aug 2002 00:19:15 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g777JFJU015504; Wed, 7 Aug 2002 00:19:15 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g777JFDK015503; Wed, 7 Aug 2002 00:19:15 -0700 (PDT) Message-Id: <200208070719.g777JFDK015503@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 00:19:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/libgtkhtml Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 00:19:15 PDT Modified files: www/libgtkhtml Makefile distinfo Log: Update to 2.0.1. Revision Changes Path 1.53 +5 -13 ports/www/libgtkhtml/Makefile 1.21 +1 -1 ports/www/libgtkhtml/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 0:20: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DC1237B400; Wed, 7 Aug 2002 00:19:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3BE243E7B; Wed, 7 Aug 2002 00:19:55 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g777JtJU015590; Wed, 7 Aug 2002 00:19:55 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g777Jtrf015589; Wed, 7 Aug 2002 00:19:55 -0700 (PDT) Message-Id: <200208070719.g777Jtrf015589@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 00:19:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/libgnome Makefile distinfo pkg-plist ports/x11/libgnome/files patch-help-converters::gnome-vfs-module::Makefile.in patch-help-converters::info::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 marcus 2002/08/07 00:19:55 PDT Modified files: x11/libgnome Makefile distinfo pkg-plist x11/libgnome/files patch-help-converters::gnome-vfs-module::Makefile.in patch-help-converters::info::main.c Log: Update to 2.0.2. Revision Changes Path 1.113 +5 -13 ports/x11/libgnome/Makefile 1.47 +1 -1 ports/x11/libgnome/distinfo 1.2 +5 -8 ports/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in 1.2 +21 -24 ports/x11/libgnome/files/patch-help-converters::info::main.c 1.43 +5 -8 ports/x11/libgnome/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 Aug 7 0:20:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2658B37B400; Wed, 7 Aug 2002 00:20:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC91043E5E; Wed, 7 Aug 2002 00:20:49 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g777KnJU016033; Wed, 7 Aug 2002 00:20:49 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g777Kn5L016032; Wed, 7 Aug 2002 00:20:49 -0700 (PDT) Message-Id: <200208070720.g777Kn5L016032@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 00:20:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libbonoboui Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 00:20:49 PDT Modified files: x11-toolkits/libbonoboui Makefile distinfo pkg-plist Log: Update to 2.0.1. Revision Changes Path 1.16 +4 -9 ports/x11-toolkits/libbonoboui/Makefile 1.6 +1 -1 ports/x11-toolkits/libbonoboui/distinfo 1.8 +2 -3 ports/x11-toolkits/libbonoboui/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 Aug 7 0:21:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD9537B401; Wed, 7 Aug 2002 00:21:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B995743E42; Wed, 7 Aug 2002 00:21:32 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g777LWJU016118; Wed, 7 Aug 2002 00:21:32 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g777LWD0016117; Wed, 7 Aug 2002 00:21:32 -0700 (PDT) Message-Id: <200208070721.g777LWD0016117@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 00:21:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libgnomeui Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 00:21:32 PDT Modified files: x11-toolkits/libgnomeui Makefile distinfo pkg-plist Log: Update to 2.0.3. Revision Changes Path 1.15 +5 -10 ports/x11-toolkits/libgnomeui/Makefile 1.8 +1 -1 ports/x11-toolkits/libgnomeui/distinfo 1.10 +2 -2 ports/x11-toolkits/libgnomeui/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 Aug 7 0:22:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C0B37B400; Wed, 7 Aug 2002 00:22:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7508643E72; Wed, 7 Aug 2002 00:22:20 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g777MKJU016226; Wed, 7 Aug 2002 00:22:20 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g777MKla016225; Wed, 7 Aug 2002 00:22:20 -0700 (PDT) Message-Id: <200208070722.g777MKla016225@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 00:22:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/eel2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 00:22:20 PDT Modified files: x11-toolkits/eel2 Makefile distinfo pkg-plist Log: Update to 2.0.3. Revision Changes Path 1.21 +1 -1 ports/x11-toolkits/eel2/Makefile 1.10 +1 -1 ports/x11-toolkits/eel2/distinfo 1.11 +1 -0 ports/x11-toolkits/eel2/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 Aug 7 0:23: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 553CE37B400; Wed, 7 Aug 2002 00:23:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0976143E70; Wed, 7 Aug 2002 00:23:02 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g777N1JU016337; Wed, 7 Aug 2002 00:23:01 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g777N1CH016336; Wed, 7 Aug 2002 00:23:01 -0700 (PDT) Message-Id: <200208070723.g777N1CH016336@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 00:23:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomedesktop Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 00:23:01 PDT Modified files: x11/gnomedesktop Makefile distinfo Log: Update to 2.0.5. Revision Changes Path 1.14 +1 -1 ports/x11/gnomedesktop/Makefile 1.12 +1 -1 ports/x11/gnomedesktop/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 0:23:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A26F837B400; Wed, 7 Aug 2002 00:23:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5576943E7B; Wed, 7 Aug 2002 00:23:35 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g777NZJU016434; Wed, 7 Aug 2002 00:23:35 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g777NZVP016433; Wed, 7 Aug 2002 00:23:35 -0700 (PDT) Message-Id: <200208070723.g777NZVP016433@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 00:23:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomesession Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 00:23:35 PDT Modified files: x11/gnomesession Makefile distinfo Log: Update to 2.0.4. Revision Changes Path 1.12 +1 -1 ports/x11/gnomesession/Makefile 1.9 +1 -1 ports/x11/gnomesession/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 0:24:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F4737B400; Wed, 7 Aug 2002 00:24:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80D4B43E4A; Wed, 7 Aug 2002 00:24:27 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g777ORJU016547; Wed, 7 Aug 2002 00:24:27 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g777OR8X016546; Wed, 7 Aug 2002 00:24:27 -0700 (PDT) Message-Id: <200208070724.g777OR8X016546@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 00:24:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomecontrolcenter2 Makefile distinfo pkg-plist ports/sysutils/gnomecontrolcenter2/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 00:24:27 PDT Modified files: sysutils/gnomecontrolcenter2 Makefile distinfo pkg-plist sysutils/gnomecontrolcenter2/files patch-configure Log: Update to 2.0.1. Revision Changes Path 1.51 +5 -10 ports/sysutils/gnomecontrolcenter2/Makefile 1.20 +1 -1 ports/sysutils/gnomecontrolcenter2/distinfo 1.4 +6 -21 ports/sysutils/gnomecontrolcenter2/files/patch-configure 1.25 +2 -1 ports/sysutils/gnomecontrolcenter2/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 Aug 7 1:12:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51B7137B400; Wed, 7 Aug 2002 01:12:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F338C43E5E; Wed, 7 Aug 2002 01:12:20 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g778C7JU024400; Wed, 7 Aug 2002 01:12:07 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g778C7Be024399; Wed, 7 Aug 2002 01:12:07 -0700 (PDT) Message-Id: <200208070812.g778C7Be024399@freefall.freebsd.org> From: Alan Eldridge Date: Wed, 7 Aug 2002 01:12:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/koffice-kde3 pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/08/07 01:12:07 PDT Modified files: editors/koffice-kde3 pkg-comment pkg-descr Log: Correct KDE2 refs to KDE3. Revision Changes Path 1.2 +1 -1 ports/editors/koffice-kde3/pkg-comment 1.3 +1 -1 ports/editors/koffice-kde3/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 1:32:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4994B37B400; Wed, 7 Aug 2002 01:32:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB4AC43E7B; Wed, 7 Aug 2002 01:32:07 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g778W7JU026156; Wed, 7 Aug 2002 01:32:07 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g778W7qZ026155; Wed, 7 Aug 2002 01:32:07 -0700 (PDT) Message-Id: <200208070832.g778W7qZ026155@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 7 Aug 2002 01:32:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/sig2dot Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/07 01:32:07 PDT Modified files: security Makefile Added files: security/sig2dot Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add sig2dot 0.27 GPG/PGP Keyring Graph Generator Revision Changes Path 1.319 +1 -0 ports/security/Makefile 1.1 +31 -0 ports/security/sig2dot/Makefile (new) 1.1 +1 -0 ports/security/sig2dot/distinfo (new) 1.1 +1 -0 ports/security/sig2dot/pkg-comment (new) 1.1 +6 -0 ports/security/sig2dot/pkg-descr (new) 1.1 +1 -0 ports/security/sig2dot/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 Aug 7 1:32:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40AAD37B401; Wed, 7 Aug 2002 01:32:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8DDC43E3B; Wed, 7 Aug 2002 01:32:09 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g778W9JU026189; Wed, 7 Aug 2002 01:32:09 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g778W9hB026188; Wed, 7 Aug 2002 01:32:09 -0700 (PDT) Message-Id: <200208070832.g778W9hB026188@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 7 Aug 2002 01:32:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/07 01:32:09 PDT Modified files: . modules Log: sig2dot --> ports/security/sig2dot Revision Changes Path 1.5678 +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 Aug 7 2: 5: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D009737B400; Wed, 7 Aug 2002 02:05:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8398743E3B; Wed, 7 Aug 2002 02:05:07 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77957JU029624; Wed, 7 Aug 2002 02:05:07 -0700 (PDT) (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77957M9029622; Wed, 7 Aug 2002 02:05:07 -0700 (PDT) Message-Id: <200208070905.g77957M9029622@freefall.freebsd.org> From: Anton Berezin Date: Wed, 7 Aug 2002 02:05:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Regexp-Common 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 2002/08/07 02:05:07 PDT Modified files: textproc/p5-Regexp-Common Makefile distinfo Log: Update to 0.09. Revision Changes Path 1.6 +1 -1 ports/textproc/p5-Regexp-Common/Makefile 1.6 +1 -1 ports/textproc/p5-Regexp-Common/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 2: 9:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58A5C37B400; Wed, 7 Aug 2002 02:09:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8E443E3B; Wed, 7 Aug 2002 02:09:08 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77997JU033457; Wed, 7 Aug 2002 02:09:07 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77997b8033456; Wed, 7 Aug 2002 02:09:07 -0700 (PDT) Message-Id: <200208070909.g77997b8033456@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 7 Aug 2002 02:09:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/boot chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/07 02:09:07 PDT Modified files: fr_FR.ISO8859-1/books/handbook/boot chapter.sgml Log: Typos fixes. Revision Changes Path 1.3 +7 -7 doc/fr_FR.ISO8859-1/books/handbook/boot/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 Aug 7 2:18:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 695D837B400; Wed, 7 Aug 2002 02:18:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16D6E43E42; Wed, 7 Aug 2002 02:18:54 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g779IrJU034338; Wed, 7 Aug 2002 02:18:53 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g779IrMm034337; Wed, 7 Aug 2002 02:18:53 -0700 (PDT) Message-Id: <200208070918.g779IrMm034337@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 7 Aug 2002 02:18:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/springgraph Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/07 02:18:53 PDT Modified files: graphics Makefile Added files: graphics/springgraph Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add springgraph 0.79 Render graph described in a .dot file Revision Changes Path 1.480 +1 -0 ports/graphics/Makefile 1.1 +33 -0 ports/graphics/springgraph/Makefile (new) 1.1 +1 -0 ports/graphics/springgraph/distinfo (new) 1.1 +1 -0 ports/graphics/springgraph/pkg-comment (new) 1.1 +13 -0 ports/graphics/springgraph/pkg-descr (new) 1.1 +1 -0 ports/graphics/springgraph/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 Aug 7 2:19:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD2E37B406; Wed, 7 Aug 2002 02:18:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D74C43E42; Wed, 7 Aug 2002 02:18:57 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g779IvJU034371; Wed, 7 Aug 2002 02:18:57 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g779Ivr4034370; Wed, 7 Aug 2002 02:18:57 -0700 (PDT) Message-Id: <200208070918.g779Ivr4034370@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 7 Aug 2002 02:18:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/07 02:18:57 PDT Modified files: . modules Log: springgraph --> ports/graphics/springgraph Revision Changes Path 1.5679 +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 Aug 7 2:21: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B91A37B400; Wed, 7 Aug 2002 02:21:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F93243E4A; Wed, 7 Aug 2002 02:21:01 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g779L1JU034826; Wed, 7 Aug 2002 02:21:01 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g779L16O034825; Wed, 7 Aug 2002 02:21:01 -0700 (PDT) Message-Id: <200208070921.g779L16O034825@freefall.freebsd.org> From: "Tim J. Robbins" Date: Wed, 7 Aug 2002 02:21:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locate/locate mklocatedb.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/07 02:21:00 PDT Modified files: (Branch: RELENG_4) usr.bin/locate/locate mklocatedb.sh Log: Correct syntax error detected by src/bin/sh/parser.c 1.29.2.7. Submitted by: The Anarcat Revision Changes Path 1.10.2.1 +2 -3 src/usr.bin/locate/locate/mklocatedb.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 2:38:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B65F37B400; Wed, 7 Aug 2002 02:38:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E23CA43E6A; Wed, 7 Aug 2002 02:38:42 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g779cgJU036401; Wed, 7 Aug 2002 02:38:42 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g779cg3G036400; Wed, 7 Aug 2002 02:38:42 -0700 (PDT) Message-Id: <200208070938.g779cg3G036400@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 7 Aug 2002 02:38:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/l10n Makefile chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/07 02:38:42 PDT Modified files: fr_FR.ISO8859-1/books/handbook/l10n chapter.sgml Added files: fr_FR.ISO8859-1/books/handbook/l10n Makefile Log: Translation of chapter 13 Revision Changes Path 1.1 +20 -0 doc/fr_FR.ISO8859-1/books/handbook/l10n/Makefile (new) 1.3 +1088 -11 doc/fr_FR.ISO8859-1/books/handbook/l10n/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 2:39:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7208837B400; Wed, 7 Aug 2002 02:39:26 -0700 (PDT) Received: from dilbert.robbins.dropbear.id.au (250.c.002.mel.iprimus.net.au [203.134.135.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6DC143E3B; Wed, 7 Aug 2002 02:39:24 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from dilbert.robbins.dropbear.id.au (2mghx9fk0b9hchks@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3) with ESMTP id g779dN20049756; Wed, 7 Aug 2002 19:39:23 +1000 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.3/8.12.3/Submit) id g779dNf6049755; Wed, 7 Aug 2002 19:39:23 +1000 (EST) Date: Wed, 7 Aug 2002 19:39:23 +1000 From: Tim Robbins To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/locate/locate mklocatedb.sh Message-ID: <20020807193923.B48446@dilbert.robbins.dropbear.id.au> References: <200208070921.g779L16O034825@freefall.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: <200208070921.g779L16O034825@freefall.freebsd.org>; from tjr@FreeBSD.ORG on Wed, Aug 07, 2002 at 02:21:01AM -0700 Sender: owner-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, Aug 07, 2002 at 02:21:01AM -0700, Tim J. Robbins wrote: > tjr 2002/08/07 02:21:00 PDT > > Modified files: (Branch: RELENG_4) > usr.bin/locate/locate mklocatedb.sh > Log: > Correct syntax error detected by src/bin/sh/parser.c 1.29.2.7. > > Submitted by: The Anarcat > > Revision Changes Path > 1.10.2.1 +2 -3 src/usr.bin/locate/locate/mklocatedb.sh FWIW, this change does not apply to CURRENT, which was already fixed. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 2:40:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BC9037B401; Wed, 7 Aug 2002 02:40:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 010D743E3B; Wed, 7 Aug 2002 02:40:50 -0700 (PDT) (envelope-from tobez@FreeBSD.org) Received: from freefall.freebsd.org (tobez@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g779enJU036596; Wed, 7 Aug 2002 02:40:49 -0700 (PDT) (envelope-from tobez@freefall.freebsd.org) Received: (from tobez@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g779eno8036595; Wed, 7 Aug 2002 02:40:49 -0700 (PDT) Message-Id: <200208070940.g779eno8036595@freefall.freebsd.org> From: Anton Berezin Date: Wed, 7 Aug 2002 02:40:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/keychain 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 tobez 2002/08/07 02:40:49 PDT Modified files: security/keychain Makefile Log: Fix MASTER_SITES. Submitted by: Erwin Lansing PR: 40339 Revision Changes Path 1.5 +4 -1 ports/security/keychain/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 2:54:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7076C37B400; Wed, 7 Aug 2002 02:54:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E0B43E77; Wed, 7 Aug 2002 02:54:31 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g779sUJU038242; Wed, 7 Aug 2002 02:54:30 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g779sUXr038241; Wed, 7 Aug 2002 02:54:30 -0700 (PDT) Message-Id: <200208070954.g779sUXr038241@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 7 Aug 2002 02:54:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/users chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/07 02:54:30 PDT Modified files: fr_FR.ISO8859-1/books/handbook/users chapter.sgml Log: Fix some typos and translation errors. Revision Changes Path 1.3 +15 -15 doc/fr_FR.ISO8859-1/books/handbook/users/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 3:33:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E634E37B400; Wed, 7 Aug 2002 03:33:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B40443E70; Wed, 7 Aug 2002 03:33:40 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77AXeJU046793; Wed, 7 Aug 2002 03:33:40 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77AXeoV046792; Wed, 7 Aug 2002 03:33:40 -0700 (PDT) Message-Id: <200208071033.g77AXeoV046792@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 7 Aug 2002 03:33:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc printcap X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/07 03:33:40 PDT Modified files: (Branch: RELENG_4) etc printcap Log: MFC: 1.12 Correct links to doc. Revision Changes Path 1.10.2.2 +2 -2 src/etc/printcap To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 3:37:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C6637B400; Wed, 7 Aug 2002 03:37:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CE5343E70; Wed, 7 Aug 2002 03:37:35 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77AbZJU047038; Wed, 7 Aug 2002 03:37:35 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77AbZwX047037; Wed, 7 Aug 2002 03:37:35 -0700 (PDT) Message-Id: <200208071037.g77AbZwX047037@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 7 Aug 2002 03:37:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp README.devel X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/07 03:37:35 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp README.devel Log: MFC: 1.6 Correct link to the FAQ Revision Changes Path 1.4.2.2 +1 -1 src/usr.sbin/ppp/README.devel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 3:47:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC53237B400; Wed, 7 Aug 2002 03:47:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70C7443E72; Wed, 7 Aug 2002 03:47:49 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77AlnJU047697; Wed, 7 Aug 2002 03:47:49 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77AlnDX047696; Wed, 7 Aug 2002 03:47:49 -0700 (PDT) Message-Id: <200208071047.g77AlnDX047696@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 7 Aug 2002 03:47:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/isdn FAQ X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/07 03:47:48 PDT Modified files: (Branch: RELENG_4) share/examples/isdn FAQ Log: MFC: 1.11, 1.12 1.11: sysctl -w -> sysctl 1.12: correct links to docs Revision Changes Path 1.6.2.2 +3 -3 src/share/examples/isdn/FAQ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 3:54:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4689037B400; Wed, 7 Aug 2002 03:54:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE32E43E77; Wed, 7 Aug 2002 03:54:39 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77AsdJU048331; Wed, 7 Aug 2002 03:54:39 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77AsdTZ048330; Wed, 7 Aug 2002 03:54:39 -0700 (PDT) Message-Id: <200208071054.g77AsdTZ048330@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 7 Aug 2002 03:54:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 ports.7 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/07 03:54:39 PDT Modified files: (Branch: RELENG_4) share/man/man7 ports.7 Log: MFC: 1.30, 1.31 and 1.32 1.30: Point readers to the Porter's Handbook instead of the non-existant "Porting Applications" section of the FreeBSD Handbook. 1.31: mdoc(7) police: tidy up. 1.32: Correct links to docs Revision Changes Path 1.17.2.9 +171 -140 src/share/man/man7/ports.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 3:58:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 371AB37B400; Wed, 7 Aug 2002 03:58:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA9C43E72; Wed, 7 Aug 2002 03:58:24 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77AwOJU048586; Wed, 7 Aug 2002 03:58:24 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77AwOGJ048585; Wed, 7 Aug 2002 03:58:24 -0700 (PDT) Message-Id: <200208071058.g77AwOGJ048585@freefall.freebsd.org> From: Marc Fonvieille Date: Wed, 7 Aug 2002 03:58:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mergemaster mergemaster.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 blackend 2002/08/07 03:58:24 PDT Modified files: (Branch: RELENG_4) usr.sbin/mergemaster mergemaster.8 Log: MFC: 1.23, 1.24 1.23: The .Nm utility 1.24: Correct links to docs Revision Changes Path 1.5.2.11 +11 -7 src/usr.sbin/mergemaster/mergemaster.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 4:31:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC02D37B400; Wed, 7 Aug 2002 04:31:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60EA143E77; Wed, 7 Aug 2002 04:31:47 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77BVlJU059625; Wed, 7 Aug 2002 04:31:47 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77BVl6U059624; Wed, 7 Aug 2002 04:31:47 -0700 (PDT) Message-Id: <200208071131.g77BVl6U059624@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Wed, 7 Aug 2002 04:31:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern 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 mdodd 2002/08/07 04:31:46 PDT Modified files: sys/kern kern_fork.c Log: Move code block added in 1.157 to a safer part of fork1(). Submitted by: jake Revision Changes Path 1.158 +9 -9 src/sys/kern/kern_fork.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 4:35:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B208837B400; Wed, 7 Aug 2002 04:35:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6753743E3B; Wed, 7 Aug 2002 04:35:19 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: from freefall.freebsd.org (mdodd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77BZJJU060104; Wed, 7 Aug 2002 04:35:19 -0700 (PDT) (envelope-from mdodd@freefall.freebsd.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77BZJPS060103; Wed, 7 Aug 2002 04:35:19 -0700 (PDT) Message-Id: <200208071135.g77BZJPS060103@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Wed, 7 Aug 2002 04:35:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/08/07 04:35:19 PDT Modified files: usr.bin/truss syscalls.c Log: Remove an unnecessary cast. Revision Changes Path 1.25 +2 -2 src/usr.bin/truss/syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 5: 3: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3D7337B400; Wed, 7 Aug 2002 05:02:54 -0700 (PDT) Received: from mile.nevermind.kiev.ua (office.netstyle.com.ua [213.186.199.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65C0343E5E; Wed, 7 Aug 2002 05:02:51 -0700 (PDT) (envelope-from never@mile.nevermind.kiev.ua) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.3/8.12.3) with ESMTP id g77C2ivo045873; Wed, 7 Aug 2002 15:02:45 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.3/8.12.3/Submit) id g77C2ivX045872; Wed, 7 Aug 2002 15:02:44 +0300 (EEST) Date: Wed, 7 Aug 2002 15:02:43 +0300 From: Alexandr Kovalenko To: Mike Silbersack Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_vr.c Message-ID: <20020807120243.GA45698@nevermind.kiev.ua> References: <200205200118.g4K1I6L62015@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200205200118.g4K1I6L62015@freefall.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, Mike Silbersack! On Sun, May 19, 2002 at 06:18:06PM -0700, you wrote: > silby 2002/05/19 18:18:06 PDT > > Modified files: (Branch: RELENG_4) > sys/pci if_vr.c > Log: > MFC rev 1.49 > > Recover more gracefully under certain conditions... see > log for rev 1.49 for full description. > > Approved by: re Anyway, I'm still have lockups here when driver cannot reset card. I'll try to reproduce error again. 4.6.1-RELEASE-p10 -- NEVE-RIPE 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 Aug 7 5:48:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7EC837B400; Wed, 7 Aug 2002 05:48:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5B443E4A; Wed, 7 Aug 2002 05:48:29 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77CmTJU074462; Wed, 7 Aug 2002 05:48:29 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77CmTKv074461; Wed, 7 Aug 2002 05:48:29 -0700 (PDT) Message-Id: <200208071248.g77CmTKv074461@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Wed, 7 Aug 2002 05:48:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/acpica acpi_wakeup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2002/08/07 05:48:28 PDT Modified files: sys/i386/acpica acpi_wakeup.c Log: Improve stack manipulation code of ACPI wakeup routine. The new code just override stack top value with saved return address rather than pop/push operation. Submitted by: jhb Revision Changes Path 1.12 +2 -2 src/sys/i386/acpica/acpi_wakeup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 6: 3:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90BD037B400; Wed, 7 Aug 2002 06:03:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4668943E65; Wed, 7 Aug 2002 06:03:56 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77D3uJU081927; Wed, 7 Aug 2002 06:03:56 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77D3uOc081926; Wed, 7 Aug 2002 06:03:56 -0700 (PDT) Message-Id: <200208071303.g77D3uOc081926@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 7 Aug 2002 06:03:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/isakmpd 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 trevor 2002/08/07 06:03:55 PDT Modified files: security/isakmpd Makefile Log: Mark forbidden due to unconfirmed report that out-of-sequence IKE payloads can make isakmpd crash. Revision Changes Path 1.7 +2 -0 ports/security/isakmpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 6:25:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 408A237B400; Wed, 7 Aug 2002 06:25:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB52A43E5E; Wed, 7 Aug 2002 06:25:51 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77DPpJU088080; Wed, 7 Aug 2002 06:25:51 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77DPp3a088079; Wed, 7 Aug 2002 06:25:51 -0700 (PDT) Message-Id: <200208071325.g77DPp3a088079@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 7 Aug 2002 06:25:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make 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 ru 2002/08/07 06:25:51 PDT Modified files: usr.bin/make main.c Log: Pacify ``make -f /dev/null -V FOO''. Revision Changes Path 1.68 +32 -34 src/usr.bin/make/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 6:31:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0282037B400; Wed, 7 Aug 2002 06:31:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB93B43E65; Wed, 7 Aug 2002 06:31:44 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: from freefall.freebsd.org (olgeni@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77DViJU088719; Wed, 7 Aug 2002 06:31:44 -0700 (PDT) (envelope-from olgeni@freefall.freebsd.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77DViL6088718; Wed, 7 Aug 2002 06:31:44 -0700 (PDT) Message-Id: <200208071331.g77DViL6088718@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 7 Aug 2002 06:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/08/07 06:31:44 PDT Modified files: sysutils/webmin Makefile distinfo Log: Update postgresql module. Revision Changes Path 1.123 +2 -2 ports/sysutils/webmin/Makefile 1.96 +1 -1 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 6:41:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DCD37B400; Wed, 7 Aug 2002 06:41:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AA4D43E72; Wed, 7 Aug 2002 06:41:47 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77DflJU089530; Wed, 7 Aug 2002 06:41:47 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77DflYs089529; Wed, 7 Aug 2002 06:41:47 -0700 (PDT) Message-Id: <200208071341.g77DflYs089529@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 7 Aug 2002 06:41:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/07 06:41:46 PDT Modified files: . Makefile.inc1 Log: Makefile.inc1 may eventually be merged with Makefile, so fix an endless recursion bug similar to the one that has been fixed in release/Makefile,v 1.698, in advance. A related fix to make(1) has been committed in make/main.c,v 1.68. Requested by: bde (who has them merged already) Revision Changes Path 1.301 +1 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 7: 4:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A11D537B400; Wed, 7 Aug 2002 07:04:32 -0700 (PDT) Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025B143E75; Wed, 7 Aug 2002 07:04:32 -0700 (PDT) (envelope-from jesper@skriver.dk) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id A4FD438352; Wed, 7 Aug 2002 16:04:30 +0200 (CEST) Date: Wed, 7 Aug 2002 16:04:30 +0200 From: Jesper Skriver To: Alexandr Kovalenko Cc: Mike Silbersack , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_vr.c Message-ID: <20020807140430.GB29228@FreeBSD.org> Mail-Followup-To: Jesper Skriver , Alexandr Kovalenko , Mike Silbersack , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200205200118.g4K1I6L62015@freefall.freebsd.org> <20020807120243.GA45698@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020807120243.GA45698@nevermind.kiev.ua> User-Agent: Mutt/1.4i X-PGP-Fingerprint: 6B88 9CE8 66E9 E631 C9C5 5EB4 22AB F0EC F956 1C31 X-PGP-Public-Key: http://freesbee.wheel.dk/~jesper/gpgkey.pub Sender: owner-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, Aug 07, 2002 at 03:02:43PM +0300, Alexandr Kovalenko wrote: > Hello, Mike Silbersack! > > On Sun, May 19, 2002 at 06:18:06PM -0700, you wrote: > > > silby 2002/05/19 18:18:06 PDT > > > > Modified files: (Branch: RELENG_4) > > sys/pci if_vr.c > > Log: > > MFC rev 1.49 > > > > Recover more gracefully under certain conditions... see > > log for rev 1.49 for full description. > > > > Approved by: re > > Anyway, I'm still have lockups here when driver cannot reset card. > I'll try to reproduce error again. > 4.6.1-RELEASE-p10 That version does not have the above change, it's from the RELENG_4_6 branch, you need to track RELENG_4 to get the above change. /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Senior network engineer @ AS3292, TDC Tele Danmark One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 7:13:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CB3E37B411; Wed, 7 Aug 2002 07:13:09 -0700 (PDT) Received: from mile.nevermind.kiev.ua (office.netstyle.com.ua [213.186.199.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2381743E7B; Wed, 7 Aug 2002 07:13:06 -0700 (PDT) (envelope-from never@mile.nevermind.kiev.ua) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.3/8.12.3) with ESMTP id g77ED0vo047893; Wed, 7 Aug 2002 17:13:01 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.3/8.12.3/Submit) id g77ED0oo047892; Wed, 7 Aug 2002 17:13:00 +0300 (EEST) Date: Wed, 7 Aug 2002 17:12:59 +0300 From: Alexandr Kovalenko To: Jesper Skriver Cc: Mike Silbersack , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, re@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_vr.c Message-ID: <20020807141259.GC47372@nevermind.kiev.ua> References: <200205200118.g4K1I6L62015@freefall.freebsd.org> <20020807120243.GA45698@nevermind.kiev.ua> <20020807140430.GB29228@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20020807140430.GB29228@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, Jesper Skriver! On Wed, Aug 07, 2002 at 04:04:30PM +0200, you wrote: > > > silby 2002/05/19 18:18:06 PDT > > > Modified files: (Branch: RELENG_4) > > > sys/pci if_vr.c > > > Log: > > > MFC rev 1.49 > > > > > > Recover more gracefully under certain conditions... see > > > log for rev 1.49 for full description. > > Anyway, I'm still have lockups here when driver cannot reset card. > > I'll try to reproduce error again. > > 4.6.1-RELEASE-p10 > That version does not have the above change, it's from the RELENG_4_6 > branch, you need to track RELENG_4 to get the above change. Oh, yeah, sure. But I cannot track -STABLE for stability reasons anyway. I suppose re@ will agree that this fix should be merged into RELENG_4_6 before 4.6.2, because vr(4) is standard network adapter for VIA Eden low-cost popular platform... P.S. I'm trying now patch, which silby@ sent to me. Will report results. -- NEVE-RIPE 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 Aug 7 8: 8:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B35A137B401; Wed, 7 Aug 2002 08:08:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 619BF43E65; Wed, 7 Aug 2002 08:08:26 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77F8QJU005073; Wed, 7 Aug 2002 08:08:26 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77F8Pni005072; Wed, 7 Aug 2002 08:08:25 -0700 (PDT) Message-Id: <200208071508.g77F8Pni005072@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 08:08:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer Makefile distinfo pkg-plist ports/graphics/mplayer/files patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/07 08:08:25 PDT Modified files: graphics/mplayer Makefile distinfo pkg-plist graphics/mplayer/files patch-ad patch-ae Log: Update to 0.90 pre 6 Submitted by: maintainer Revision Changes Path 1.25 +8 -5 ports/graphics/mplayer/Makefile 1.7 +1 -1 ports/graphics/mplayer/distinfo 1.9 +26 -14 ports/graphics/mplayer/files/patch-ad 1.7 +4 -4 ports/graphics/mplayer/files/patch-ae 1.6 +0 -4 ports/graphics/mplayer/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 Aug 7 8: 9:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C0F737B400; Wed, 7 Aug 2002 08:09:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E362343E4A; Wed, 7 Aug 2002 08:09:55 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77F9tJU005214; Wed, 7 Aug 2002 08:09:55 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77F9tWY005213; Wed, 7 Aug 2002 08:09:55 -0700 (PDT) Message-Id: <200208071509.g77F9tWY005213@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 08:09:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/XFree86-4-Server distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/07 08:09:55 PDT Modified files: x11-servers/XFree86-4-Server distinfo Log: Add missing checksum unbreaking WITH_MATROX_GXX_DRIVER PR: 41367 Submitted by: Sergey N. Voronkov Approved by: maintainer (travelling approval) Revision Changes Path 1.38 +1 -0 ports/x11-servers/XFree86-4-Server/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 8:24: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1817337B400; Wed, 7 Aug 2002 08:24:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C16CC43E3B; Wed, 7 Aug 2002 08:24:02 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77FO2JU006823; Wed, 7 Aug 2002 08:24:02 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77FO24L006822; Wed, 7 Aug 2002 08:24:02 -0700 (PDT) Message-Id: <200208071524.g77FO24L006822@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 7 Aug 2002 08:24:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-netscape6 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 trevor 2002/08/07 08:24:02 PDT Modified files: www/linux-netscape6 Makefile Log: Mark forbidden due to security bug. I confirmed the bug with the English versions of Netscape 6.2.3 and of Netscape 7.0 PR1. Probably the French, German, and Japanese versions have it as well. Revision Changes Path 1.64 +2 -0 ports/www/linux-netscape6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 8:41: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 825D137B400; Wed, 7 Aug 2002 08:40:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E27C543E4A; Wed, 7 Aug 2002 08:40:56 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77FeuJU008661; Wed, 7 Aug 2002 08:40:56 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77FeuPJ008660; Wed, 7 Aug 2002 08:40:56 -0700 (PDT) Message-Id: <200208071540.g77FeuPJ008660@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 7 Aug 2002 08:40:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/07 08:40:55 PDT Modified files: en/releng index.sgml Log: We didn't make our release date for the 5.0-DP2 snapshot. I'm not sure what the next estimate will be, so mark it as "WIP" for now. Revision Changes Path 1.20 +2 -2 www/en/releng/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 8:51: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73C5F37B400; Wed, 7 Aug 2002 08:50:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD27A43EA3; Wed, 7 Aug 2002 08:49:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77FnXJU009463; Wed, 7 Aug 2002 08:49:33 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77FnXx8009462; Wed, 7 Aug 2002 08:49:33 -0700 (PDT) Message-Id: <200208071549.g77FnXx8009462@freefall.freebsd.org> From: Warner Losh Date: Wed, 7 Aug 2002 08:49:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stddef.h stdlib.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/07 08:49:33 PDT Modified files: (Branch: RELENG_4) include stddef.h stdlib.h Log: MFC stdlib 1.37 and stddef 1.7: don't define wchar_t if C++ Revision Changes Path 1.2.8.4 +2 -0 src/include/stddef.h 1.16.2.4 +2 -0 src/include/stdlib.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 8:59:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB35437B400; Wed, 7 Aug 2002 08:59:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAF543E6A; Wed, 7 Aug 2002 08:59:15 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77FxFJU010386; Wed, 7 Aug 2002 08:59:15 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77FxFLG010385; Wed, 7 Aug 2002 08:59:15 -0700 (PDT) Message-Id: <200208071559.g77FxFLG010385@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 08:59:15 -0700 (PDT) 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 pat 2002/08/07 08:59:15 PDT Modified files: devel/cvsdelta Makefile distinfo Log: Update to 1.4.2 PR: ports/41407 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/devel/cvsdelta/Makefile 1.3 +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 Wed Aug 7 9: 0:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C19E037B400; Wed, 7 Aug 2002 09:00:38 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF2943E5E; Wed, 7 Aug 2002 09:00:37 -0700 (PDT) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020807160036.RGGM23732.sccrmhc01.attbi.com@bmah.dyndns.org>; Wed, 7 Aug 2002 16:00:36 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.5/8.12.5) with ESMTP id g77G0Z4C068005; Wed, 7 Aug 2002 09:00:35 -0700 (PDT) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.5/8.12.5/Submit) id g77G0YRL068004; Wed, 7 Aug 2002 09:00:34 -0700 (PDT) Message-Id: <200208071600.g77G0YRL068004@intruder.bmah.org> X-Mailer: exmh version 2.5+ 20020729 with nmh-1.0.4 To: Alexandr Kovalenko Cc: Jesper Skriver , Mike Silbersack , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, re@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_vr.c In-Reply-To: <20020807141259.GC47372@nevermind.kiev.ua> References: <200205200118.g4K1I6L62015@freefall.freebsd.org> <20020807120243.GA45698@nevermind.kiev.ua> <20020807140430.GB29228@FreeBSD.org> <20020807141259.GC47372@nevermind.kiev.ua> Comments: In-reply-to Alexandr Kovalenko message dated "Wed, 07 Aug 2002 17:12:59 +0300." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-85474070P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 07 Aug 2002 09:00:34 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-85474070P Content-Type: text/plain; charset=us-ascii If memory serves me right, Alexandr Kovalenko wrote: > On Wed, Aug 07, 2002 at 04:04:30PM +0200, you wrote: > > > > > silby 2002/05/19 18:18:06 PDT > > > > Modified files: (Branch: RELENG_4) > > > > sys/pci if_vr.c > > > > Log: > > > > MFC rev 1.49 > > > > > > > > Recover more gracefully under certain conditions... see > > > > log for rev 1.49 for full description. > > > Anyway, I'm still have lockups here when driver cannot reset card. > > > I'll try to reproduce error again. > > > 4.6.1-RELEASE-p10 > > That version does not have the above change, it's from the RELENG_4_6 > > branch, you need to track RELENG_4 to get the above change. > Oh, yeah, sure. > > But I cannot track -STABLE for stability reasons anyway. > I suppose re@ will agree that this fix should be merged into RELENG_4_6 > before 4.6.2, because vr(4) is standard network adapter for VIA Eden > low-cost popular platform... This member of re@ feels that this falls into the class of "would be really nice to have, but non-critical" patches. If you look at the changes that *have* been committed thus far to RELENG_4_6, almost all of them were in response to security advisories. We're also very close to releasing (package builds are running now), and non-critical changes at this stage become very difficult to justify. We had hoped to get 4.6.2 out sooner, but that was difficult partially because of a rash of new security issues that needed to be dealt with. Bruce. --==_Exmh_-85474070P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE9UUQi2MoxcVugUsMRAqm1AKD/HTivPIKej6pE4zNj0fpfCFnB+QCg4E16 9izW/Pk/L8pwCZBOwlbrBUc= =cyLA -----END PGP SIGNATURE----- --==_Exmh_-85474070P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9: 1:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F30E237B400; Wed, 7 Aug 2002 09:01:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96BC443E72; Wed, 7 Aug 2002 09:01:06 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77G16JU010703; Wed, 7 Aug 2002 09:01:06 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77G16g5010702; Wed, 7 Aug 2002 09:01:06 -0700 (PDT) Message-Id: <200208071601.g77G16g5010702@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 7 Aug 2002 09:01:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/isdn Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/07 09:01:06 PDT Modified files: etc/isdn Makefile Log: We no longer have a COPY. Revision Changes Path 1.9 +0 -3 src/etc/isdn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9: 1:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 110EC37B400; Wed, 7 Aug 2002 09:01:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8F2643E81; Wed, 7 Aug 2002 09:01:41 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77G1fJU010942; Wed, 7 Aug 2002 09:01:41 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77G1f2b010941; Wed, 7 Aug 2002 09:01:41 -0700 (PDT) Message-Id: <200208071601.g77G1f2b010941@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 7 Aug 2002 09:01:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jikes Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/07 09:01:41 PDT Modified files: java/jikes Makefile Log: LIB_DEPENDS should have been BUILD_DEPENDS. Submitted by: vanilla Revision Changes Path 1.29 +2 -2 ports/java/jikes/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9: 9: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D5A37B400; Wed, 7 Aug 2002 09:08:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E5DA43E42; Wed, 7 Aug 2002 09:08:55 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77G8tJU015755; Wed, 7 Aug 2002 09:08:55 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77G8tfn015753; Wed, 7 Aug 2002 09:08:55 -0700 (PDT) Message-Id: <200208071608.g77G8tfn015753@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 7 Aug 2002 09:08:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/08/07 09:08:54 PDT Modified files: sys/pci if_sis.c Log: Use new interface for ether_input(). Remove some unnecessary assignments to mbuf fields in sis_newbuf(), the "length" fields are of no use while the mbuf is in the receive ring. MFC after: 3 days Revision Changes Path 1.53 +4 -13 src/sys/pci/if_sis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:13:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF83D37B405; Wed, 7 Aug 2002 09:13:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A411843E77; Wed, 7 Aug 2002 09:13:14 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GDEJU016550; Wed, 7 Aug 2002 09:13:14 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77GDE5D016549; Wed, 7 Aug 2002 09:13:14 -0700 (PDT) Message-Id: <200208071613.g77GDE5D016549@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 7 Aug 2002 09:13:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.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 luigi 2002/08/07 09:13:14 PDT Modified files: (Branch: RELENG_4) sys/net if_ethersubr.c Log: MFC: implement a new interface for ether_input(): passing a null eh means that the header is at the beginning of the mbuf. The old interface is (and will be) still supported so drivers do not need to be updated all at once, and binary-only drivers will keep working. Revision Changes Path 1.70.2.29 +26 -12 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:14:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6083637B400; Wed, 7 Aug 2002 09:14:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1054543E70; Wed, 7 Aug 2002 09:14:48 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GElJU016690; Wed, 7 Aug 2002 09:14:47 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77GElM5016689; Wed, 7 Aug 2002 09:14:47 -0700 (PDT) Message-Id: <200208071614.g77GElM5016689@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 7 Aug 2002 09:14:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_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 luigi 2002/08/07 09:14:47 PDT Modified files: (Branch: RELENG_4) sys/netinet udp_usrreq.c Log: MFC: bugfix: move check for udp_blackhole before the one for icmp_bandlim. Revision Changes Path 1.64.2.16 +2 -2 src/sys/netinet/udp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:16:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6757D37B406; Wed, 7 Aug 2002 09:16:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8543343E6E; Wed, 7 Aug 2002 09:16:49 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GGnJU016870; Wed, 7 Aug 2002 09:16:49 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77GGnwm016869; Wed, 7 Aug 2002 09:16:49 -0700 (PDT) Message-Id: <200208071616.g77GGnwm016869@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 09:16:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/pari-devel Makefile distinfo pkg-plist pkg-plist.emacs ports/math/pari-devel/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/07 09:16:49 PDT Modified files: math/pari-devel Makefile distinfo pkg-plist pkg-plist.emacs math/pari-devel/files patch-af Log: Update to 2.2.3.a PR: ports/41347 Submitted by: Masaharu FUJITA , maintainer Revision Changes Path 1.2 +2 -2 ports/math/pari-devel/Makefile 1.2 +1 -1 ports/math/pari-devel/distinfo 1.2 +10 -10 ports/math/pari-devel/files/patch-af 1.2 +3 -3 ports/math/pari-devel/pkg-plist 1.2 +3 -3 ports/math/pari-devel/pkg-plist.emacs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:18:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89B8D37B400; Wed, 7 Aug 2002 09:18:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBD0A43E77; Wed, 7 Aug 2002 09:18:47 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GIlJU017135; Wed, 7 Aug 2002 09:18:47 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77GIlcj017134; Wed, 7 Aug 2002 09:18:47 -0700 (PDT) Message-Id: <200208071618.g77GIlcj017134@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 09:18:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/asir2000 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 pat 2002/08/07 09:18:47 PDT Modified files: math/asir2000 Makefile Log: Bump shared library version after pari-devel update Revision Changes Path 1.5 +1 -1 ports/math/asir2000/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:20:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 289FB37B400; Wed, 7 Aug 2002 09:19:52 -0700 (PDT) Received: from mile.nevermind.kiev.ua (office.netstyle.com.ua [213.186.199.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id F284043E4A; Wed, 7 Aug 2002 09:19:48 -0700 (PDT) (envelope-from never@mile.nevermind.kiev.ua) Received: from mile.nevermind.kiev.ua (never@localhost [127.0.0.1]) by mile.nevermind.kiev.ua (8.12.3/8.12.3) with ESMTP id g77Fmnvo049523; Wed, 7 Aug 2002 18:48:49 +0300 (EEST) (envelope-from never@mile.nevermind.kiev.ua) Received: (from never@localhost) by mile.nevermind.kiev.ua (8.12.3/8.12.3/Submit) id g77Fmnif049522; Wed, 7 Aug 2002 18:48:49 +0300 (EEST) Date: Wed, 7 Aug 2002 18:48:48 +0300 From: Alexandr Kovalenko To: Jesper Skriver Cc: Mike Silbersack , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, re@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_vr.c Message-ID: <20020807154848.GA49226@nevermind.kiev.ua> References: <200205200118.g4K1I6L62015@freefall.freebsd.org> <20020807120243.GA45698@nevermind.kiev.ua> <20020807140430.GB29228@FreeBSD.org> <20020807141259.GC47372@nevermind.kiev.ua> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <20020807141259.GC47372@nevermind.kiev.ua> 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 --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=koi8-r Content-Disposition: inline On Wed, Aug 07, 2002 at 05:12:59PM +0300, I wrote: > > > > silby 2002/05/19 18:18:06 PDT > > > > Modified files: (Branch: RELENG_4) > > > > sys/pci if_vr.c > > > > Log: > > > > MFC rev 1.49 > > > > > > > > Recover more gracefully under certain conditions... see > > > > log for rev 1.49 for full description. > > > Anyway, I'm still have lockups here when driver cannot reset card. > > > I'll try to reproduce error again. > > > 4.6.1-RELEASE-p10 > > That version does not have the above change, it's from the RELENG_4_6 > > branch, you need to track RELENG_4 to get the above change. > Oh, yeah, sure. > > But I cannot track -STABLE for stability reasons anyway. > I suppose re@ will agree that this fix should be merged into RELENG_4_6 > before 4.6.2, because vr(4) is standard network adapter for VIA Eden > low-cost popular platform... > > P.S. I'm trying now patch, which silby@ sent to me. Will report results. Patch, sent to me by silby@ works great, no device timeouts/aything else. Device don't locks up. Please, merge into RELENG_4_6 before 4.6.2. -- NEVE-RIPE Ukrainian FreeBSD User Group http://uafug.org.ua/ --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename="nystrom2-vr.patch" diff -u -r /usr/src/sys.old/pci/if_vr.c pci/if_vr.c --- /usr/src/sys.old/pci/if_vr.c Tue Jul 30 15:08:18 2002 +++ pci/if_vr.c Mon Aug 5 10:56:52 2002 @@ -1090,6 +1090,15 @@ cur_tx = sc->vr_cdata.vr_tx_head; txstat = cur_tx->vr_ptr->vr_status; + if ((txstat & VR_TXSTAT_ABRT) || + (txstat & VR_TXSTAT_UDF)) { + while (CSR_READ_2(sc, VR_COMMAND) & VR_CMD_TX_ON) + ; /* Wait for chip to shutdown */ + VR_TXOWN(cur_tx) = VR_TXSTAT_OWN; + CSR_WRITE_4(sc, VR_TXADDR, vtophys(cur_tx->vr_ptr)); + break; + } + if (txstat & VR_TXSTAT_OWN) break; @@ -1198,24 +1207,27 @@ vr_rxeoc(sc); } - if (status & VR_ISR_TX_OK) { - vr_txeof(sc); - vr_txeoc(sc); + if ((status & VR_ISR_BUSERR) || (status & VR_ISR_TX_UNDERRUN)) { + vr_reset(sc); + vr_init(sc); + break; } - if ((status & VR_ISR_TX_UNDERRUN)||(status & VR_ISR_TX_ABRT)){ - ifp->if_oerrors++; + if ((status & VR_ISR_TX_OK) || (status & VR_ISR_TX_ABRT) || + (status & VR_ISR_TX_ABRT2) || (status & VR_ISR_UDFI)) { vr_txeof(sc); - if (sc->vr_cdata.vr_tx_head != NULL) { - VR_SETBIT16(sc, VR_COMMAND, VR_CMD_TX_ON); - VR_SETBIT16(sc, VR_COMMAND, VR_CMD_TX_GO); - } + if ((status & VR_ISR_UDFI) || + (status & VR_ISR_TX_ABRT2) || + (status & VR_ISR_TX_ABRT)) { + ifp->if_oerrors++; + if (sc->vr_cdata.vr_tx_head != NULL) { + VR_SETBIT16(sc, VR_COMMAND, VR_CMD_TX_ON); + VR_SETBIT16(sc, VR_COMMAND, VR_CMD_TX_GO); + } + } else + vr_txeoc(sc); } - if (status & VR_ISR_BUSERR) { - vr_reset(sc); - vr_init(sc); - } } /* Re-enable interrupts. */ diff -u -r /usr/src/sys.old/pci/if_vrreg.h pci/if_vrreg.h --- /usr/src/sys.old/pci/if_vrreg.h Tue Jul 30 15:08:18 2002 +++ pci/if_vrreg.h Mon Aug 5 10:57:03 2002 @@ -149,6 +149,8 @@ #define VR_ISR_STATSOFLOW 0x0080 /* stats counter oflow */ #define VR_ISR_RX_EARLY 0x0100 /* rx early */ #define VR_ISR_LINKSTAT 0x0200 /* MII status change */ +#define VR_ISR_ETI 0x0200 /* Tx early (3043/3071) */ +#define VR_ISR_UDFI 0x0200 /* Tx FIFO underflow (3065) */ #define VR_ISR_RX_OFLOW 0x0400 /* rx FIFO overflow */ #define VR_ISR_RX_DROPPED 0x0800 #define VR_ISR_RX_NOBUF2 0x1000 @@ -328,6 +330,7 @@ #define VR_TXSTAT_ABRT 0x00000100 #define VR_TXSTAT_LATECOLL 0x00000200 #define VR_TXSTAT_CARRLOST 0x00000400 +#define VR_TXSTAT_UDF 0x00000800 #define VR_TXSTAT_BUSERR 0x00002000 #define VR_TXSTAT_JABTIMEO 0x00004000 #define VR_TXSTAT_ERRSUM 0x00008000 --qDbXVdCdHGoSgWSk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:29:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD28137B400; Wed, 7 Aug 2002 09:29:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E62743E3B; Wed, 7 Aug 2002 09:29:30 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GTUJU018060; Wed, 7 Aug 2002 09:29:30 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77GTUX0018059; Wed, 7 Aug 2002 09:29:30 -0700 (PDT) Message-Id: <200208071629.g77GTUX0018059@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 09:29:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/olirc Makefile distinfo pkg-descr ports/irc/olirc/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/07 09:29:30 PDT Modified files: irc/olirc Makefile distinfo pkg-descr irc/olirc/files patch-aa patch-ab Log: Update to 0.0.38.a3.2 PR: ports/41090 Submitted by: maintainer Reviewed by: Tilman Linneweh Revision Changes Path 1.7 +4 -3 ports/irc/olirc/Makefile 1.3 +1 -1 ports/irc/olirc/distinfo 1.2 +5 -6 ports/irc/olirc/files/patch-aa 1.3 +8 -9 ports/irc/olirc/files/patch-ab 1.3 +1 -1 ports/irc/olirc/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:29:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B888337B411; Wed, 7 Aug 2002 09:29:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36B8743E5E; Wed, 7 Aug 2002 09:29:50 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GToJU018209; Wed, 7 Aug 2002 09:29:50 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77GTowQ018208; Wed, 7 Aug 2002 09:29:50 -0700 (PDT) Message-Id: <200208071629.g77GTowQ018208@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 7 Aug 2002 09:29:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/etc/defaults make.conf src/share/man/man5 make.conf.5 src/usr.bin/xinstall xinstall.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 ru 2002/08/07 09:29:50 PDT Modified files: (Branch: RELENG_4) . UPDATING etc/defaults make.conf share/man/man5 make.conf.5 usr.bin/xinstall xinstall.c Log: MFC. Ignore -C, -p, and -S options of install(1) when used with the -d option. Warn about COPY being phased out. Restore the old method of always comparing before installing: INSTALL="install -C". Revision Changes Path 1.73.2.74 +6 -0 src/UPDATING 1.97.2.73 +1 -1 src/etc/defaults/make.conf 1.12.2.22 +1 -1 src/share/man/man5/make.conf.5 1.38.2.8 +1 -1 src/usr.bin/xinstall/xinstall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:32:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9256C37B400; Wed, 7 Aug 2002 09:32:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23FFB43E3B; Wed, 7 Aug 2002 09:32:03 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GW3JU020499; Wed, 7 Aug 2002 09:32:03 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77GW2tS020498; Wed, 7 Aug 2002 09:32:02 -0700 (PDT) Message-Id: <200208071632.g77GW2tS020498@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 7 Aug 2002 09:32:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh/nls/et Makefile src/bin/csh/nls/finnish Makefile src/bin/csh/nls/french Makefile src/bin/csh/nls/german Makefile src/bin/csh/nls/greek Makefile src/bin/csh/nls/italian Makefile src/bin/csh/nls/ja Makefile src/bin/csh/nls/russian ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/07 09:32:02 PDT Modified files: (Branch: RELENG_4) bin/csh/nls/et Makefile bin/csh/nls/finnish Makefile bin/csh/nls/french Makefile bin/csh/nls/german Makefile bin/csh/nls/greek Makefile bin/csh/nls/italian Makefile bin/csh/nls/ja Makefile bin/csh/nls/russian Makefile bin/csh/nls/spanish Makefile bin/csh/nls/ukrainian Makefile etc Makefile etc/isdn Makefile etc/mail Makefile etc/sendmail Makefile games/battlestar Makefile games/canfield/canfield Makefile games/cribbage Makefile games/hack Makefile games/larn Makefile games/phantasia Makefile games/robots Makefile games/rogue Makefile games/sail Makefile games/snake/snake Makefile gnu/lib/csu Makefile gnu/lib/libdialog Makefile gnu/usr.bin/binutils/ld Makefile gnu/usr.bin/binutils/strip Makefile gnu/usr.bin/groff/contrib/mm Makefile gnu/usr.bin/groff/font Makefile.dev gnu/usr.bin/groff/src/utils/indxbib Makefile gnu/usr.bin/groff/tmac Makefile gnu/usr.bin/perl/library Makefile gnu/usr.bin/perl/pod/pod Makefile gnu/usr.bin/rcs/rcsfreeze Makefile gnu/usr.bin/send-pr Makefile kerberosIV/share/info Makefile lib/compat/compat1x Makefile lib/compat/compat20 Makefile lib/compat/compat21 Makefile lib/compat/compat22 Makefile lib/compat/compat3x.i386 Makefile lib/compat/compat4x.alpha Makefile lib/compat/compat4x.i386 Makefile lib/csu/alpha Makefile lib/csu/i386 Makefile lib/csu/i386-elf Makefile lib/libncurses Makefile sbin/mount_msdos Makefile secure/lib/libcrypto Makefile.inc share/colldef Makefile share/examples Makefile share/examples/isdn/i4brunppp Makefile share/info Makefile share/mk bsd.doc.mk bsd.files.mk bsd.info.mk bsd.lib.mk bsd.man.mk bsd.prog.mk share/mklocale Makefile share/monetdef Makefile share/msgdef Makefile share/numericdef Makefile share/sendmail Makefile share/skel Makefile share/syscons/fonts Makefile share/syscons/keymaps Makefile share/syscons/scrnmaps Makefile share/timedef Makefile share/zoneinfo Makefile sys/boot/i386/boot2 Makefile sys/boot/pc98/boot2 Makefile sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 kmod.mk sys/i386/boot/biosboot Makefile sys/i386/boot/cdboot Makefile sys/i386/boot/dosboot Makefile sys/i386/boot/rawboot Makefile sys/modules/ibcs2 Makefile sys/modules/joy Makefile sys/modules/linux Makefile sys/modules/osf1 Makefile sys/modules/svr4 Makefile sys/pc98/boot/biosboot Makefile sys/pc98/boot/rawboot Makefile usr.bin/calendar Makefile usr.bin/doscmd Makefile usr.bin/locate/locate Makefile usr.bin/mail Makefile usr.bin/strip Makefile usr.bin/vi Makefile usr.bin/which Makefile usr.bin/xlint/llib Makefile usr.sbin/mailwrapper Makefile usr.sbin/pcvt/fed Makefile usr.sbin/pcvt/keycap Makefile usr.sbin/prefix Makefile usr.sbin/rpc.yppasswdd Makefile usr.sbin/ypserv Makefile Log: MFC: Drop support for COPY. Revision Changes Path 1.1.2.2 +2 -2 src/bin/csh/nls/et/Makefile 1.5.2.3 +1 -1 src/bin/csh/nls/finnish/Makefile 1.4.2.3 +1 -1 src/bin/csh/nls/french/Makefile 1.4.2.3 +1 -1 src/bin/csh/nls/german/Makefile 1.4.2.3 +1 -1 src/bin/csh/nls/greek/Makefile 1.4.2.3 +1 -1 src/bin/csh/nls/italian/Makefile 1.4.2.4 +1 -1 src/bin/csh/nls/ja/Makefile 1.1.2.2 +2 -2 src/bin/csh/nls/russian/Makefile 1.4.2.3 +1 -1 src/bin/csh/nls/spanish/Makefile 1.1.2.2 +1 -1 src/bin/csh/nls/ukrainian/Makefile 1.219.2.34 +32 -32 src/etc/Makefile 1.4.2.5 +2 -5 src/etc/isdn/Makefile 1.9.2.22 +2 -2 src/etc/mail/Makefile 1.3.2.17 +13 -13 src/etc/sendmail/Makefile 1.5.2.3 +1 -1 src/games/battlestar/Makefile 1.5.2.3 +1 -1 src/games/canfield/canfield/Makefile 1.7.2.5 +1 -1 src/games/cribbage/Makefile 1.20.2.4 +2 -2 src/games/hack/Makefile 1.6.2.5 +2 -2 src/games/larn/Makefile 1.16.2.2 +2 -2 src/games/phantasia/Makefile 1.5.2.3 +1 -1 src/games/robots/Makefile 1.4.2.5 +1 -1 src/games/rogue/Makefile 1.4.2.3 +1 -1 src/games/sail/Makefile 1.5.2.3 +2 -2 src/games/snake/snake/Makefile 1.1.2.8 +1 -1 src/gnu/lib/csu/Makefile 1.31.2.5 +1 -1 src/gnu/lib/libdialog/Makefile 1.8.2.7 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile 1.6.2.2 +1 -1 src/gnu/usr.bin/binutils/strip/Makefile 1.1.2.4 +1 -1 src/gnu/usr.bin/groff/contrib/mm/Makefile 2.8.2.3 +1 -1 src/gnu/usr.bin/groff/font/Makefile.dev 1.1.2.5 +1 -1 src/gnu/usr.bin/groff/src/utils/indxbib/Makefile 1.21.2.7 +5 -5 src/gnu/usr.bin/groff/tmac/Makefile 1.3.2.3 +5 -5 src/gnu/usr.bin/perl/library/Makefile 1.5.2.3 +2 -2 src/gnu/usr.bin/perl/pod/pod/Makefile 1.5.8.3 +1 -1 src/gnu/usr.bin/rcs/rcsfreeze/Makefile 1.13.6.4 +1 -1 src/gnu/usr.bin/send-pr/Makefile 1.1.1.1.8.2 +2 -2 src/kerberosIV/share/info/Makefile 1.10.2.1 +1 -1 src/lib/compat/compat1x/Makefile 1.10.2.1 +2 -2 src/lib/compat/compat20/Makefile 1.12.2.1 +2 -2 src/lib/compat/compat21/Makefile 1.4.2.2 +2 -2 src/lib/compat/compat22/Makefile 1.8.2.9 +1 -1 src/lib/compat/compat3x.i386/Makefile 1.2.2.4 +1 -1 src/lib/compat/compat4x.alpha/Makefile 1.3.2.8 +1 -1 src/lib/compat/compat4x.i386/Makefile 1.11.2.4 +1 -1 src/lib/csu/alpha/Makefile 1.6.2.4 +1 -1 src/lib/csu/i386-elf/Makefile 1.40.2.1 +1 -1 src/lib/csu/i386/Makefile 1.39.2.13 +1 -1 src/lib/libncurses/Makefile 1.14.2.6 +1 -1 src/sbin/mount_msdos/Makefile 1.7.2.9 +1 -1 src/secure/lib/libcrypto/Makefile.inc 1.32.2.10 +1 -1 src/share/colldef/Makefile 1.28.2.5 +1 -1 src/share/examples/Makefile 1.1.2.3 +1 -1 src/share/examples/isdn/i4brunppp/Makefile 1.9.2.3 +1 -1 src/share/info/Makefile 1.47.2.5 +2 -2 src/share/mk/bsd.doc.mk 1.2.2.3 +3 -3 src/share/mk/bsd.files.mk 1.57.2.6 +2 -2 src/share/mk/bsd.info.mk 1.91.2.15 +2 -2 src/share/mk/bsd.lib.mk 1.31.2.10 +1 -1 src/share/mk/bsd.man.mk 1.86.2.16 +3 -3 src/share/mk/bsd.prog.mk 1.28.2.9 +1 -1 src/share/mklocale/Makefile 1.37.2.2 +1 -1 src/share/monetdef/Makefile 1.38.2.2 +1 -1 src/share/msgdef/Makefile 1.36.2.2 +1 -1 src/share/numericdef/Makefile 1.1.2.6 +1 -1 src/share/sendmail/Makefile 1.6.6.2 +2 -2 src/share/skel/Makefile 1.24.2.7 +1 -1 src/share/syscons/fonts/Makefile 1.44.2.10 +1 -1 src/share/syscons/keymaps/Makefile 1.14.2.3 +1 -1 src/share/syscons/scrnmaps/Makefile 1.11.2.10 +1 -1 src/share/timedef/Makefile 1.16.2.3 +1 -1 src/share/zoneinfo/Makefile 1.16.2.5 +3 -3 src/sys/boot/i386/boot2/Makefile 1.4.2.2 +2 -2 src/sys/boot/pc98/boot2/Makefile 1.47.2.14 +2 -2 src/sys/conf/Makefile.alpha 1.179.2.15 +2 -2 src/sys/conf/Makefile.i386 1.82.2.16 +2 -2 src/sys/conf/Makefile.pc98 1.82.2.13 +1 -1 src/sys/conf/kmod.mk 1.70.2.2 +2 -2 src/sys/i386/boot/biosboot/Makefile 1.7.2.1 +2 -2 src/sys/i386/boot/cdboot/Makefile 1.6.2.1 +1 -1 src/sys/i386/boot/dosboot/Makefile 1.13.2.1 +1 -1 src/sys/i386/boot/rawboot/Makefile 1.26.2.3 +1 -1 src/sys/modules/ibcs2/Makefile 1.15.2.3 +1 -1 src/sys/modules/joy/Makefile 1.34.2.11 +1 -1 src/sys/modules/linux/Makefile 1.1.2.3 +1 -1 src/sys/modules/osf1/Makefile 1.13.2.5 +1 -1 src/sys/modules/svr4/Makefile 1.24.2.2 +2 -2 src/sys/pc98/boot/biosboot/Makefile 1.13.2.1 +1 -1 src/sys/pc98/boot/rawboot/Makefile 1.12.8.5 +2 -2 src/usr.bin/calendar/Makefile 1.21.2.5 +4 -4 src/usr.bin/doscmd/Makefile 1.11.2.4 +1 -1 src/usr.bin/locate/locate/Makefile 1.5.6.4 +1 -1 src/usr.bin/mail/Makefile 1.10.6.3 +1 -1 src/usr.bin/strip/Makefile 1.27.2.7 +4 -4 src/usr.bin/vi/Makefile 1.5.2.3 +1 -1 src/usr.bin/which/Makefile 1.7.2.1 +2 -2 src/usr.bin/xlint/llib/Makefile 1.4.2.4 +1 -1 src/usr.sbin/mailwrapper/Makefile 1.5.6.2 +1 -1 src/usr.sbin/pcvt/fed/Makefile 1.9.6.3 +1 -1 src/usr.sbin/pcvt/keycap/Makefile 1.1.2.3 +2 -2 src/usr.sbin/prefix/Makefile 1.13.2.3 +1 -1 src/usr.sbin/rpc.yppasswdd/Makefile 1.17.2.3 +2 -2 src/usr.sbin/ypserv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:45:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23AD237B400; Wed, 7 Aug 2002 09:45:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C91B243E42; Wed, 7 Aug 2002 09:45:23 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GjNJU021623; Wed, 7 Aug 2002 09:45:23 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77GjNoG021622; Wed, 7 Aug 2002 09:45:23 -0700 (PDT) Message-Id: <200208071645.g77GjNoG021622@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 7 Aug 2002 09:45:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale ldpart.c lmessages.c lmonetary.c lnumeric.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/07 09:45:23 PDT Modified files: lib/libc/locale ldpart.c lmessages.c lmonetary.c lnumeric.c Log: Style fixes in preparation of code rewritting Revision Changes Path 1.10 +24 -18 src/lib/libc/locale/ldpart.c 1.11 +4 -4 src/lib/libc/locale/lmessages.c 1.14 +10 -7 src/lib/libc/locale/lmonetary.c 1.12 +5 -5 src/lib/libc/locale/lnumeric.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:49:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F5EC37B400; Wed, 7 Aug 2002 09:49:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34AF743E4A; Wed, 7 Aug 2002 09:49:21 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GnLJU021843; Wed, 7 Aug 2002 09:49:21 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77GnLZG021842; Wed, 7 Aug 2002 09:49:21 -0700 (PDT) Message-Id: <200208071649.g77GnLZG021842@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 7 Aug 2002 09:49:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime timelocal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/07 09:49:20 PDT Modified files: lib/libc/stdtime timelocal.c Log: Style fixes Revision Changes Path 1.24 +6 -9 src/lib/libc/stdtime/timelocal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:53:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1712237B400; Wed, 7 Aug 2002 09:53:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B579C43E70; Wed, 7 Aug 2002 09:53:39 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GrdJU022582; Wed, 7 Aug 2002 09:53:39 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77Grdtj022581; Wed, 7 Aug 2002 09:53:39 -0700 (PDT) Message-Id: <200208071653.g77Grdtj022581@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 7 Aug 2002 09:53:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/texinfo/info Makefile src/gnu/usr.bin/texinfo/install-info Makefile src/gnu/usr.bin/texinfo/makeinfo Makefile src/gnu/usr.bin/texinfo/texindex Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/07 09:53:39 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/texinfo/info Makefile gnu/usr.bin/texinfo/install-info Makefile gnu/usr.bin/texinfo/makeinfo Makefile gnu/usr.bin/texinfo/texindex Makefile Log: MFC: Back out addition of a plus sign in DPADD and LDADD assignments. Revision Changes Path 1.10.2.4 +2 -2 src/gnu/usr.bin/texinfo/info/Makefile 1.11.2.1 +3 -3 src/gnu/usr.bin/texinfo/install-info/Makefile 1.13.2.2 +2 -2 src/gnu/usr.bin/texinfo/makeinfo/Makefile 1.7.2.1 +3 -3 src/gnu/usr.bin/texinfo/texindex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 9:54: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A84937B401; Wed, 7 Aug 2002 09:53:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 150B543E70; Wed, 7 Aug 2002 09:53:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77GreJU022632; Wed, 7 Aug 2002 09:53:40 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77GreUO022631; Wed, 7 Aug 2002 09:53:40 -0700 (PDT) Message-Id: <200208071653.g77GreUO022631@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 7 Aug 2002 09:53:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/texinfo ChangeLog FREEBSD-Xlist FREEBSD-upgrade INTRODUCTION NEWS README TODO config.h config.h.in src/contrib/texinfo/doc README fdl.texi info-stnd.texi info.1 info.texi install-info.1 makeinfo.1 texindex.1 texinfo.txi ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/07 09:53:40 PDT Modified files: (Branch: RELENG_4) contrib/texinfo ChangeLog FREEBSD-Xlist FREEBSD-upgrade INTRODUCTION NEWS README TODO config.h config.h.in contrib/texinfo/doc README info-stnd.texi info.1 info.texi install-info.1 makeinfo.1 texindex.1 texinfo.txi version-stnd.texi version.texi contrib/texinfo/info display.c filesys.c indices.c info-utils.c info.c infokey.c infokey.h search.c window.c contrib/texinfo/makeinfo cmds.c defun.c html.c html.h index.c insertion.c insertion.h makeinfo.c makeinfo.h node.c texinfo.dtd texinfo.xsl toc.c xml.c xml.h contrib/texinfo/util install-info.c texindex.c Added files: (Branch: RELENG_4) contrib/texinfo/doc fdl.texi Removed files: (Branch: RELENG_4) contrib/texinfo/lib libintl.h Log: MFC: GNU texinfo 4.2. Revision Changes Path 1.1.1.3.2.2 +325 -0 src/contrib/texinfo/ChangeLog 1.1.2.2 +0 -2 src/contrib/texinfo/FREEBSD-Xlist 1.1.2.2 +8 -8 src/contrib/texinfo/FREEBSD-upgrade 1.1.1.3.2.2 +1 -1 src/contrib/texinfo/INTRODUCTION 1.1.1.3.2.2 +39 -1 src/contrib/texinfo/NEWS 1.1.1.3.2.2 +1 -1 src/contrib/texinfo/README 1.1.1.3.2.2 +9 -3 src/contrib/texinfo/TODO 1.2.2.2 +100 -132 src/contrib/texinfo/config.h 1.1.1.2.2.2 +95 -127 src/contrib/texinfo/config.h.in 1.1.1.2.2.2 +1 -1 src/contrib/texinfo/doc/README 1.1.1.1.2.1 +403 -0 src/contrib/texinfo/doc/fdl.texi (new) 1.1.1.2.2.2 +45 -64 src/contrib/texinfo/doc/info-stnd.texi 1.1.1.1.2.2 +11 -10 src/contrib/texinfo/doc/info.1 1.1.1.2.2.2 +3 -3 src/contrib/texinfo/doc/info.texi 1.1.1.1.2.2 +2 -1 src/contrib/texinfo/doc/install-info.1 1.1.1.1.2.2 +29 -16 src/contrib/texinfo/doc/makeinfo.1 1.1.1.1.2.2 +2 -1 src/contrib/texinfo/doc/texindex.1 1.1.1.2.2.2 +1431 -1547 src/contrib/texinfo/doc/texinfo.txi 1.1.1.1.2.2 +3 -3 src/contrib/texinfo/doc/version-stnd.texi 1.1.1.1.2.2 +3 -3 src/contrib/texinfo/doc/version.texi 1.1.1.2.6.1 +39 -8 src/contrib/texinfo/info/display.c 1.1.1.3.2.2 +3 -1 src/contrib/texinfo/info/filesys.c 1.1.1.3.2.1 +3 -3 src/contrib/texinfo/info/indices.c 1.1.1.3.2.1 +5 -3 src/contrib/texinfo/info/info-utils.c 1.1.1.3.2.2 +28 -26 src/contrib/texinfo/info/info.c 1.1.1.1.2.2 +10 -9 src/contrib/texinfo/info/infokey.c 1.1.1.1.2.2 +2 -2 src/contrib/texinfo/info/infokey.h 1.1.1.3.2.1 +2 -2 src/contrib/texinfo/info/search.c 1.1.1.3.2.2 +66 -6 src/contrib/texinfo/info/window.c 1.1.1.1.2.1 +0 -182 src/contrib/texinfo/lib/libintl.h (dead) 1.1.1.1.2.2 +19 -6 src/contrib/texinfo/makeinfo/cmds.c 1.1.1.1.2.2 +11 -7 src/contrib/texinfo/makeinfo/defun.c 1.1.1.1.2.2 +14 -2 src/contrib/texinfo/makeinfo/html.c 1.1.1.1.2.2 +2 -2 src/contrib/texinfo/makeinfo/html.h 1.1.1.1.2.2 +9 -2 src/contrib/texinfo/makeinfo/index.c 1.1.1.1.2.2 +125 -39 src/contrib/texinfo/makeinfo/insertion.c 1.1.1.1.2.2 +14 -12 src/contrib/texinfo/makeinfo/insertion.h 1.9.2.2 +141 -67 src/contrib/texinfo/makeinfo/makeinfo.c 1.1.1.3.2.2 +19 -6 src/contrib/texinfo/makeinfo/makeinfo.h 1.1.1.1.2.2 +7 -6 src/contrib/texinfo/makeinfo/node.c 1.1.1.1.2.2 +6 -14 src/contrib/texinfo/makeinfo/texinfo.dtd 1.1.1.1.2.2 +10 -10 src/contrib/texinfo/makeinfo/texinfo.xsl 1.1.1.1.2.2 +7 -7 src/contrib/texinfo/makeinfo/toc.c 1.1.1.1.2.2 +3 -1 src/contrib/texinfo/makeinfo/xml.c 1.1.1.1.2.2 +12 -7 src/contrib/texinfo/makeinfo/xml.h 1.11.2.2 +6 -4 src/contrib/texinfo/util/install-info.c 1.1.1.3.2.2 +3 -2 src/contrib/texinfo/util/texindex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 10: 3:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 734D537B400; Wed, 7 Aug 2002 10:03:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243CD43E72; Wed, 7 Aug 2002 10:03:15 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77H3FJU024957; Wed, 7 Aug 2002 10:03:15 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77H3EY9024956; Wed, 7 Aug 2002 10:03:14 -0700 (PDT) Message-Id: <200208071703.g77H3EY9024956@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 7 Aug 2002 10:03:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.8 inetd.c inetd.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 ume 2002/08/07 10:03:14 PDT Modified files: usr.sbin/inetd inetd.8 inetd.c inetd.h Log: Add capability for limiting the maximum number of simultaneous invocations of each service from a single IP address. Requested by: matusita Reviewed by: dwmalone Tested by: matusita on snapshots.jp.FreeBSD.org MFC after: 2 weeks Revision Changes Path 1.74 +14 -1 src/usr.sbin/inetd/inetd.8 1.107 +283 -3 src/usr.sbin/inetd/inetd.c 1.13 +18 -0 src/usr.sbin/inetd/inetd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 10:13:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1064F37B400; Wed, 7 Aug 2002 10:13:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F3743E3B; Wed, 7 Aug 2002 10:13:08 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77HD8JU030007; Wed, 7 Aug 2002 10:13:08 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77HD8Qv030006; Wed, 7 Aug 2002 10:13:08 -0700 (PDT) Message-Id: <200208071713.g77HD8Qv030006@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 10:13:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/amavisd Makefile distinfo ports/security/amavisd/files patch-README.sendmail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/07 10:13:08 PDT Modified files: security/amavisd Makefile distinfo Added files: security/amavisd/files patch-README.sendmail Log: Update to 20020531 PR: ports/41315 Submitted by: Gheorghe Ardelean Approved by: maintainer Revision Changes Path 1.6 +1 -2 ports/security/amavisd/Makefile 1.2 +1 -1 ports/security/amavisd/distinfo 1.1 +26 -0 ports/security/amavisd/files/patch-README.sendmail (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 10:22: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA1DF37B400; Wed, 7 Aug 2002 10:22:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F18F43E75; Wed, 7 Aug 2002 10:22:05 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77HM5JU030901; Wed, 7 Aug 2002 10:22:05 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77HM5TT030900; Wed, 7 Aug 2002 10:22:05 -0700 (PDT) Message-Id: <200208071722.g77HM5TT030900@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 10:22:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/rain 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 pat 2002/08/07 10:22:05 PDT Modified files: security/rain Makefile pkg-descr Log: Fix distfile site and project page Submitted by: fenner's distfiles survey Revision Changes Path 1.6 +1 -1 ports/security/rain/Makefile 1.3 +1 -1 ports/security/rain/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 10:34:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8524E37B400; Wed, 7 Aug 2002 10:34:45 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 661F643E42; Wed, 7 Aug 2002 10:34:40 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g77HYaS51512; Wed, 7 Aug 2002 20:34:36 +0300 (EEST) (envelope-from ru) Date: Wed, 7 Aug 2002 20:34:36 +0300 From: Ruslan Ermilov To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd inetd.8 inetd.c inetd.h Message-ID: <20020807173436.GB51278@sunbay.com> References: <200208071703.g77H3EY9024956@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MfFXiAuoTsnnDAfZ" Content-Disposition: inline In-Reply-To: <200208071703.g77H3EY9024956@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --MfFXiAuoTsnnDAfZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 07, 2002 at 10:03:14AM -0700, Hajimu UMEMOTO wrote: > ume 2002/08/07 10:03:14 PDT >=20 > Modified files: > usr.sbin/inetd inetd.8 inetd.c inetd.h=20 > Log: > Add capability for limiting the maximum number of simultaneous > invocations of each service from a single IP address. > =20 > Requested by: matusita > Reviewed by: dwmalone > Tested by: matusita on snapshots.jp.FreeBSD.org > MFC after: 2 weeks > =20 > Revision Changes Path > 1.74 +14 -1 src/usr.sbin/inetd/inetd.8 > 1.107 +283 -3 src/usr.sbin/inetd/inetd.c > 1.13 +18 -0 src/usr.sbin/inetd/inetd.h >=20 Cool! 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 --MfFXiAuoTsnnDAfZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9UVosUkv4P6juNwoRAteMAJwPdOlqAFgHkbkPxWuiKI0lJojMqACeIIB5 0zOuyxNiCrtuZSR0flyzqLM= =Pqt1 -----END PGP SIGNATURE----- --MfFXiAuoTsnnDAfZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 10:39:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBD5537B400; Wed, 7 Aug 2002 10:39:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F6AE43E5E; Wed, 7 Aug 2002 10:39:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77HdaJU033158; Wed, 7 Aug 2002 10:39:36 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77HdaiK033157; Wed, 7 Aug 2002 10:39:36 -0700 (PDT) Message-Id: <200208071739.g77HdaiK033157@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 7 Aug 2002 10:39:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/apropos apropos.man apropos.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/07 10:39:36 PDT Modified files: gnu/usr.bin/man/apropos apropos.man apropos.sh Log: POSIX.1-2001 says ``man -k'' should produce results equivalent to the ``grep -Ei'' searching. MFC after: 3 days Revision Changes Path 1.11 +1 -1 src/gnu/usr.bin/man/apropos/apropos.man 1.15 +2 -2 src/gnu/usr.bin/man/apropos/apropos.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 10:41:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6638137B400; Wed, 7 Aug 2002 10:41:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E85E43E75; Wed, 7 Aug 2002 10:41:20 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77HfJJU033709; Wed, 7 Aug 2002 10:41:19 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77HfJAY033708; Wed, 7 Aug 2002 10:41:19 -0700 (PDT) Message-Id: <200208071741.g77HfJAY033708@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 10:41:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmess/files patch-src-unix::unix.mak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/07 10:41:19 PDT Added files: emulators/xmess/files patch-src-unix::unix.mak Log: Add patch to fix build because some paths need correction, already in xmame. PR: ports/41099 Submitted by: Adam Weinberger Approved by: maintainer Revision Changes Path 1.1 +28 -0 ports/emulators/xmess/files/patch-src-unix::unix.mak (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 10:47:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9C1F37B400; Wed, 7 Aug 2002 10:47:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E03243E65; Wed, 7 Aug 2002 10:47:24 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77HlOJU034214; Wed, 7 Aug 2002 10:47:24 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77HlOpm034213; Wed, 7 Aug 2002 10:47:24 -0700 (PDT) Message-Id: <200208071747.g77HlOpm034213@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 7 Aug 2002 10:47:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/tmac koi8-r X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/07 10:47:24 PDT Modified files: gnu/usr.bin/groff/tmac koi8-r Log: Added Russian translation of the .Ex -std macro. MFC after: 3 days Revision Changes Path 1.7 +9 -0 src/gnu/usr.bin/groff/tmac/koi8-r To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 10:53:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E41937B400; Wed, 7 Aug 2002 10:53:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEF3643EAA; Wed, 7 Aug 2002 10:53:31 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77HrVJU034817; Wed, 7 Aug 2002 10:53:31 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77HrVc4034816; Wed, 7 Aug 2002 10:53:31 -0700 (PDT) Message-Id: <200208071753.g77HrVc4034816@freefall.freebsd.org> From: Robert Watson Date: Wed, 7 Aug 2002 10:53:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_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 rwatson 2002/08/07 10:53:31 PDT Modified files: sys/kern init_main.c Log: Refresh the credential on the first initproc thread following divorcing the initproc credential from the proc0 credential. Otherwise, the proc0 credential is used instead of initproc's credentil when authorizing start_init() activities prior to initproc hitting userland for the first time. This could result in the incorrect credential being used to authorize mounting of the root file system, which could in turn cause problems for NFS when used in combination with uid/gid ipfw rules, or with MAC. Discussed with: julian Revision Changes Path 1.202 +1 -0 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 10:58:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE92D37B401; Wed, 7 Aug 2002 10:58:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7291043E7B; Wed, 7 Aug 2002 10:58:18 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77HwIJU035136; Wed, 7 Aug 2002 10:58:18 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77HwI5e035135; Wed, 7 Aug 2002 10:58:18 -0700 (PDT) Message-Id: <200208071758.g77HwI5e035135@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 7 Aug 2002 10:58:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/frox Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/07 10:58:18 PDT Modified files: ftp/frox Makefile Log: add MASTER_SITE_SOURCEFORGE to master site Revision Changes Path 1.2 +3 -1 ports/ftp/frox/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 11: 1:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C26F37B401; Wed, 7 Aug 2002 11:01:07 -0700 (PDT) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD2F43E70; Wed, 7 Aug 2002 11:01:07 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd03.sul.t-online.de by mailout05.sul.t-online.com with smtp id 17cV7J-0001My-0C; Wed, 07 Aug 2002 20:01:05 +0200 Received: from Andro-Beta.Leidinger.net (520065502893-0001@[217.83.19.237]) by fmrl03.sul.t-online.com with esmtp id 17cV8R-0YkUBkC; Wed, 7 Aug 2002 20:02:15 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) by Andro-Beta.Leidinger.net (8.11.6/8.11.6) with ESMTP id g77I10x31414; Wed, 7 Aug 2002 20:01:00 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.5/8.12.5) with SMTP id g77I0xTY013727; Wed, 7 Aug 2002 20:00:59 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Wed, 7 Aug 2002 20:00:59 +0200 From: Alexander Leidinger To: "Warner Losh" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include stddef.h stdlib.h Message-Id: <20020807200059.478a7373.Alexander@Leidinger.net> In-Reply-To: <200208071549.g77FnXx8009462@freefall.freebsd.org> References: <200208071549.g77FnXx8009462@freefall.freebsd.org> Organization: Independend X-Mailer: Sylpheed version 0.7.8claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Sender: 520065502893-0001@t-dialin.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 On Wed, 7 Aug 2002 08:49:33 -0700 (PDT) "Warner Losh" wrote: > imp 2002/08/07 08:49:33 PDT > > Modified files: (Branch: RELENG_4) > include stddef.h stdlib.h > Log: > MFC stdlib 1.37 and stddef 1.7: don't define wchar_t if C++ Just in time... With a little bit of luck (I'm going to test some patches in the next days) 4.7 will get an icc which is able to compile C++ programs. Bye, Alexander. -- ...and that is how we know the Earth to be banana-shaped. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 11: 2:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F81A37B400; Wed, 7 Aug 2002 11:02:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545D343E42; Wed, 7 Aug 2002 11:02:46 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77I2kJU036077; Wed, 7 Aug 2002 11:02:46 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77I2kDt036076; Wed, 7 Aug 2002 11:02:46 -0700 (PDT) Message-Id: <200208071802.g77I2kDt036076@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 7 Aug 2002 11:02:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale collate.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/07 11:02:46 PDT Modified files: lib/libc/locale collate.c Log: Style fixes in preparation for rewritting Revision Changes Path 1.25 +15 -15 src/lib/libc/locale/collate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 11: 3: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB13C37B405; Wed, 7 Aug 2002 11:03:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A08443E75; Wed, 7 Aug 2002 11:03:00 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77I30JU036157; Wed, 7 Aug 2002 11:03:00 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77I30tK036156; Wed, 7 Aug 2002 11:03:00 -0700 (PDT) Message-Id: <200208071803.g77I30tK036156@freefall.freebsd.org> From: Alan Cox Date: Wed, 7 Aug 2002 11:03:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include pmap.h src/sys/ia64/include pmap.h src/sys/sparc64/include pmap.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/07 11:03:00 PDT Modified files: sys/alpha/include pmap.h sys/ia64/include pmap.h sys/sparc64/include pmap.h Log: o Introduce pmap_page_is_mapped(). Its purpose is to obsolete the PG_MAPPED flag. Revision Changes Path 1.19 +1 -0 src/sys/alpha/include/pmap.h 1.9 +1 -0 src/sys/ia64/include/pmap.h 1.24 +1 -0 src/sys/sparc64/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 11: 3:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5784437B400; Wed, 7 Aug 2002 11:03:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AEAE43E3B; Wed, 7 Aug 2002 11:03:31 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77I3UJU036293; Wed, 7 Aug 2002 11:03:30 -0700 (PDT) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77I3Uhk036292; Wed, 7 Aug 2002 11:03:30 -0700 (PDT) Message-Id: <200208071803.g77I3Uhk036292@freefall.freebsd.org> From: Garrett Wollman Date: Wed, 7 Aug 2002 11:03:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys execve.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wollman 2002/08/07 11:03:30 PDT Modified files: lib/libc/sys execve.2 Log: Document file descriptor reopening and current standardization status. Revision Changes Path 1.33 +19 -0 src/lib/libc/sys/execve.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 11: 6:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C77BC37B400; Wed, 7 Aug 2002 11:06:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 765AF43E42; Wed, 7 Aug 2002 11:06:21 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77I6LJU041037; Wed, 7 Aug 2002 11:06:21 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77I6Lhm041036; Wed, 7 Aug 2002 11:06:21 -0700 (PDT) Message-Id: <200208071806.g77I6Lhm041036@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 11:06:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/freedialog Makefile ports/textproc/freegrep Makefile ports/devel/freelibiberty Makefile ports/irc/party 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 pat 2002/08/07 11:06:21 PDT Modified files: misc/freedialog Makefile textproc/freegrep Makefile devel/freelibiberty Makefile irc/party Makefile Log: Update maintainer email address and MASTER_SITES PR: ports/41392, ports/41393, ports/41394, ports/41395 Submitted by: maintainer Revision Changes Path 1.7 +5 -6 ports/devel/freelibiberty/Makefile 1.3 +5 -6 ports/irc/party/Makefile 1.3 +6 -7 ports/misc/freedialog/Makefile 1.18 +3 -4 ports/textproc/freegrep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 11:11:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C015137B400; Wed, 7 Aug 2002 11:11:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D17B43E70; Wed, 7 Aug 2002 11:11:37 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77IBbJU042159; Wed, 7 Aug 2002 11:11:37 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77IBbgR042158; Wed, 7 Aug 2002 11:11:37 -0700 (PDT) Message-Id: <200208071811.g77IBbgR042158@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 11:11:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/uwatch 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 pat 2002/08/07 11:11:37 PDT Modified files: sysutils/uwatch Makefile distinfo Log: - Update to 1.3 - Update MASTER_SITES and maintainer email address PR: ports/41396 Submitted by: maintainer Revision Changes Path 1.6 +6 -7 ports/sysutils/uwatch/Makefile 1.4 +1 -1 ports/sysutils/uwatch/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 11:12:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48FEC37B405; Wed, 7 Aug 2002 11:12:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A192C43E75; Wed, 7 Aug 2002 11:12:38 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from freefall.freebsd.org (gshapiro@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77ICcJU042411; Wed, 7 Aug 2002 11:12:38 -0700 (PDT) (envelope-from gshapiro@freefall.freebsd.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77ICcii042410; Wed, 7 Aug 2002 11:12:38 -0700 (PDT) Message-Id: <200208071812.g77ICcii042410@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Wed, 7 Aug 2002 11:12:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunched_main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2002/08/07 11:12:38 PDT Modified files: (Branch: RELENG_4) usr.sbin/crunch/crunchgen crunched_main.c Log: MFC: Pass envp to crunched program's main() routines as some depend on it. Note that crunchgen's stub .c programs already have the code to use it: "int _crunched_%s_stub(int argc, char **argv, char **envp)" "{return main(argc,argv,envp);}\" >%s_stub.c\n", Add $FreeBSD$ to allow the commit. Revision Changes Path 1.7 +4 -2 src/usr.sbin/crunch/crunchgen/crunched_main.c Revision Changes Path 1.6.6.1 +4 -2 src/usr.sbin/crunch/crunchgen/crunched_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 11:20:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1798C37B400; Wed, 7 Aug 2002 11:20:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C233243E6E; Wed, 7 Aug 2002 11:20:24 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77IKOJU043208; Wed, 7 Aug 2002 11:20:24 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77IKOfH043207; Wed, 7 Aug 2002 11:20:24 -0700 (PDT) Message-Id: <200208071820.g77IKOfH043207@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 11:20:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xosview 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 pat 2002/08/07 11:20:24 PDT Modified files: sysutils/xosview Makefile Log: Update MASTER_SITES to use sourceforge site PR: ports/41418 Submitted by: Clement Laforet Revision Changes Path 1.29 +2 -4 ports/sysutils/xosview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 11:29:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD79337B400; Wed, 7 Aug 2002 11:29:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7031643E72; Wed, 7 Aug 2002 11:29:56 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77ITuJU043786; Wed, 7 Aug 2002 11:29:56 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77ITumE043785; Wed, 7 Aug 2002 11:29:56 -0700 (PDT) Message-Id: <200208071829.g77ITumE043785@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 11:29:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openslp Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 11:29:56 PDT Modified files: net/openslp Makefile distinfo pkg-plist Log: Update to 1.0.9a. * Fix some style nits * Install the RC script as 001slpd.sh.sample so that when enabled, slpd starts before Netatalk's afpd so that afpd can correctly register with slpd. Revision Changes Path 1.7 +6 -7 ports/net/openslp/Makefile 1.6 +1 -1 ports/net/openslp/distinfo 1.2 +1 -1 ports/net/openslp/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 Aug 7 11:38:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A62CA37B400; Wed, 7 Aug 2002 11:38:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5714F43E6E; Wed, 7 Aug 2002 11:38:41 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77IcfJU044643; Wed, 7 Aug 2002 11:38:41 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77Icf9I044642; Wed, 7 Aug 2002 11:38:41 -0700 (PDT) Message-Id: <200208071838.g77Icf9I044642@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 11:38:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/p5-Tk-Getopt 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 pat 2002/08/07 11:38:40 PDT Modified files: x11-toolkits/p5-Tk-Getopt Makefile distinfo pkg-descr Log: - Update to 0.48 - Add WWW tag - Give maintainership to submitter PR: ports/41406 Submitted by: Erwin Lansing Revision Changes Path 1.2 +2 -2 ports/x11-toolkits/p5-Tk-Getopt/Makefile 1.2 +1 -1 ports/x11-toolkits/p5-Tk-Getopt/distinfo 1.2 +2 -0 ports/x11-toolkits/p5-Tk-Getopt/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 12:21:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3284F37B400; Wed, 7 Aug 2002 12:21:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9EC443E65; Wed, 7 Aug 2002 12:21:07 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JL7JU052652; Wed, 7 Aug 2002 12:21:07 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77JL7sp052651; Wed, 7 Aug 2002 12:21:07 -0700 (PDT) Message-Id: <200208071921.g77JL7sp052651@freefall.freebsd.org> From: Max Khon Date: Wed, 7 Aug 2002 12:21:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc 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 2002/08/07 12:21:07 PDT Modified files: misc/mc Makefile Log: - enable --with-charset by default, provide WITHOUT_ICONV knob, bump port revision - do not loose LIB_DEPENDS on gettext (intl.4) - remove superflous whitespace - assign maintainership to myself Submitted by: Andrew Filonov (partially) Revision Changes Path 1.66 +12 -5 ports/misc/mc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 12:37:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4157A37B400; Wed, 7 Aug 2002 12:37:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8C9243E72; Wed, 7 Aug 2002 12:37:22 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JbMJU053984; Wed, 7 Aug 2002 12:37:22 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77JbMbR053983; Wed, 7 Aug 2002 12:37:22 -0700 (PDT) Message-Id: <200208071937.g77JbMbR053983@freefall.freebsd.org> From: Alan Cox Date: Wed, 7 Aug 2002 12:37:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include pmap.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/07 12:37:22 PDT Modified files: sys/powerpc/include pmap.h Log: o Introduce pmap_page_is_mapped(). Its purpose is to obsolete the PG_MAPPED flag. Revision Changes Path 1.9 +1 -0 src/sys/powerpc/include/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 12:41:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9921C37B400; Wed, 7 Aug 2002 12:41:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B5F443E72; Wed, 7 Aug 2002 12:41:07 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77Jf7JU054295; Wed, 7 Aug 2002 12:41:07 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77Jf6jW054294; Wed, 7 Aug 2002 12:41:06 -0700 (PDT) Message-Id: <200208071941.g77Jf6jW054294@freefall.freebsd.org> From: Ernst de Haan Date: Wed, 7 Aug 2002 12:41:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/java-commapi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/07 12:41:06 PDT Modified files: comms/java-commapi Makefile Log: Fixed the download URL. Revision Changes Path 1.2 +1 -1 ports/comms/java-commapi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 12:48:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A013737B400; Wed, 7 Aug 2002 12:48:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5383343E42; Wed, 7 Aug 2002 12:48:41 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JmfJU055530; Wed, 7 Aug 2002 12:48:41 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77JmflL055529; Wed, 7 Aug 2002 12:48:41 -0700 (PDT) Message-Id: <200208071948.g77JmflL055529@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 7 Aug 2002 12:48:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/08/07 12:48:41 PDT Modified files: databases/mysql323-server Makefile Log: Back out last commit. It was unapproved and inappropriate since it breaks existing installations (very clever!). An appropriate "fix" for this "problem" would be to look in both /etc and ${PREFIX}/etc. Revision Changes Path 1.138 +0 -4 ports/databases/mysql323-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 12:51:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11EFD37B400; Wed, 7 Aug 2002 12:51:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B81D543E6A; Wed, 7 Aug 2002 12:51:47 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JplJU056083; Wed, 7 Aug 2002 12:51:47 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77Jplvh056082; Wed, 7 Aug 2002 12:51:47 -0700 (PDT) Message-Id: <200208071951.g77Jplvh056082@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 7 Aug 2002 12:51:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server/files mysql-server.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/08/07 12:51:47 PDT Modified files: databases/mysql323-server/files mysql-server.sh Log: Workaround revision 1.42 and 1.29.2.7 of src/bin/sh/parser.c. Submitted by: The Anarcat Revision Changes Path 1.3 +2 -1 ports/databases/mysql323-server/files/mysql-server.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 12:54:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6234C37B400; Wed, 7 Aug 2002 12:54:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14DC843E65; Wed, 7 Aug 2002 12:54:18 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JsHJU056305; Wed, 7 Aug 2002 12:54:17 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77JsHVr056304; Wed, 7 Aug 2002 12:54:17 -0700 (PDT) Message-Id: <200208071954.g77JsHVr056304@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 12:54:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomeutils2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 12:54:17 PDT Modified files: misc/gnomeutils2 Makefile distinfo Log: Update to 2.0.2. Revision Changes Path 1.50 +1 -1 ports/misc/gnomeutils2/Makefile 1.24 +1 -1 ports/misc/gnomeutils2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 12:55:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B84BB37B400; Wed, 7 Aug 2002 12:55:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C03A43E75; Wed, 7 Aug 2002 12:54:51 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JsoJU056394; Wed, 7 Aug 2002 12:54:50 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77Jso7w056393; Wed, 7 Aug 2002 12:54:50 -0700 (PDT) Message-Id: <200208071954.g77Jso7w056393@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 12:54:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gnomegames2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 12:54:50 PDT Modified files: games/gnomegames2 Makefile distinfo pkg-plist Log: Update to 2.0.2. Revision Changes Path 1.51 +4 -8 ports/games/gnomegames2/Makefile 1.20 +1 -1 ports/games/gnomegames2/distinfo 1.25 +0 -74 ports/games/gnomegames2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 12:55:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8945537B41B; Wed, 7 Aug 2002 12:55:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A7843E91; Wed, 7 Aug 2002 12:55:26 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JtQJU056489; Wed, 7 Aug 2002 12:55:26 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77JtQ4q056483; Wed, 7 Aug 2002 12:55:26 -0700 (PDT) Message-Id: <200208071955.g77JtQ4q056483@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 12:55:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libgnomecanvas Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 12:55:20 PDT Modified files: graphics/libgnomecanvas Makefile distinfo pkg-plist Log: Update to 2.0.2. Revision Changes Path 1.20 +2 -2 ports/graphics/libgnomecanvas/Makefile 1.10 +1 -1 ports/graphics/libgnomecanvas/distinfo 1.10 +1 -0 ports/graphics/libgnomecanvas/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 Aug 7 12:56:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F8D837B400; Wed, 7 Aug 2002 12:56:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA2443E7B; Wed, 7 Aug 2002 12:56:15 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JuFJU056634; Wed, 7 Aug 2002 12:56:15 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77JuFjo056633; Wed, 7 Aug 2002 12:56:15 -0700 (PDT) Message-Id: <200208071956.g77JuFjo056633@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 12:56:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/yelp Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/07 12:56:15 PDT Modified files: x11/yelp Makefile distinfo pkg-plist Log: Update to 1.0.2. Revision Changes Path 1.8 +5 -9 ports/x11/yelp/Makefile 1.6 +1 -1 ports/x11/yelp/distinfo 1.4 +2 -1 ports/x11/yelp/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 Aug 7 12:57: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C544937B400; Wed, 7 Aug 2002 12:57:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF43743E75; Wed, 7 Aug 2002 12:57:01 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77Jv1JU056742; Wed, 7 Aug 2002 12:57:01 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77Jv1o4056741; Wed, 7 Aug 2002 12:57:01 -0700 (PDT) Message-Id: <200208071957.g77Jv1o4056741@freefall.freebsd.org> From: Joe Marcus Clarke Date: Wed, 7 Aug 2002 12:57:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/nautilus2 Makefile distinfo pkg-plist ports/x11-fm/nautilus2/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 marcus 2002/08/07 12:57:01 PDT Modified files: x11-fm/nautilus2 Makefile distinfo pkg-plist x11-fm/nautilus2/files patch-Makefile.in Log: Update to 2.0.3. Revision Changes Path 1.63 +1 -1 ports/x11-fm/nautilus2/Makefile 1.15 +1 -1 ports/x11-fm/nautilus2/distinfo 1.3 +10 -11 ports/x11-fm/nautilus2/files/patch-Makefile.in 1.17 +0 -1 ports/x11-fm/nautilus2/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 Aug 7 12:58:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D29337B400; Wed, 7 Aug 2002 12:58:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76DA943E7B; Wed, 7 Aug 2002 12:58:13 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JwDJa056844; Wed, 7 Aug 2002 12:58:13 -0700 (PDT) (envelope-from tmm@freefall.freebsd.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77JhtX9054896; Wed, 7 Aug 2002 12:43:55 -0700 (PDT) Message-Id: <200208071943.g77JhtX9054896@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 7 Aug 2002 12:43:55 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/sys/kern subr_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 tmm 2002/08/07 12:43:55 PDT Modified files: sys/kern subr_clock.c Log: Use the CPU_* OID constants instead of OID_AUTO for the clock-related sysctls for compatability with old applications. Revision Changes Path 1.2 +6 -3 src/sys/kern/subr_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 Aug 7 12:58:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BB9A37B407; Wed, 7 Aug 2002 12:58:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8FB543E84; Wed, 7 Aug 2002 12:58:13 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JwDJe056844; Wed, 7 Aug 2002 12:58:13 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77JiiXc055060; Wed, 7 Aug 2002 12:44:44 -0700 (PDT) Message-Id: <200208071944.g77JiiXc055060@freefall.freebsd.org> From: Ernst de Haan Date: Wed, 7 Aug 2002 12:44:43 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: ports/comms Makefile ports/comms/java-commapi-freebsd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/comms/java-commapi-freebsd/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/07 12:44:40 PDT Modified files: comms Makefile Added files: comms/java-commapi-freebsd Makefile distinfo pkg-comment pkg-descr pkg-plist comms/java-commapi-freebsd/files patch-aa patch-ab Log: New port: Java Communication API, FreeBSD implementation. PR: 31689 Submitted by: Ari Suutari Revision Changes Path 1.70 +1 -0 ports/comms/Makefile 1.1 +26 -0 ports/comms/java-commapi-freebsd/Makefile (new) 1.1 +1 -0 ports/comms/java-commapi-freebsd/distinfo (new) 1.1 +81 -0 ports/comms/java-commapi-freebsd/files/patch-aa (new) 1.1 +71 -0 ports/comms/java-commapi-freebsd/files/patch-ab (new) 1.1 +1 -0 ports/comms/java-commapi-freebsd/pkg-comment (new) 1.1 +3 -0 ports/comms/java-commapi-freebsd/pkg-descr (new) 1.1 +4 -0 ports/comms/java-commapi-freebsd/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 Aug 7 12:58:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91E5F37B406; Wed, 7 Aug 2002 12:58:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 611C843E77; Wed, 7 Aug 2002 12:58:13 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JwDJY056844; Wed, 7 Aug 2002 12:58:13 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77Jja3O055210; Wed, 7 Aug 2002 12:45:36 -0700 (PDT) Message-Id: <200208071945.g77Jja3O055210@freefall.freebsd.org> From: Ernst de Haan Date: Wed, 7 Aug 2002 12:45:36 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/07 12:45:36 PDT Modified files: . modules Log: java-commapi-freebsd --> ports/comms/java-commapi-freebsd Revision Changes Path 1.5680 +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 Aug 7 12:59: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA36737B408; Wed, 7 Aug 2002 12:58:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2FC943E81; Wed, 7 Aug 2002 12:58:13 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JwDJc056844; Wed, 7 Aug 2002 12:58:13 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77JUjeF053379; Wed, 7 Aug 2002 12:30:45 -0700 (PDT) Message-Id: <200208071930.g77JUjeF053379@freefall.freebsd.org> From: Robert Watson Date: Wed, 7 Aug 2002 12:30:45 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: src/sys/kern kern_acct.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/07 12:30:45 PDT Modified files: sys/kern kern_acct.c Log: Cache the credential provided during accton() for use in later accounting vnode operations. This permits the rights of the user (typically root) used to turn on accounting to be used when writing out accounting entries, rather than the credentials of the process generating the accounting record. This fixes accounting in a number of environments, including file systems that offer revocation support, MAC environments, some securelevel scenarios, and in some NFS environments. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.47 +17 -5 src/sys/kern/kern_acct.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 12:59:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC0837B431; Wed, 7 Aug 2002 12:58:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D28643E5E; Wed, 7 Aug 2002 12:58:27 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: from freefall.freebsd.org (dirk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77JwRJU056890; Wed, 7 Aug 2002 12:58:27 -0700 (PDT) (envelope-from dirk@freefall.freebsd.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77JwRV9056889; Wed, 7 Aug 2002 12:58:27 -0700 (PDT) Message-Id: <200208071958.g77JwRV9056889@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 7 Aug 2002 12:58:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/08/07 12:58:26 PDT Modified files: databases/mysql323-server Makefile Log: Bump PORTREVISION after fixing startup script. Revision Changes Path 1.139 +1 -1 ports/databases/mysql323-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 13: 9: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDF9537B400; Wed, 7 Aug 2002 13:09:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00FD43E3B; Wed, 7 Aug 2002 13:09:03 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77K93JU062401; Wed, 7 Aug 2002 13:09:03 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77K93jh062400; Wed, 7 Aug 2002 13:09:03 -0700 (PDT) Message-Id: <200208072009.g77K93jh062400@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 7 Aug 2002 13:09:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strsep.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/07 13:08:58 PDT Modified files: lib/libc/string strsep.3 Log: Correct an inaccuracy in this man page regarding detecting empty fields. MFC after: 2 days Revision Changes Path 1.12 +6 -5 src/lib/libc/string/strsep.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 13:10:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4828B37B400; Wed, 7 Aug 2002 13:10:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F103343E65; Wed, 7 Aug 2002 13:10:49 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: from freefall.freebsd.org (gibbs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77KAnJU062648; Wed, 7 Aug 2002 13:10:49 -0700 (PDT) (envelope-from gibbs@freefall.freebsd.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77KAnwT062647; Wed, 7 Aug 2002 13:10:49 -0700 (PDT) Message-Id: <200208072010.g77KAnwT062647@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 7 Aug 2002 13:10:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gibbs 2002/08/07 13:10:49 PDT Modified files: . access Log: Add Nate Lawson to our band or source committers. Revision Changes Path 1.329 +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 Aug 7 13:15:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 225B737B400; Wed, 7 Aug 2002 13:15:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C834443E4A; Wed, 7 Aug 2002 13:15:30 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77KFUJU063377; Wed, 7 Aug 2002 13:15:30 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77KFUOl063376; Wed, 7 Aug 2002 13:15:30 -0700 (PDT) Message-Id: <200208072015.g77KFUOl063376@freefall.freebsd.org> From: Robert Watson Date: Wed, 7 Aug 2002 13:15:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/07 13:15:30 PDT Modified files: sys/kern subr_mbuf.c Log: Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags' argument, not the 'type' argument. As a result of the buf, the MAC label on some packet header mbufs might not be set in mbufs allocated using m_getcl(), resulting in a page fault. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.27 +1 -1 src/sys/kern/subr_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 13:21: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE7237B401; Wed, 7 Aug 2002 13:20:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2570943E6E; Wed, 7 Aug 2002 13:20:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77KKvJU064182; Wed, 7 Aug 2002 13:20:57 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77KKuop064181; Wed, 7 Aug 2002 13:20:56 -0700 (PDT) Message-Id: <200208072020.g77KKuop064181@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 7 Aug 2002 13:20:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale euc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/07 13:20:56 PDT Modified files: lib/libc/locale euc.c Log: Fix wrong address when EucInfo > "variable" size Revision Changes Path 1.9 +1 -1 src/lib/libc/locale/euc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 13:21:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D67C37B400; Wed, 7 Aug 2002 13:21:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB4CA43E84; Wed, 7 Aug 2002 13:21:12 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from freefall.freebsd.org (njl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77KLCJU064266; Wed, 7 Aug 2002 13:21:12 -0700 (PDT) (envelope-from njl@freefall.freebsd.org) Received: (from njl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77KLCRq064264; Wed, 7 Aug 2002 13:21:12 -0700 (PDT) Message-Id: <200208072021.g77KLCRq064264@freefall.freebsd.org> From: Nate Lawson Date: Wed, 7 Aug 2002 13:21:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml ports/astro/xearth/files freebsd.committers.markers www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2002/08/07 13:21:12 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml astro/xearth/files freebsd.committers.markers en/news news.xml Log: new committer: njl Approved by: gibbs Revision Changes Path 1.232 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.108 +1 -0 ports/astro/xearth/files/freebsd.committers.markers 1.98 +10 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 13:24:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2866937B401; Wed, 7 Aug 2002 13:24:35 -0700 (PDT) Received: from patrocles.silby.com (d153.as28.nwbl0.wi.voyager.net [169.207.71.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4D843E4A; Wed, 7 Aug 2002 13:24:33 -0700 (PDT) (envelope-from silby@silby.com) Received: from patrocles.silby.com (localhost [127.0.0.1]) by patrocles.silby.com (8.12.5/8.12.5) with ESMTP id g77KRnB1048111; Wed, 7 Aug 2002 15:27:49 -0500 (CDT) (envelope-from silby@silby.com) Received: from localhost (silby@localhost) by patrocles.silby.com (8.12.5/8.12.5/Submit) with ESMTP id g77KRlje048108; Wed, 7 Aug 2002 15:27:48 -0500 (CDT) X-Authentication-Warning: patrocles.silby.com: silby owned process doing -bs Date: Wed, 7 Aug 2002 15:27:46 -0500 (CDT) From: Mike Silbersack To: "Bruce A. Mah" Cc: Alexandr Kovalenko , Jesper Skriver , Mike Silbersack , , , Subject: Re: cvs commit: src/sys/pci if_vr.c In-Reply-To: <200208071600.g77G0YRL068004@intruder.bmah.org> Message-ID: <20020807152543.U47882-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 7 Aug 2002, Bruce A. Mah wrote: > This member of re@ feels that this falls into the class of "would be > really nice to have, but non-critical" patches. If you look at the > changes that *have* been committed thus far to RELENG_4_6, almost all of > them were in response to security advisories. > > We're also very close to releasing (package builds are running now), and > non-critical changes at this stage become very difficult to justify. We > had hoped to get 4.6.2 out sooner, but that was difficult partially > because of a rash of new security issues that needed to be dealt with. > > Bruce. There's an even better reason to not MFC to 4.6.2. The patches committed so far don't fully fix the problem. :) The patchset I'm sending around now have promise, but won't be fully tested until the end of the week, so I'm not going to push for a merge into 4.6.2. The fact that it fixes Alexandr's problem is encouraging, though. 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 Aug 7 13:36: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1266F37B400; Wed, 7 Aug 2002 13:36:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE7F43E42; Wed, 7 Aug 2002 13:36:04 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77Ka4JU065558; Wed, 7 Aug 2002 13:36:04 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77Ka4W1065557; Wed, 7 Aug 2002 13:36:04 -0700 (PDT) Message-Id: <200208072036.g77Ka4W1065557@freefall.freebsd.org> From: Ernst de Haan Date: Wed, 7 Aug 2002 13:36:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.java.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/07 13:36:04 PDT Modified files: Mk bsd.java.mk Log: Fixed support for the Sun JDK 1.2.2 for Linux. The installation directory for that JDK was changed on June 13. See: http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/linux-sun-jdk12/Makefile?rev=1.7&content-type=text/x-cvsweb-markup Revision Changes Path 1.17 +2 -2 ports/Mk/bsd.java.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 13:49:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 274BF37B400; Wed, 7 Aug 2002 13:49:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D044D43E77; Wed, 7 Aug 2002 13:49:26 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77KnQJU066432; Wed, 7 Aug 2002 13:49:26 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77KnQJp066431; Wed, 7 Aug 2002 13:49:26 -0700 (PDT) Message-Id: <200208072049.g77KnQJp066431@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 7 Aug 2002 13:49:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale setrunelocale.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/07 13:49:26 PDT Modified files: lib/libc/locale setrunelocale.c Log: Reset __mb_cur_max to 1 when "C" or "POSIX" locales loaded after multibyte one Revision Changes Path 1.23 +1 -0 src/lib/libc/locale/setrunelocale.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 14: 5:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 535B037B400; Wed, 7 Aug 2002 14:05:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0783843E70; Wed, 7 Aug 2002 14:05:33 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77L5WJU071821; Wed, 7 Aug 2002 14:05:32 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77L5W6T071820; Wed, 7 Aug 2002 14:05:32 -0700 (PDT) Message-Id: <200208072105.g77L5W6T071820@freefall.freebsd.org> From: Robert Watson Date: Wed, 7 Aug 2002 14:05:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/trustedbsd/www developers.dev X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/07 14:05:32 PDT Modified files: trustedbsd/www developers.dev Log: Update amigus's e-mail address. Revision Changes Path 1.5 +2 -2 projects/trustedbsd/www/developers.dev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 14:11:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B23137B400; Wed, 7 Aug 2002 14:11:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C24E443E6A; Wed, 7 Aug 2002 14:11:22 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77LBMJU072330; Wed, 7 Aug 2002 14:11:22 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77LBMhw072329; Wed, 7 Aug 2002 14:11:22 -0700 (PDT) Message-Id: <200208072111.g77LBMhw072329@freefall.freebsd.org> From: Ernst de Haan Date: Wed, 7 Aug 2002 14:11:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-blackdown-jdk12 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/07 14:11:22 PDT Modified files: java/linux-blackdown-jdk12 Makefile Log: Changed the installation directory to ${PREFIX}/linux-blackdown-jdk1.2.2 and changed the package name to linux-blackdown-jdk-XXX (where XXX is the package version). Bumped PORTREVISION. Revision Changes Path 1.13 +2 -2 ports/java/linux-blackdown-jdk12/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 14:21: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2238F37B400; Wed, 7 Aug 2002 14:21:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E4D43E7B; Wed, 7 Aug 2002 14:21:00 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77LL0JU073076; Wed, 7 Aug 2002 14:21:00 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77LL0gm073075; Wed, 7 Aug 2002 14:21:00 -0700 (PDT) Message-Id: <200208072121.g77LL0gm073075@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 14:21:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/kde-icontheme-crystal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/07 14:20:59 PDT Modified files: x11-wm/kde-icontheme-crystal Makefile Log: PREFIX/permission safeness Approved by: maintainer Revision Changes Path 1.2 +2 -1 ports/x11-wm/kde-icontheme-crystal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 14:24:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 517BE37B400; Wed, 7 Aug 2002 14:24:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05BEA43E72; Wed, 7 Aug 2002 14:24:34 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77LOXJU073644; Wed, 7 Aug 2002 14:24:33 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77LOXpR073643; Wed, 7 Aug 2002 14:24:33 -0700 (PDT) Message-Id: <200208072124.g77LOXpR073643@freefall.freebsd.org> From: Jens Schweikhardt Date: Wed, 7 Aug 2002 14:24:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/chown chown.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 schweikh 2002/08/07 14:24:33 PDT Modified files: (Branch: RELENG_4) usr.sbin/chown chown.c Log: MFC: typo fix (apparently forgotten by dwmalone?) PR: 41416 and 40695 Revision Changes Path 1.15.2.3 +1 -1 src/usr.sbin/chown/chown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 14:37:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A42637B400; Wed, 7 Aug 2002 14:37:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D39B43E5E; Wed, 7 Aug 2002 14:37:40 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77LbeJU074713; Wed, 7 Aug 2002 14:37:40 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77LbdOt074712; Wed, 7 Aug 2002 14:37:39 -0700 (PDT) Message-Id: <200208072137.g77LbdOt074712@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 14:37:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/freeciv 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 pat 2002/08/07 14:37:39 PDT Modified files: games/freeciv Makefile distinfo pkg-plist Log: Update to 1.13.0 PR: ports/41421 Submitted by: maintainer Revision Changes Path 1.46 +1 -2 ports/games/freeciv/Makefile 1.19 +1 -1 ports/games/freeciv/distinfo 1.16 +25 -37 ports/games/freeciv/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 Aug 7 14:42:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD7E937B401; Wed, 7 Aug 2002 14:42:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C17843E42; Wed, 7 Aug 2002 14:42:37 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77LgbJU075375; Wed, 7 Aug 2002 14:42:37 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77LgbKh075374; Wed, 7 Aug 2002 14:42:37 -0700 (PDT) Message-Id: <200208072142.g77LgbKh075374@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 7 Aug 2002 14:42:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nn 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 trevor 2002/08/07 14:42:37 PDT Modified files: news/nn Makefile Log: Mark FORBIDDEN: the author of nn says it has a remote security bug (which I have not confirmed on FreeBSD). noticed by: Neils Heinen Revision Changes Path 1.32 +2 -0 ports/news/nn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 15: 3:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABAE237B400; Wed, 7 Aug 2002 15:03:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EE3843E75; Wed, 7 Aug 2002 15:03:47 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77M3lJU077171; Wed, 7 Aug 2002 15:03:47 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77M3lZg077170; Wed, 7 Aug 2002 15:03:47 -0700 (PDT) Message-Id: <200208072203.g77M3lZg077170@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 7 Aug 2002 15:03:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/nls msgcat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/07 15:03:47 PDT Modified files: lib/libc/nls msgcat.c Log: Always set errno to ENOMEM after malloc failed (as workaround). Our malloc sometimes forget to set errno, f.e. for size overflow case. Revision Changes Path 1.42 +8 -8 src/lib/libc/nls/msgcat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 15: 5:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1610537B400; Wed, 7 Aug 2002 15:05:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEA6C43E3B; Wed, 7 Aug 2002 15:05:34 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77M5YJU081381; Wed, 7 Aug 2002 15:05:34 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77M5YQN081380; Wed, 7 Aug 2002 15:05:34 -0700 (PDT) Message-Id: <200208072205.g77M5YQN081380@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 7 Aug 2002 15:05:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/08/07 15:05:34 PDT Modified files: sys/sys vnode.h Log: - Adjust locking markup to match the proc markup. - Add a comment about the current, unfinished, state of vnode locking. Suggested by: bde Revision Changes Path 1.200 +19 -16 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 15:18:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 416D937B400; Wed, 7 Aug 2002 15:18:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C451E43E6E; Wed, 7 Aug 2002 15:18:33 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77MIXJU082327; Wed, 7 Aug 2002 15:18:33 -0700 (PDT) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77MIXPA082326; Wed, 7 Aug 2002 15:18:33 -0700 (PDT) Message-Id: <200208072218.g77MIXPA082326@freefall.freebsd.org> From: Doug Ambrisko Date: Wed, 7 Aug 2002 15:18:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii mii.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ambrisko 2002/08/07 15:18:33 PDT Modified files: sys/dev/mii mii.c Log: Only attach one PHY device to a controller. NetBSD has similar code. The D-Link DFE-580 card will otherwise show 2 miibuses for each controller and therefore 2 ukphy's. Sponsored by: Vernier Networks MFC after: 1 week Revision Changes Path 1.13 +5 -2 src/sys/dev/mii/mii.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 15:20:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1050737B400; Wed, 7 Aug 2002 15:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB63F43E72; Wed, 7 Aug 2002 15:20:10 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77MKAJU082524; Wed, 7 Aug 2002 15:20:10 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77MKAtR082523; Wed, 7 Aug 2002 15:20:10 -0700 (PDT) Message-Id: <200208072220.g77MKAtR082523@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 7 Aug 2002 15:20:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/nn Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/07 15:20:10 PDT Modified files: news/nn Makefile Log: Remove FORBIDDEN. I fixed the referenced bug two months ago with patch-global.c, and nn-6.6.4's ChangeLog says, `` From: Jacques A. Vidrine nn has a remote security hole. Fixed. '' Revision Changes Path 1.33 +0 -2 ports/news/nn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 15:31:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F232637B400; Wed, 7 Aug 2002 15:31:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C6343E75; Wed, 7 Aug 2002 15:31:27 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77MVRJU083794; Wed, 7 Aug 2002 15:31:27 -0700 (PDT) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77MVR5u083793; Wed, 7 Aug 2002 15:31:27 -0700 (PDT) Message-Id: <200208072231.g77MVR5u083793@freefall.freebsd.org> From: Doug Ambrisko Date: Wed, 7 Aug 2002 15:31:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ste.c if_stereg.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 ambrisko 2002/08/07 15:31:27 PDT Modified files: sys/pci if_ste.c if_stereg.h Log: Fixes for the D-Link DFE-580 card. This is pretty much fixes any issue I can find: - Watchdog timeouts were due to starting the TX DMA engine before we had a packet ready for it. So the first packet sent never got out only if we sent more then one packet at a time did the others make it out and not blow up. Of course reseting the chip then caused us not to transmit the first packet again ie. catch-22. This required logic changes. - Combine interrupts on TX packets being queued up. - Don't keep running around the RX ring since we might get out of sync so only go around once per receive - Let the RX engine recover via the poll interface which is similar to the TX interface. This way the chip wakes up with no effort when we read enough packets. - Do better hand-shaking on RX & TX packets so they don't start of to soon. - Force a duplex setting when the link comes up after an ste_init or it will default to half-duplex and be really slow. This only happens on subsequent ste_init. The first one worked. - Don't call stat_update for every overflow. We only monitor the collisions so the tick interval is good enough for that. Just read in the collision stats to minimize bus reads. - Don't read the miibus every tick since it uses delays and delays are not good for performance. - Tie link events directly to the miibus code so the port gets set correctly if someone changes the port settings. - Reduce the extreme number of {R,T}FD's. They would consume 130K of kernel memory for each NIC. - Set the TX_THRESH to wait for the DMA engine to complete before running the TX FIFO. This hurts peak TX performance but under bi-directional load the DMA engine can't keep up with the FIFO. Testing shows that we end up in the case anyways (a la dc(4) issues but worse since the RX engine hogs everything). - When stopping the card do a reset since the reset verifies the card has stopped. Otherwise on heavy RX load the RX DMA engine is still stuffing packets into memory. If that happens after we free the DMA area memory bits get scribled in memory and bad things happen. This card still has seemingly unfixable issues under heavy RX load in which the card takes over the PCI bus. Sponsored by: Vernier Networks MFC after: 1 week Revision Changes Path 1.33 +96 -76 src/sys/pci/if_ste.c 1.9 +16 -8 src/sys/pci/if_stereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 15:37:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C05537B400; Wed, 7 Aug 2002 15:37:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EDA443E65; Wed, 7 Aug 2002 15:37:23 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77MbMJU084066; Wed, 7 Aug 2002 15:37:22 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77MbMHQ084065; Wed, 7 Aug 2002 15:37:22 -0700 (PDT) Message-Id: <200208072237.g77MbMHQ084065@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 15:37:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libicq2000 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/07 15:37:22 PDT Modified files: net/libicq2000 Makefile distinfo pkg-plist Log: o Update to 0.8.2 o library version bump Prompted by: Neil Darlow Revision Changes Path 1.3 +1 -1 ports/net/libicq2000/Makefile 1.2 +1 -1 ports/net/libicq2000/distinfo 1.2 +33 -33 ports/net/libicq2000/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 Aug 7 15:40: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F36C437B400; Wed, 7 Aug 2002 15:40:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D6543E4A; Wed, 7 Aug 2002 15:40:00 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77Me0JU084197; Wed, 7 Aug 2002 15:40:00 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77Me0HB084196; Wed, 7 Aug 2002 15:40:00 -0700 (PDT) Message-Id: <200208072240.g77Me0HB084196@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 15:40:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ickle Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/07 15:40:00 PDT Modified files: net/ickle Makefile distinfo Log: o Update to 0.3.2 o Chase libicq2000 0.3.2 library version bump o Assume maintainership per previous maintainer request Approved by: maintainer (previous one, troff@paranoia.ru) Revision Changes Path 1.8 +2 -2 ports/net/ickle/Makefile 1.6 +1 -1 ports/net/ickle/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 15:41:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39AC437B400; Wed, 7 Aug 2002 15:41:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF73343E70; Wed, 7 Aug 2002 15:41:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77MfKJU084655; Wed, 7 Aug 2002 15:41:20 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77MfKq0084654; Wed, 7 Aug 2002 15:41:20 -0700 (PDT) Message-Id: <200208072241.g77MfKq0084654@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 15:41:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libicq2000 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/07 15:41:20 PDT Modified files: net/libicq2000 Makefile distinfo pkg-plist Log: o Forced commit to fix previous commit message o Update to 0.3.2 not 0.8.2 Revision Changes Path 1.4 +0 -0 ports/net/libicq2000/Makefile 1.3 +0 -0 ports/net/libicq2000/distinfo 1.3 +0 -0 ports/net/libicq2000/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 Aug 7 15:44:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B15837B400; Wed, 7 Aug 2002 15:44:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D8CB43E42; Wed, 7 Aug 2002 15:44:09 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77Mi8JU084884; Wed, 7 Aug 2002 15:44:08 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77Mi8g4084883; Wed, 7 Aug 2002 15:44:08 -0700 (PDT) Message-Id: <200208072244.g77Mi8g4084883@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 15:44:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ickle Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/07 15:44:08 PDT Modified files: net/ickle Makefile Log: Really assume maintainership as previously stated Approved by: maintainer (previous one) Revision Changes Path 1.9 +1 -1 ports/net/ickle/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 16:14: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3DA37B401; Wed, 7 Aug 2002 16:14:02 -0700 (PDT) Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91D8243E4A; Wed, 7 Aug 2002 16:14:01 -0700 (PDT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by white.imgsrc.co.jp (Postfix) with ESMTP id 859E024D8D; Thu, 8 Aug 2002 08:14:00 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id 8161C24D1C; Thu, 8 Aug 2002 08:13:56 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by black.imgsrc.co.jp (Postfix) with ESMTP id 7DC1A1E46E4; Thu, 8 Aug 2002 08:13:55 +0900 (JST) Date: Thu, 08 Aug 2002 08:13:55 +0900 Message-ID: <7mhei6xnws.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Nate Lawson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml ports/astro/xearth/files freebsd.committers.markers www/en/news news.xml In-Reply-To: <200208072021.g77KLCRq064264@freefall.freebsd.org> References: <200208072021.g77KLCRq064264@freefall.freebsd.org> User-Agent: Wanderlust/2.9.10 (Unchained Melody) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS on ns.imgsrc.co.jp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Wed, 7 Aug 2002 13:21:12 -0700 (PDT), Nate Lawson wrote: > njl 2002/08/07 13:21:12 PDT > > Modified files: > en_US.ISO8859-1/articles/contributors article.sgml > astro/xearth/files freebsd.committers.markers > en/news news.xml > Log: > new committer: njl > > Approved by: gibbs Please do not forget to add your entry in en_US.ISO8859-1/share/sgml/authors.ent, too. -- Jun Kuriyama // IMG SRC, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 16:21:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F9D37B400; Wed, 7 Aug 2002 16:21:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C1DC43E65; Wed, 7 Aug 2002 16:21:27 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from freefall.freebsd.org (njl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77NLRJU091746; Wed, 7 Aug 2002 16:21:27 -0700 (PDT) (envelope-from njl@freefall.freebsd.org) Received: (from njl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77NLRIQ091745; Wed, 7 Aug 2002 16:21:27 -0700 (PDT) Message-Id: <200208072321.g77NLRIQ091745@freefall.freebsd.org> From: Nate Lawson Date: Wed, 7 Aug 2002 16:21:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2002/08/07 16:21:27 PDT Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: add author ent too Submitted by: Jun Kuriyama Revision Changes Path 1.238 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 16:24:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D0F837B401 for ; Wed, 7 Aug 2002 16:24:49 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8F55843E4A for ; Wed, 7 Aug 2002 16:24:48 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 17861 invoked by uid 1000); 7 Aug 2002 23:24:49 -0000 Date: Wed, 7 Aug 2002 16:24:49 -0700 (PDT) From: Nate Lawson To: Jun Kuriyama Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml ports/astro/xearth/files freebsd.committers.markers www/en/news news.xml In-Reply-To: <7mhei6xnws.wl@black.imgsrc.co.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks. It has been fixed. Since the commiter's guide mentions the paths of the files for news.xml and the others, would it make sense to add mention of the files involved for articles/contributors to the guide? That is, unless it's supposed to be a test of one's ability to figure out the handbook layout. -Nate On Thu, 8 Aug 2002, Jun Kuriyama wrote: > At Wed, 7 Aug 2002 13:21:12 -0700 (PDT), > Nate Lawson wrote: > > njl 2002/08/07 13:21:12 PDT > > > > Modified files: > > en_US.ISO8859-1/articles/contributors article.sgml > > astro/xearth/files freebsd.committers.markers > > en/news news.xml > > Log: > > new committer: njl > > > > Approved by: gibbs > > Please do not forget to add your entry in > en_US.ISO8859-1/share/sgml/authors.ent, too. > > > -- > Jun Kuriyama // IMG SRC, Inc. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 16:45:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B017F37B400; Wed, 7 Aug 2002 16:45:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C56843E4A; Wed, 7 Aug 2002 16:45:51 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77NjFJU093513; Wed, 7 Aug 2002 16:45:16 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77NjFPl093512; Wed, 7 Aug 2002 16:45:15 -0700 (PDT) Message-Id: <200208072345.g77NjFPl093512@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 16:45:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/edonkey-gui-gtk 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 lioux 2002/08/07 16:45:15 PDT Modified files: net/edonkey-gui-gtk Makefile distinfo pkg-message Log: o Update to 0.2.0 alpha snapshot 2002080400 o No functional changes, just chasing gettext library version bump Revision Changes Path 1.7 +1 -1 ports/net/edonkey-gui-gtk/Makefile 1.5 +1 -1 ports/net/edonkey-gui-gtk/distinfo 1.2 +4 -7 ports/net/edonkey-gui-gtk/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 16:46:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F17537B405; Wed, 7 Aug 2002 16:46:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0E1743E70; Wed, 7 Aug 2002 16:46:20 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77NkFJU093630; Wed, 7 Aug 2002 16:46:15 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77NkFJK093626; Wed, 7 Aug 2002 16:46:15 -0700 (PDT) Message-Id: <200208072346.g77NkFJK093626@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 16:46:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/edonkey-gui-gtk 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 lioux 2002/08/07 16:46:15 PDT Modified files: net/edonkey-gui-gtk pkg-message Log: Rollback to previous version Revision Changes Path 1.3 +7 -4 ports/net/edonkey-gui-gtk/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 16:52:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBB4437B400; Wed, 7 Aug 2002 16:52:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BCC843E6A; Wed, 7 Aug 2002 16:52:39 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g77NqTJU094316; Wed, 7 Aug 2002 16:52:29 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g77NqT3B094314; Wed, 7 Aug 2002 16:52:29 -0700 (PDT) Message-Id: <200208072352.g77NqT3B094314@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 7 Aug 2002 16:52:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/nls msgcat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/07 16:52:29 PDT Modified files: lib/libc/nls msgcat.c Log: Set errno to ENOMEM for strdup too (due to malloc errno bug) Revision Changes Path 1.43 +4 -3 src/lib/libc/nls/msgcat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 17:19: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82F9B37B400; Wed, 7 Aug 2002 17:19:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363DB43E84; Wed, 7 Aug 2002 17:19:01 -0700 (PDT) (envelope-from jeh@FreeBSD.org) Received: from freefall.freebsd.org (jeh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g780J1JU000314; Wed, 7 Aug 2002 17:19:01 -0700 (PDT) (envelope-from jeh@freefall.freebsd.org) Received: (from jeh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g780J14n000313; Wed, 7 Aug 2002 17:19:01 -0700 (PDT) Message-Id: <200208080019.g780J14n000313@freefall.freebsd.org> From: "James E. Housley" Date: Wed, 7 Aug 2002 17:19:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2002/08/07 17:19:00 PDT Modified files: security/uvscan-dat Makefile distinfo Log: Update to 4217 Revision Changes Path 1.110 +1 -1 ports/security/uvscan-dat/Makefile 1.108 +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 Aug 7 18:46: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D691937B400; Wed, 7 Aug 2002 18:45:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F6143E6E; Wed, 7 Aug 2002 18:45:56 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g781juJU011058; Wed, 7 Aug 2002 18:45:56 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g781juOa011057; Wed, 7 Aug 2002 18:45:56 -0700 (PDT) Message-Id: <200208080145.g781juOa011057@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 18:45:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/mangband Makefile pkg-descr ports/games/xrisk 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 pat 2002/08/07 18:45:55 PDT Modified files: games/mangband Makefile pkg-descr games/xrisk Makefile pkg-descr Log: Update maintainer email address PR: ports/41429, ports/41430 Submitted by: maintainer Revision Changes Path 1.14 +1 -1 ports/games/mangband/Makefile 1.4 +1 -1 ports/games/mangband/pkg-descr 1.21 +1 -1 ports/games/xrisk/Makefile 1.4 +2 -0 ports/games/xrisk/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 18:48:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4A8237B400; Wed, 7 Aug 2002 18:48:15 -0700 (PDT) Received: from tesla.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0FF143E6A; Wed, 7 Aug 2002 18:48:14 -0700 (PDT) (envelope-from bmilekic@unixdaemons.com) Received: (from bmilekic@localhost) by tesla.distributel.net (8.11.6/8.11.6) id g781mOP82240; Wed, 7 Aug 2002 21:48:24 -0400 (EDT) (envelope-from bmilekic@unixdaemons.com) Date: Wed, 7 Aug 2002 21:48:24 -0400 From: Bosko Milekic To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_mbuf.c Message-ID: <20020807214824.A82218@unixdaemons.com> References: <200208072015.g77KFUOl063376@freefall.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: <200208072015.g77KFUOl063376@freefall.freebsd.org>; from rwatson@FreeBSD.org on Wed, Aug 07, 2002 at 01:15:30PM -0700 Sender: owner-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, Aug 07, 2002 at 01:15:30PM -0700, Robert Watson wrote: > rwatson 2002/08/07 13:15:30 PDT > > Modified files: > sys/kern subr_mbuf.c > Log: > Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags' > argument, not the 'type' argument. As a result of the buf, the > MAC label on some packet header mbufs might not be set in mbufs > allocated using m_getcl(), resulting in a page fault. > > Obtained from: TrustedBSD Project > Sponsored by: DARPA, NAI Labs I'll take the pointy-hat for this. Luckily, the code wasn't in much use (or _un_luckily?). Thanks, Robert. > Revision Changes Path > 1.27 +1 -1 src/sys/kern/subr_mbuf.c -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@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 Aug 7 19: 6:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5463D37B400; Wed, 7 Aug 2002 19:06:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E812843E6E; Wed, 7 Aug 2002 19:06:14 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7826EJU017126; Wed, 7 Aug 2002 19:06:14 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7826EXp017124; Wed, 7 Aug 2002 19:06:14 -0700 (PDT) Message-Id: <200208080206.g7826EXp017124@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 19:06:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qstat 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 pat 2002/08/07 19:06:14 PDT Modified files: games/qstat Makefile distinfo pkg-plist Log: Update to 2.5.a Revision Changes Path 1.14 +1 -2 ports/games/qstat/Makefile 1.10 +1 -1 ports/games/qstat/distinfo 1.5 +0 -1 ports/games/qstat/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 19:11: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AB3337B400; Wed, 7 Aug 2002 19:10:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CB6943E42; Wed, 7 Aug 2002 19:10:58 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g782AwJU017639; Wed, 7 Aug 2002 19:10:58 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g782Av4i017638; Wed, 7 Aug 2002 19:10:57 -0700 (PDT) Message-Id: <200208080210.g782Av4i017638@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 19:10:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/gkx86info Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/gkx86info/files patch-MHz.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/07 19:10:57 PDT Modified files: misc Makefile Added files: misc/gkx86info Makefile distinfo pkg-comment pkg-descr pkg-plist misc/gkx86info/files patch-MHz.c Log: New port gkx86info version 0.0.2: GKrellM plugin that simply prints the current clock speed Revision Changes Path 1.469 +1 -0 ports/misc/Makefile 1.1 +43 -0 ports/misc/gkx86info/Makefile (new) 1.1 +1 -0 ports/misc/gkx86info/distinfo (new) 1.1 +19 -0 ports/misc/gkx86info/files/patch-MHz.c (new) 1.1 +1 -0 ports/misc/gkx86info/pkg-comment (new) 1.1 +13 -0 ports/misc/gkx86info/pkg-descr (new) 1.1 +4 -0 ports/misc/gkx86info/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 Aug 7 19:11:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 263B237B400; Wed, 7 Aug 2002 19:11:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C473743E72; Wed, 7 Aug 2002 19:11:15 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g782BFJU017697; Wed, 7 Aug 2002 19:11:15 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g782BFiB017696; Wed, 7 Aug 2002 19:11:15 -0700 (PDT) Message-Id: <200208080211.g782BFiB017696@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 7 Aug 2002 19:11:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/07 19:11:15 PDT Modified files: . modules Log: gkx86info --> ports/misc/gkx86info Revision Changes Path 1.5681 +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 Aug 7 19:12:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58EFC37B400; Wed, 7 Aug 2002 19:12:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD4843E75; Wed, 7 Aug 2002 19:12:22 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g782CLJU018026; Wed, 7 Aug 2002 19:12:21 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g782CLcq018025; Wed, 7 Aug 2002 19:12:21 -0700 (PDT) Message-Id: <200208080212.g782CLcq018025@freefall.freebsd.org> From: Patrick Li Date: Wed, 7 Aug 2002 19:12:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/amaya Makefile distinfo pkg-plist ports/www/amaya/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/07 19:12:21 PDT Modified files: www/amaya Makefile distinfo pkg-plist www/amaya/files patch-ac Log: Update to 6.2 PR: ports/41426, ports/41361 Submitted by: maintainer, KATO Tsuguru Revision Changes Path 1.27 +6 -7 ports/www/amaya/Makefile 1.19 +3 -3 ports/www/amaya/distinfo 1.2 +4 -4 ports/www/amaya/files/patch-ac 1.19 +243 -16 ports/www/amaya/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 Aug 7 19:25:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4305F37B400; Wed, 7 Aug 2002 19:25:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC9A43E7B; Wed, 7 Aug 2002 19:25:27 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from freefall.freebsd.org (trhodes@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g782PRJU019029; Wed, 7 Aug 2002 19:25:27 -0700 (PDT) (envelope-from trhodes@freefall.freebsd.org) Received: (from trhodes@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g782PRZs019028; Wed, 7 Aug 2002 19:25:27 -0700 (PDT) Message-Id: <200208080225.g782PRZs019028@freefall.freebsd.org> From: Tom Rhodes Date: Wed, 7 Aug 2002 19:25:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 uhid.4 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 2002/08/07 19:25:27 PDT Modified files: (Branch: RELENG_4) share/man/man4 uhid.4 Log: MFC: Markup fixes Revision Changes Path 1.1.2.2 +2 -1 src/share/man/man4/uhid.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 19:42:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC5DF37B400; Wed, 7 Aug 2002 19:42:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F95443E65; Wed, 7 Aug 2002 19:42:30 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g782gUJU020320; Wed, 7 Aug 2002 19:42:30 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g782gT8x020317; Wed, 7 Aug 2002 19:42:29 -0700 (PDT) Message-Id: <200208080242.g782gT8x020317@freefall.freebsd.org> From: Warner Losh Date: Wed, 7 Aug 2002 19:42:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include runetype.h wchar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/07 19:42:29 PDT Modified files: (Branch: RELENG_4) include runetype.h wchar.h Log: MFC: #ifdef wchar_t on __cplusplus not being defined. Forgotten by: imp Revision Changes Path 1.3.8.1 +3 -0 src/include/runetype.h 1.3.2.2 +2 -0 src/include/wchar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 21:22:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3613C37B400; Wed, 7 Aug 2002 21:22:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD73B43E42; Wed, 7 Aug 2002 21:22:40 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g784MeJU035948; Wed, 7 Aug 2002 21:22:40 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g784MeDP035947; Wed, 7 Aug 2002 21:22:40 -0700 (PDT) Message-Id: <200208080422.g784MeDP035947@freefall.freebsd.org> From: Alan Eldridge Date: Wed, 7 Aug 2002 21:22:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/scribus Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/08/07 21:22:40 PDT Modified files: print/scribus Makefile Log: Mark as broken. Version is not available anymore. Update to qt3 and 0.7.7 is coming in the next couple of weeks. No sense in working on the qt2 version in my opinion, so scribus can be considered no longer available for qt2. Revision Changes Path 1.3 +2 -0 ports/print/scribus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 21:26:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3632337B400; Wed, 7 Aug 2002 21:26:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E07FF43E5E; Wed, 7 Aug 2002 21:26:11 -0700 (PDT) (envelope-from benno@FreeBSD.org) Received: from freefall.freebsd.org (benno@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g784QBJU036132; Wed, 7 Aug 2002 21:26:11 -0700 (PDT) (envelope-from benno@freefall.freebsd.org) Received: (from benno@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g784QBj4036131; Wed, 7 Aug 2002 21:26:11 -0700 (PDT) Message-Id: <200208080426.g784QBj4036131@freefall.freebsd.org> From: Benno Rice Date: Wed, 7 Aug 2002 21:26:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG benno 2002/08/07 21:26:11 PDT Modified files: . access Log: Welcome Peter Grehan to the ranks of src committers. Peter's done far too much good work on the PowerPC port and so it has been decided to let him do his damage directly. I will be his mentor. Revision Changes Path 1.330 +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 Aug 7 21:50:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9717937B400; Wed, 7 Aug 2002 21:50:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C99643E42; Wed, 7 Aug 2002 21:50:37 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g784obJU037978; Wed, 7 Aug 2002 21:50:37 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g784oblf037973; Wed, 7 Aug 2002 21:50:37 -0700 (PDT) Message-Id: <200208080450.g784oblf037973@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 7 Aug 2002 21:50:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile ulimit.h src/lib/libc/gen Makefile.inc ulimit.3 ulimit.c src/lib/libc/sys getrlimit.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/08/07 21:50:36 PDT Modified files: include Makefile lib/libc/gen Makefile.inc lib/libc/sys getrlimit.2 Added files: include ulimit.h lib/libc/gen ulimit.3 ulimit.c Log: Implement POSIX.1-2001 (XSI)'s ulimit(3). Submitted by: Kyle Martin Revision Changes Path 1.175 +2 -1 src/include/Makefile 1.1 +37 -0 src/include/ulimit.h (new) 1.94 +3 -3 src/lib/libc/gen/Makefile.inc 1.1 +100 -0 src/lib/libc/gen/ulimit.3 (new) 1.1 +68 -0 src/lib/libc/gen/ulimit.c (new) 1.16 +2 -1 src/lib/libc/sys/getrlimit.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 21:53:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E2737B400; Wed, 7 Aug 2002 21:53:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE82843E6E; Wed, 7 Aug 2002 21:53:19 -0700 (PDT) (envelope-from max@FreeBSD.org) Received: from freefall.freebsd.org (max@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g784rJJU038291; Wed, 7 Aug 2002 21:53:19 -0700 (PDT) (envelope-from max@freefall.freebsd.org) Received: (from max@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g784rJhm038290; Wed, 7 Aug 2002 21:53:19 -0700 (PDT) Message-Id: <200208080453.g784rJhm038290@freefall.freebsd.org> From: Masafumi Max NAKANE Date: Wed, 7 Aug 2002 21:53:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/Canna Makefile ports/japanese/Canna/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/08/07 21:53:19 PDT Modified files: japanese/Canna Makefile Added files: japanese/Canna/files patch-af Log: Add back files/patch-af which should never be removed. This patch takes care of two remote buffer overflows in server/misc.c. This patch was accidentally removed when the port was upgraded. Since this fixes a security problem, bump the port revision. Pointed-Out by: TOGAWA Satoshi Revision Changes Path 1.51 +1 -1 ports/japanese/Canna/Makefile 1.4 +22 -0 ports/japanese/Canna/files/patch-af (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 21:57:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42E2F37B400; Wed, 7 Aug 2002 21:57:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB2C43E72; Wed, 7 Aug 2002 21:57:09 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g784v9JU038571; Wed, 7 Aug 2002 21:57:09 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g784v9kv038570; Wed, 7 Aug 2002 21:57:09 -0700 (PDT) Message-Id: <200208080457.g784v9kv038570@freefall.freebsd.org> From: Mike Barcroft Date: Wed, 7 Aug 2002 21:57:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/c99 index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/08/07 21:57:09 PDT Modified files: en/projects/c99 index.sgml Log: Mark command(1) task as committed. Mark fmtmsg(3) and ulimit(3) tasks as completed. Revision Changes Path 1.51 +42 -42 www/en/projects/c99/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 22:14: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 146A937B400; Wed, 7 Aug 2002 22:13:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B829643E77; Wed, 7 Aug 2002 22:13:56 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g785DuJU043986; Wed, 7 Aug 2002 22:13:56 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g785DuZF043985; Wed, 7 Aug 2002 22:13:56 -0700 (PDT) Message-Id: <200208080513.g785DuZF043985@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 7 Aug 2002 22:13:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/gl-117 Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/07 22:13:56 PDT Modified files: games Makefile Added files: games/gl-117 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add gl-117 0.6 An OpenGL & SDL action flight simulator Revision Changes Path 1.481 +1 -0 ports/games/Makefile 1.1 +32 -0 ports/games/gl-117/Makefile (new) 1.1 +1 -0 ports/games/gl-117/distinfo (new) 1.1 +1 -0 ports/games/gl-117/pkg-comment (new) 1.1 +6 -0 ports/games/gl-117/pkg-descr (new) 1.1 +93 -0 ports/games/gl-117/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 Aug 7 22:14:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E20D37B401; Wed, 7 Aug 2002 22:13:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E83C543E70; Wed, 7 Aug 2002 22:13:58 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g785DwJU044019; Wed, 7 Aug 2002 22:13:58 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g785DwAd044018; Wed, 7 Aug 2002 22:13:58 -0700 (PDT) Message-Id: <200208080513.g785DwAd044018@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 7 Aug 2002 22:13:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/07 22:13:58 PDT Modified files: . modules Log: gl-117 --> ports/games/gl-117 Revision Changes Path 1.5682 +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 Aug 7 22:32:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C6BD37B400; Wed, 7 Aug 2002 22:32:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AA6943E42; Wed, 7 Aug 2002 22:32:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g785WEJU045552; Wed, 7 Aug 2002 22:32:14 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g785WEhb045551; Wed, 7 Aug 2002 22:32:14 -0700 (PDT) Message-Id: <200208080532.g785WEhb045551@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 7 Aug 2002 22:32:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/libdvbpsi Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/07 22:32:14 PDT Modified files: graphics Makefile Added files: graphics/libdvbpsi Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add libdvbpsi 0.1.1 A library for MPEG TS and DVB PSI tables decoding and generation Revision Changes Path 1.481 +1 -0 ports/graphics/Makefile 1.1 +20 -0 ports/graphics/libdvbpsi/Makefile (new) 1.1 +1 -0 ports/graphics/libdvbpsi/distinfo (new) 1.1 +1 -0 ports/graphics/libdvbpsi/pkg-comment (new) 1.1 +9 -0 ports/graphics/libdvbpsi/pkg-descr (new) 1.1 +25 -0 ports/graphics/libdvbpsi/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 Aug 7 22:32:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EB9137B401; Wed, 7 Aug 2002 22:32:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8DD243E65; Wed, 7 Aug 2002 22:32:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g785WGJU045585; Wed, 7 Aug 2002 22:32:16 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g785WG6A045584; Wed, 7 Aug 2002 22:32:16 -0700 (PDT) Message-Id: <200208080532.g785WG6A045584@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 7 Aug 2002 22:32:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/07 22:32:16 PDT Modified files: . modules Log: libdvbpsi --> ports/graphics/libdvbpsi Revision Changes Path 1.5683 +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 Aug 7 22:37:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB53437B400; Wed, 7 Aug 2002 22:37:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70DDC43E70; Wed, 7 Aug 2002 22:37:52 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: from freefall.freebsd.org (billf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g785bqJU045832; Wed, 7 Aug 2002 22:37:52 -0700 (PDT) (envelope-from billf@freefall.freebsd.org) Received: (from billf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g785bqsa045831; Wed, 7 Aug 2002 22:37:52 -0700 (PDT) Message-Id: <200208080537.g785bqsa045831@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 7 Aug 2002 22:37:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vigor 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 billf 2002/08/07 22:37:52 PDT Modified files: editors/vigor Makefile pkg-descr Log: project has moved to sourceforge Submitted by: Joel Ray Holveck (author) Revision Changes Path 1.8 +3 -2 ports/editors/vigor/Makefile 1.2 +1 -1 ports/editors/vigor/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 22:47:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B98D37B400; Wed, 7 Aug 2002 22:47:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 215B843E5E; Wed, 7 Aug 2002 22:47:20 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g785lKJU046686; Wed, 7 Aug 2002 22:47:20 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g785lJoX046685; Wed, 7 Aug 2002 22:47:19 -0700 (PDT) Message-Id: <200208080547.g785lJoX046685@freefall.freebsd.org> From: Greg Lewis Date: Wed, 7 Aug 2002 22:47:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/icepref Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/08/07 22:47:19 PDT Modified files: x11-wm/icepref Makefile Log: . Replace MASTER_SITE which hasn't worked since January 2001 with one which actually works. Submitted by: distfiles survey Revision Changes Path 1.9 +1 -1 ports/x11-wm/icepref/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 22:52: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF7837B400; Wed, 7 Aug 2002 22:51:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E7643E70; Wed, 7 Aug 2002 22:51:55 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g785ptJU047194; Wed, 7 Aug 2002 22:51:55 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g785ptAp047193; Wed, 7 Aug 2002 22:51:55 -0700 (PDT) Message-Id: <200208080551.g785ptAp047193@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 7 Aug 2002 22:51:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale collate.c collate.h euc.c ldpart.c ldpart.h lmessages.c lmonetary.c lnumeric.c rune.c setlocale.c setrunelocale.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/07 22:51:55 PDT Modified files: lib/libc/locale collate.c collate.h euc.c ldpart.c ldpart.h lmessages.c lmonetary.c lnumeric.c rune.c setlocale.c setrunelocale.c Log: Rewrite locale loading procedures, so any load failure will not affect currently cached data. It allows a number of nice things, like: removing fallback code from single locale loading, remove memory leak when LC_CTYPE data loaded again and again, efficient cache use, not only for setlocale(locale1); setlocale(locale1), but for setlocale(locale1); setlocale("C"); setlocale(locale1) too (i.e. data file loaded only once). Revision Changes Path 1.26 +88 -40 src/lib/libc/locale/collate.c 1.12 +1 -2 src/lib/libc/locale/collate.h 1.10 +13 -22 src/lib/libc/locale/euc.c 1.11 +31 -57 src/lib/libc/locale/ldpart.c 1.5 +4 -0 src/lib/libc/locale/ldpart.h 1.12 +12 -11 src/lib/libc/locale/lmessages.c 1.15 +5 -4 src/lib/libc/locale/lmonetary.c 1.13 +4 -3 src/lib/libc/locale/lnumeric.c 1.9 +34 -14 src/lib/libc/locale/rune.c 1.41 +18 -19 src/lib/libc/locale/setlocale.c 1.24 +50 -21 src/lib/libc/locale/setrunelocale.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 22:57:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC3737B400; Wed, 7 Aug 2002 22:57:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D436243E75; Wed, 7 Aug 2002 22:57:52 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g785vqJU047468; Wed, 7 Aug 2002 22:57:52 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g785vqBS047467; Wed, 7 Aug 2002 22:57:52 -0700 (PDT) Message-Id: <200208080557.g785vqBS047467@freefall.freebsd.org> From: Greg Lewis Date: Wed, 7 Aug 2002 22:57:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/ctwm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/08/07 22:57:51 PDT Modified files: x11-wm/ctwm Makefile Log: . Replace MASTER_SITE that hasn't been reachable since September 2001 with one that works (we were so close :). Submitted by: distfiles survey Revision Changes Path 1.30 +2 -2 ports/x11-wm/ctwm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 23: 9:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C8737B400; Wed, 7 Aug 2002 23:09:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C23143E5E; Wed, 7 Aug 2002 23:09:33 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7869XJU052488; Wed, 7 Aug 2002 23:09:33 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7869XAT052487; Wed, 7 Aug 2002 23:09:33 -0700 (PDT) Message-Id: <200208080609.g7869XAT052487@freefall.freebsd.org> From: Julian Elischer Date: Wed, 7 Aug 2002 23:09:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.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 julian 2002/08/07 23:09:32 PDT Modified files: sys/sys proc.h Log: EAK! two status flags in teh proc structure were defined to the same value! Picked up by: David Xu Revision Changes Path 1.234 +3 -3 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 23:18:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E268037B400; Wed, 7 Aug 2002 23:18:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97C5043E6A; Wed, 7 Aug 2002 23:18:41 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g786IfJU053350; Wed, 7 Aug 2002 23:18:41 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g786IfN8053349; Wed, 7 Aug 2002 23:18:41 -0700 (PDT) Message-Id: <200208080618.g786IfN8053349@freefall.freebsd.org> From: Julian Elischer Date: Wed, 7 Aug 2002 23:18:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2002/08/07 23:18:41 PDT Modified files: sys/kern kern_sig.c Log: Do some work on keeping better track of stopped/continued state. I'm not sure what happenned to the original setting of the P_CONTINUED flag. it appears to have been lost in the paper shuffling... Submitted by: David Xu Revision Changes Path 1.180 +2 -0 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 Wed Aug 7 23:22:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC12737B400; Wed, 7 Aug 2002 23:22:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 604C943E4A; Wed, 7 Aug 2002 23:22:41 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g786MfJU053868; Wed, 7 Aug 2002 23:22:41 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g786Mf3Z053867; Wed, 7 Aug 2002 23:22:41 -0700 (PDT) Message-Id: <200208080622.g786Mf3Z053867@freefall.freebsd.org> From: Greg Lewis Date: Wed, 7 Aug 2002 23:22:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/aewm++ 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 glewis 2002/08/07 23:22:41 PDT Modified files: x11-wm/aewm++ pkg-descr Log: . Fix WWW URL. Submitted by: distfiles survey Revision Changes Path 1.2 +1 -1 ports/x11-wm/aewm++/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Aug 7 23:24: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26B9637B400; Wed, 7 Aug 2002 23:23:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC09043E42; Wed, 7 Aug 2002 23:23:55 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g786NtJU053966; Wed, 7 Aug 2002 23:23:55 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g786NtbP053965; Wed, 7 Aug 2002 23:23:55 -0700 (PDT) Message-Id: <200208080623.g786NtbP053965@freefall.freebsd.org> From: Greg Lewis Date: Wed, 7 Aug 2002 23:23:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/ctwm Makefile distinfo ports/x11-wm/ctwm/files patch-aa patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/08/07 23:23:55 PDT Modified files: x11-wm/ctwm Makefile distinfo x11-wm/ctwm/files patch-aa Added files: x11-wm/ctwm/files patch-ac Log: . Update to 3.6. Revision Changes Path 1.31 +1 -1 ports/x11-wm/ctwm/Makefile 1.10 +1 -1 ports/x11-wm/ctwm/distinfo 1.8 +2 -17 ports/x11-wm/ctwm/files/patch-aa 1.1 +13 -0 ports/x11-wm/ctwm/files/patch-ac (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 0:25:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE3BC37B400; Thu, 8 Aug 2002 00:25:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D5943E7B; Thu, 8 Aug 2002 00:25:43 -0700 (PDT) (envelope-from lkoeller@FreeBSD.org) Received: from freefall.freebsd.org (lkoeller@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g787PgJU063271; Thu, 8 Aug 2002 00:25:42 -0700 (PDT) (envelope-from lkoeller@freefall.freebsd.org) Received: (from lkoeller@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g787PgYx063270; Thu, 8 Aug 2002 00:25:42 -0700 (PDT) Message-Id: <200208080725.g787PgYx063270@freefall.freebsd.org> From: Lars Koeller Date: Thu, 8 Aug 2002 00:25:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/jpeg2ps-letter Makefile distinfo ports/graphics/jpeg2ps-letter/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 lkoeller 2002/08/08 00:25:42 PDT Modified files: graphics/jpeg2ps-letter Makefile distinfo graphics/jpeg2ps-letter/files patch-aa Log: o) Upgrade to version 1.9 o) This fixes the fetch problems for v 1.8, too Submitted by: Bill Fenner Revision Changes Path 1.3 +3 -3 ports/graphics/jpeg2ps-letter/Makefile 1.2 +1 -1 ports/graphics/jpeg2ps-letter/distinfo 1.2 +10 -14 ports/graphics/jpeg2ps-letter/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 Thu Aug 8 0:54: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 911B737B400; Thu, 8 Aug 2002 00:54:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FBC943E5E; Thu, 8 Aug 2002 00:54:04 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g787s4JU065718; Thu, 8 Aug 2002 00:54:04 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g787s3u9065716; Thu, 8 Aug 2002 00:54:03 -0700 (PDT) Message-Id: <200208080754.g787s3u9065716@freefall.freebsd.org> From: Hye-Shik Chang Date: Thu, 8 Aug 2002 00:54:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/fib 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 perky 2002/08/08 00:54:03 PDT Modified files: devel Makefile Added files: devel/fib Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add fib 1.0, the Fibonacci Heap Library (with 2-clauses BSD license) Revision Changes Path 1.894 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/fib/Makefile (new) 1.1 +1 -0 ports/devel/fib/distinfo (new) 1.1 +1 -0 ports/devel/fib/pkg-comment (new) 1.1 +7 -0 ports/devel/fib/pkg-descr (new) 1.1 +5 -0 ports/devel/fib/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 Aug 8 0:55: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1579937B400; Thu, 8 Aug 2002 00:55:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA7F843E77; Thu, 8 Aug 2002 00:55:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g787t0JU065876; Thu, 8 Aug 2002 00:55:00 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g787t0VT065875; Thu, 8 Aug 2002 00:55:00 -0700 (PDT) Message-Id: <200208080755.g787t0VT065875@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 00:55:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 00:55:00 PDT Modified files: (Branch: RELENG_4) release Makefile Log: MFC: 1.697: ``env -i'' side effect fix. MFC: 1.698: Endless recursion fix. Revision Changes Path 1.536.2.95 +17 -3 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 Thu Aug 8 0:58:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40EE837B400; Thu, 8 Aug 2002 00:58:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B12EB43E3B; Thu, 8 Aug 2002 00:58:21 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g787wLJU066059; Thu, 8 Aug 2002 00:58:21 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g787wLHo066058; Thu, 8 Aug 2002 00:58:21 -0700 (PDT) Message-Id: <200208080758.g787wLHo066058@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 8 Aug 2002 00:58:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys cdrio.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 sos 2002/08/08 00:58:21 PDT Modified files: sys/sys cdrio.h Log: Add DVD+RW support to the ATA driver and burncd. This also closes PR40430 by "Peter Haight " that has semilar patches included and which I merged with my own work. HW sponsored by: FreeBSD Foundation & FreeBSD Mall Inc Enjoy! Revision Changes Path 1.8 +33 -0 src/sys/sys/cdrio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 0:58:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD9ED37B400; Thu, 8 Aug 2002 00:58:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60AC443E6A; Thu, 8 Aug 2002 00:58:52 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g787wqJU066107; Thu, 8 Aug 2002 00:58:52 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g787wqxC066106; Thu, 8 Aug 2002 00:58:52 -0700 (PDT) Message-Id: <200208080758.g787wqxC066106@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 8 Aug 2002 00:58:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.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 sos 2002/08/08 00:58:52 PDT Modified files: sys/dev/ata atapi-cd.c atapi-cd.h Log: Add DVD+RW support to the ATA driver and burncd. This also closes PR40430 by "Peter Haight " that has semilar patches included and which I merged with my own work. HW sponsored by: FreeBSD Foundation & FreeBSD Mall Inc Enjoy! Revision Changes Path 1.123 +50 -12 src/sys/dev/ata/atapi-cd.c 1.32 +2 -2 src/sys/dev/ata/atapi-cd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 0:59:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8175F37B401; Thu, 8 Aug 2002 00:59:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C6B43E6A; Thu, 8 Aug 2002 00:59:25 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g787xOJU066147; Thu, 8 Aug 2002 00:59:24 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g787xOWn066146; Thu, 8 Aug 2002 00:59:24 -0700 (PDT) Message-Id: <200208080759.g787xOWn066146@freefall.freebsd.org> From: Søren Schmidt Date: Thu, 8 Aug 2002 00:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/burncd burncd.8 burncd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/08 00:59:24 PDT Modified files: usr.sbin/burncd burncd.8 burncd.c Log: Add DVD+RW support to the ATA driver and burncd. This also closes PR40430 by "Peter Haight " that has semilar patches included and which I merged with my own work. HW sponsored by: FreeBSD Foundation & FreeBSD Mall Inc Enjoy! Revision Changes Path 1.21 +9 -0 src/usr.sbin/burncd/burncd.8 1.26 +131 -19 src/usr.sbin/burncd/burncd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 1:12:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EEFA37B400; Thu, 8 Aug 2002 01:12:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8DFF43E77; Thu, 8 Aug 2002 01:12:06 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g788C6JU071554; Thu, 8 Aug 2002 01:12:06 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g788C6B6071553; Thu, 8 Aug 2002 01:12:06 -0700 (PDT) Message-Id: <200208080812.g788C6B6071553@freefall.freebsd.org> From: Hye-Shik Chang Date: Thu, 8 Aug 2002 01:12:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-pqueue 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 perky 2002/08/08 01:12:05 PDT Modified files: devel/py-pqueue Makefile Log: Change PKGNAMEPREFIX to PYTHON_PKGNAMEPREFIX instead of hardcoded. Revision Changes Path 1.3 +1 -2 ports/devel/py-pqueue/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 1:24: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8447037B400; Thu, 8 Aug 2002 01:23:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC91A43E65; Thu, 8 Aug 2002 01:23:54 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g788NsJU072529; Thu, 8 Aug 2002 01:23:54 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g788NslJ072528; Thu, 8 Aug 2002 01:23:54 -0700 (PDT) Message-Id: <200208080823.g788NslJ072528@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 01:23:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts catpages-install.sh commerce-install.sh compat1x-install.sh compat20-install.sh compat21-install.sh compat22-install.sh compat3x-install.sh crypto-install.sh dict-install.sh dict-make.sh doc-install.sh doc-make.sh ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 01:23:54 PDT Modified files: (Branch: RELENG_4) release/scripts catpages-install.sh commerce-install.sh compat1x-install.sh compat20-install.sh compat21-install.sh compat22-install.sh compat3x-install.sh crypto-install.sh dict-install.sh dict-make.sh doc-install.sh doc-make.sh games-install.sh games-make.sh info-install.sh info-make.sh manpages-install.sh ports-install.sh proflibs-install.sh proflibs-make.sh src-install.sh tar.sh xperimnt-install.sh Log: MFC: Added $FreeBSD$ tags. Revision Changes Path 1.2.6.1 +3 -0 src/release/scripts/catpages-install.sh 1.2.6.1 +3 -0 src/release/scripts/commerce-install.sh 1.3.6.1 +3 -0 src/release/scripts/compat1x-install.sh 1.3.6.1 +3 -0 src/release/scripts/compat20-install.sh 1.3.6.1 +3 -0 src/release/scripts/compat21-install.sh 1.2.2.1 +3 -0 src/release/scripts/compat22-install.sh 1.1.2.1 +3 -0 src/release/scripts/compat3x-install.sh 1.1.2.2 +3 -0 src/release/scripts/crypto-install.sh 1.2.6.1 +3 -0 src/release/scripts/dict-install.sh 1.7.2.2 +3 -2 src/release/scripts/dict-make.sh 1.2.6.1 +3 -0 src/release/scripts/doc-install.sh 1.1.10.1 +3 -0 src/release/scripts/doc-make.sh 1.2.6.1 +3 -0 src/release/scripts/games-install.sh 1.3.2.1 +3 -2 src/release/scripts/games-make.sh 1.2.6.1 +3 -0 src/release/scripts/info-install.sh 1.2.2.1 +3 -2 src/release/scripts/info-make.sh 1.2.6.1 +3 -0 src/release/scripts/manpages-install.sh 1.2.6.1 +3 -0 src/release/scripts/ports-install.sh 1.3.2.1 +3 -0 src/release/scripts/proflibs-install.sh 1.5.6.1 +3 -0 src/release/scripts/proflibs-make.sh 1.6.6.2 +3 -0 src/release/scripts/src-install.sh 1.5.2.2 +2 -3 src/release/scripts/tar.sh 1.2.6.1 +3 -0 src/release/scripts/xperimnt-install.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 1:38:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60B6537B400; Thu, 8 Aug 2002 01:38:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DA543E6E; Thu, 8 Aug 2002 01:38:19 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g788cJJU073481; Thu, 8 Aug 2002 01:38:19 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g788cIUU073480; Thu, 8 Aug 2002 01:38:18 -0700 (PDT) Message-Id: <200208080838.g788cIUU073480@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 01:38:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile src/release/scripts driver-copy2.awk driver-copy2.pl driver-remove.awk driver-remove.pl X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 01:38:18 PDT Modified files: (Branch: RELENG_4) release Makefile Added files: (Branch: RELENG_4) release/scripts driver-copy2.awk driver-remove.awk Removed files: (Branch: RELENG_4) release/scripts driver-copy2.pl driver-remove.pl Log: MFC: Convert perl(1) scripts to awk(1). Revision Changes Path 1.536.2.96 +5 -5 src/release/Makefile 1.2.2.1 +96 -0 src/release/scripts/driver-copy2.awk (new) 1.1.2.2 +0 -78 src/release/scripts/driver-copy2.pl (dead) 1.2.2.1 +99 -0 src/release/scripts/driver-remove.awk (new) 1.1.2.2 +0 -58 src/release/scripts/driver-remove.pl (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 1:39:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69F4A37B400; Thu, 8 Aug 2002 01:39:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CE2C43E70; Thu, 8 Aug 2002 01:39:31 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g788dUJU073687; Thu, 8 Aug 2002 01:39:31 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g788dUxD073686; Thu, 8 Aug 2002 01:39:30 -0700 (PDT) Message-Id: <200208080839.g788dUxD073686@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 8 Aug 2002 01:39:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/science Makefile ports/science/glens Makefile distinfo pkg-comment pkg-descr pkg-plist ports/science/glens/files patch-mat.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/08 01:39:30 PDT Modified files: science Makefile Added files: science/glens Makefile distinfo pkg-comment pkg-descr pkg-plist science/glens/files patch-mat.cpp Log: add glens 0.3 OpenGL gravitational lens simulator Revision Changes Path 1.17 +1 -0 ports/science/Makefile 1.1 +30 -0 ports/science/glens/Makefile (new) 1.1 +1 -0 ports/science/glens/distinfo (new) 1.1 +10 -0 ports/science/glens/files/patch-mat.cpp (new) 1.1 +1 -0 ports/science/glens/pkg-comment (new) 1.1 +6 -0 ports/science/glens/pkg-descr (new) 1.1 +16 -0 ports/science/glens/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 Aug 8 1:39:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB7537B405; Thu, 8 Aug 2002 01:39:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 057EA43E70; Thu, 8 Aug 2002 01:39:34 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g788dXJU073725; Thu, 8 Aug 2002 01:39:33 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g788dX9a073724; Thu, 8 Aug 2002 01:39:33 -0700 (PDT) Message-Id: <200208080839.g788dX9a073724@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 8 Aug 2002 01:39:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/08 01:39:33 PDT Modified files: . modules Log: glens --> ports/science/glens Revision Changes Path 1.5684 +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 Aug 8 1:44:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 842DD37B400; Thu, 8 Aug 2002 01:44:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE0943E6E; Thu, 8 Aug 2002 01:44:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g788iPJU074369; Thu, 8 Aug 2002 01:44:25 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g788iPqT074368; Thu, 8 Aug 2002 01:44:25 -0700 (PDT) Message-Id: <200208080844.g788iPqT074368@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 01:44:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 01:44:24 PDT Modified files: (Branch: RELENG_4) . Makefile.inc1 Log: MFC: 1.289: Added uudecode(1) to the list of bootstrap tools, now that we have *.bz2.uu files under lib/compat/compat22. Revision Changes Path 1.141.2.55 +2 -1 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 1:48: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8100E37B400; Thu, 8 Aug 2002 01:47:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C0743E3B; Thu, 8 Aug 2002 01:47:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g788lxJU074638; Thu, 8 Aug 2002 01:47:59 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g788lxip074637; Thu, 8 Aug 2002 01:47:59 -0700 (PDT) Message-Id: <200208080847.g788lxip074637@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 01:47:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/me Makefile me.7 orig_me.7 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 01:47:58 PDT Modified files: (Branch: RELENG_4) share/me Makefile Added files: (Branch: RELENG_4) share/me orig_me.7 Removed files: (Branch: RELENG_4) share/me me.7 Log: MFC: Install manpage for the old -me macro package. Revision Changes Path 1.5.6.3 +1 -2 src/share/me/Makefile 1.4.2.1 +0 -318 src/share/me/me.7 (dead) 1.6.2.1 +318 -0 src/share/me/orig_me.7 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 1:55:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8002C37B400; Thu, 8 Aug 2002 01:55:21 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 808B143E6E; Thu, 8 Aug 2002 01:55:20 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g788t9lE000544; Thu, 8 Aug 2002 12:55:10 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g788t8ln000543; Thu, 8 Aug 2002 12:55:08 +0400 (MSD) (envelope-from ache) Date: Thu, 8 Aug 2002 12:55:06 +0400 From: "Andrey A. Chernov" To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c Message-ID: <20020808085505.GA455@nagual.pp.ru> References: <200208080618.g786IfN8053349@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208080618.g786IfN8053349@freefall.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 On Wed, Aug 07, 2002 at 23:18:41 -0700, Julian Elischer wrote: > julian 2002/08/07 23:18:41 PDT > > Modified files: > sys/kern kern_sig.c > Log: > Do some work on keeping better track of stopped/continued state. > I'm not sure what happenned to the original setting of the P_CONTINUED > flag. it appears to have been lost in the paper shuffling... > This and proc.h commits change su+csh bug a bit, but bug remains. Now I got following picture on 'suspend'/'fg' commands: ------------------------------ ttyp0 68_# suspend Suspended (signal) ttyp0 65_> fg su ttyp0 69_# Suspended (tty output) ttyp0 66_> --------------------------------------- Now I can type anything, but when I press 'Enter', login shell is killed. The difference with previous variant is that previously it was killed immediatelly, no waiting on the prompt. Also note that "Suspended (tty output)" state should not be here. Sorry, I have no ktrace yet, but maybe later. You can always reproduce it with -current su/csh combination. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 2: 3:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F76437B400; Thu, 8 Aug 2002 02:03:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 540DF43E70; Thu, 8 Aug 2002 02:03:48 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7893mJU076210; Thu, 8 Aug 2002 02:03:48 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7893mpG076209; Thu, 8 Aug 2002 02:03:48 -0700 (PDT) Message-Id: <200208080903.g7893mpG076209@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 02:03:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf src/sbin Makefile src/share/examples Makefile src/share/man/man5 make.conf.5 src/sys/modules Makefile src/usr.sbin Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 02:03:48 PDT Modified files: (Branch: RELENG_4) etc/defaults make.conf sbin Makefile share/examples Makefile share/man/man5 make.conf.5 sys/modules Makefile usr.sbin Makefile Log: MFC: NO_IPFILTER make.conf(5) knob. Revision Changes Path 1.97.2.74 +1 -0 src/etc/defaults/make.conf 1.77.2.9 +8 -5 src/sbin/Makefile 1.28.2.6 +4 -1 src/share/examples/Makefile 1.12.2.23 +3 -0 src/share/man/man5/make.conf.5 1.110.2.55 +4 -1 src/sys/modules/Makefile 1.183.2.11 +7 -4 src/usr.sbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 2:11:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7300437B400; Thu, 8 Aug 2002 02:11:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2824743E6A; Thu, 8 Aug 2002 02:11:39 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g789BdJU081101; Thu, 8 Aug 2002 02:11:39 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g789BcKk081100; Thu, 8 Aug 2002 02:11:38 -0700 (PDT) Message-Id: <200208080911.g789BcKk081100@freefall.freebsd.org> From: Marc Fonvieille Date: Thu, 8 Aug 2002 02:11:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.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 blackend 2002/08/08 02:11:38 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp ppp.8 Log: Correct links to the FAQ and the Handbook Revision Changes Path 1.209.2.34 +2 -2 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 2:33:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75DFB37B400; Thu, 8 Aug 2002 02:33:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB0143E6A; Thu, 8 Aug 2002 02:33:29 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g789XTJU082956; Thu, 8 Aug 2002 02:33:29 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g789XTiG082955; Thu, 8 Aug 2002 02:33:29 -0700 (PDT) Message-Id: <200208080933.g789XTiG082955@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 02:33:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.libnames.mk X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 02:33:28 PDT Modified files: (Branch: RELENG_4) share/mk bsd.libnames.mk Log: Assorted MFC: make ``make checkdpadd'' happy in lib/libpam/modules. Revision Changes Path 1.28.2.10 +4 -0 src/share/mk/bsd.libnames.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 2:45:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77FE337B400; Thu, 8 Aug 2002 02:45:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBDE43E65; Thu, 8 Aug 2002 02:45:33 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g789jXJU083797; Thu, 8 Aug 2002 02:45:33 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g789jWLr083796; Thu, 8 Aug 2002 02:45:32 -0700 (PDT) Message-Id: <200208080945.g789jWLr083796@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 02:45:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8 intro.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 ru 2002/08/08 02:45:32 PDT Modified files: (Branch: RELENG_4) share/man/man8 intro.8 Log: MFC: 1.7: Fixed mdoc(7) warnings visible in troff mode. Revision Changes Path 1.3.2.4 +9 -9 src/share/man/man8/intro.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 2:47:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE8BC37B400; Thu, 8 Aug 2002 02:47:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EE543E75; Thu, 8 Aug 2002 02:47:50 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g789loJU083916; Thu, 8 Aug 2002 02:47:50 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g789loLE083915; Thu, 8 Aug 2002 02:47:50 -0700 (PDT) Message-Id: <200208080947.g789loLE083915@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 02:47:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/prefix Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 02:47:50 PDT Modified files: (Branch: RELENG_4) usr.sbin/prefix Makefile Log: MFC: 1.6: Use the SCRIPTS knob. Revision Changes Path 1.1.2.4 +3 -6 src/usr.sbin/prefix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 2:50:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EA0A37B400; Thu, 8 Aug 2002 02:50:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C80C343E5E; Thu, 8 Aug 2002 02:50:22 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g789oMJU084203; Thu, 8 Aug 2002 02:50:22 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g789oMt9084202; Thu, 8 Aug 2002 02:50:22 -0700 (PDT) Message-Id: <200208080950.g789oMt9084202@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 02:50:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree README X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 02:50:21 PDT Modified files: (Branch: RELENG_4) etc/mtree README Log: MFC: Reminder to keep hier(7) updated. Revision Changes Path 1.4.2.2 +3 -1 src/etc/mtree/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 2:54:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E04C537B400; Thu, 8 Aug 2002 02:54:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9646743E88; Thu, 8 Aug 2002 02:54:44 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g789siJU084725; Thu, 8 Aug 2002 02:54:44 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g789sitO084724; Thu, 8 Aug 2002 02:54:44 -0700 (PDT) Message-Id: <200208080954.g789sitO084724@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 02:54:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/elf2exe elf2exe.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 ru 2002/08/08 02:54:44 PDT Modified files: (Branch: RELENG_4) usr.sbin/elf2exe elf2exe.8 Log: MFC: 1.10: mark manpage as MD. Revision Changes Path 1.3.2.7 +2 -2 src/usr.sbin/elf2exe/elf2exe.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 3: 0:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1960C37B400; Thu, 8 Aug 2002 03:00:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A911443E5E; Thu, 8 Aug 2002 03:00:50 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78A0oJU085142; Thu, 8 Aug 2002 03:00:50 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78A0onT085141; Thu, 8 Aug 2002 03:00:50 -0700 (PDT) Message-Id: <200208081000.g78A0onT085141@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 03:00:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/contrib/mm Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 03:00:50 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/groff/contrib/mm Makefile Log: MFC: 1.3: Do not overwrite mm locale files. Revision Changes Path 1.1.2.5 +5 -5 src/gnu/usr.bin/groff/contrib/mm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 3: 3:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 146C237B400; Thu, 8 Aug 2002 03:03:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB88443E65; Thu, 8 Aug 2002 03:03:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78A3RJU085720; Thu, 8 Aug 2002 03:03:27 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78A3RJe085719; Thu, 8 Aug 2002 03:03:27 -0700 (PDT) Message-Id: <200208081003.g78A3RJe085719@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 8 Aug 2002 03:03:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomesession 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 sobomax 2002/08/08 03:03:27 PDT Modified files: x11/gnomesession Makefile distinfo Log: Update to 2.0.5. Revision Changes Path 1.13 +1 -1 ports/x11/gnomesession/Makefile 1.10 +1 -1 ports/x11/gnomesession/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 3: 3:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EDAE37B49E; Thu, 8 Aug 2002 03:03:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 048FD43E3B; Thu, 8 Aug 2002 03:03:35 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78A3YJU085753; Thu, 8 Aug 2002 03:03:34 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78A3YGm085752; Thu, 8 Aug 2002 03:03:34 -0700 (PDT) Message-Id: <200208081003.g78A3YGm085752@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 8 Aug 2002 03:03:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/myth2_demo 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 trevor 2002/08/08 03:03:34 PDT Modified files: games/myth2_demo Makefile Log: Update MASTER_SITES. nods to: fenner's survey, www.alltheweb.com Revision Changes Path 1.2 +1 -1 ports/games/myth2_demo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 3: 4: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 809F437B643; Thu, 8 Aug 2002 03:03:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E0843E65; Thu, 8 Aug 2002 03:03:48 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78A3mJU085782; Thu, 8 Aug 2002 03:03:48 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78A3lkS085781; Thu, 8 Aug 2002 03:03:47 -0700 (PDT) Message-Id: <200208081003.g78A3lkS085781@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 03:03:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ancontrol Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 03:03:47 PDT Modified files: (Branch: RELENG_4) usr.sbin/ancontrol Makefile Log: MFC: 1.10: Added missing DPADD. Revision Changes Path 1.1.2.5 +2 -1 src/usr.sbin/ancontrol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 3: 6: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03B7937B400; Thu, 8 Aug 2002 03:05:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE6C743E65; Thu, 8 Aug 2002 03:05:56 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78A5uJU089690; Thu, 8 Aug 2002 03:05:56 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78A5uPs089673; Thu, 8 Aug 2002 03:05:56 -0700 (PDT) Message-Id: <200208081005.g78A5uPs089673@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 03:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/3.0-upgrade Makefile README X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 03:05:56 PDT Modified files: (Branch: RELENG_4) tools/3.0-upgrade Makefile README Log: MFC: tidying. Revision Changes Path 1.2.6.1 +3 -5 src/tools/3.0-upgrade/Makefile 1.2.2.1 +5 -3 src/tools/3.0-upgrade/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 3:14:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCFEA37B400; Thu, 8 Aug 2002 03:14:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8443D43E65; Thu, 8 Aug 2002 03:14:27 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78AERJU090754; Thu, 8 Aug 2002 03:14:27 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78AERdA090753; Thu, 8 Aug 2002 03:14:27 -0700 (PDT) Message-Id: <200208081014.g78AERdA090753@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 03:14:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 03:14:27 PDT Modified files: (Branch: RELENG_4) etc Makefile Log: MFC: 1.286: Make NO_OPENSSL imply NO_OPENSSH, as documented in make.conf(5). Revision Changes Path 1.219.2.35 +4 -5 src/etc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 3:35:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 960D337B400; Thu, 8 Aug 2002 03:35:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DB6843E4A; Thu, 8 Aug 2002 03:35:39 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78AZdJU092483; Thu, 8 Aug 2002 03:35:39 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78AZdht092482; Thu, 8 Aug 2002 03:35:39 -0700 (PDT) Message-Id: <200208081035.g78AZdht092482@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 03:35:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 03:35:38 PDT Modified files: (Branch: RELENG_4) etc Makefile Log: MFC: 1.288 (whitespace), 1.289 (removed the `etc' target). Revision Changes Path 1.219.2.36 +39 -43 src/etc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 3:38:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70F8737B400; Thu, 8 Aug 2002 03:38:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B8643E6E; Thu, 8 Aug 2002 03:38:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78AcnJU092579; Thu, 8 Aug 2002 03:38:49 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78Acnvj092578; Thu, 8 Aug 2002 03:38:49 -0700 (PDT) Message-Id: <200208081038.g78Acnvj092578@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 03:38:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 03:38:48 PDT Modified files: (Branch: RELENG_4) etc/mtree BSD.usr.dist Log: MFC: 1.264: Removed no longer used share/examples/diskless/* and never used share/examples/kld/dyn_sysctl/module. Revision Changes Path 1.188.2.38 +1 -11 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 3:42: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0961637B400; Thu, 8 Aug 2002 03:42:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B562A43E84; Thu, 8 Aug 2002 03:42:04 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78Ag4JU093030; Thu, 8 Aug 2002 03:42:04 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78Ag4WI093029; Thu, 8 Aug 2002 03:42:04 -0700 (PDT) Message-Id: <200208081042.g78Ag4WI093029@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 03:42:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 03:42:04 PDT Modified files: (Branch: RELENG_4) share/man/man5 Makefile Log: MFC: 1.40: Sort MAN. Revision Changes Path 1.27.2.8 +2 -2 src/share/man/man5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 3:47: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A09037B400; Thu, 8 Aug 2002 03:47:04 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BEA443E3B; Thu, 8 Aug 2002 03:47:03 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g78AkoiE000867; Thu, 8 Aug 2002 14:46:57 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g78Aknd9000866; Thu, 8 Aug 2002 14:46:49 +0400 (MSD) (envelope-from ache) Date: Thu, 8 Aug 2002 14:46:46 +0400 From: "Andrey A. Chernov" To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c Message-ID: <20020808104645.GA828@nagual.pp.ru> References: <200208080618.g786IfN8053349@freefall.freebsd.org> <20020808085505.GA455@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020808085505.GA455@nagual.pp.ru> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 08, 2002 at 12:55:06 +0400, Andrey A. Chernov wrote: > > Now I can type anything, but when I press 'Enter', login shell is > killed. The difference with previous variant is that previously it was > killed immediatelly, no waiting on the prompt. Also note that "Suspended > (tty output)" state should not be here. Sorry, I have no ktrace yet, but > maybe later. You can always reproduce it with -current su/csh combination. Here is ktrace (starting from wait): ... 756 su CALL wait4(0x2f5,0xbfbff610,0x2,0) 756 su RET wait4 757/0x2f5 756 su CALL ioctl(0x1,TIOCGPGRP,0xbfbff5a0) 756 su RET ioctl 0 756 su CALL getpid 756 su RET getpid 756/0x2f4 756 su CALL kill(0x2f4,0x11) 756 su RET kill 0 756 su CALL ioctl(0x1,TIOCSPGRP,0xbfbff5a0) 756 su RET ioctl RESTART 756 su PSIG SIGHUP SIG_DFL ---------------------------------------- ktrace ends here Nothing too interested. Maybe I miss some option? -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 4:17:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 968A437B401; Thu, 8 Aug 2002 04:17:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 498F243E4A; Thu, 8 Aug 2002 04:17:52 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78BHqJU004025; Thu, 8 Aug 2002 04:17:52 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78BHq7o004024; Thu, 8 Aug 2002 04:17:52 -0700 (PDT) Message-Id: <200208081117.g78BHq7o004024@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 8 Aug 2002 04:17:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/qiv 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 trevor 2002/08/08 04:17:51 PDT Modified files: graphics/qiv Makefile distinfo Log: Update to 1.8. PR: 40646 Submitted by: Oliver Braun Revision Changes Path 1.18 +2 -2 ports/graphics/qiv/Makefile 1.9 +1 -1 ports/graphics/qiv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 4:42:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 181EF37B400; Thu, 8 Aug 2002 04:42:17 -0700 (PDT) Received: from fasterix.frmug.org (fasterix.frmug.org [137.194.36.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A4E43E65; Thu, 8 Aug 2002 04:42:11 -0700 (PDT) (envelope-from pb@fasterix.frmug.org) Received: from fasterix.frmug.org (localhost [127.0.0.1]) by fasterix.frmug.org (8.12.5/8.12.5) with ESMTP id g78BfxOo006949 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 8 Aug 2002 13:41:59 +0200 (CEST) (envelope-from pb@fasterix.frmug.org) Received: (from pb@localhost) by fasterix.frmug.org (8.12.5/8.12.5/Submit) id g78BfxDc006948; Thu, 8 Aug 2002 13:41:59 +0200 (CEST) Date: Thu, 8 Aug 2002 13:41:59 +0200 From: Pierre Beyssac To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h Message-ID: <20020808134159.A6896@fasterix.frmug.org> References: <200208080758.g787wqxC066106@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208080758.g787wqxC066106@freefall.freebsd.org>; from sos@FreeBSD.org on Thu, Aug 08, 2002 at 12:58:52AM -0700 X-message-flag: Warning! Use of Microsoft Outlook is dangerous and makes your system susceptible to worms and viruses Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 08, 2002 at 12:58:52AM -0700, Søren Schmidt wrote: > Modified files: > sys/dev/ata atapi-cd.c atapi-cd.h > Log: > Add DVD+RW support to the ATA driver and burncd. This also closes > PR40430 by "Peter Haight " that has semilar patches Great! BTW, any news about ATAPICAM integration? A lot of people (including myself) are eagerly expecting that and it would be wonderful to have it in 5.0 DP2... -- Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org Free domains: http://www.eu.org/ or mail dns-manager@EU.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 4:52:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 510AE37B400; Thu, 8 Aug 2002 04:52:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D753B43E6E; Thu, 8 Aug 2002 04:52:15 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78BqFJU007233; Thu, 8 Aug 2002 04:52:15 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78BqF8X007232; Thu, 8 Aug 2002 04:52:15 -0700 (PDT) Message-Id: <200208081152.g78BqF8X007232@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 8 Aug 2002 04:52:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/acroread5 Makefile ports/print/acroread5/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 trevor 2002/08/08 04:52:15 PDT Modified files: print/acroread5 Makefile print/acroread5/files patch-aa Log: The patching with sed was done incorrectly. Patch the INSTALL script with patch(1) only, not with both patch(1) and sed. Correct the use of sed for patching other files. PR: 41121 Submitted by: KOMATSU Shinichiro Revision Changes Path 1.42 +2 -5 ports/print/acroread5/Makefile 1.5 +16 -4 ports/print/acroread5/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 Thu Aug 8 5: 5:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B589B37B400; Thu, 8 Aug 2002 05:05:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7033143E86; Thu, 8 Aug 2002 05:05:52 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78C5qJU012941; Thu, 8 Aug 2002 05:05:52 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78C5qZm012940; Thu, 8 Aug 2002 05:05:52 -0700 (PDT) Message-Id: <200208081205.g78C5qZm012940@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 8 Aug 2002 05:05:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/usb uaudio.c src/sys/dev/usb ohci.c ucom.c udbp.c ufm.c ugen.c uhci.c uhid.c uhub.c ukbd.c ulpt.c umass.c umodem.c ums.c uplcom.c urio.c usb.c usb_port.h uscanner.c uvisor.c uvscom.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/08/08 05:05:52 PDT Modified files: sys/dev/sound/usb uaudio.c sys/dev/usb ohci.c ucom.c udbp.c ufm.c ugen.c uhci.c uhid.c uhub.c ukbd.c ulpt.c umass.c umodem.c ums.c uplcom.c urio.c usb.c usb_port.h uscanner.c uvisor.c uvscom.c Log: Use the hw.usb sysctl tree instead of debug.usb. Requested by: imp Revision Changes Path 1.6 +2 -1 src/sys/dev/sound/usb/uaudio.c 1.111 +2 -1 src/sys/dev/usb/ohci.c 1.24 +2 -1 src/sys/dev/usb/ucom.c 1.18 +2 -1 src/sys/dev/usb/udbp.c 1.8 +2 -1 src/sys/dev/usb/ufm.c 1.64 +2 -1 src/sys/dev/usb/ugen.c 1.126 +4 -1 src/sys/dev/usb/uhci.c 1.52 +2 -1 src/sys/dev/usb/uhid.c 1.47 +2 -1 src/sys/dev/usb/uhub.c 1.40 +2 -1 src/sys/dev/usb/ukbd.c 1.47 +2 -1 src/sys/dev/usb/ulpt.c 1.65 +2 -1 src/sys/dev/usb/umass.c 1.42 +2 -1 src/sys/dev/usb/umodem.c 1.56 +2 -1 src/sys/dev/usb/ums.c 1.8 +2 -1 src/sys/dev/usb/uplcom.c 1.20 +2 -1 src/sys/dev/usb/urio.c 1.82 +2 -2 src/sys/dev/usb/usb.c 1.55 +1 -1 src/sys/dev/usb/usb_port.h 1.32 +2 -1 src/sys/dev/usb/uscanner.c 1.7 +2 -1 src/sys/dev/usb/uvisor.c 1.9 +2 -1 src/sys/dev/usb/uvscom.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 5:12:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83E4F37B401; Thu, 8 Aug 2002 05:12:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C202A43E81; Thu, 8 Aug 2002 05:12:21 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78CCKJU013688; Thu, 8 Aug 2002 05:12:20 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78CCK8U013687; Thu, 8 Aug 2002 05:12:20 -0700 (PDT) Message-Id: <200208081212.g78CCK8U013687@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 8 Aug 2002 05:12:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.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 yar 2002/08/08 05:12:20 PDT Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.c Log: MFC rev. 1.120: conform to RFC 959, Appendix II, in MKD reply. Revision Changes Path 1.62.2.28 +7 -2 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 Thu Aug 8 5:13:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA50F37B405; Thu, 8 Aug 2002 05:12:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9981643EAF; Thu, 8 Aug 2002 05:12:47 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78CClJU013779; Thu, 8 Aug 2002 05:12:47 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78CClj5013778; Thu, 8 Aug 2002 05:12:47 -0700 (PDT) Message-Id: <200208081212.g78CClj5013778@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 8 Aug 2002 05:12:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/scribus 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 lioux 2002/08/08 05:12:47 PDT Modified files: print/scribus Makefile distinfo pkg-descr pkg-plist Log: o Unmark BROKEN o Update to 0.6 supported by qt2 while waiting for 0.7.7 supporting qt3 o Increase verbosity in DESCR Submitted by: blackend Approved by: maintainer Revision Changes Path 1.4 +17 -2 ports/print/scribus/Makefile 1.2 +2 -1 ports/print/scribus/distinfo 1.2 +6 -1 ports/print/scribus/pkg-descr 1.2 +284 -210 ports/print/scribus/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 5:13:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F46837B405; Thu, 8 Aug 2002 05:13:30 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id B810543E6E; Thu, 8 Aug 2002 05:13:23 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g78CDKk94082; Thu, 8 Aug 2002 15:13:20 +0300 (EEST) (envelope-from ru) Date: Thu, 8 Aug 2002 15:13:20 +0300 From: Ruslan Ermilov To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include Makefile ulimit.h src/lib/libc/gen Makefile.inc ulimit.3 ulimit.c src/lib/libc/sys getrlimit.2 Message-ID: <20020808121320.GB91456@sunbay.com> References: <200208080450.g784oblf037973@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="St7VIuEGZ6dlpu13" Content-Disposition: inline In-Reply-To: <200208080450.g784oblf037973@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --St7VIuEGZ6dlpu13 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 07, 2002 at 09:50:36PM -0700, Mike Barcroft wrote: > Implement POSIX.1-2001 (XSI)'s ulimit(3). [...] > 1.1 +100 -0 src/lib/libc/gen/ulimit.3 (new) > 1.1 +68 -0 src/lib/libc/gen/ulimit.c (new) >=20 I like this ratio! :-) 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 --St7VIuEGZ6dlpu13 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9UmBgUkv4P6juNwoRAsUOAJ4gNzwksZbEb0n5YA7q9liGwrNCHACdHc9d kHsfAy1GCFLVXLnIui/UWJE= =3sSR -----END PGP SIGNATURE----- --St7VIuEGZ6dlpu13-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 5:24:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5F7337B400; Thu, 8 Aug 2002 05:24:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 891BC43E42; Thu, 8 Aug 2002 05:24:54 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78COsJU015639; Thu, 8 Aug 2002 05:24:54 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78COsEd015638; Thu, 8 Aug 2002 05:24:54 -0700 (PDT) Message-Id: <200208081224.g78COsEd015638@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 8 Aug 2002 05:24:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c logwtmp.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 yar 2002/08/08 05:24:54 PDT Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.c logwtmp.c Log: MFC: Remove the casts to (char*), which have become incorrect and unneeded. src/libexec/ftpd/ftpd.c 1.116 src/libexec/ftpd/logwtmp.c 1.11 Revision Changes Path 1.62.2.29 +14 -16 src/libexec/ftpd/ftpd.c 1.9.2.2 +1 -1 src/libexec/ftpd/logwtmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 5:32:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C96E037B400; Thu, 8 Aug 2002 05:32:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DD4743E6A; Thu, 8 Aug 2002 05:32:41 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78CWfJU016483; Thu, 8 Aug 2002 05:32:41 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78CWfmr016482; Thu, 8 Aug 2002 05:32:41 -0700 (PDT) Message-Id: <200208081232.g78CWfmr016482@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 8 Aug 2002 05:32:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/vdesk 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 trevor 2002/08/08 05:32:41 PDT Modified files: x11/vdesk Makefile Log: Correct the category. Revision Changes Path 1.2 +1 -1 ports/x11/vdesk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 5:45:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0515A37B400; Thu, 8 Aug 2002 05:45:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC67D43E65; Thu, 8 Aug 2002 05:45:32 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78CjWJU019866; Thu, 8 Aug 2002 05:45:32 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78CjWWw019865; Thu, 8 Aug 2002 05:45:32 -0700 (PDT) Message-Id: <200208081245.g78CjWWw019865@freefall.freebsd.org> From: Robert Watson Date: Thu, 8 Aug 2002 05:45:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_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 rwatson 2002/08/08 05:45:31 PDT Modified files: sys/kern vfs_vnops.c Log: Due to layering problems, remove the MAC checks from vn_rdwr() -- this VOP wrapper is called from within file systems so can result in odd loopback effects when MAC enforcement is use with the active (as opposed to saved) credential. These checks will be moved elsewhere. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.159 +4 -13 src/sys/kern/vfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 5:49: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B25D237B400; Thu, 8 Aug 2002 05:48:56 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3A7543E3B; Thu, 8 Aug 2002 05:48:48 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g78CmgY99229; Thu, 8 Aug 2002 15:48:42 +0300 (EEST) (envelope-from ru) Date: Thu, 8 Aug 2002 15:48:42 +0300 From: Ruslan Ermilov To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/compat/compat22 Makefile libc.so.3.1.bz2.uu libc.so.3.1.gz.uu libc_r.so.3.0.bz2.uu libc_r.so.3.0.gz.uu Message-ID: <20020808124842.GA98605@sunbay.com> References: <200208040554.g745sB0S039765@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uAKRQypu60I7Lcqm" Content-Disposition: inline In-Reply-To: <200208040554.g745sB0S039765@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 03, 2002 at 10:54:11PM -0700, David E. O'Brien wrote: > obrien 2002/08/03 22:54:11 PDT >=20 > Modified files: (Branch: RELENG_4) > lib/compat/compat22 Makefile=20 > Added files: (Branch: RELENG_4) > lib/compat/compat22 libc.so.3.1.bz2.uu libc_r.so.3.0.bz2.uu=20 > Removed files: (Branch: RELENG_4) > lib/compat/compat22 libc.so.3.1.gz.uu libc_r.so.3.0.gz.uu=20 > Log: > Updated a.out libc/libc_r that fixes the FreeBSD-SA-02:28.resolv resolv= er bug. > =20 > Submitted by: Trevor Johnson > =20 > Revision Changes Path > 1.4.2.1 +5 -0 src/lib/compat/compat22/Makefile > 1.1.2.1 +3388 -0 src/lib/compat/compat22/libc.so.3.1.bz2.uu (new) > 1.1.4.1 +0 -4571 src/lib/compat/compat22/libc.so.3.1.gz.uu (dead) > 1.1.2.1 +3761 -0 src/lib/compat/compat22/libc_r.so.3.0.bz2.uu (new) > 1.1.4.1 +0 -5062 src/lib/compat/compat22/libc_r.so.3.0.gz.uu (dead) >=20 This required uudecode(1) bootstrap. Fixed in Makefile.inc1,v 1.141.2.55. 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 --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9UmiqUkv4P6juNwoRAhqAAJ0SPH0HIPGhRca8Fa799srSOM7+SwCgisDU Q4zCslncmKS7TOaGGMaF18w= =kqY2 -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 5:53:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 486B637B400; Thu, 8 Aug 2002 05:53:44 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDC3643E6E; Thu, 8 Aug 2002 05:53:24 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g78Cr9o99956; Thu, 8 Aug 2002 15:53:09 +0300 (EEST) (envelope-from ru) Date: Thu, 8 Aug 2002 15:53:09 +0300 From: Ruslan Ermilov To: "David O'Brien" , Bruce Evans , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: current@FreeBSD.org Subject: GCC 3.1 hides warnings in system headers (was: Re: Repo bloat (Re: cvs commit: src/contrib/gcc.295 BUGS COPYING COPYING.LIB ChangeLog FREEBSD-Xlist FSFChangeLog INSTALL LANGUAGES Makefile.in NEWS ONEWS PROBLEMS PROJECTS README README-bugs README-f) Message-ID: <20020808125309.GB98605@sunbay.com> References: <20020618123500.A2849@dragon.nuxi.com> <20020619150545.Q7664-100000@gamplex.bde.org> <20020618224324.A14019@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DBIVS5p969aUjpLe" Content-Disposition: inline In-Reply-To: <20020618224324.A14019@dragon.nuxi.com> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --DBIVS5p969aUjpLe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 18, 2002 at 10:43:24PM -0700, David O'Brien wrote: > On Wed, Jun 19, 2002 at 03:11:19PM +1000, Bruce Evans wrote: > > > 1. you've forgotten *.295 will totally disappear soon (as in not even= in > > > the Attic, totally gone as if it never, ever existed). > >=20 > > It shouldn't even have been cvs removed yet, since the -mprofiler-epilo= gue > > bits haven't been merged int gcc yet. >=20 > All the commits to contrib/gcc.295 where committed into contrib/gcc > before the 3.1 import. (that is not strictly true, as Kris's format > hacks weren't, but he knew they would not be) >=20 > What part of history is missing from contrib/gcc? Also, cccp.c,v 1.9 was not merged: : revision 1.9 : date: 2002/04/16 08:07:37; author: ru; state: Exp; lines: +2 -0 : Don't let gcc(1) hide warnings in system includes. :=20 : Approved by: obrien Here's the long promised merge of the functionality. I would like to commit it soon if there are no objections. (This will take this file off its vendor branch.) %%% Index: c-lex.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/contrib/gcc/c-lex.c,v retrieving revision 1.1.1.6 diff -u -p -r1.1.1.6 c-lex.c --- c-lex.c 13 May 2002 03:35:48 -0000 1.1.1.6 +++ c-lex.c 8 Aug 2002 12:48:18 -0000 @@ -315,7 +315,11 @@ cb_file_change (pfile, new_map) } =20 update_header_times (new_map->to_file); +#ifndef FREEBSD_NATIVE in_system_header =3D new_map->sysp !=3D 0; +#else /* FREEBSD_NATIVE */ + in_system_header =3D 0; +#endif /* FREEBSD_NATIVE */ input_filename =3D new_map->to_file; lineno =3D to_line; map =3D new_map; %%% 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 --DBIVS5p969aUjpLe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Umm1Ukv4P6juNwoRAuwSAJ4kTKCO/i7L3WFRnBCCDwHI4od6twCfd7BF Z6NCmc/YcwCRk6C8Wc5HXVw= =FUwo -----END PGP SIGNATURE----- --DBIVS5p969aUjpLe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 6: 8:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0602637B400; Thu, 8 Aug 2002 06:08:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E6BF43E65; Thu, 8 Aug 2002 06:08:44 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: from freefall.freebsd.org (sumikawa@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78D8iJU031830; Thu, 8 Aug 2002 06:08:44 -0700 (PDT) (envelope-from sumikawa@freefall.freebsd.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78D8icw031829; Thu, 8 Aug 2002 06:08:44 -0700 (PDT) Message-Id: <200208081308.g78D8icw031829@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 8 Aug 2002 06:08:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra 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 sumikawa 2002/08/08 06:08:43 PDT Modified files: net/zebra Makefile Log: I take over maintainership. Approved by: joe Revision Changes Path 1.63 +1 -1 ports/net/zebra/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 6:16:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E520337B400; Thu, 8 Aug 2002 06:16:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9737C43E6A; Thu, 8 Aug 2002 06:16:32 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78DGWJU032631; Thu, 8 Aug 2002 06:16:32 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78DGWEr032630; Thu, 8 Aug 2002 06:16:32 -0700 (PDT) Message-Id: <200208081316.g78DGWEr032630@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 8 Aug 2002 06:16:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libicq2000 Makefile ports/net/ickle Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/08 06:16:32 PDT Modified files: net/libicq2000 Makefile net/ickle Makefile Log: * libicq2000 - Return correct cflags when libicq2000-config is called [1] - USE_REINPLACE - Bump PORTREVISION * ickle - Patch to work with aforementioned fix Prompted by: Neil Darlow [1] Revision Changes Path 1.10 +4 -2 ports/net/ickle/Makefile 1.5 +7 -3 ports/net/libicq2000/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 6:23: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B06EC37B400; Thu, 8 Aug 2002 06:23:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B1843E3B; Thu, 8 Aug 2002 06:23:01 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78DN1JU033792; Thu, 8 Aug 2002 06:23:01 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78DN1Ix033791; Thu, 8 Aug 2002 06:23:01 -0700 (PDT) Message-Id: <200208081323.g78DN1Ix033791@freefall.freebsd.org> From: Alexander Leidinger Date: Thu, 8 Aug 2002 06:23:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Safe-Hole 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 netchild 2002/08/08 06:23:01 PDT Modified files: security Makefile Added files: security/p5-Safe-Hole Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Safe-Hole 0.08, make a hole to the original main compartment in the Safe compartment. PR: 41390 (part of) Submitted by: Seth Kingsley Revision Changes Path 1.320 +1 -0 ports/security/Makefile 1.1 +22 -0 ports/security/p5-Safe-Hole/Makefile (new) 1.1 +1 -0 ports/security/p5-Safe-Hole/distinfo (new) 1.1 +1 -0 ports/security/p5-Safe-Hole/pkg-comment (new) 1.1 +12 -0 ports/security/p5-Safe-Hole/pkg-descr (new) 1.1 +6 -0 ports/security/p5-Safe-Hole/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 Aug 8 6:23:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC2D37B405; Thu, 8 Aug 2002 06:23:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4398643E6A; Thu, 8 Aug 2002 06:23:04 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78DN4JU033825; Thu, 8 Aug 2002 06:23:04 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78DN4HD033824; Thu, 8 Aug 2002 06:23:04 -0700 (PDT) Message-Id: <200208081323.g78DN4HD033824@freefall.freebsd.org> From: Alexander Leidinger Date: Thu, 8 Aug 2002 06:23:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/08/08 06:23:04 PDT Modified files: . modules Log: p5-Safe-Hole --> ports/security/p5-Safe-Hole Revision Changes Path 1.5685 +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 Aug 8 6:29:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522AC37B400; Thu, 8 Aug 2002 06:29:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 069D143E42; Thu, 8 Aug 2002 06:29:33 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from freefall.freebsd.org (bmilekic@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78DTWJU034231; Thu, 8 Aug 2002 06:29:32 -0700 (PDT) (envelope-from bmilekic@freefall.freebsd.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78DTWrA034230; Thu, 8 Aug 2002 06:29:32 -0700 (PDT) Message-Id: <200208081329.g78DTWrA034230@freefall.freebsd.org> From: Bosko Milekic Date: Thu, 8 Aug 2002 06:29:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmilekic 2002/08/08 06:29:32 PDT Modified files: sys/kern subr_mbuf.c Log: YIKES, I take the pointy-hat for a really big braino here. I appologize to those of you who may have been seeing crashes in code that uses sendfile(2) or other types of external buffers with mbufs. Pointed out by, and provided trace: Niels Chr. Bank-Pedersen Revision Changes Path 1.28 +3 -4 src/sys/kern/subr_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 6:30:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 781B037B400; Thu, 8 Aug 2002 06:30:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDCF43E75; Thu, 8 Aug 2002 06:30:35 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78DUZJU034635; Thu, 8 Aug 2002 06:30:35 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78DUZtf034634; Thu, 8 Aug 2002 06:30:35 -0700 (PDT) Message-Id: <200208081330.g78DUZtf034634@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 8 Aug 2002 06:30:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.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 yar 2002/08/08 06:30:34 PDT Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.c Log: MFC rev. 1.117: Set SO_REUSEADDR on passive data ports, as it should be done on all listening ports. Revision Changes Path 1.62.2.30 +16 -10 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 Thu Aug 8 6:32: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEA4937B400; Thu, 8 Aug 2002 06:31:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74DA843E4A; Thu, 8 Aug 2002 06:31:57 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: from freefall.freebsd.org (bmilekic@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78DVvJU034775; Thu, 8 Aug 2002 06:31:57 -0700 (PDT) (envelope-from bmilekic@freefall.freebsd.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78DVvDD034774; Thu, 8 Aug 2002 06:31:57 -0700 (PDT) Message-Id: <200208081331.g78DVvDD034774@freefall.freebsd.org> From: Bosko Milekic Date: Thu, 8 Aug 2002 06:31:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmilekic 2002/08/08 06:31:57 PDT Modified files: sys/kern subr_mbuf.c Log: Only my brain can fart while fixing a previous brain fart. Revision Changes Path 1.29 +1 -2 src/sys/kern/subr_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 6:36:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F32D37B400; Thu, 8 Aug 2002 06:36:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7CC543E77; Thu, 8 Aug 2002 06:36:39 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78DadJU035073; Thu, 8 Aug 2002 06:36:39 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78DadQU035072; Thu, 8 Aug 2002 06:36:39 -0700 (PDT) Message-Id: <200208081336.g78DadQU035072@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 8 Aug 2002 06:36:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/08/08 06:36:39 PDT Modified files: (Branch: RELENG_4) libexec/ftpd ftpcmd.y Log: MFC rev. 1.39: Report true error of glob(3). Revision Changes Path 1.16.2.11 +1 -1 src/libexec/ftpd/ftpcmd.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 7: 4:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C33E437B400; Thu, 8 Aug 2002 07:04:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CDCA43E6A; Thu, 8 Aug 2002 07:04:45 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78E4jJU037493; Thu, 8 Aug 2002 07:04:45 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78E4jFc037492; Thu, 8 Aug 2002 07:04:45 -0700 (PDT) Message-Id: <200208081404.g78E4jFc037492@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 8 Aug 2002 07:04:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl2 Makefile distinfo pkg-deinstall pkg-install pkg-message pkg-plist ports/security/cyrus-sasl2/files Sendmail.README patch-ab patch-java::CyrusSasl::Makefile.am patch-java::javax::security::auth::callback::Makefile.am patch-lib::checkpw.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/08/08 07:04:44 PDT Modified files: security/cyrus-sasl2 Makefile distinfo pkg-deinstall pkg-install pkg-message pkg-plist security/cyrus-sasl2/scripts configure.sasl Added files: security/cyrus-sasl2/files saslauthd.sh Removed files: security/cyrus-sasl2/files Sendmail.README patch-ab patch-java::CyrusSasl::Makefile.am patch-java::javax::security::auth::callback::Makefile.am patch-lib::checkpw.c patch-plugins::gssapi.c patch-pwcheck::Makefile.am patch-sample::Makefile.am patch-utils::Makefile.am pwcheck.sh pwcheck_pam.c Log: Add cyrus-sasl-2.1.6 after repo. copy. Revision Changes Path 1.45 +46 -69 ports/security/cyrus-sasl2/Makefile 1.10 +1 -4 ports/security/cyrus-sasl2/distinfo 1.7 +0 -51 ports/security/cyrus-sasl2/files/Sendmail.README (dead) 1.15 +0 -92 ports/security/cyrus-sasl2/files/patch-ab (dead) 1.2 +0 -11 ports/security/cyrus-sasl2/files/patch-java::CyrusSasl::Makefile.am (dead) 1.2 +0 -11 ports/security/cyrus-sasl2/files/patch-java::javax::security::auth::callback::Makefile.am (dead) 1.4 +0 -17 ports/security/cyrus-sasl2/files/patch-lib::checkpw.c (dead) 1.2 +0 -15 ports/security/cyrus-sasl2/files/patch-plugins::gssapi.c (dead) 1.2 +0 -17 ports/security/cyrus-sasl2/files/patch-pwcheck::Makefile.am (dead) 1.2 +0 -12 ports/security/cyrus-sasl2/files/patch-sample::Makefile.am (dead) 1.2 +0 -16 ports/security/cyrus-sasl2/files/patch-utils::Makefile.am (dead) 1.4 +0 -66 ports/security/cyrus-sasl2/files/pwcheck.sh (dead) 1.2 +0 -101 ports/security/cyrus-sasl2/files/pwcheck_pam.c (dead) 1.1 +75 -0 ports/security/cyrus-sasl2/files/saslauthd.sh (new) 1.6 +2 -15 ports/security/cyrus-sasl2/pkg-deinstall 1.10 +4 -13 ports/security/cyrus-sasl2/pkg-install 1.5 +4 -6 ports/security/cyrus-sasl2/pkg-message 1.16 +78 -80 ports/security/cyrus-sasl2/pkg-plist 1.13 +11 -104 ports/security/cyrus-sasl2/scripts/configure.sasl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 7: 6:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A83237B400; Thu, 8 Aug 2002 07:06:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4522643E3B; Thu, 8 Aug 2002 07:06:49 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78E6nJU041842; Thu, 8 Aug 2002 07:06:49 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78E6nJl041841; Thu, 8 Aug 2002 07:06:49 -0700 (PDT) Message-Id: <200208081406.g78E6nJl041841@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 8 Aug 2002 07:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus-imapd2 Makefile distinfo pkg-install pkg-plist ports/mail/cyrus-imapd2/files imapd.conf patch-ac patch-af patch-ag patch-ah patch-bc patch-dc patch-df patch-dh patch-di X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/08/08 07:06:48 PDT Modified files: mail/cyrus-imapd2 Makefile distinfo pkg-install pkg-plist mail/cyrus-imapd2/files imapd.conf patch-ac patch-bc patch-dc patch-df Added files: mail/cyrus-imapd2/files patch-ah patch-dh patch-di Removed files: mail/cyrus-imapd2/files patch-af patch-ag Log: Add cyrus-imapd-2.1.5 after repo. copy. Revision Changes Path 1.60 +51 -41 ports/mail/cyrus-imapd2/Makefile 1.15 +2 -2 ports/mail/cyrus-imapd2/distinfo 1.8 +246 -17 ports/mail/cyrus-imapd2/files/imapd.conf 1.4 +10 -10 ports/mail/cyrus-imapd2/files/patch-ac 1.2 +0 -13 ports/mail/cyrus-imapd2/files/patch-af (dead) 1.2 +0 -13 ports/mail/cyrus-imapd2/files/patch-ag (dead) 1.1 +13 -0 ports/mail/cyrus-imapd2/files/patch-ah (new) 1.5 +4 -4 ports/mail/cyrus-imapd2/files/patch-bc 1.2 +4 -4 ports/mail/cyrus-imapd2/files/patch-dc 1.2 +4 -9 ports/mail/cyrus-imapd2/files/patch-df 1.3 +15 -0 ports/mail/cyrus-imapd2/files/patch-dh (new) 1.3 +13 -0 ports/mail/cyrus-imapd2/files/patch-di (new) 1.6 +2 -2 ports/mail/cyrus-imapd2/pkg-install 1.16 +17 -9 ports/mail/cyrus-imapd2/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 Aug 8 7:22:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 764AE37B400; Thu, 8 Aug 2002 07:22:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A30543E3B; Thu, 8 Aug 2002 07:22:51 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78EMoJU043688; Thu, 8 Aug 2002 07:22:51 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78EMon2043687; Thu, 8 Aug 2002 07:22:50 -0700 (PDT) Message-Id: <200208081422.g78EMon2043687@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 8 Aug 2002 07:22:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl2 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 ume 2002/08/08 07:22:50 PDT Modified files: security/cyrus-sasl2 Makefile pkg-plist Log: Correct installation of docs. Revision Changes Path 1.46 +7 -4 ports/security/cyrus-sasl2/Makefile 1.17 +2 -2 ports/security/cyrus-sasl2/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 Aug 8 7:27:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE2BD37B400; Thu, 8 Aug 2002 07:27:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6875843E65; Thu, 8 Aug 2002 07:27:07 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78ER7JU043916; Thu, 8 Aug 2002 07:27:07 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78ER7q6043915; Thu, 8 Aug 2002 07:27:07 -0700 (PDT) Message-Id: <200208081427.g78ER7q6043915@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 8 Aug 2002 07:27:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/08/08 07:27:06 PDT Modified files: . modules Log: Add cyrus-imapd2 and cyrus-sasl2. Revision Changes Path 1.5686 +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 Thu Aug 8 7:30:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DA0A37B400; Thu, 8 Aug 2002 07:30:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E617843E5E; Thu, 8 Aug 2002 07:30:53 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78EUrJU044159; Thu, 8 Aug 2002 07:30:53 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78EUrOX044155; Thu, 8 Aug 2002 07:30:53 -0700 (PDT) Message-Id: <200208081430.g78EUrOX044155@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 8 Aug 2002 07:30:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/security 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 ume 2002/08/08 07:30:52 PDT Modified files: mail Makefile security Makefile Log: Activate cyrus-imapd2 and cyrus-sasl2. Revision Changes Path 1.313 +1 -0 ports/mail/Makefile 1.321 +1 -0 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 7:54:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9939237B400; Thu, 8 Aug 2002 07:54:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EAF543E6A; Thu, 8 Aug 2002 07:54:54 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: from freefall.freebsd.org (nbm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78EssJU047097; Thu, 8 Aug 2002 07:54:54 -0700 (PDT) (envelope-from nbm@freefall.freebsd.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78EssqC047096; Thu, 8 Aug 2002 07:54:54 -0700 (PDT) Message-Id: <200208081454.g78EssqC047096@freefall.freebsd.org> From: Neil Blakey-Milner Date: Thu, 8 Aug 2002 07:54:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/phpmyadmin 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 nbm 2002/08/08 07:54:53 PDT Modified files: databases/phpmyadmin distinfo Log: Add md5 for the WITH_PHP3 case PR: 41399 Submitted by: Maxim Maximov Revision Changes Path 1.4 +1 -0 ports/databases/phpmyadmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 8: 6:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B63E37B400; Thu, 8 Aug 2002 08:06:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F21243E8A; Thu, 8 Aug 2002 08:06:38 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78F6bJU054527; Thu, 8 Aug 2002 08:06:37 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78F6bQf054526; Thu, 8 Aug 2002 08:06:37 -0700 (PDT) Message-Id: <200208081506.g78F6bQf054526@freefall.freebsd.org> From: Joe Marcus Clarke Date: Thu, 8 Aug 2002 08:06:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/pan Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/08 08:06:37 PDT Modified files: news/pan Makefile Log: Fix MASTER_SITE. PR: 41446 Submitted by: Jan Hornyak Revision Changes Path 1.61 +2 -2 ports/news/pan/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 8: 7:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4493437B400; Thu, 8 Aug 2002 08:07:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE1943E6A; Thu, 8 Aug 2002 08:07:23 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78F7NJU054687; Thu, 8 Aug 2002 08:07:23 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78F7NQH054686; Thu, 8 Aug 2002 08:07:23 -0700 (PDT) Message-Id: <200208081507.g78F7NQH054686@freefall.freebsd.org> From: "Bruce A. Mah" Date: Thu, 8 Aug 2002 08:07:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmmix/files 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 bmah 2002/08/08 08:07:23 PDT Removed files: audio/xmmix/files patch-ad Log: Unbreak port on -CURRENT by removing a patch that #include-d instead of . Revision Changes Path 1.2 +0 -11 ports/audio/xmmix/files/patch-ad (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 8:38:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32F237B400; Thu, 8 Aug 2002 08:38:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B2943E86; Thu, 8 Aug 2002 08:38:32 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78FcWJU057813; Thu, 8 Aug 2002 08:38:32 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78FcViJ057812; Thu, 8 Aug 2002 08:38:31 -0700 (PDT) Message-Id: <200208081538.g78FcViJ057812@freefall.freebsd.org> From: Patrick Li Date: Thu, 8 Aug 2002 08:38:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/tuxcards 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 pat 2002/08/08 08:38:31 PDT Modified files: deskutils/tuxcards Makefile Log: PERL -> REINPLACE_CMD PR: ports/41442 Submitted by: maintainer Revision Changes Path 1.4 +4 -3 ports/deskutils/tuxcards/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 8:43:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64CC537B400; Thu, 8 Aug 2002 08:43:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 033E043E6E; Thu, 8 Aug 2002 08:43:24 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78FhNJU058554; Thu, 8 Aug 2002 08:43:23 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78FhNHk058553; Thu, 8 Aug 2002 08:43:23 -0700 (PDT) Message-Id: <200208081543.g78FhNHk058553@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 08:43:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 08:43:23 PDT Modified files: . Makefile.inc1 Log: The intent in rev. 1.299 was to make the CPUTYPE assignment type check bother "only those who attempts to set it to a different value". This got broken in rev. 1.300 (that fixed another race). Reported by: ache Revision Changes Path 1.302 +7 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 8:51:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85AAD37B400; Thu, 8 Aug 2002 08:51:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E10543E5E; Thu, 8 Aug 2002 08:51:26 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78FpPJU059068; Thu, 8 Aug 2002 08:51:25 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78FpPQU059067; Thu, 8 Aug 2002 08:51:25 -0700 (PDT) Message-Id: <200208081551.g78FpPQU059067@freefall.freebsd.org> From: Greg Lewis Date: Thu, 8 Aug 2002 08:51:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/notif2 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 glewis 2002/08/08 08:51:25 PDT Modified files: x11-toolkits/notif2 Makefile distinfo Log: . Use a DISTNAME that actually exists (on the two sites that I could actually connect to anyway). Submitted by: distfiles survey Revision Changes Path 1.2 +1 -1 ports/x11-toolkits/notif2/Makefile 1.2 +1 -1 ports/x11-toolkits/notif2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 8:52:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE7537B400; Thu, 8 Aug 2002 08:52:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F1A43E65; Thu, 8 Aug 2002 08:52:56 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78FquJU059394; Thu, 8 Aug 2002 08:52:56 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78FqtN8059393; Thu, 8 Aug 2002 08:52:55 -0700 (PDT) Message-Id: <200208081552.g78FqtN8059393@freefall.freebsd.org> From: Warner Losh Date: Thu, 8 Aug 2002 08:52:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sn if_sn_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/08 08:52:55 PDT Modified files: sys/dev/sn if_sn_pccard.c Log: Don't bogusly depend on pcic. pccard should be enough. Noticed by: jhay Forgotten about for two years by: imp Revision Changes Path 1.15 +0 -1 src/sys/dev/sn/if_sn_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 8:53:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08E2A37B400; Thu, 8 Aug 2002 08:53:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B110743E42; Thu, 8 Aug 2002 08:53:23 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: from freefall.freebsd.org (jdp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78FrNJU059451; Thu, 8 Aug 2002 08:53:23 -0700 (PDT) (envelope-from jdp@freefall.freebsd.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78FrNCM059450; Thu, 8 Aug 2002 08:53:23 -0700 (PDT) Message-Id: <200208081553.g78FrNCM059450@freefall.freebsd.org> From: John Polstra Date: Thu, 8 Aug 2002 08:53:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/08/08 08:53:23 PDT Modified files: libexec/rtld-elf rtld.c Log: Don't acquire the writer lock in rtld_exit when clearing the shared objects' reference counts. This function is called by the atexit mechanism at program shutdown. I don't think the locking is necessary here. It caused OpenOffice builds to hang more often than not. Credit to Martin Blapp and Matt Dillon for helping to diagnose this problem and for testing the fix. Revision Changes Path 1.66 +0 -2 src/libexec/rtld-elf/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 8:54:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA30437B400; Thu, 8 Aug 2002 08:54:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DAFF43E6A; Thu, 8 Aug 2002 08:54:29 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78FsTJU059514; Thu, 8 Aug 2002 08:54:29 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78FsTHI059513; Thu, 8 Aug 2002 08:54:29 -0700 (PDT) Message-Id: <200208081554.g78FsTHI059513@freefall.freebsd.org> From: Patrick Li Date: Thu, 8 Aug 2002 08:54:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/ntl 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 pat 2002/08/08 08:54:29 PDT Modified files: math/ntl Makefile distinfo pkg-plist Log: Update to 5.3 PR: ports/41441 Submitted by: maintainer Revision Changes Path 1.8 +1 -1 ports/math/ntl/Makefile 1.5 +1 -1 ports/math/ntl/distinfo 1.6 +2 -2 ports/math/ntl/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 Aug 8 9:12:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D8E37B400; Thu, 8 Aug 2002 09:12:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C660543E6A; Thu, 8 Aug 2002 09:12:19 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78GCJJU065439; Thu, 8 Aug 2002 09:12:19 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78GCJvZ065435; Thu, 8 Aug 2002 09:12:19 -0700 (PDT) Message-Id: <200208081612.g78GCJvZ065435@freefall.freebsd.org> From: Patrick Li Date: Thu, 8 Aug 2002 09:12:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/eieio 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 pat 2002/08/08 09:12:19 PDT Modified files: devel/eieio Makefile distinfo pkg-descr pkg-plist Log: Update to 0.17 final PR: ports/41433 Submitted by: maintainer Revision Changes Path 1.4 +9 -3 ports/devel/eieio/Makefile 1.4 +1 -1 ports/devel/eieio/distinfo 1.2 +1 -1 ports/devel/eieio/pkg-descr 1.3 +0 -2 ports/devel/eieio/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 Aug 8 9:15:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D42837B400; Thu, 8 Aug 2002 09:15:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E391843E3B; Thu, 8 Aug 2002 09:15:15 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78GFFJU065786; Thu, 8 Aug 2002 09:15:15 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78GFFGl065785; Thu, 8 Aug 2002 09:15:15 -0700 (PDT) Message-Id: <200208081615.g78GFFGl065785@freefall.freebsd.org> From: Alan Eldridge Date: Thu, 8 Aug 2002 09:15:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups-base/files patch-backend-usb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/08/08 09:15:15 PDT Added files: print/cups-base/files patch-backend-usb.c Log: Use ulptX, not unlptX for USB printers. It appears the two are no longer the same (someone's been coding), and unlptX does not force the job out on all printers. Emergency patch; maintainer notified. He's always had me do whatever I thought was right before, so this should be no different. I will handle any complaints if this patch causes anyone a problem. Revision Changes Path 1.1 +22 -0 ports/print/cups-base/files/patch-backend-usb.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 9:16:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BB1037B400; Thu, 8 Aug 2002 09:16:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14E243E6A; Thu, 8 Aug 2002 09:16:40 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78GGeJU065916; Thu, 8 Aug 2002 09:16:40 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78GGeK5065915; Thu, 8 Aug 2002 09:16:40 -0700 (PDT) Message-Id: <200208081616.g78GGeK5065915@freefall.freebsd.org> From: Greg Lewis Date: Thu, 8 Aug 2002 09:16:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/xfed Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/08/08 09:16:40 PDT Modified files: x11-fonts/xfed Makefile Log: . Replace MASTER_SITE which hasn't worked since February 2001 with one that does. Submitted by: distfiles survey Revision Changes Path 1.26 +2 -2 ports/x11-fonts/xfed/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 9:31:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6999337B400; Thu, 8 Aug 2002 09:31:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1493643E81; Thu, 8 Aug 2002 09:31:25 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78GVEJU067302; Thu, 8 Aug 2002 09:31:14 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78GVE4D067301; Thu, 8 Aug 2002 09:31:14 -0700 (PDT) Message-Id: <200208081631.g78GVE4D067301@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 8 Aug 2002 09:31:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_output.c udp6_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 2002/08/08 09:31:14 PDT Modified files: (Branch: RELENG_4) sys/netinet6 ip6_output.c udp6_usrreq.c Log: MFC: fixed a bug that we can't send a packet to ipv4mapped ipv6 address using a udp6 socket without bind(2)ing. sys/netinet6/ip6_output.c: 1.39 sys/netinet6/udp6_usrreq.c: 1.29 Revision Changes Path 1.13.2.15 +4 -0 src/sys/netinet6/ip6_output.c 1.6.2.10 +2 -0 src/sys/netinet6/udp6_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 9:40:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6BC737B400; Thu, 8 Aug 2002 09:40:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AECF43E6E; Thu, 8 Aug 2002 09:40:28 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78GeSJU067895; Thu, 8 Aug 2002 09:40:28 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78GeST0067894; Thu, 8 Aug 2002 09:40:28 -0700 (PDT) Message-Id: <200208081640.g78GeST0067894@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 8 Aug 2002 09:40:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ickle Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/08 09:40:27 PDT Modified files: net/ickle Makefile Log: USE_X_PREFIX since it's a X based port Revision Changes Path 1.11 +1 -0 ports/net/ickle/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 9:44:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1038037B400; Thu, 8 Aug 2002 09:44:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5C8B43E70; Thu, 8 Aug 2002 09:44:50 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78GioJU068534; Thu, 8 Aug 2002 09:44:50 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78GioYE068533; Thu, 8 Aug 2002 09:44:50 -0700 (PDT) Message-Id: <200208081644.g78GioYE068533@freefall.freebsd.org> From: Marc Fonvieille Date: Thu, 8 Aug 2002 09:44:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/fr_FR.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/08 09:44:50 PDT Modified files: fr_FR.ISO8859-1/books/handbook/install chapter.sgml Log: Typo fixing. Revision Changes Path 1.3 +2 -2 doc/fr_FR.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 9:45: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E52437B440; Thu, 8 Aug 2002 09:44:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E856C43E70; Thu, 8 Aug 2002 09:44:57 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78GivJU068594; Thu, 8 Aug 2002 09:44:57 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78GivNP068593; Thu, 8 Aug 2002 09:44:57 -0700 (PDT) Message-Id: <200208081644.g78GivNP068593@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 8 Aug 2002 09:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c tcp_usrreq.c src/sys/netinet6 ip6_var.h udp6_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 2002/08/08 09:44:57 PDT Modified files: (Branch: RELENG_4) sys/netinet in_pcb.c tcp_usrreq.c sys/netinet6 ip6_var.h udp6_usrreq.c Log: MFC: cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, ip6_mapped_addr_on is unified into ip6_v6only. sys/netinet/in_pcb.c: 1.109 sys/netinet/tcp_usrreq.c: 1.77 sys/netinet6/ip6_var.h: 1.9 sys/netinet6/udp6_usrreq.c: 1.30 Revision Changes Path 1.59.2.24 +1 -1 src/sys/netinet/in_pcb.c 1.51.2.14 +3 -5 src/sys/netinet/tcp_usrreq.c 1.2.2.3 +1 -2 src/sys/netinet6/ip6_var.h 1.6.2.11 +3 -3 src/sys/netinet6/udp6_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 9:47:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 870C537B400; Thu, 8 Aug 2002 09:47:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DACBF43E7B; Thu, 8 Aug 2002 09:47:27 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78GlRJU068778; Thu, 8 Aug 2002 09:47:27 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78GlRFg068777; Thu, 8 Aug 2002 09:47:27 -0700 (PDT) Message-Id: <200208081647.g78GlRFg068777@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 8 Aug 2002 09:47:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_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 2002/08/08 09:47:27 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_usrreq.c Log: MFC 1.78: make setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6. Revision Changes Path 1.51.2.15 +3 -3 src/sys/netinet/tcp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 9:54:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 000F437B400; Thu, 8 Aug 2002 09:54:11 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72F243E3B; Thu, 8 Aug 2002 09:54:11 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 9C6292A7D6; Thu, 8 Aug 2002 09:54:11 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Pierre Beyssac Cc: =?iso-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h In-Reply-To: <20020808134159.A6896@fasterix.frmug.org> Content-Transfer-Encoding: 8bit Date: Thu, 08 Aug 2002 09:54:11 -0700 From: Peter Wemm Message-Id: <20020808165411.9C6292A7D6@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 Pierre Beyssac wrote: > On Thu, Aug 08, 2002 at 12:58:52AM -0700, Søren Schmidt wrote: > > Modified files: > > sys/dev/ata atapi-cd.c atapi-cd.h > > Log: > > Add DVD+RW support to the ATA driver and burncd. This also closes > > PR40430 by "Peter Haight " that has semilar patches > > Great! > > BTW, any news about ATAPICAM integration? A lot of people (including > myself) are eagerly expecting that and it would be wonderful to > have it in 5.0 DP2... FWIW, the trouble I was having with both burncd and atapicam+cdrecord was due to a damaged burner. burncd completely failed, but cdrecord was able to deal with the the errors during burn startup. Both work fine now that I replaced the burner. 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 Thu Aug 8 10:13:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FFC137B400; Thu, 8 Aug 2002 10:13:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2433C43E6E; Thu, 8 Aug 2002 10:13:45 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78HDjJU075204; Thu, 8 Aug 2002 10:13:45 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78HDjl2075203; Thu, 8 Aug 2002 10:13:45 -0700 (PDT) Message-Id: <200208081713.g78HDjl2075203@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 8 Aug 2002 10:13:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/bitchx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/08 10:13:44 PDT Modified files: irc/bitchx Makefile Log: USE_X_PREFIX if WITH_GNOME Submitted by: maintainer Revision Changes Path 1.46 +1 -0 ports/irc/bitchx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 10:20:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B62537B400; Thu, 8 Aug 2002 10:20:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB7A443E42; Thu, 8 Aug 2002 10:20:20 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78HKKJU075917; Thu, 8 Aug 2002 10:20:20 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78HKKc3075915; Thu, 8 Aug 2002 10:20:20 -0700 (PDT) Message-Id: <200208081720.g78HKKc3075915@freefall.freebsd.org> From: Martin Blapp Date: Thu, 8 Aug 2002 10:20:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice Makefile ports/editors/openoffice/files optpatch-freetype::patch optpatch-vcl::util::makefile.pmk X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/08 10:20:20 PDT Modified files: editors/openoffice Makefile Added files: editors/openoffice/files optpatch-freetype::patch optpatch-vcl::util::makefile.pmk Log: Add optional TTF patch. Submitted by: Alexander Kabaev Revision Changes Path 1.103 +22 -0 ports/editors/openoffice/Makefile 1.1 +208 -0 ports/editors/openoffice/files/optpatch-freetype::patch (new) 1.1 +11 -0 ports/editors/openoffice/files/optpatch-vcl::util::makefile.pmk (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 10:22:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACD1037B400; Thu, 8 Aug 2002 10:22:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD8543E6E; Thu, 8 Aug 2002 10:22:22 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78HMMJU076089; Thu, 8 Aug 2002 10:22:22 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78HMMTT076088; Thu, 8 Aug 2002 10:22:22 -0700 (PDT) Message-Id: <200208081722.g78HMMTT076088@freefall.freebsd.org> From: Patrick Li Date: Thu, 8 Aug 2002 10:22:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Net-SSLeay 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 pat 2002/08/08 10:22:22 PDT Modified files: security/p5-Net-SSLeay Makefile distinfo pkg-plist Log: Update to 0.17 PR: ports/40262 Submitted by: skv Approved by: maintainer Revision Changes Path 1.17 +1 -1 ports/security/p5-Net-SSLeay/Makefile 1.7 +1 -1 ports/security/p5-Net-SSLeay/distinfo 1.8 +4 -0 ports/security/p5-Net-SSLeay/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 Aug 8 10:25:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 902F637B400; Thu, 8 Aug 2002 10:25:20 -0700 (PDT) Received: from freebsd.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 695EE43E70; Thu, 8 Aug 2002 10:25:19 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.12.5/8.12.5) id g78HPFqb004525; Thu, 8 Aug 2002 19:25:15 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200208081725.g78HPFqb004525@freebsd.dk> Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h In-Reply-To: <20020808134159.A6896@fasterix.frmug.org> To: Pierre Beyssac Date: Thu, 8 Aug 2002 19:25:15 +0200 (CEST) Cc: =?ISO-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-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 It seems Pierre Beyssac wrote: > On Thu, Aug 08, 2002 at 12:58:52AM -0700, Søren Schmidt wrote: > > Modified files: > > sys/dev/ata atapi-cd.c atapi-cd.h > > Log: > > Add DVD+RW support to the ATA driver and burncd. This also closes > > PR40430 by "Peter Haight " that has semilar patches > > Great! > > BTW, any news about ATAPICAM integration? A lot of people (including > myself) are eagerly expecting that and it would be wonderful to > have it in 5.0 DP2... Its on my TODO list (and have been for some time sadly, paywork has drained alot of time lately)... I'll get around to it asap it needs a few things fixed first. -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 10:26:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 264A437B400; Thu, 8 Aug 2002 10:26:16 -0700 (PDT) Received: from freebsd.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A98C43E6E; Thu, 8 Aug 2002 10:26:15 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.12.5/8.12.5) id g78HQCvZ004766; Thu, 8 Aug 2002 19:26:12 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200208081726.g78HQCvZ004766@freebsd.dk> Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h In-Reply-To: <20020808165411.9C6292A7D6@canning.wemm.org> To: Peter Wemm Date: Thu, 8 Aug 2002 19:26:12 +0200 (CEST) Cc: Pierre Beyssac , =?ISO-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-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 It seems Peter Wemm wrote: > Pierre Beyssac wrote: > > On Thu, Aug 08, 2002 at 12:58:52AM -0700, Søren Schmidt wrote: > > > Modified files: > > > sys/dev/ata atapi-cd.c atapi-cd.h > > > Log: > > > Add DVD+RW support to the ATA driver and burncd. This also closes > > > PR40430 by "Peter Haight " that has semilar patches > > FWIW, the trouble I was having with both burncd and atapicam+cdrecord was > due to a damaged burner. burncd completely failed, but cdrecord was able > to deal with the the errors during burn startup. Both work fine now that I > replaced the burner. Okies, good to know, thanks for the report! -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 10:28:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86CCF37B400; Thu, 8 Aug 2002 10:28:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 387D043E3B; Thu, 8 Aug 2002 10:28:08 -0700 (PDT) (envelope-from kan@FreeBSD.org) Received: from freefall.freebsd.org (kan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78HS8JU076480; Thu, 8 Aug 2002 10:28:08 -0700 (PDT) (envelope-from kan@freefall.freebsd.org) Received: (from kan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78HS8wp076479; Thu, 8 Aug 2002 10:28:08 -0700 (PDT) Message-Id: <200208081728.g78HS8wp076479@freefall.freebsd.org> From: Alexander Kabaev Date: Thu, 8 Aug 2002 10:28:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/sys sbrk.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kan 2002/08/08 10:28:07 PDT Modified files: lib/libc/i386/sys sbrk.S Log: Use '_end' symbol instead of 'end' to initialize minbrk and curbrk variables. Both symbols are set to the same value by the linker, and _end symbol has less chances to clash with application defined global symbols. alpha, ia64 and sparc64 ports already use _end, i386 is now consistent with them. Reviewed by: bde Approved by: obrien Reported by: pirzyk Revision Changes Path 1.11 +3 -3 src/lib/libc/i386/sys/sbrk.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 10:29:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B30DF37B400; Thu, 8 Aug 2002 10:29:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63EE243E4A; Thu, 8 Aug 2002 10:29:21 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78HTLJU076562; Thu, 8 Aug 2002 10:29:21 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78HTL4b076561; Thu, 8 Aug 2002 10:29:21 -0700 (PDT) Message-Id: <200208081729.g78HTL4b076561@freefall.freebsd.org> From: Martin Blapp Date: Thu, 8 Aug 2002 10:29:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-scptools::source::linker::searchcache X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/08 10:29:21 PDT Added files: editors/openoffice/files patch-scptools::source::linker::searchcache Log: Fix another namespace collision which made the debug build segfaulting in setup. Submitted by: kan Revision Changes Path 1.1 +34 -0 ports/editors/openoffice/files/patch-scptools::source::linker::searchcache (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 10:32:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 343CC37B400; Thu, 8 Aug 2002 10:32:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D963E43E75; Thu, 8 Aug 2002 10:32:38 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78HWcJU077066; Thu, 8 Aug 2002 10:32:38 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78HWcHE077065; Thu, 8 Aug 2002 10:32:38 -0700 (PDT) Message-Id: <200208081732.g78HWcHE077065@freefall.freebsd.org> From: Martin Blapp Date: Thu, 8 Aug 2002 10:32:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-nas:nas-1.4.1.patch X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/08 10:32:38 PDT Modified files: editors/openoffice/files patch-nas:nas-1.4.1.patch Log: machine/soundcard.h -> sys/soundcard.h Fix trailing patch which was ignored Submitted by: kan Revision Changes Path 1.5 +7 -5 ports/editors/openoffice/files/patch-nas:nas-1.4.1.patch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 10:36:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1453B37B400; Thu, 8 Aug 2002 10:36:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB91643E5E; Thu, 8 Aug 2002 10:36:53 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78HarJU077349; Thu, 8 Aug 2002 10:36:53 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78HarWh077348; Thu, 8 Aug 2002 10:36:53 -0700 (PDT) Message-Id: <200208081736.g78HarWh077348@freefall.freebsd.org> From: Martin Blapp Date: Thu, 8 Aug 2002 10:36:53 -0700 (PDT) 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 2002/08/08 10:36:53 PDT Modified files: editors/openoffice Makefile Log: Remove spelling dict support in the main package. There will be added ports instead for Mspell modules. Requested by: OpenOffice.Org package people Revision Changes Path 1.104 +0 -25 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 Thu Aug 8 10:48:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8934237B400; Thu, 8 Aug 2002 10:48:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36AD243E6A; Thu, 8 Aug 2002 10:48:56 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78HmuJU078121; Thu, 8 Aug 2002 10:48:56 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78HmuAP078120; Thu, 8 Aug 2002 10:48:56 -0700 (PDT) Message-Id: <200208081748.g78HmuAP078120@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 10:48:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/unison Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 10:48:55 PDT Modified files: net/unison Makefile Log: Mark FORBIDDEN; can result in serious data loss. Authors have been provided with an example of how to reliably reproduce the bug in the "Losing data with unison 2.9.1" thread here: http://groups.yahoo.com/group/unison-users/ (The last message has not yet been approved by the list maintainer as of this writing.) Revision Changes Path 1.9 +2 -0 ports/net/unison/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 10:53:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08BF137B400; Thu, 8 Aug 2002 10:53:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C446E43E4A; Thu, 8 Aug 2002 10:53:52 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78HrqJU078615; Thu, 8 Aug 2002 10:53:52 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78Hrq0X078614; Thu, 8 Aug 2002 10:53:52 -0700 (PDT) Message-Id: <200208081753.g78Hrq0X078614@freefall.freebsd.org> From: Yar Tikhiy Date: Thu, 8 Aug 2002 10:53:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd 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 2002/08/08 10:53:52 PDT Modified files: libexec/ftpd ftpd.8 ftpd.c Log: Rework storing files thoroughly. This includes: o Remove the race between stat(2) & fopen(3) when creating a unique file. o Improve bound checking when generating a unique name from a given pathname. o Ignore REST marker on APPE. No RFC specifies this case, but the idea of resuming APPE's implies this. o By default, deny upload resumes and appends by anonymous users. Previously these commands were translated to STOU silently, which led to broken files on server without any notification to the user. o Add an option, -m, to allow anonymous users to modify existing files (e.g., to resume uploads) if filesystem permissions permit. Portions obrainded from: OpenBSD MFC after: 3 weeks Revision Changes Path 1.53 +6 -1 src/libexec/ftpd/ftpd.8 1.121 +78 -23 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 Thu Aug 8 10:58:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D669F37B400; Thu, 8 Aug 2002 10:58:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A78043E42; Thu, 8 Aug 2002 10:58:51 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78HwpJU078945; Thu, 8 Aug 2002 10:58:51 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78Hwp3s078944; Thu, 8 Aug 2002 10:58:51 -0700 (PDT) Message-Id: <200208081758.g78Hwp3s078944@freefall.freebsd.org> From: Martin Blapp Date: Thu, 8 Aug 2002 10:58:51 -0700 (PDT) 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 2002/08/08 10:58:51 PDT Modified files: editors/openoffice Makefile Log: Correct the statement about beta quality. Add another needed system patch. Without it regmerge hangs sometimes in the build and consumes 100% cpu. Revision Changes Path 1.105 +11 -7 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 Thu Aug 8 11: 0:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB59137B400; Thu, 8 Aug 2002 11:00:15 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4604543E70; Thu, 8 Aug 2002 11:00:14 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020808180013.RUAK19356.rwcrmhc51.attbi.com@InterJet.elischer.org>; Thu, 8 Aug 2002 18:00:13 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id KAA80068; Thu, 8 Aug 2002 10:49:39 -0700 (PDT) Date: Thu, 8 Aug 2002 10:49:38 -0700 (PDT) From: Julian Elischer To: Soeren Schmidt Cc: Pierre Beyssac , =?ISO-8859-1?Q?S=F8ren_Schmidt?= , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata atapi-cd.c atapi-cd.h In-Reply-To: <200208081725.g78HPFqb004525@freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 8 Aug 2002, Soeren Schmidt wrote: > It seems Pierre Beyssac wrote: > > On Thu, Aug 08, 2002 at 12:58:52AM -0700, S=F8ren Schmidt wrote: > > > Modified files: > > > sys/dev/ata atapi-cd.c atapi-cd.h=20 > > > Log: > > > Add DVD+RW support to the ATA driver and burncd. This also closes > > > PR40430 by "Peter Haight " that has semilar patc= hes > >=20 > > Great! > >=20 > > BTW, any news about ATAPICAM integration? A lot of people (including > > myself) are eagerly expecting that and it would be wonderful to > > have it in 5.0 DP2... >=20 > Its on my TODO list (and have been for some time sadly, paywork > has drained alot of time lately)... > I'll get around to it asap it needs a few things fixed first. Soeren, as it 'works' (for some definition of 'works') now and people wan tto use ti, how about just committing it as-is and fixing it after.. we've been waiting a couple of years on the fixes, and if it were in the tree it would be easier for people to work on.. I say "commit it now". It's new functionality so it won't break exisiting setups. >=20 > -S=F8ren >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 11: 2:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80E7437B400; Thu, 8 Aug 2002 11:02:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42A9743E6A; Thu, 8 Aug 2002 11:02:23 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78I2NJU079689; Thu, 8 Aug 2002 11:02:23 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78I2Nc0079688; Thu, 8 Aug 2002 11:02:23 -0700 (PDT) Message-Id: <200208081802.g78I2Nc0079688@freefall.freebsd.org> From: Patrick Li Date: Thu, 8 Aug 2002 11:02:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/omniORB Makefile distinfo pkg-plist ports/devel/omniORB/files patch-aa patch-aj patch-ak patch-mk-beforedir.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 pat 2002/08/08 11:02:23 PDT Modified files: devel/omniORB Makefile distinfo pkg-plist devel/omniORB/files patch-aa patch-aj patch-ak Removed files: devel/omniORB/files patch-mk-beforedir.mk Log: Update to 3.0.5 PR: ports/41267 Submitted by: Alex Hayward Approved by: maintainer Revision Changes Path 1.18 +4 -3 ports/devel/omniORB/Makefile 1.7 +1 -1 ports/devel/omniORB/distinfo 1.10 +5 -5 ports/devel/omniORB/files/patch-aa 1.3 +4 -4 ports/devel/omniORB/files/patch-aj 1.3 +19 -11 ports/devel/omniORB/files/patch-ak 1.2 +0 -11 ports/devel/omniORB/files/patch-mk-beforedir.mk (dead) 1.12 +9 -10 ports/devel/omniORB/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 Aug 8 11:30:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BF9437B405; Thu, 8 Aug 2002 11:30:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEBC143E81; Thu, 8 Aug 2002 11:30:39 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78IUdJU087029; Thu, 8 Aug 2002 11:30:39 -0700 (PDT) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78IUd0r087028; Thu, 8 Aug 2002 11:30:39 -0700 (PDT) Message-Id: <200208081830.g78IUd0r087028@freefall.freebsd.org> From: Doug Ambrisko Date: Thu, 8 Aug 2002 11:30:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 nge.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 ambrisko 2002/08/08 11:30:39 PDT Modified files: share/man/man4 nge.4 Log: Add support for SX cards using TBI such as Netgear GA621 Sponsored by: Vernier Networks. MFC after: 1 week Revision Changes Path 1.11 +2 -0 src/share/man/man4/nge.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 11:33:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC13A37B400; Thu, 8 Aug 2002 11:33:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E5F43E65; Thu, 8 Aug 2002 11:33:29 -0700 (PDT) (envelope-from ambrisko@FreeBSD.org) Received: from freefall.freebsd.org (ambrisko@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78IXTJU087507; Thu, 8 Aug 2002 11:33:29 -0700 (PDT) (envelope-from ambrisko@freefall.freebsd.org) Received: (from ambrisko@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78IXSFd087506; Thu, 8 Aug 2002 11:33:28 -0700 (PDT) Message-Id: <200208081833.g78IXSFd087506@freefall.freebsd.org> From: Doug Ambrisko Date: Thu, 8 Aug 2002 11:33:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c if_ngereg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ambrisko 2002/08/08 11:33:28 PDT Modified files: sys/dev/nge if_nge.c if_ngereg.h Log: Add support for SX cards using TBI such as Netgear GA621. Sponsored by: Vernier Networks. MFC after: 1 week Revision Changes Path 1.35 +241 -62 src/sys/dev/nge/if_nge.c 1.7 +8 -1 src/sys/dev/nge/if_ngereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 11:41:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67ED137B400; Thu, 8 Aug 2002 11:41:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C1B443E6E; Thu, 8 Aug 2002 11:41:45 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78IfiJU088617; Thu, 8 Aug 2002 11:41:45 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78Ifi1f088616; Thu, 8 Aug 2002 11:41:44 -0700 (PDT) Message-Id: <200208081841.g78Ifi1f088616@freefall.freebsd.org> From: Greg Lewis Date: Thu, 8 Aug 2002 11:41:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk13 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/08/08 11:41:44 PDT Modified files: java/jdk13 Makefile Log: . Fix a typo in a message printed out to the user. Revision Changes Path 1.35 +1 -1 ports/java/jdk13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 11:45:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7B537B400; Thu, 8 Aug 2002 11:45:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 002AF43E72; Thu, 8 Aug 2002 11:45:06 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78Ij6JU088941; Thu, 8 Aug 2002 11:45:06 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78Ij6gF088940; Thu, 8 Aug 2002 11:45:06 -0700 (PDT) Message-Id: <200208081845.g78Ij6gF088940@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 8 Aug 2002 11:45:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/sys/conf files majors src/sys/dev/usb ucom.c ucomvar.h uplcom.c usbdevs uvisor.c uvscom.c src/sys/modules Makefile src/sys/modules/ucom Makefile src/sys/modules/uplcom Makefile src/sys/modules/uvisor Makefile ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/08/08 11:45:06 PDT Modified files: (Branch: RELENG_4) etc MAKEDEV sys/conf files majors sys/dev/usb usbdevs sys/modules Makefile Added files: (Branch: RELENG_4) sys/dev/usb ucom.c ucomvar.h uplcom.c uvisor.c uvscom.c sys/modules/ucom Makefile sys/modules/uplcom Makefile sys/modules/uvisor Makefile sys/modules/uvscom Makefile Log: MFC: Bring usb serial support into -stable. Revision Changes Path 1.243.2.48 +11 -11 src/etc/MAKEDEV 1.340.2.109 +4 -0 src/sys/conf/files 1.98.2.14 +1 -1 src/sys/conf/majors 1.24.2.1 +1170 -0 src/sys/dev/usb/ucom.c (new) 1.2.2.1 +183 -0 src/sys/dev/usb/ucomvar.h (new) 1.8.2.1 +811 -0 src/sys/dev/usb/uplcom.c (new) 1.11.2.28 +5 -0 src/sys/dev/usb/usbdevs 1.7.2.1 +486 -0 src/sys/dev/usb/uvisor.c (new) 1.9.2.1 +883 -0 src/sys/dev/usb/uvscom.c (new) 1.110.2.56 +4 -0 src/sys/modules/Makefile 1.1.2.1 +10 -0 src/sys/modules/ucom/Makefile (new) 1.1.2.1 +10 -0 src/sys/modules/uplcom/Makefile (new) 1.1.2.1 +10 -0 src/sys/modules/uvisor/Makefile (new) 1.1.2.1 +10 -0 src/sys/modules/uvscom/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 11:46:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DDE737B401; Thu, 8 Aug 2002 11:46:48 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE5C43E6E; Thu, 8 Aug 2002 11:46:47 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id 1EEF24AE; Thu, 8 Aug 2002 19:46:43 +0100 (BST) Date: Thu, 8 Aug 2002 19:46:42 +0100 From: Josef Karthauser To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV src/sys/conf files majors src/sys/dev/usb ucom.c ucomvar.h uplcom.c usbdevs uvisor.c uvscom.c src/sys/modules Makefile src/sys/modules/ucom Makefile src/sys/modules/uplcom Makefile src/sys/modules/uvisor Makefile ... Message-ID: <20020808184642.GA11532@genius.tao.org.uk> References: <200208081845.g78Ij6gF088940@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <200208081845.g78Ij6gF088940@freefall.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 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 08, 2002 at 11:45:06AM -0700, Josef Karthauser wrote: > joe 2002/08/08 11:45:06 PDT >=20 > Modified files: (Branch: RELENG_4) > etc MAKEDEV=20 > sys/conf files majors=20 > sys/dev/usb usbdevs=20 > sys/modules Makefile=20 > Added files: (Branch: RELENG_4) > sys/dev/usb ucom.c ucomvar.h uplcom.c uvisor.c=20 > uvscom.c=20 > sys/modules/ucom Makefile=20 > sys/modules/uplcom Makefile=20 > sys/modules/uvisor Makefile=20 > sys/modules/uvscom Makefile=20 > Log: > MFC: Bring usb serial support into -stable. I brought the manual pages in too, but the remote commit failed and the log message didn't get emailed. There isn't currently a uvisor man page, but Tom's working on it. Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj1SvJIACgkQXVIcjOaxUBbnmwCgmraOWW0lAsbqE8XWcdSvh3wf V/8Ani0o+NnmtJBWTht99wMdUltTdcOr =Tekl -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 11:51:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E237337B400; Thu, 8 Aug 2002 11:51:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E9043E7B; Thu, 8 Aug 2002 11:51:07 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78Ip7JU089586; Thu, 8 Aug 2002 11:51:07 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78Ip7TR089585; Thu, 8 Aug 2002 11:51:07 -0700 (PDT) Message-Id: <200208081851.g78Ip7TR089585@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 8 Aug 2002 11:51:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/08/08 11:51:07 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen Revision Changes Path 1.32.2.26 +6 -1 src/sys/dev/usb/usbdevs.h 1.32.2.26 +31 -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 Thu Aug 8 11:58:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B705B37B400; Thu, 8 Aug 2002 11:58:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A9243E72; Thu, 8 Aug 2002 11:58:23 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78IwNJU090028; Thu, 8 Aug 2002 11:58:23 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78IwNAN090027; Thu, 8 Aug 2002 11:58:23 -0700 (PDT) Message-Id: <200208081858.g78IwNAN090027@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 8 Aug 2002 11:58:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cgiwrap 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 dwcjr 2002/08/08 11:58:23 PDT Modified files: www/cgiwrap Makefile pkg-message Log: Install cgiwrapd/nph-cgiwrapd as a separate binary and removes suid and execute permissions for security reasons PR: 41454 Submitted by: maintainer Revision Changes Path 1.16 +6 -1 ports/www/cgiwrap/Makefile 1.3 +4 -0 ports/www/cgiwrap/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 12: 5:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A75737B400; Thu, 8 Aug 2002 12:05:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D4E43E3B; Thu, 8 Aug 2002 12:05:42 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78J5gJU094962; Thu, 8 Aug 2002 12:05:42 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78J5giE094961; Thu, 8 Aug 2002 12:05:42 -0700 (PDT) Message-Id: <200208081905.g78J5giE094961@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 8 Aug 2002 12:05:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nss Makefile distinfo pkg-plist ports/security/nss/files patch-..::coreconf::FreeBSD.mk patch-..::coreconf::command.mk patch-..::coreconf::rules.mk patch-cmd::platlibs.mk patch-lib::ckfw::builtins::Makefile patch-lib::fortcrypt::swfort::pkcs11::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 2002/08/08 12:05:42 PDT Modified files: security/nss Makefile distinfo pkg-plist security/nss/files patch-..::coreconf::FreeBSD.mk patch-..::coreconf::rules.mk patch-lib::ckfw::builtins::Makefile patch-lib::fortcrypt::swfort::pkcs11::Makefile Added files: security/nss/files patch-..::coreconf::command.mk patch-cmd::platlibs.mk Log: Update to 3.4.2. Revision Changes Path 1.3 +1 -1 ports/security/nss/Makefile 1.2 +1 -1 ports/security/nss/distinfo 1.2 +13 -27 ports/security/nss/files/patch-..::coreconf::FreeBSD.mk 1.1 +14 -0 ports/security/nss/files/patch-..::coreconf::command.mk (new) 1.2 +3 -3 ports/security/nss/files/patch-..::coreconf::rules.mk 1.1 +13 -0 ports/security/nss/files/patch-cmd::platlibs.mk (new) 1.2 +10 -10 ports/security/nss/files/patch-lib::ckfw::builtins::Makefile 1.2 +12 -12 ports/security/nss/files/patch-lib::fortcrypt::swfort::pkcs11::Makefile 1.2 +6 -7 ports/security/nss/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 Aug 8 12: 6: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9022037B4C6; Thu, 8 Aug 2002 12:05:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AC4543E6E; Thu, 8 Aug 2002 12:05:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from freefall.freebsd.org (sobomax@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78J5sJU095031; Thu, 8 Aug 2002 12:05:54 -0700 (PDT) (envelope-from sobomax@freefall.freebsd.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78J5sXf095030; Thu, 8 Aug 2002 12:05:54 -0700 (PDT) Message-Id: <200208081905.g78J5sXf095030@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 8 Aug 2002 12:05:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nspr Makefile distinfo pkg-plist ports/devel/nspr/files patch-..::config::autoconf.mk.in patch-..::configure patch-..::pr::include::md::_freebsd.h patch-..::pr::include::md::_pth.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 sobomax 2002/08/08 12:05:53 PDT Modified files: devel/nspr Makefile distinfo pkg-plist devel/nspr/files patch-..::config::autoconf.mk.in patch-..::configure patch-..::pr::include::md::_freebsd.h Removed files: devel/nspr/files patch-..::pr::include::md::_pth.h Log: Update to 4.2. Revision Changes Path 1.2 +2 -2 ports/devel/nspr/Makefile 1.2 +1 -1 ports/devel/nspr/distinfo 1.2 +10 -10 ports/devel/nspr/files/patch-..::config::autoconf.mk.in 1.2 +8 -26 ports/devel/nspr/files/patch-..::configure 1.2 +6 -15 ports/devel/nspr/files/patch-..::pr::include::md::_freebsd.h 1.2 +0 -23 ports/devel/nspr/files/patch-..::pr::include::md::_pth.h (dead) 1.2 +40 -0 ports/devel/nspr/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 Aug 8 12:10:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B63A37B400; Thu, 8 Aug 2002 12:10:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D3243E4A; Thu, 8 Aug 2002 12:10:36 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78JAaJU095801; Thu, 8 Aug 2002 12:10:36 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78JAa2c095800; Thu, 8 Aug 2002 12:10:36 -0700 (PDT) Message-Id: <200208081910.g78JAa2c095800@freefall.freebsd.org> From: Anders Nordby Date: Thu, 8 Aug 2002 12:10:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/musicbrainz Makefile distinfo pkg-plist ports/audio/musicbrainz/files patch-id3.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/08 12:10:36 PDT Modified files: audio/musicbrainz Makefile distinfo pkg-plist Removed files: audio/musicbrainz/files patch-id3.c Log: Update to version 1.1.0. Approved by: maintainer Revision Changes Path 1.10 +1 -1 ports/audio/musicbrainz/Makefile 1.7 +1 -1 ports/audio/musicbrainz/distinfo 1.2 +0 -10 ports/audio/musicbrainz/files/patch-id3.c (dead) 1.5 +1 -1 ports/audio/musicbrainz/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 Aug 8 12:12:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2608A37B400; Thu, 8 Aug 2002 12:12:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF89443E75; Thu, 8 Aug 2002 12:12:36 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78JCaJU096006; Thu, 8 Aug 2002 12:12:36 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78JCabM096005; Thu, 8 Aug 2002 12:12:36 -0700 (PDT) Message-Id: <200208081912.g78JCabM096005@freefall.freebsd.org> From: Alan Cox Date: Thu, 8 Aug 2002 12:12:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/08 12:12:36 PDT Modified files: sys/vm vm_page.c Log: o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPED flag. (This is the only place in the entire kernel where the PG_MAPPED flag is tested. It will be removed soon.) Revision Changes Path 1.210 +1 -1 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 12:17:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6543437B400; Thu, 8 Aug 2002 12:17:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1838B43E6A; Thu, 8 Aug 2002 12:17:20 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78JHJJU096359; Thu, 8 Aug 2002 12:17:19 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78JHJkO096358; Thu, 8 Aug 2002 12:17:19 -0700 (PDT) Message-Id: <200208081917.g78JHJkO096358@freefall.freebsd.org> From: Anders Nordby Date: Thu, 8 Aug 2002 12:17:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/zinf Makefile distinfo pkg-descr pkg-plist ports/audio/zinf/files patch-aa patch-ac patch-ad patch-io-signature-src-signaturepmo.cpp patch-zlib-infcodes.c patch-zlib-inffast.c patch-zlib-zconf.h sdr2.plugin.S100.audio.rtp.mpa.freeamp sdr2.plugin.S100.audio.rtp.mpa.zinf X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/08 12:17:19 PDT Modified files: audio/zinf Makefile distinfo pkg-descr pkg-plist audio/zinf/files patch-aa patch-ac patch-ad Added files: audio/zinf/files patch-zlib-infcodes.c patch-zlib-inffast.c patch-zlib-zconf.h sdr2.plugin.S100.audio.rtp.mpa.zinf Removed files: audio/zinf/files patch-io-signature-src-signaturepmo.cpp sdr2.plugin.S100.audio.rtp.mpa.freeamp Log: Update freeamp 2.1.1 to zinf 2.2.0. Add zlib patches for working around zlib 1.1.4 problems (obtained from src/lib/zlibz in current) + a file that was forgotten in the zlib 1.1.3 to 1.1.4 upgrade between freeamp 2.1.1 and zinf 2.2.0. Revision Changes Path 1.23 +7 -9 ports/audio/zinf/Makefile 1.6 +1 -1 ports/audio/zinf/distinfo 1.5 +27 -46 ports/audio/zinf/files/patch-aa 1.2 +5 -5 ports/audio/zinf/files/patch-ac 1.2 +10 -10 ports/audio/zinf/files/patch-ad 1.2 +0 -10 ports/audio/zinf/files/patch-io-signature-src-signaturepmo.cpp (dead) 1.1 +21 -0 ports/audio/zinf/files/patch-zlib-infcodes.c (new) 1.1 +67 -0 ports/audio/zinf/files/patch-zlib-inffast.c (new) 1.1 +28 -0 ports/audio/zinf/files/patch-zlib-zconf.h (new) 1.2 +0 -10 ports/audio/zinf/files/sdr2.plugin.S100.audio.rtp.mpa.freeamp (dead) 1.1 +10 -0 ports/audio/zinf/files/sdr2.plugin.S100.audio.rtp.mpa.zinf (new) 1.2 +7 -8 ports/audio/zinf/pkg-descr 1.6 +40 -206 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 Thu Aug 8 12:18:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89F2537B400; Thu, 8 Aug 2002 12:18:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C75C43E42; Thu, 8 Aug 2002 12:18:37 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78JIbJU096540; Thu, 8 Aug 2002 12:18:37 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78JIb6I096539; Thu, 8 Aug 2002 12:18:37 -0700 (PDT) Message-Id: <200208081918.g78JIb6I096539@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 8 Aug 2002 12:18:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/rbot 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 dwcjr 2002/08/08 12:18:37 PDT Modified files: irc/rbot Makefile distinfo pkg-plist Log: Update to 0.9.6 PR: 41276 Submitted by: maintainer Revision Changes Path 1.3 +5 -17 ports/irc/rbot/Makefile 1.3 +1 -1 ports/irc/rbot/distinfo 1.3 +326 -1188 ports/irc/rbot/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 Aug 8 12:24:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D15A37B401; Thu, 8 Aug 2002 12:24:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00E5143E65; Thu, 8 Aug 2002 12:24:45 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78JOiJU097328; Thu, 8 Aug 2002 12:24:44 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78JOiae097327; Thu, 8 Aug 2002 12:24:44 -0700 (PDT) Message-Id: <200208081924.g78JOiae097327@freefall.freebsd.org> From: Anders Nordby Date: Thu, 8 Aug 2002 12:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/freeamp Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/freeamp/files patch-aa patch-ac patch-ad patch-io-obs-obsinput.cpp patch-io-signature-src-signaturepmo.cpp patch-io-wavout-src-waveoutpmo.cpp sdr2.plugin.S100.audio.rtp.mpa.freeamp X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/08 12:24:44 PDT Removed files: audio/freeamp Makefile distinfo pkg-comment pkg-descr pkg-plist audio/freeamp/files patch-aa patch-ac patch-ad patch-io-obs-obsinput.cpp patch-io-signature-src-signaturepmo.cpp patch-io-wavout-src-waveoutpmo.cpp sdr2.plugin.S100.audio.rtp.mpa.freeamp Log: Remove Freeamp, Freeamp is dead (see http://anders.fix.no/freebsd/freeamp.txt for the announcement on the old mailinglists). Use Zinf - Zinf Is Not FreeA*p - instead: ports/audio/zinf. Revision Changes Path 1.23 +0 -86 ports/audio/freeamp/Makefile (dead) 1.6 +0 -1 ports/audio/freeamp/distinfo (dead) 1.5 +0 -207 ports/audio/freeamp/files/patch-aa (dead) 1.2 +0 -22 ports/audio/freeamp/files/patch-ac (dead) 1.2 +0 -11 ports/audio/freeamp/files/patch-ad (dead) 1.2 +0 -18 ports/audio/freeamp/files/patch-io-obs-obsinput.cpp (dead) 1.2 +0 -10 ports/audio/freeamp/files/patch-io-signature-src-signaturepmo.cpp (dead) 1.2 +0 -10 ports/audio/freeamp/files/patch-io-wavout-src-waveoutpmo.cpp (dead) 1.2 +0 -10 ports/audio/freeamp/files/sdr2.plugin.S100.audio.rtp.mpa.freeamp (dead) 1.2 +0 -1 ports/audio/freeamp/pkg-comment (dead) 1.2 +0 -10 ports/audio/freeamp/pkg-descr (dead) 1.6 +0 -208 ports/audio/freeamp/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 Thu Aug 8 12:29:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F3C937B400; Thu, 8 Aug 2002 12:29:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6D4B43E4A; Thu, 8 Aug 2002 12:29:25 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78JTPJU097621; Thu, 8 Aug 2002 12:29:25 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78JTPqr097620; Thu, 8 Aug 2002 12:29:25 -0700 (PDT) Message-Id: <200208081929.g78JTPqr097620@freefall.freebsd.org> From: Anders Nordby Date: Thu, 8 Aug 2002 12:29:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG anders 2002/08/08 12:29:25 PDT Modified files: . modules Log: Correct module entries for freeamp (delete) && zinf (add). Revision Changes Path 1.5687 +1 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 12:32:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8EFA37B400; Thu, 8 Aug 2002 12:32:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AD5E43E4A; Thu, 8 Aug 2002 12:32:14 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78JWEJU098157; Thu, 8 Aug 2002 12:32:14 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78JWEqY098156; Thu, 8 Aug 2002 12:32:14 -0700 (PDT) Message-Id: <200208081932.g78JWEqY098156@freefall.freebsd.org> From: Hye-Shik Chang Date: Thu, 8 Aug 2002 12:32:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/py-metar 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 perky 2002/08/08 12:32:14 PDT Modified files: astro/py-metar Makefile distinfo pkg-plist Log: Update to 0.4 Revision Changes Path 1.3 +1 -1 ports/astro/py-metar/Makefile 1.3 +1 -1 ports/astro/py-metar/distinfo 1.2 +1 -1 ports/astro/py-metar/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 Aug 8 12:38:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9582637B400; Thu, 8 Aug 2002 12:38:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 423A143E84; Thu, 8 Aug 2002 12:38:50 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78JcoJU098625; Thu, 8 Aug 2002 12:38:50 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78Jcop0098624; Thu, 8 Aug 2002 12:38:50 -0700 (PDT) Message-Id: <200208081938.g78Jcop0098624@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Thu, 8 Aug 2002 12:38:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/serveez Makefile pkg-plist ports/net/serveez/files patch-Makefile.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 dwcjr 2002/08/08 12:38:49 PDT Modified files: net/serveez Makefile pkg-plist Added files: net/serveez/files patch-Makefile.in patch-configure Log: Fix building Bump PORTREVISION PR: 41359 Submitted by: KATO Tsuguru Revision Changes Path 1.2 +11 -8 ports/net/serveez/Makefile 1.1 +11 -0 ports/net/serveez/files/patch-Makefile.in (new) 1.1 +10 -0 ports/net/serveez/files/patch-configure (new) 1.2 +8 -9 ports/net/serveez/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 Aug 8 12:58:13 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 919) id 57BDB37B400; Thu, 8 Aug 2002 12:58:09 -0700 (PDT) Date: Thu, 8 Aug 2002 12:58:09 -0700 From: Patrick Li To: Anders Nordby Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/freeamp Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/freeamp/files patch-aa patch-ac patch-ad patch-io-obs-obsinput.cpp patch-io-signature-src-signaturepmo.cpp patch-io-wavout-src-waveoutpmo.cpp sdr2.plugin.S100.audio.rtp.mpa.freeamp Message-ID: <20020808125809.A80796@FreeBSD.org> References: <200208081924.g78JOiae097327@freefall.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: <200208081924.g78JOiae097327@freefall.freebsd.org>; from anders@FreeBSD.org on Thu, Aug 08, 2002 at 12:24:44PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 08, 2002 at 12:24:44PM -0700, Anders Nordby wrote: > anders 2002/08/08 12:24:44 PDT > > Removed files: > audio/freeamp Makefile distinfo pkg-comment pkg-descr > pkg-plist > audio/freeamp/files patch-aa patch-ac patch-ad > patch-io-obs-obsinput.cpp > patch-io-signature-src-signaturepmo.cpp > patch-io-wavout-src-waveoutpmo.cpp > sdr2.plugin.S100.audio.rtp.mpa.freeamp > Log: > Remove Freeamp, Freeamp is dead (see > http://anders.fix.no/freebsd/freeamp.txt for the announcement on the old > mailinglists). > > Use Zinf - Zinf Is Not FreeA*p - instead: ports/audio/zinf. Don't forget remove freeamp and add zinf entry to ports/audio/Makefile -pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 13: 2:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 219F137B400; Thu, 8 Aug 2002 13:02:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7F3643E4A; Thu, 8 Aug 2002 13:02:25 -0700 (PDT) (envelope-from anders@FreeBSD.org) Received: from freefall.freebsd.org (anders@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78K2PJU001110; Thu, 8 Aug 2002 13:02:25 -0700 (PDT) (envelope-from anders@freefall.freebsd.org) Received: (from anders@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78K2PrT001106; Thu, 8 Aug 2002 13:02:25 -0700 (PDT) Message-Id: <200208082002.g78K2PrT001106@freefall.freebsd.org> From: Anders Nordby Date: Thu, 8 Aug 2002 13:02:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio 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 anders 2002/08/08 13:02:25 PDT Modified files: audio Makefile Log: Remove freeamp (rest in peace), add zinf. Revision Changes Path 1.324 +1 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 13:29:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 085AB37B400; Thu, 8 Aug 2002 13:29:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0AA443E6E; Thu, 8 Aug 2002 13:29:27 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78KTRJU007642; Thu, 8 Aug 2002 13:29:27 -0700 (PDT) (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78KTRHe007641; Thu, 8 Aug 2002 13:29:27 -0700 (PDT) Message-Id: <200208082029.g78KTRHe007641@freefall.freebsd.org> From: Ville Skyttä Date: Thu, 8 Aug 2002 13:29:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects cvsweb.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 scop 2002/08/08 13:29:27 PDT Modified files: en/projects cvsweb.sgml Log: Note FreeBSD-CVSweb availability in some OS distros. Approved by: knu (mentor) Revision Changes Path 1.9 +11 -3 www/en/projects/cvsweb.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 13:52: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9678037B400; Thu, 8 Aug 2002 13:52:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3615643E65; Thu, 8 Aug 2002 13:52:03 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78Kq2JU009749; Thu, 8 Aug 2002 13:52:03 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78Kq2bA009748; Thu, 8 Aug 2002 13:52:02 -0700 (PDT) Message-Id: <200208082052.g78Kq2bA009748@freefall.freebsd.org> From: Martin Blapp Date: Thu, 8 Aug 2002 13:52:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-external::neon::md5.c.pat patch-external::neon::neonpatch.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 mbr 2002/08/08 13:52:02 PDT Modified files: editors/openoffice/files patch-external::neon::neonpatch.sh Added files: editors/openoffice/files patch-external::neon::md5.c.pat Log: Fix neon authentification. The patch in external/neon is missing two unsigned chars. http://www.openoffice.org/issues/show_bug.cgi?id=4818 Revision Changes Path 1.1 +112 -0 ports/editors/openoffice/files/patch-external::neon::md5.c.pat (new) 1.2 +10 -7 ports/editors/openoffice/files/patch-external::neon::neonpatch.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 13:58:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5031737B400; Thu, 8 Aug 2002 13:58:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0060143E6E; Thu, 8 Aug 2002 13:58:28 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78KwRJU010187; Thu, 8 Aug 2002 13:58:27 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78KwR87010186; Thu, 8 Aug 2002 13:58:27 -0700 (PDT) Message-Id: <200208082058.g78KwR87010186@freefall.freebsd.org> From: Patrick Li Date: Thu, 8 Aug 2002 13:58:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-omniorb 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 pat 2002/08/08 13:58:27 PDT Modified files: devel/py-omniorb Makefile distinfo pkg-plist Log: - Update to 1.5 - Sort plist also PR: ports/38955 Submitted by: Marc Recht Approved by: maintainer Revision Changes Path 1.6 +4 -3 ports/devel/py-omniorb/Makefile 1.3 +1 -1 ports/devel/py-omniorb/distinfo 1.3 +2 -2 ports/devel/py-omniorb/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 Aug 8 15:24: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7580237B400; Thu, 8 Aug 2002 15:24:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D3B43E77; Thu, 8 Aug 2002 15:24:00 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78MO0JU026246; Thu, 8 Aug 2002 15:24:00 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78MNxTc026245; Thu, 8 Aug 2002 15:24:00 -0700 (PDT) Message-Id: <200208082224.g78MNxTc026245@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 8 Aug 2002 15:23:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/linux-edonkey-gui-gtk Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/08 15:23:59 PDT Modified files: net/linux-edonkey-gui-gtk Makefile distinfo Log: Update to 0.2.0 alpha snapshot 2002.02.22 Revision Changes Path 1.5 +6 -10 ports/net/linux-edonkey-gui-gtk/Makefile 1.3 +1 -1 ports/net/linux-edonkey-gui-gtk/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 16:10:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 690EF37B400; Thu, 8 Aug 2002 16:10:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C5C143E4A; Thu, 8 Aug 2002 16:10:43 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g78NAgJU033534; Thu, 8 Aug 2002 16:10:43 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g78NAgc8033533; Thu, 8 Aug 2002 16:10:42 -0700 (PDT) Message-Id: <200208082310.g78NAgc8033533@freefall.freebsd.org> From: Martin Blapp Date: Thu, 8 Aug 2002 16:10:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2002/08/08 16:10:42 PDT Modified files: editors/openoffice distinfo Log: Remove spelling dict checksums Revision Changes Path 1.25 +0 -18 ports/editors/openoffice/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 17:27:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25F6C37B400; Thu, 8 Aug 2002 17:27:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFA043E6E; Thu, 8 Aug 2002 17:27:31 -0700 (PDT) (envelope-from mita@FreeBSD.org) Received: from freefall.freebsd.org (mita@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g790RVJU054825; Thu, 8 Aug 2002 17:27:31 -0700 (PDT) (envelope-from mita@freefall.freebsd.org) Received: (from mita@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g790RVGs054824; Thu, 8 Aug 2002 17:27:31 -0700 (PDT) Message-Id: <200208090027.g790RVGs054824@freefall.freebsd.org> From: Yoshio MITA Date: Thu, 8 Aug 2002 17:27:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/latex2html Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mita 2002/08/08 17:27:31 PDT Modified files: japanese/latex2html Makefile Log: Maintainer approved change of dependency: japanese/vfghostscript55 -> japanese/ghostscript-gnu-jpnfont Although vfghostscript55 is being obsoleted, old users who use vfghostscript55 are not necessarily required to update. Therefore PORTREVISION doesn't bump. Submitted by: mita Approved by: maintainer Revision Changes Path 1.12 +1 -1 ports/japanese/latex2html/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 17:43:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92EB37B400; Thu, 8 Aug 2002 17:43:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF6A43E6A; Thu, 8 Aug 2002 17:43:36 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g790haJU056219; Thu, 8 Aug 2002 17:43:36 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g790ha0F056218; Thu, 8 Aug 2002 17:43:36 -0700 (PDT) Message-Id: <200208090043.g790ha0F056218@freefall.freebsd.org> From: Ian Dowse Date: Thu, 8 Aug 2002 17:43:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/quota quota.1 quota.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/08/08 17:43:36 PDT Modified files: usr.bin/quota quota.1 quota.c Log: Fix a few compiler warnings, sort options and make the usage() output match the synopsis. Revision Changes Path 1.13 +12 -11 src/usr.bin/quota/quota.1 1.17 +17 -16 src/usr.bin/quota/quota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 17:53: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAEC237B400; Thu, 8 Aug 2002 17:53:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D65243E3B; Thu, 8 Aug 2002 17:53:02 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g790r2JU057021; Thu, 8 Aug 2002 17:53:02 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g790r2QT057020; Thu, 8 Aug 2002 17:53:02 -0700 (PDT) Message-Id: <200208090053.g790r2QT057020@freefall.freebsd.org> From: Ian Dowse Date: Thu, 8 Aug 2002 17:53:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/quota quota.1 quota.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/08/08 17:53:01 PDT Modified files: usr.bin/quota quota.1 quota.c Log: Add a new flag (-l) that suppresses quota checks on NFS filesystems. PR: bin/12939 Submitted by: Neil Blakey-Milner Revision Changes Path 1.14 +16 -3 src/usr.bin/quota/quota.1 1.18 +10 -4 src/usr.bin/quota/quota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 18:21: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA3CE37B400; Thu, 8 Aug 2002 18:21:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB8943E72; Thu, 8 Aug 2002 18:21:04 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g791L4JU063506; Thu, 8 Aug 2002 18:21:04 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g791L4w8063505; Thu, 8 Aug 2002 18:21:04 -0700 (PDT) Message-Id: <200208090121.g791L4w8063505@freefall.freebsd.org> From: Ian Dowse Date: Thu, 8 Aug 2002 18:21:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/edquota edquota.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/08/08 18:21:04 PDT Modified files: usr.sbin/edquota edquota.c Log: Improve the code for detecting UID ranges so that usernames such as "2-xhibit" are not considered as a range. Fix a problem where the code would forget to increment argv. PR: misc/15658 Revision Changes Path 1.17 +3 -3 src/usr.sbin/edquota/edquota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 18:37:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10B2937B400; Thu, 8 Aug 2002 18:37:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA8E43E5E; Thu, 8 Aug 2002 18:37:34 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Received: from freefall.freebsd.org (bsd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g791bXJU064548; Thu, 8 Aug 2002 18:37:33 -0700 (PDT) (envelope-from bsd@freefall.freebsd.org) Received: (from bsd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g791bXuv064547; Thu, 8 Aug 2002 18:37:33 -0700 (PDT) Message-Id: <200208090137.g791bXuv064547@freefall.freebsd.org> From: "Brian S. Dean" Date: Thu, 8 Aug 2002 18:37:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/cdroot 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 bsd 2002/08/08 18:37:33 PDT Modified files: sysutils Makefile Added files: sysutils/cdroot Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add cdroot: a utility for automating the creation of a full FreeBSD installation on a bootable CD-ROM. Current version is 1.2.2. Revision Changes Path 1.280 +1 -0 ports/sysutils/Makefile 1.1 +16 -0 ports/sysutils/cdroot/Makefile (new) 1.1 +1 -0 ports/sysutils/cdroot/distinfo (new) 1.1 +1 -0 ports/sysutils/cdroot/pkg-comment (new) 1.1 +7 -0 ports/sysutils/cdroot/pkg-descr (new) 1.1 +8 -0 ports/sysutils/cdroot/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 Aug 8 18:37:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6DA437B448; Thu, 8 Aug 2002 18:37:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CADC43E6E; Thu, 8 Aug 2002 18:37:43 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Received: from freefall.freebsd.org (bsd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g791bhJU064592; Thu, 8 Aug 2002 18:37:43 -0700 (PDT) (envelope-from bsd@freefall.freebsd.org) Received: (from bsd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g791bhZD064591; Thu, 8 Aug 2002 18:37:43 -0700 (PDT) Message-Id: <200208090137.g791bhZD064591@freefall.freebsd.org> From: "Brian S. Dean" Date: Thu, 8 Aug 2002 18:37:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2002/08/08 18:37:43 PDT Modified files: . modules Log: cdroot --> ports/sysutils/cdroot Revision Changes Path 1.5688 +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 Aug 8 18:48:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DDE737B400; Thu, 8 Aug 2002 18:48:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F189943E5E; Thu, 8 Aug 2002 18:48:28 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g791mSJU065577; Thu, 8 Aug 2002 18:48:28 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g791mSLa065576; Thu, 8 Aug 2002 18:48:28 -0700 (PDT) Message-Id: <200208090148.g791mSLa065576@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 8 Aug 2002 18:48:28 -0700 (PDT) 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 luigi 2002/08/08 18:48:28 PDT Modified files: sys/dev/fxp if_fxp.c Log: use the new interface to ether_input(), with eh = NULL and the MAC header in the mbuf. MFC after: 3 days Revision Changes Path 1.138 +1 -7 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 Thu Aug 8 19: 4:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 201D337B400; Thu, 8 Aug 2002 19:04:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C530043E70; Thu, 8 Aug 2002 19:04:21 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7924LJU066992; Thu, 8 Aug 2002 19:04:21 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7924LUg066991; Thu, 8 Aug 2002 19:04:21 -0700 (PDT) Message-Id: <200208090204.g7924LUg066991@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 8 Aug 2002 19:04:21 -0700 (PDT) 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 luigi 2002/08/08 19:04:21 PDT Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c Log: MFC 1.136 and 1.137 + (1.136) fix handling of RNR conditions when using polling + (1.137) use m_getcl() to allocate buffers for the receive ring. Revision Changes Path 1.110.2.24 +67 -60 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 Thu Aug 8 19:11:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 878AC37B400; Thu, 8 Aug 2002 19:11:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A79E43E42; Thu, 8 Aug 2002 19:11:09 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g792B9JU071770; Thu, 8 Aug 2002 19:11:09 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g792B9FR071769; Thu, 8 Aug 2002 19:11:09 -0700 (PDT) Message-Id: <200208090211.g792B9FR071769@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 8 Aug 2002 19:11:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.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 luigi 2002/08/08 19:11:09 PDT Modified files: (Branch: RELENG_4) sys/kern uipc_mbuf.c Log: Now that we start having clients for m_getcl(), set the default max pool size for mbuf+clusters to 10 instead of 0, so we can enjoy the performance improvements. Revision Changes Path 1.51.2.17 +1 -1 src/sys/kern/uipc_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 19:39:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26BD437B400; Thu, 8 Aug 2002 19:39:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD8B943E6E; Thu, 8 Aug 2002 19:39:38 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from freefall.freebsd.org (gshapiro@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g792dcJU073588; Thu, 8 Aug 2002 19:39:38 -0700 (PDT) (envelope-from gshapiro@freefall.freebsd.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g792dctM073587; Thu, 8 Aug 2002 19:39:38 -0700 (PDT) Message-Id: <200208090239.g792dctM073587@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 8 Aug 2002 19:39:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunched_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 gshapiro 2002/08/08 19:39:38 PDT Modified files: usr.sbin/crunch/crunchgen crunched_main.c Log: Apply the envp fix to the other call to main() as well. Submitted by: Peter Edwards Revision Changes Path 1.8 +2 -2 src/usr.sbin/crunch/crunchgen/crunched_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 19:40:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DAFE37B400; Thu, 8 Aug 2002 19:40:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E785A43E70; Thu, 8 Aug 2002 19:40:21 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g792eLJU073687; Thu, 8 Aug 2002 19:40:21 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g792eLUO073686; Thu, 8 Aug 2002 19:40:21 -0700 (PDT) Message-Id: <200208090240.g792eLUO073686@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 8 Aug 2002 19:40:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.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 luigi 2002/08/08 19:40:21 PDT Modified files: (Branch: RELENG_4) sys/pci if_sis.c Log: MFC: use m_getcl() to get buffers for the receive ring, remove the sysctl variable sis_quick, use the new interface to ether_input(). Revision Changes Path 1.13.4.22 +8 -35 src/sys/pci/if_sis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 19:42: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3A9937B400; Thu, 8 Aug 2002 19:42:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A62F443E6E; Thu, 8 Aug 2002 19:42:02 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from freefall.freebsd.org (gshapiro@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g792g2JU074057; Thu, 8 Aug 2002 19:42:02 -0700 (PDT) (envelope-from gshapiro@freefall.freebsd.org) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g792g208074056; Thu, 8 Aug 2002 19:42:02 -0700 (PDT) Message-Id: <200208090242.g792g208074056@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 8 Aug 2002 19:42:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunched_main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2002/08/08 19:42:02 PDT Modified files: (Branch: RELENG_4) usr.sbin/crunch/crunchgen crunched_main.c Log: MFC: Apply the envp fix to the other call to main() as well. (Immediate MFC as this fixes builds using crunchgen.) Revision Changes Path 1.8 +2 -2 src/usr.sbin/crunch/crunchgen/crunched_main.c Revision Changes Path 1.6.6.2 +2 -2 src/usr.sbin/crunch/crunchgen/crunched_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 19:57:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFFF537B400; Thu, 8 Aug 2002 19:57:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9294C43EA9; Thu, 8 Aug 2002 19:56:41 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g792uVJU075187; Thu, 8 Aug 2002 19:56:31 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g792uVMI075186; Thu, 8 Aug 2002 19:56:31 -0700 (PDT) Message-Id: <200208090256.g792uVMI075186@freefall.freebsd.org> From: Johan Karlsson Date: Thu, 8 Aug 2002 19:56:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/comsat comsat.8 comsat.c src/usr.bin/biff biff.1 biff.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 johan 2002/08/08 19:56:31 PDT Modified files: (Branch: RELENG_4) libexec/comsat comsat.8 comsat.c usr.bin/biff biff.1 biff.c Log: MFC: Add ability to only beep when mail arrives. src/libexec/comsat/comsat.8 1.10 src/libexec/comsat/comsat.c 1.16 src/usr.bin/biff/biff.1 1.15 src/usr.bin/biff/biff.c 1.14, 1.15 Approved by: sheldonh (mentor) Revision Changes Path 1.6.2.3 +8 -1 src/libexec/comsat/comsat.8 1.13.2.1 +20 -6 src/libexec/comsat/comsat.c 1.8.2.7 +9 -4 src/usr.bin/biff/biff.1 1.6.2.4 +14 -7 src/usr.bin/biff/biff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 20: 3:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD5A637B401; Thu, 8 Aug 2002 20:03:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9316143E3B; Thu, 8 Aug 2002 20:03:08 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79338JU075980; Thu, 8 Aug 2002 20:03:08 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79338Ac075979; Thu, 8 Aug 2002 20:03:08 -0700 (PDT) Message-Id: <200208090303.g79338Ac075979@freefall.freebsd.org> From: Robert Watson Date: Thu, 8 Aug 2002 20:03:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e posix1e.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 rwatson 2002/08/08 20:03:08 PDT Modified files: lib/libc/posix1e posix1e.3 Log: X-ref mac.3. Revision Changes Path 1.21 +2 -1 src/lib/libc/posix1e/posix1e.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 20: 9:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D4437B400; Thu, 8 Aug 2002 20:09:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D7743E42; Thu, 8 Aug 2002 20:09:38 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7939cJU080480; Thu, 8 Aug 2002 20:09:38 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7939cT8080479; Thu, 8 Aug 2002 20:09:38 -0700 (PDT) Message-Id: <200208090309.g7939cT8080479@freefall.freebsd.org> From: Robert Watson Date: Thu, 8 Aug 2002 20:09:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/posix1e mac_te.c mac_text.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/08 20:09:38 PDT Modified files: lib/libc/posix1e mac_te.c mac_text.c Log: Update TE policy and MAC text conversion routines to support partial label updates. Biba and MLS already supported this. This permits the userland library to submit relative updates on MAC labels, rather than submitting an entire label to replace the current label. This also requires changes to the MAC modules, which are forthcoming. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.2 +3 -4 src/lib/libc/posix1e/mac_te.c 1.2 +68 -6 src/lib/libc/posix1e/mac_text.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 20:25:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8561B37B400; Thu, 8 Aug 2002 20:25:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34EC143E75; Thu, 8 Aug 2002 20:25:49 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g793PnJU082060; Thu, 8 Aug 2002 20:25:49 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g793PnbC082059; Thu, 8 Aug 2002 20:25:49 -0700 (PDT) Message-Id: <200208090325.g793PnbC082059@freefall.freebsd.org> From: Dirk Meyer Date: Thu, 8 Aug 2002 20:25:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/gnustep-base Makefile pkg-plist ports/lang/gnustep-base/files GNUstep.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 dinoex 2002/08/08 20:25:49 PDT Modified files: lang/gnustep-base Makefile pkg-plist lang/gnustep-base/files GNUstep.sh Log: Fix PREFIX dependency in GNUstep.sh, cleanup pkg-plist Revision Changes Path 1.26 +8 -2 ports/lang/gnustep-base/Makefile 1.3 +1 -5 ports/lang/gnustep-base/files/GNUstep.sh 1.12 +3 -2 ports/lang/gnustep-base/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 Aug 8 21:19:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EA2737B400; Thu, 8 Aug 2002 21:19:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56B3B43E5E; Thu, 8 Aug 2002 21:19:11 -0700 (PDT) (envelope-from hsu@FreeBSD.org) Received: from freefall.freebsd.org (hsu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g794JBJU089724; Thu, 8 Aug 2002 21:19:11 -0700 (PDT) (envelope-from hsu@freefall.freebsd.org) Received: (from hsu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g794JBpH089723; Thu, 8 Aug 2002 21:19:11 -0700 (PDT) Message-Id: <200208090419.g794JBpH089723@freefall.freebsd.org> From: Jeffrey Hsu Date: Thu, 8 Aug 2002 21:19:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hsu 2002/08/08 21:19:11 PDT Modified files: . access Log: Please welcome Jennifer Yang to the committer ranks. She has most recently been working on locking up the networking stack. Revision Changes Path 1.331 +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 Thu Aug 8 21:53: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CDF837B400; Thu, 8 Aug 2002 21:53:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E6643E42; Thu, 8 Aug 2002 21:53:06 -0700 (PDT) (envelope-from mita@FreeBSD.org) Received: from freefall.freebsd.org (mita@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g794r6JU092105; Thu, 8 Aug 2002 21:53:06 -0700 (PDT) (envelope-from mita@freefall.freebsd.org) Received: (from mita@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g794r51A092104; Thu, 8 Aug 2002 21:53:05 -0700 (PDT) Message-Id: <200208090453.g794r51A092104@freefall.freebsd.org> From: Yoshio MITA Date: Thu, 8 Aug 2002 21:53:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/nexfontsel 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 mita 2002/08/08 21:53:05 PDT Modified files: x11-fonts/nexfontsel Makefile pkg-plist Log: Apply changes in LANG (ja_JP.EUC -> ja_JP.eucJP) Revision Changes Path 1.8 +3 -3 ports/x11-fonts/nexfontsel/Makefile 1.3 +3 -3 ports/x11-fonts/nexfontsel/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 Aug 8 22:21: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0C0237B400; Thu, 8 Aug 2002 22:21:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E1D43E81; Thu, 8 Aug 2002 22:21:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g795L2JU098210; Thu, 8 Aug 2002 22:21:02 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g795L2c6098209; Thu, 8 Aug 2002 22:21:02 -0700 (PDT) Message-Id: <200208090521.g795L2c6098209@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 8 Aug 2002 22:21:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 i386_module.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/08/08 22:21:01 PDT Modified files: sys/boot/i386/libi386 i386_module.c Log: Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLY undocumented how to control its loading and queries to freebsd-current go unanswered. Revision Changes Path 1.6 +1 -9 src/sys/boot/i386/libi386/i386_module.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 22:24:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBCCB37B401; Thu, 8 Aug 2002 22:24:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8002343E6A; Thu, 8 Aug 2002 22:24:27 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g795ORJU098403; Thu, 8 Aug 2002 22:24:27 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g795ORek098402; Thu, 8 Aug 2002 22:24:27 -0700 (PDT) Message-Id: <200208090524.g795ORek098402@freefall.freebsd.org> From: Hye-Shik Chang Date: Thu, 8 Aug 2002 22:24:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/xosd Makefile distinfo pkg-plist ports/misc/xosd/files patch-aa patch-xosd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/08/08 22:24:27 PDT Modified files: misc/xosd Makefile distinfo pkg-plist misc/xosd/files patch-xosd.c Removed files: misc/xosd/files patch-aa Log: Update to 1.0.0 Revision Changes Path 1.9 +16 -20 ports/misc/xosd/Makefile 1.2 +1 -1 ports/misc/xosd/distinfo 1.3 +0 -67 ports/misc/xosd/files/patch-aa (dead) 1.2 +9 -9 ports/misc/xosd/files/patch-xosd.c 1.3 +9 -2 ports/misc/xosd/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 Aug 8 22:27:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 817E637B400; Thu, 8 Aug 2002 22:27:46 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ABA643E65; Thu, 8 Aug 2002 22:27:46 -0700 (PDT) (envelope-from baka@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1921) id 18FA8AE163; Thu, 8 Aug 2002 22:27:46 -0700 (PDT) Date: Thu, 8 Aug 2002 22:27:46 -0700 From: Jon Mini To: Jeffrey Hsu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20020809052745.GB16589@elvis.mu.org> Mail-Followup-To: Jeffrey Hsu , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208090419.g794JBpH089723@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208090419.g794JBpH089723@freefall.freebsd.org> User-Agent: Mutt/1.3.27i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeffrey Hsu [hsu@FreeBSD.org] wrote : > hsu 2002/08/08 21:19:11 PDT > > Modified files: > . access > Log: > Please welcome Jennifer Yang to the committer ranks. She has most recently > been working on locking up the networking stack. Woohoo! -- 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 Thu Aug 8 22:30:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D45637B408; Thu, 8 Aug 2002 22:30:10 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCA643E5E; Thu, 8 Aug 2002 22:30:09 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 787E12A887; Thu, 8 Aug 2002 22:30:09 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 i386_module.c In-Reply-To: <200208090521.g795L2c6098209@freefall.freebsd.org> Date: Thu, 08 Aug 2002 22:30:09 -0700 From: Peter Wemm Message-Id: <20020809053009.787E12A887@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 "David E. O'Brien" wrote: > obrien 2002/08/08 22:21:01 PDT > > Modified files: > sys/boot/i386/libi386 i386_module.c > Log: > Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLY > undocumented how to control its loading and queries to freebsd-current > go unanswered. Uhh David, this is not the way to solve the problem. 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 Thu Aug 8 22:41: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71D1D37B400; Thu, 8 Aug 2002 22:40:59 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 253AE43E6A; Thu, 8 Aug 2002 22:40:59 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 240689E59; Fri, 9 Aug 2002 01:35:52 -0400 (EDT) Date: Fri, 9 Aug 2002 01:35:52 -0400 From: Mike Barcroft To: Yar Tikhiy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/ftpd ftpd.8 ftpd.c Message-ID: <20020809013552.B94821@espresso.q9media.com> References: <200208081753.g78Hrq0X078614@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208081753.g78Hrq0X078614@freefall.freebsd.org>; from yar@FreeBSD.org on Thu, Aug 08, 2002 at 10:53:52AM -0700 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 Yar Tikhiy writes: > yar 2002/08/08 10:53:52 PDT > > Modified files: > libexec/ftpd ftpd.8 ftpd.c > Log: > Rework storing files thoroughly. This includes: ... Are these changes making it back to lukem to avoid lost functionality when we make the switch to lukemftpd? 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 Thu Aug 8 22:42:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E042737B400; Thu, 8 Aug 2002 22:42:23 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 573A043E81; Thu, 8 Aug 2002 22:42:23 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id A2DC29E5A; Fri, 9 Aug 2002 01:37:16 -0400 (EDT) Date: Fri, 9 Aug 2002 01:37:16 -0400 From: Mike Barcroft To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/nls msgcat.c Message-ID: <20020809013716.C94821@espresso.q9media.com> References: <200208072203.g77M3lZg077170@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208072203.g77M3lZg077170@freefall.freebsd.org>; from ache@FreeBSD.org on Wed, Aug 07, 2002 at 03:03:47PM -0700 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 Andrey A. Chernov writes: > ache 2002/08/07 15:03:47 PDT > > Modified files: > lib/libc/nls msgcat.c > Log: > Always set errno to ENOMEM after malloc failed (as workaround). > Our malloc sometimes forget to set errno, f.e. for size overflow case. Can't you just fix malloc()? 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 Thu Aug 8 22:50:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A399637B400; Thu, 8 Aug 2002 22:50:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 570A043E6A; Thu, 8 Aug 2002 22:50:32 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g795oWJU000685; Thu, 8 Aug 2002 22:50:32 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g795oWk2000684; Thu, 8 Aug 2002 22:50:32 -0700 (PDT) Message-Id: <200208090550.g795oWk2000684@freefall.freebsd.org> From: Robert Watson Date: Thu, 8 Aug 2002 22:50:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa vesa.c src/sys/kern uipc_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/08/08 22:50:32 PDT Modified files: sys/i386/isa vesa.c sys/kern uipc_syscalls.c Log: Add additional range checks for copyout targets. Submitted by: Silvio Cesare Revision Changes Path 1.37 +4 -2 src/sys/i386/isa/vesa.c 1.123 +2 -0 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 23: 7:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51C4E37B400; Thu, 8 Aug 2002 23:07:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003B643E5E; Thu, 8 Aug 2002 23:07:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (obrien@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7967XJU007037; Thu, 8 Aug 2002 23:07:33 -0700 (PDT) (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7967XcX007036; Thu, 8 Aug 2002 23:07:33 -0700 (PDT) Message-Id: <200208090607.g7967XcX007036@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 8 Aug 2002 23:07:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common loader.8 src/share/man/man5 device.hints.5 src/sys/boot/i386/libi386 i386_module.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/08/08 23:07:33 PDT Modified files: sys/boot/common loader.8 share/man/man5 device.hints.5 sys/boot/i386/libi386 i386_module.c Log: Restore autoloading of ACPI module. Document the approved ways of disabling it. Submitted by: Daniel O'Connor Revision Changes Path 1.3 +6 -1 src/share/man/man5/device.hints.5 1.45 +4 -0 src/sys/boot/common/loader.8 1.7 +8 -0 src/sys/boot/i386/libi386/i386_module.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 23:52:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C7F437B400; Thu, 8 Aug 2002 23:52:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C010643E4A; Thu, 8 Aug 2002 23:52:27 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g796qRJU014412; Thu, 8 Aug 2002 23:52:27 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g796qRkh014411; Thu, 8 Aug 2002 23:52:27 -0700 (PDT) Message-Id: <200208090652.g796qRkh014411@freefall.freebsd.org> From: Hiroki Sato Date: Thu, 8 Aug 2002 23:52:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/articles/diskless-x article.sgml doc/ja_JP.eucJP/articles/ipsec-must 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 hrs 2002/08/08 23:52:27 PDT Modified files: ja_JP.eucJP/articles/diskless-x article.sgml ja_JP.eucJP/articles/ipsec-must article.sgml Log: Merge the following from the English version: 1.7 -> 1.9 diskless-x/article.sgml 1.9 -> 1.11 ipsec-must/article.sgml Revision Changes Path 1.5 +3 -3 doc/ja_JP.eucJP/articles/diskless-x/article.sgml 1.6 +2 -2 doc/ja_JP.eucJP/articles/ipsec-must/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 23:52:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6230537B4B2; Thu, 8 Aug 2002 23:52:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14AF343E81; Thu, 8 Aug 2002 23:52:40 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g796qdJU014463; Thu, 8 Aug 2002 23:52:39 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g796qdWJ014462; Thu, 8 Aug 2002 23:52:39 -0700 (PDT) Message-Id: <200208090652.g796qdWJ014462@freefall.freebsd.org> From: Hiroki Sato Date: Thu, 8 Aug 2002 23:52:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook book.sgml doc/ja_JP.eucJP/books/handbook/pgpkeys 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 hrs 2002/08/08 23:52:39 PDT Modified files: ja_JP.eucJP/books/handbook book.sgml ja_JP.eucJP/books/handbook/pgpkeys chapter.sgml Log: Merge the following from the English version: 1.149 -> 1.162 pgpkeys/chapter.sgml Revision Changes Path 1.73 +2 -0 doc/ja_JP.eucJP/books/handbook/book.sgml 1.29 +78 -26 doc/ja_JP.eucJP/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 23:52:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF21937B401; Thu, 8 Aug 2002 23:52:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84AD443E70; Thu, 8 Aug 2002 23:52:41 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g796qfJU014490; Thu, 8 Aug 2002 23:52:41 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g796qff0014489; Thu, 8 Aug 2002 23:52:41 -0700 (PDT) Message-Id: <200208090652.g796qff0014489@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 8 Aug 2002 23:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/gperf Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/08 23:52:41 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/gperf Makefile Log: MFC: Mark as PROG_CXX. This broke downgrading from -CURRENT to -STABLE early in bootstrap-tools. Revision Changes Path 1.4.2.2 +1 -1 src/gnu/usr.bin/gperf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 23:53:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4457437B416; Thu, 8 Aug 2002 23:53:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E52343EBE; Thu, 8 Aug 2002 23:53:10 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g796rAJU014537; Thu, 8 Aug 2002 23:53:10 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g796rAAV014536; Thu, 8 Aug 2002 23:53:10 -0700 (PDT) Message-Id: <200208090653.g796rAAV014536@freefall.freebsd.org> From: Hiroki Sato Date: Thu, 8 Aug 2002 23:53:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys 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 hrs 2002/08/08 23:53:10 PDT Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml Log: Update entries for the core team members. Revision Changes Path 1.163 +15 -16 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 23:53:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9EEC437B414; Thu, 8 Aug 2002 23:53:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8453843E6A; Thu, 8 Aug 2002 23:53:23 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g796rNJU014565; Thu, 8 Aug 2002 23:53:23 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g796rNCU014564; Thu, 8 Aug 2002 23:53:23 -0700 (PDT) Message-Id: <200208090653.g796rNCU014564@freefall.freebsd.org> From: Hiroki Sato Date: Thu, 8 Aug 2002 23:53:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/08 23:53:23 PDT Modified files: ja/security security.sgml Log: Add links to Japanese version of the advisories. Revision Changes Path 1.63 +8 -5 www/ja/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Aug 8 23:55:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C13237B406; Thu, 8 Aug 2002 23:55:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7477A43ECF; Thu, 8 Aug 2002 23:55:46 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: from freefall.freebsd.org (knu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g796tkJU014699; Thu, 8 Aug 2002 23:55:46 -0700 (PDT) (envelope-from knu@freefall.freebsd.org) Received: (from knu@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g796tkx0014698; Thu, 8 Aug 2002 23:55:46 -0700 (PDT) Message-Id: <200208090655.g796tkx0014698@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 8 Aug 2002 23:55:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/epic4 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/08/08 23:55:45 PDT Modified files: irc/epic4 Makefile distinfo Log: Add a patch that adds IPv6 support to epic4 and bump PORTREVISION accordingly. Approved by: Anders Andersson (MAINTAINER) Revision Changes Path 1.40 +7 -6 ports/irc/epic4/Makefile 1.26 +1 -0 ports/irc/epic4/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 0: 4:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 141EF37B400; Fri, 9 Aug 2002 00:04:05 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0A3D43E70; Fri, 9 Aug 2002 00:03:59 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g7973PN81586; Fri, 9 Aug 2002 10:03:25 +0300 (EEST) (envelope-from ru) Date: Fri, 9 Aug 2002 10:03:25 +0300 From: Ruslan Ermilov To: Jake Burkholder , Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss Makefile extern.h main.c sparc64-fbsd.c Message-ID: <20020809070325.GA81310@sunbay.com> References: <200208041757.g74Hv1Fq083218@freefall.freebsd.org> <20020804140314.B76014@locore.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <20020804140314.B76014@locore.ca> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 04, 2002 at 02:03:14PM -0400, Jake Burkholder wrote: > Apparently, On Sun, Aug 04, 2002 at 10:57:01AM -0700, > Jake Burkholder said words to the effect of; >=20 > > jake 2002/08/04 10:57:01 PDT > >=20 > > Modified files: > > usr.bin/truss Makefile extern.h main.c=20 > > Added files: > > usr.bin/truss sparc64-fbsd.c=20 > > Log: > > Ported to sparc64. >=20 > This doesn't entirely work yet due to endian bugs in procfs. >=20 This also broke [cross-]compilation for ia64. %%% Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/usr.bin/truss/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 4 Aug 2002 17:57:01 -0000 1.17 +++ Makefile 9 Aug 2002 07:01:00 -0000 @@ -1,8 +1,11 @@ # $FreeBSD: src/usr.bin/truss/Makefile,v 1.17 2002/08/04 17:57:01 jake Exp= $ =20 PROG=3D truss -SRCS=3D main.c setup.c syscalls.c syscalls.h ioctl.c ${MACHINE_ARCH}-fbsd.c -.if (${MACHINE_ARCH} =3D=3D "i386") +SRCS=3D main.c setup.c syscalls.c syscalls.h ioctl.c +.if ${MACHINE_ARCH} !=3D ia64 +SRCS+=3D ${MACHINE_ARCH}-fbsd.c +.endif +.if ${MACHINE_ARCH} =3D=3D i386 SRCS+=3D i386-linux.c linux_syscalls.h .endif =20 %%% 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 --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9U2k9Ukv4P6juNwoRAiaJAJ98s5OCAhtYuAe1PcSd9iT51rjqngCghyL1 yVMLNF1g6Rz+L1ETu1NmZEo= =DGah -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 0: 8:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAE4A37B400; Fri, 9 Aug 2002 00:08:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F9F243E72; Fri, 9 Aug 2002 00:08:53 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7978rJU019877; Fri, 9 Aug 2002 00:08:53 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7978raB019876; Fri, 9 Aug 2002 00:08:53 -0700 (PDT) Message-Id: <200208090708.g7978raB019876@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Fri, 9 Aug 2002 00:08:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpiio.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 iwasaki 2002/08/09 00:08:53 PDT Modified files: sys/dev/acpica acpiio.h Log: Fix wrong member variable ordering of struct acpi_bif. Revision Changes Path 1.6 +2 -2 src/sys/dev/acpica/acpiio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 0:13:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BDB37B400; Fri, 9 Aug 2002 00:13:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BEE43E65; Fri, 9 Aug 2002 00:13:32 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g797DVJU020466; Fri, 9 Aug 2002 00:13:31 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g797DVW2020465; Fri, 9 Aug 2002 00:13:31 -0700 (PDT) Message-Id: <200208090713.g797DVW2020465@freefall.freebsd.org> From: Hiroki Sato Date: Fri, 9 Aug 2002 00:13:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/09 00:13:31 PDT Modified files: (Branch: RELENG_4) release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Merge the following from the English version: 1.22.2.274 -> 1.22.2.275 relnotes/common/new.sgml Revision Changes Path 1.5.2.31 +18 -3 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 0:40:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2BAC37B401; Fri, 9 Aug 2002 00:40:14 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1969943E6E; Fri, 9 Aug 2002 00:40:14 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020809074013.JNOB221.sccrmhc02.attbi.com@InterJet.elischer.org>; Fri, 9 Aug 2002 07:40:13 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id AAA83063; Fri, 9 Aug 2002 00:38:24 -0700 (PDT) Date: Fri, 9 Aug 2002 00:38:23 -0700 (PDT) From: Julian Elischer To: Peter Wemm Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 i386_module.c In-Reply-To: <20020809053009.787E12A887@canning.wemm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 8 Aug 2002, Peter Wemm wrote: > "David E. O'Brien" wrote: > > obrien 2002/08/08 22:21:01 PDT > > > > Modified files: > > sys/boot/i386/libi386 i386_module.c > > Log: > > Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLY > > undocumented how to control its loading and queries to freebsd-current > > go unanswered. > > Uhh David, this is not the way to solve the problem. yeah but it's caused nothing but problems for many people.. including me.. I think that I'd rather it be optional (default off) than on.. > > Cheers, > -Peter > -- > Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com > "All of this is for nothing if we don't go to the stars" - JMS/B5 > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 0:46: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB9DC37B400; Fri, 9 Aug 2002 00:46:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABC5843E6A; Fri, 9 Aug 2002 00:45:52 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: from freefall.freebsd.org (jhay@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g797jgJU022991; Fri, 9 Aug 2002 00:45:42 -0700 (PDT) (envelope-from jhay@freefall.freebsd.org) Received: (from jhay@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g797jggI022990; Fri, 9 Aug 2002 00:45:42 -0700 (PDT) Message-Id: <200208090745.g797jggI022990@freefall.freebsd.org> From: John Hay Date: Fri, 9 Aug 2002 00:45:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall system.c src/release Makefile src/release/i386 dokern.sh drivers.conf src/release/scripts driver-copy2.awk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhay 2002/08/09 00:45:42 PDT Modified files: usr.sbin/sysinstall system.c Log: Teach sysinstall that documents on the boot floppy might not be gzipped. Reviewed by: ru Revision Changes Path 1.120 +6 -0 src/usr.sbin/sysinstall/system.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 0:46:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6805137B445; Fri, 9 Aug 2002 00:46:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1DB943E65; Fri, 9 Aug 2002 00:45:49 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: from freefall.freebsd.org (jhay@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g797jgJU022999; Fri, 9 Aug 2002 00:45:42 -0700 (PDT) (envelope-from jhay@freefall.freebsd.org) Received: (from jhay@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g797jgDB022998; Fri, 9 Aug 2002 00:45:42 -0700 (PDT) Message-Id: <200208090745.g797jgDB022998@freefall.freebsd.org> From: John Hay Date: Fri, 9 Aug 2002 00:45:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall system.c src/release Makefile src/release/i386 dokern.sh drivers.conf src/release/scripts driver-copy2.awk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhay 2002/08/09 00:45:42 PDT Modified files: release Makefile release/i386 dokern.sh drivers.conf release/scripts driver-copy2.awk Log: Add a third floppy to releases. It will only be built if there is a release/${TARGET}/drivers.conf file which list drivers that have to go into the third floppy. Also shuffle i386/drivers.conf so that the floppies don't overflow anymore. Anybody with real/better usage statistics is welcome to shuffle it differently. Reviewed by: ru Revision Changes Path 1.699 +20 -10 src/release/Makefile 1.60 +4 -1 src/release/i386/dokern.sh 1.8 +10 -7 src/release/i386/drivers.conf 1.3 +17 -21 src/release/scripts/driver-copy2.awk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 1: 7: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7478137B400; Fri, 9 Aug 2002 01:07:00 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6381F43E88; Fri, 9 Aug 2002 01:06:59 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.5/8.12.5) with ESMTP id g7986vG4003538; Fri, 9 Aug 2002 12:06:58 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.5/8.12.5/Submit) id g7986uLR003537; Fri, 9 Aug 2002 12:06:56 +0400 (MSD) (envelope-from ache) Date: Fri, 9 Aug 2002 12:06:56 +0400 From: "Andrey A. Chernov" To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/nls msgcat.c Message-ID: <20020809080656.GB3293@nagual.pp.ru> References: <200208072203.g77M3lZg077170@freefall.freebsd.org> <20020809013716.C94821@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020809013716.C94821@espresso.q9media.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 09, 2002 at 01:37:16 -0400, Mike Barcroft wrote: > Andrey A. Chernov writes: > > ache 2002/08/07 15:03:47 PDT > > > > Modified files: > > lib/libc/nls msgcat.c > > Log: > > Always set errno to ENOMEM after malloc failed (as workaround). > > Our malloc sometimes forget to set errno, f.e. for size overflow case. > > Can't you just fix malloc()? In progress. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 1:18:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F7F37B400; Fri, 9 Aug 2002 01:18:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B311243E5E; Fri, 9 Aug 2002 01:18:15 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: from freefall.freebsd.org (jhay@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g798IFJU030829; Fri, 9 Aug 2002 01:18:15 -0700 (PDT) (envelope-from jhay@freefall.freebsd.org) Received: (from jhay@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g798IF1c030828; Fri, 9 Aug 2002 01:18:15 -0700 (PDT) Message-Id: <200208090818.g798IF1c030828@freefall.freebsd.org> From: John Hay Date: Fri, 9 Aug 2002 01:18:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhay 2002/08/09 01:18:15 PDT Modified files: release Makefile Log: Remove a '-' that is not needed. Submitted by: ru Revision Changes Path 1.700 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 1:22: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87D3937B400; Fri, 9 Aug 2002 01:22:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F75B43E6A; Fri, 9 Aug 2002 01:22:03 -0700 (PDT) (envelope-from jhay@FreeBSD.org) Received: from freefall.freebsd.org (jhay@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g798M3JU032158; Fri, 9 Aug 2002 01:22:03 -0700 (PDT) (envelope-from jhay@freefall.freebsd.org) Received: (from jhay@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g798M3sP032157; Fri, 9 Aug 2002 01:22:03 -0700 (PDT) Message-Id: <200208090822.g798M3sP032157@freefall.freebsd.org> From: John Hay Date: Fri, 9 Aug 2002 01:22:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhay 2002/08/09 01:22:03 PDT Modified files: release Makefile Log: Remove a stray ';'. Revision Changes Path 1.701 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 1:22:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC15837B400; Fri, 9 Aug 2002 01:22:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C2643E65; Fri, 9 Aug 2002 01:22:30 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: from freefall.freebsd.org (ache@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g798MUJU032299; Fri, 9 Aug 2002 01:22:30 -0700 (PDT) (envelope-from ache@freefall.freebsd.org) Received: (from ache@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g798MUYw032294; Fri, 9 Aug 2002 01:22:30 -0700 (PDT) Message-Id: <200208090822.g798MUYw032294@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 9 Aug 2002 01:22:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale euc.c rune.c setrunelocale.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/08/09 01:22:30 PDT Modified files: lib/libc/locale euc.c rune.c setrunelocale.c Log: Add safeguards to never use errno == 0 as setrunelocale() error return code Revision Changes Path 1.11 +1 -1 src/lib/libc/locale/euc.c 1.10 +1 -3 src/lib/libc/locale/rune.c 1.25 +3 -3 src/lib/libc/locale/setrunelocale.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 1:36: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C2C37B400; Fri, 9 Aug 2002 01:35:51 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD52443E65; Fri, 9 Aug 2002 01:35:44 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g798Zfi90733; Fri, 9 Aug 2002 11:35:41 +0300 (EEST) (envelope-from ru) Date: Fri, 9 Aug 2002 11:35:41 +0300 From: Ruslan Ermilov To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release Makefile Message-ID: <20020809083541.GA90383@sunbay.com> References: <200208090822.g798M3sP032157@freefall.freebsd.org> <200208090818.g798IF1c030828@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <200208090822.g798M3sP032157@freefall.freebsd.org> <200208090818.g798IF1c030828@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Josef, That again, why $FreeBSD$ lines changes were made/counted here? On Fri, Aug 09, 2002 at 01:18:15AM -0700, John Hay wrote: > jhay 2002/08/09 01:18:15 PDT >=20 > Modified files: > release Makefile=20 > Log: > Remove a '-' that is not needed. > =20 > Submitted by: ru > =20 > Revision Changes Path > 1.700 +2 -2 src/release/Makefile On Fri, Aug 09, 2002 at 01:22:03AM -0700, John Hay wrote: > jhay 2002/08/09 01:22:03 PDT >=20 > Modified files: > release Makefile=20 > Log: > Remove a stray ';'. > =20 > Revision Changes Path > 1.701 +2 -2 src/release/Makefile --=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 --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9U37dUkv4P6juNwoRAjrGAJ46wbJF0oSTisnhvQUJ65LL+B8j6QCfTAPm 99bRtS8iyJjbfl0727XZteQ= =6IRp -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 1:53:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15AFB37B400; Fri, 9 Aug 2002 01:53:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB5DC43E81; Fri, 9 Aug 2002 01:53:46 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g798rkJU035957; Fri, 9 Aug 2002 01:53:46 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g798rk5k035956; Fri, 9 Aug 2002 01:53:46 -0700 (PDT) Message-Id: <200208090853.g798rk5k035956@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 9 Aug 2002 01:53:46 -0700 (PDT) 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 blackend 2002/08/09 01:53:46 PDT Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Adds some entries (make variables) to the "Using KDE" section. Submitted by: lioux Revision Changes Path 1.232 +55 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 1:55:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9458737B400; Fri, 9 Aug 2002 01:55:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A39C43E65; Fri, 9 Aug 2002 01:55:49 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g798tnJU036135; Fri, 9 Aug 2002 01:55:49 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g798tncb036134; Fri, 9 Aug 2002 01:55:49 -0700 (PDT) Message-Id: <200208090855.g798tncb036134@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 9 Aug 2002 01:55:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gallery 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 trevor 2002/08/09 01:55:49 PDT Modified files: www/gallery pkg-plist Log: Sort packing list. Submitted by: Jamie Hermans (maintainer) PR: 41465 Revision Changes Path 1.6 +31 -31 ports/www/gallery/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 2:12:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77D6037B400; Fri, 9 Aug 2002 02:12:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D63D43E6E; Fri, 9 Aug 2002 02:12:11 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g799CBJU041869; Fri, 9 Aug 2002 02:12:11 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g799CA6E041868; Fri, 9 Aug 2002 02:12:10 -0700 (PDT) Message-Id: <200208090912.g799CA6E041868@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 9 Aug 2002 02:12:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gallery 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 trevor 2002/08/09 02:12:10 PDT Modified files: www/gallery pkg-plist Log: Back out (most of) the previous commit. The packing list was already sorted properly; the one in the PR was not. PR: 41465 Pointy hat to: trevor Revision Changes Path 1.7 +19 -19 ports/www/gallery/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 2:17:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96B7337B400; Fri, 9 Aug 2002 02:17:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 467C243E65; Fri, 9 Aug 2002 02:17:30 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g799HUJU042394; Fri, 9 Aug 2002 02:17:30 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g799HUBo042393; Fri, 9 Aug 2002 02:17:30 -0700 (PDT) Message-Id: <200208090917.g799HUBo042393@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 9 Aug 2002 02:17:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/peeper Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/09 02:17:30 PDT Modified files: x11 Makefile Added files: x11/peeper Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add peeper 0.1 View an area of the screen at a certain magnification Revision Changes Path 1.378 +1 -0 ports/x11/Makefile 1.1 +31 -0 ports/x11/peeper/Makefile (new) 1.1 +1 -0 ports/x11/peeper/distinfo (new) 1.1 +1 -0 ports/x11/peeper/pkg-comment (new) 1.1 +3 -0 ports/x11/peeper/pkg-descr (new) 1.1 +1 -0 ports/x11/peeper/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 2:17:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63FAB37B406; Fri, 9 Aug 2002 02:17:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1727E43E6A; Fri, 9 Aug 2002 02:17:33 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g799HWJU042427; Fri, 9 Aug 2002 02:17:32 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g799HWZu042426; Fri, 9 Aug 2002 02:17:32 -0700 (PDT) Message-Id: <200208090917.g799HWZu042426@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 9 Aug 2002 02:17:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/09 02:17:32 PDT Modified files: . modules Log: peeper --> ports/x11/peeper Revision Changes Path 1.5689 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 3:15:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF10737B400; Fri, 9 Aug 2002 03:15:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8705D43E65; Fri, 9 Aug 2002 03:15:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79AFmJU051275; Fri, 9 Aug 2002 03:15:48 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79AFme4051274; Fri, 9 Aug 2002 03:15:48 -0700 (PDT) Message-Id: <200208091015.g79AFme4051274@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 9 Aug 2002 03:15:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys errno.h src/lib/libc/gen errlst.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/09 03:15:48 PDT Modified files: sys/sys errno.h lib/libc/gen errlst.c Log: Introduce a new error return code: #define EDOFUS 88 /* Programming error */ This can be used to signal error situations which indicate that the program logic or assumptions is deficient. Revision Changes Path 1.5 +3 -0 src/lib/libc/gen/errlst.c 1.22 +2 -0 src/sys/sys/errno.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 3:16:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8028637B400; Fri, 9 Aug 2002 03:16:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0210543E70; Fri, 9 Aug 2002 03:16:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79AGOJU051370; Fri, 9 Aug 2002 03:16:24 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79AGOsu051369; Fri, 9 Aug 2002 03:16:24 -0700 (PDT) Message-Id: <200208091016.g79AGOsu051369@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 9 Aug 2002 03:16:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/09 03:16:24 PDT Modified files: lib/libc/stdlib malloc.c Log: Make sure we set errno sensibly in case of failure. Spotted by: ache Revision Changes Path 1.71 +7 -0 src/lib/libc/stdlib/malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 3:35: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B1AA37B400; Fri, 9 Aug 2002 03:34:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 008D143E4A; Fri, 9 Aug 2002 03:34:58 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79AYvJU052740; Fri, 9 Aug 2002 03:34:57 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79AYvQs052739; Fri, 9 Aug 2002 03:34:57 -0700 (PDT) Message-Id: <200208091034.g79AYvQs052739@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 03:34:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chmod chmod.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 ru 2002/08/09 03:34:57 PDT Modified files: bin/chmod chmod.1 Log: mdoc(7) police: kill hard sentence breaks and one double space. Revision Changes Path 1.31 +9 -5 src/bin/chmod/chmod.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 3:38:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA37837B400; Fri, 9 Aug 2002 03:38:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 719AA43E42; Fri, 9 Aug 2002 03:38:39 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79AcYJU052961; Fri, 9 Aug 2002 03:38:34 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79AcYwQ052960; Fri, 9 Aug 2002 03:38:34 -0700 (PDT) Message-Id: <200208091038.g79AcYwQ052960@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 03:38:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.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 ru 2002/08/09 03:38:34 PDT Modified files: bin/cp cp.1 Log: mdoc(7) police: grammar. Revision Changes Path 1.24 +1 -1 src/bin/cp/cp.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 3:39:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D59C37B400; Fri, 9 Aug 2002 03:39:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDCE43E75; Fri, 9 Aug 2002 03:39:46 -0700 (PDT) (envelope-from trevor@FreeBSD.org) Received: from freefall.freebsd.org (trevor@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79AdkJU053052; Fri, 9 Aug 2002 03:39:46 -0700 (PDT) (envelope-from trevor@freefall.freebsd.org) Received: (from trevor@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79AdkqP053051; Fri, 9 Aug 2002 03:39:46 -0700 (PDT) Message-Id: <200208091039.g79AdkqP053051@freefall.freebsd.org> From: Trevor Johnson Date: Fri, 9 Aug 2002 03:39:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gallery 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 trevor 2002/08/09 03:39:46 PDT Modified files: www/gallery Makefile distinfo pkg-plist Log: Update to 1.3.1, which is said to fix several security bugs. I tested the port, but have not tried to reproduce the bugs. PR: 41465 Submitted by: Jamie Hermans (maintainer) Revision Changes Path 1.7 +1 -1 ports/www/gallery/Makefile 1.6 +1 -1 ports/www/gallery/distinfo 1.8 +1 -0 ports/www/gallery/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 3:46: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F1E337B400; Fri, 9 Aug 2002 03:46:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 453DB43E3B; Fri, 9 Aug 2002 03:46:01 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79Ak1JU053682; Fri, 9 Aug 2002 03:46:01 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Ak1pm053681; Fri, 9 Aug 2002 03:46:01 -0700 (PDT) Message-Id: <200208091046.g79Ak1pm053681@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 03:46:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/mv mv.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 ru 2002/08/09 03:46:01 PDT Modified files: bin/mv mv.1 Log: mdoc(7) police: tidy up, bump document date on behalf of the -n option. Revision Changes Path 1.23 +9 -9 src/bin/mv/mv.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 3:49:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A07FA37B400; Fri, 9 Aug 2002 03:49:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5846043E65; Fri, 9 Aug 2002 03:49:51 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79AnpJU053857; Fri, 9 Aug 2002 03:49:51 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79AnpO8053856; Fri, 9 Aug 2002 03:49:51 -0700 (PDT) Message-Id: <200208091049.g79AnpO8053856@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 03:49:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.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 ru 2002/08/09 03:49:51 PDT Modified files: bin/ps ps.1 Log: mdoc(7) police: whitespace nits. Revision Changes Path 1.56 +3 -2 src/bin/ps/ps.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 3:59:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A1F637B400; Fri, 9 Aug 2002 03:59:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C69343E65; Fri, 9 Aug 2002 03:59:26 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79AxPJU054648; Fri, 9 Aug 2002 03:59:26 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79AxPo6054631; Fri, 9 Aug 2002 03:59:25 -0700 (PDT) Message-Id: <200208091059.g79AxPo6054631@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 03:59:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/09 03:59:20 PDT Modified files: bin/sh sh.1 Log: mdoc(7) police: tidying. Revision Changes Path 1.76 +9 -36 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 4: 6:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4062637B401; Fri, 9 Aug 2002 04:06:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B25DC43E65; Fri, 9 Aug 2002 04:06:10 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79B69JU063256; Fri, 9 Aug 2002 04:06:09 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79B69Df063255; Fri, 9 Aug 2002 04:06:09 -0700 (PDT) Message-Id: <200208091106.g79B69Df063255@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 04:06:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen dlopen.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/09 04:06:09 PDT Modified files: lib/libc/gen dlopen.3 Log: mdoc(7) police: laundry. Revision Changes Path 1.22 +14 -9 src/lib/libc/gen/dlopen.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 4: 6:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D8BB37B400; Fri, 9 Aug 2002 04:06:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80BC543E5E; Fri, 9 Aug 2002 04:06:44 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: from freefall.freebsd.org (joe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79B6iJU063285; Fri, 9 Aug 2002 04:06:44 -0700 (PDT) (envelope-from joe@freefall.freebsd.org) Received: (from joe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79B6idi063284; Fri, 9 Aug 2002 04:06:44 -0700 (PDT) Message-Id: <200208091106.g79B6idi063284@freefall.freebsd.org> From: Josef Karthauser Date: Fri, 9 Aug 2002 04:06:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uvisor.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/08/09 04:06:44 PDT Modified files: (Branch: RELENG_4) sys/dev/usb uvisor.c Log: Correctly port this from -current! Revision Changes Path 1.7.2.2 +2 -10 src/sys/dev/usb/uvisor.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 4: 8:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A173D37B400; Fri, 9 Aug 2002 04:08:41 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D18443E86; Fri, 9 Aug 2002 04:08:41 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id E5C494F5; Fri, 9 Aug 2002 12:08:40 +0100 (BST) Date: Fri, 9 Aug 2002 12:08:40 +0100 From: Josef Karthauser To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb uvisor.c Message-ID: <20020809110840.GA2066@genius.tao.org.uk> References: <200208091106.g79B6idi063284@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <200208091106.g79B6idi063284@freefall.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 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 09, 2002 at 04:06:44AM -0700, Josef Karthauser wrote: > joe 2002/08/09 04:06:44 PDT >=20 > Modified files: (Branch: RELENG_4) > sys/dev/usb uvisor.c=20 > Log: > Correctly port this from -current! Whoops! I did port this correctly, but then my remote cvs commit blew-up and I had to redo it from Freefall (without testing!). Sorry for breaking world guys! Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj1TorgACgkQXVIcjOaxUBb1sQCgpXgGnslKtEel4hzpSitmUYdN 1PMAn0zL42+Mm+QBf6phc1F4rhgLY1mZ =Ixgx -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 4:15:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEC7A37B400; Fri, 9 Aug 2002 04:15:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 949E243E6E; Fri, 9 Aug 2002 04:15:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79BFnJU064081; Fri, 9 Aug 2002 04:15:49 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79BFnTe064080; Fri, 9 Aug 2002 04:15:49 -0700 (PDT) Message-Id: <200208091115.g79BFnTe064080@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 04:15:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net if_indextoname.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 ru 2002/08/09 04:15:49 PDT Modified files: lib/libc/net if_indextoname.3 Log: mdoc(7) police: laundry. Revision Changes Path 1.9 +37 -22 src/lib/libc/net/if_indextoname.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 4:17:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2316637B400; Fri, 9 Aug 2002 04:17:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B8443E75; Fri, 9 Aug 2002 04:17:56 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79BHuJU064177; Fri, 9 Aug 2002 04:17:56 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79BHuYP064176; Fri, 9 Aug 2002 04:17:56 -0700 (PDT) Message-Id: <200208091117.g79BHuYP064176@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 04:17:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc rpc_clnt_create.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 ru 2002/08/09 04:17:56 PDT Modified files: lib/libc/rpc rpc_clnt_create.3 Log: mdoc(7) police: whitespace nits. Revision Changes Path 1.8 +4 -2 src/lib/libc/rpc/rpc_clnt_create.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 4:24:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF31437B400; Fri, 9 Aug 2002 04:24:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D4E43E5E; Fri, 9 Aug 2002 04:24:21 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79BOLJU064897; Fri, 9 Aug 2002 04:24:21 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79BOLYa064896; Fri, 9 Aug 2002 04:24:21 -0700 (PDT) Message-Id: <200208091124.g79BOLYa064896@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 04:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio printf.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 ru 2002/08/09 04:24:21 PDT Modified files: lib/libc/stdio printf.3 Log: mdoc(7) police: punctuation. Revision Changes Path 1.43 +1 -1 src/lib/libc/stdio/printf.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 4:25:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB22A37B405 for ; Fri, 9 Aug 2002 04:25:04 -0700 (PDT) Received: from scribble.fsn.hu (scribble.fsn.hu [193.224.40.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 93BC843E42 for ; Fri, 9 Aug 2002 04:25:02 -0700 (PDT) (envelope-from bra@fsn.hu) Received: (qmail 11455 invoked by uid 1000); 9 Aug 2002 11:25:05 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 9 Aug 2002 11:25:05 -0000 Date: Fri, 9 Aug 2002 13:25:05 +0200 (CEST) From: Attila Nagy To: Mike Barcroft Cc: Yar Tikhiy , , Subject: Re: cvs commit: src/libexec/ftpd ftpd.8 ftpd.c In-Reply-To: <20020809013552.B94821@espresso.q9media.com> Message-ID: References: <200208081753.g78Hrq0X078614@freefall.freebsd.org> <20020809013552.B94821@espresso.q9media.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, > Are these changes making it back to lukem to avoid lost functionality > when we make the switch to lukemftpd? I think before the switch could happen it is necessary to bring lukemftpd at least for the same level of performance as the current ftpd. Two examples: sendfile() support and resource usage. And I think they are really important... sendfile(): I did "performance measurements" with four machines. One NFS server (held the data), one FTP server (data over NFS) and two machines with some wget -O /dev/null ftp://server/bigfile running. With ftpd I got about 8 MB/s with 10-20% idle processor time, with lukemftpd I got about 4-5 MB/s with 0% idle... resource usage: without any hacks made, I could do about 750 concurrent ftp connection to ftpd (started from inetd) without any hicks and only about 200-270 to lukemftpd (I can't remember the exact number) with some weird kernel messages. So it seems that currently, lukemftpd needs some work to be able to do massive FTP services... Just my opinion. --------[ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]------- 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 Fri Aug 9 4:30:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ECCD37B400; Fri, 9 Aug 2002 04:30:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A1A43E4A; Fri, 9 Aug 2002 04:30:21 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79BULJU065337; Fri, 9 Aug 2002 04:30:21 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79BULLE065336; Fri, 9 Aug 2002 04:30:21 -0700 (PDT) Message-Id: <200208091130.g79BULLE065336@freefall.freebsd.org> From: Martin Blapp Date: Fri, 9 Aug 2002 04:30:21 -0700 (PDT) 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 2002/08/09 04:30:21 PDT Modified files: editors/openoffice Makefile Log: Re-add LANG_EXT which was removed accidently. Revision Changes Path 1.106 +3 -0 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 Fri Aug 9 4:33:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA51337B400; Fri, 9 Aug 2002 04:33:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7180443E42; Fri, 9 Aug 2002 04:33:23 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79BXNJU065747; Fri, 9 Aug 2002 04:33:23 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79BXNg6065746; Fri, 9 Aug 2002 04:33:23 -0700 (PDT) Message-Id: <200208091133.g79BXNg6065746@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 04:33:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys getrlimit.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/09 04:33:23 PDT Modified files: lib/libc/sys getrlimit.2 Log: mdoc(7) police: sort xrefs. Revision Changes Path 1.17 +2 -2 src/lib/libc/sys/getrlimit.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 4:34:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEE637B400; Fri, 9 Aug 2002 04:34:44 -0700 (PDT) Received: from comp.chem.msu.su (comp-ext.chem.msu.su [158.250.32.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2260143E42; Fri, 9 Aug 2002 04:34:43 -0700 (PDT) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.11.6/8.11.6) id g79BYcf56444; Fri, 9 Aug 2002 15:34:38 +0400 (MSD) (envelope-from yar) Date: Fri, 9 Aug 2002 15:34:38 +0400 From: Yar Tikhiy To: Attila Nagy Cc: Mike Barcroft , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/ftpd ftpd.8 ftpd.c Message-ID: <20020809153438.B55921@comp.chem.msu.su> References: <200208081753.g78Hrq0X078614@freefall.freebsd.org> <20020809013552.B94821@espresso.q9media.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bra@fsn.hu on Fri, Aug 09, 2002 at 01:25:05PM +0200 Sender: owner-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, Aug 09, 2002 at 01:25:05PM +0200, Attila Nagy wrote: > > > Are these changes making it back to lukem to avoid lost functionality > > when we make the switch to lukemftpd? > I think before the switch could happen it is necessary to bring lukemftpd > at least for the same level of performance as the current ftpd. > Two examples: sendfile() support and resource usage. And I think they are > really important... As for me, I'd like to have the old ftpd and lukemftp coexisting for quite a time. It will be not the only case when similar functionality is provided by several stock programs differing in details. -- Yar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 4:36:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52C5537B400; Fri, 9 Aug 2002 04:36:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A9843E6A; Fri, 9 Aug 2002 04:36:49 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79BamJU066109; Fri, 9 Aug 2002 04:36:48 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Bam1K066108; Fri, 9 Aug 2002 04:36:48 -0700 (PDT) Message-Id: <200208091136.g79Bam1K066108@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 04:36:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys utimes.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/09 04:36:48 PDT Modified files: lib/libc/sys utimes.2 Log: mdoc(7) police: punctuation. Revision Changes Path 1.14 +1 -1 src/lib/libc/sys/utimes.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 4:56:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 920DA37B400; Fri, 9 Aug 2002 04:56:16 -0700 (PDT) Received: from tesla.distributel.net (unknown [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 647BE43E77; Fri, 9 Aug 2002 04:56:00 -0700 (PDT) (envelope-from bmilekic@unixdaemons.com) Received: (from bmilekic@localhost) by tesla.distributel.net (8.11.6/8.11.6) id g79Bshp87021; Fri, 9 Aug 2002 07:54:43 -0400 (EDT) (envelope-from bmilekic@unixdaemons.com) Date: Fri, 9 Aug 2002 07:54:43 -0400 From: Bosko Milekic To: Jeffrey Hsu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20020809075442.A86996@unixdaemons.com> References: <200208090419.g794JBpH089723@freefall.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: <200208090419.g794JBpH089723@freefall.freebsd.org>; from hsu@FreeBSD.org on Thu, Aug 08, 2002 at 09:19:11PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 08, 2002 at 09:19:11PM -0700, Jeffrey Hsu wrote: > hsu 2002/08/08 21:19:11 PDT > > Modified files: > . access > Log: > Please welcome Jennifer Yang to the committer ranks. She has most recently > been working on locking up the networking stack. > > Revision Changes Path > 1.331 +1 -0 CVSROOT/access It's about time! Hi, Jennifer! -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 5: 6:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 146D837B400; Fri, 9 Aug 2002 05:06:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9221743E6E; Fri, 9 Aug 2002 05:06:31 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79C6VJU072789; Fri, 9 Aug 2002 05:06:31 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79C6VX5072788; Fri, 9 Aug 2002 05:06:31 -0700 (PDT) Message-Id: <200208091206.g79C6VX5072788@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Fri, 9 Aug 2002 05:06:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/acpicatools Makefile distinfo ports/devel/acpicatools/files patch-include::platform::acfreebsd.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 iwasaki 2002/08/09 05:06:31 PDT Modified files: devel/acpicatools Makefile distinfo devel/acpicatools/files patch-include::platform::acfreebsd.h Log: update for acpica-unix-20020725. Revision Changes Path 1.16 +2 -2 ports/devel/acpicatools/Makefile 1.14 +2 -2 ports/devel/acpicatools/distinfo 1.2 +14 -4 ports/devel/acpicatools/files/patch-include::platform::acfreebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 5: 7:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E811437B400; Fri, 9 Aug 2002 05:07:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D13743E42; Fri, 9 Aug 2002 05:07:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79C7HJU072865; Fri, 9 Aug 2002 05:07:17 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79C7Hua072864; Fri, 9 Aug 2002 05:07:17 -0700 (PDT) Message-Id: <200208091207.g79C7Hua072864@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 05:07:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libradius libradius.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 ru 2002/08/09 05:07:17 PDT Modified files: lib/libradius libradius.3 Log: mdoc(7) police: tidy up the formatting. Revision Changes Path 1.15 +115 -81 src/lib/libradius/libradius.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 5: 8:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3253A37B400; Fri, 9 Aug 2002 05:08:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCDB943E70; Fri, 9 Aug 2002 05:08:47 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79C8lJU072977; Fri, 9 Aug 2002 05:08:47 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79C8lvk072976; Fri, 9 Aug 2002 05:08:47 -0700 (PDT) Message-Id: <200208091208.g79C8lvk072976@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 05:08:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/08/09 05:08:47 PDT Modified files: lib/libutil login.conf.5 Log: mdoc(7) police: spelling. Revision Changes Path 1.42 +1 -1 src/lib/libutil/login.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 5:10:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB2A737B400; Fri, 9 Aug 2002 05:10:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DDDC43E77; Fri, 9 Aug 2002 05:10:34 -0700 (PDT) (envelope-from mita@FreeBSD.org) Received: from freefall.freebsd.org (mita@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79CAOJU073374; Fri, 9 Aug 2002 05:10:24 -0700 (PDT) (envelope-from mita@freefall.freebsd.org) Received: (from mita@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79CAOTw073373; Fri, 9 Aug 2002 05:10:24 -0700 (PDT) Message-Id: <200208091210.g79CAOTw073373@freefall.freebsd.org> From: Yoshio MITA Date: Fri, 9 Aug 2002 05:10:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript-gnu-commfont 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 mita 2002/08/09 05:10:24 PDT Modified files: print/ghostscript-gnu-commfont Makefile.common Log: Proposed Patch is applied. PR: ports/41432 Submitted by: NIIMI Satoshi Revision Changes Path 1.2 +2 -2 ports/print/ghostscript-gnu-commfont/Makefile.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 5:12: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C9037B400; Fri, 9 Aug 2002 05:12:02 -0700 (PDT) Received: from relay1.macomnet.ru (relay1.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30AAA43E65; Fri, 9 Aug 2002 05:12:01 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from news1.macomnet.ru (news1.macomnet.ru [195.128.64.14]) by relay1.macomnet.ru (8.11.6/8.11.6) with ESMTP id g79C9TM3146082; Fri, 9 Aug 2002 16:09:29 +0400 (MSD) Date: Fri, 9 Aug 2002 16:09:29 +0400 (MSD) From: Maxim Konovalov X-X-Sender: maxim@news1.macomnet.ru To: Attila Nagy Cc: Mike Barcroft , Yar Tikhiy , , Subject: Re: cvs commit: src/libexec/ftpd ftpd.8 ftpd.c In-Reply-To: Message-ID: <20020809160204.Q41486-100000@news1.macomnet.ru> 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 13:25+0200, Aug 9, 2002, Attila Nagy wrote: > Hello, > > > Are these changes making it back to lukem to avoid lost functionality > > when we make the switch to lukemftpd? > I think before the switch could happen it is necessary to bring lukemftpd > at least for the same level of performance as the current ftpd. > Two examples: sendfile() support and resource usage. And I think they are > really important... > > sendfile(): I did "performance measurements" with four machines. One NFS > server (held the data), one FTP server (data over NFS) and two > machines with some wget -O /dev/null ftp://server/bigfile running. > With ftpd I got about 8 MB/s with 10-20% idle processor time, > with lukemftpd I got about 4-5 MB/s with 0% idle... > resource usage: without any hacks made, I could do about 750 concurrent > ftp connection to ftpd (started from inetd) without any hicks > and only about 200-270 to lukemftpd (I can't remember the exact > number) with some weird kernel messages. I can confirm practically the same perfomance differences between stock ftpd and lukemftpd on our production anon ftp server (250GB online storage, ~1000 ftp sessions, 30-50mbps) in "real" environment. -- Maxim Konovalov, maxim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 5:23:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9CD737B400; Fri, 9 Aug 2002 05:23:29 -0700 (PDT) Received: from mail.droso.net (koala.droso.net [193.162.142.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A17B43E4A; Fri, 9 Aug 2002 05:23:29 -0700 (PDT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 674465B8B; Fri, 9 Aug 2002 14:23:27 +0200 (CEST) Received: by mail.droso.net (Postfix, from userid 1001) id B29E55B85; Fri, 9 Aug 2002 14:23:23 +0200 (CEST) Date: Fri, 9 Aug 2002 14:23:23 +0200 From: Erwin Lansing To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/irc/epic4 Makefile distinfo Message-ID: <20020809122323.GA31941@droso.net> References: <200208090655.g796tkx0014698@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: <200208090655.g796tkx0014698@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD/i386 4.6-STABLE X-Virus-Scanned: by AMaViS perl-11 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 08, 2002 at 11:55:46PM -0700, Akinori MUSHA wrote: > knu 2002/08/08 23:55:45 PDT >=20 > Modified files: > irc/epic4 Makefile distinfo=20 > Log: > Add a patch that adds IPv6 support to epic4 and bump PORTREVISION accor= dingly. > =20 > Approved by: Anders Andersson (MAINTAINER) > =20 > Revision Changes Path > 1.40 +7 -6 ports/irc/epic4/Makefile > 1.26 +1 -0 ports/irc/epic4/distinfo >=20 PR 40406 ? --=20 Erwin Lansing -- http://droso.org --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9U7Q7qy9aWxUlaZARAhk6AKD8MaPA71vXUblCMiudYohKR1kdxQCeN+1v TjNIt5EGhbYT6SdtmMGkwxI= =XX/n -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 5:58:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C15937B400; Fri, 9 Aug 2002 05:58:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1453443E77; Fri, 9 Aug 2002 05:58:13 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79CwCJU083167; Fri, 9 Aug 2002 05:58:12 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79CwCLv083165; Fri, 9 Aug 2002 05:58:12 -0700 (PDT) Message-Id: <200208091258.g79CwCLv083165@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 9 Aug 2002 05:58:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/09 05:58:12 PDT Modified files: sys/kern uipc_syscalls.c Log: While we're at it, add range checks similar to those in previous commit to getsockname() and getpeername(), too. Revision Changes Path 1.124 +8 -0 src/sys/kern/uipc_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 6:22:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B438F37B400; Fri, 9 Aug 2002 06:22:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A3B543E75; Fri, 9 Aug 2002 06:22:22 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79DMMJU092715; Fri, 9 Aug 2002 06:22:22 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79DMMej092714; Fri, 9 Aug 2002 06:22:22 -0700 (PDT) Message-Id: <200208091322.g79DMMej092714@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 9 Aug 2002 06:22:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys intro.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/09 06:22:21 PDT Modified files: lib/libc/sys intro.2 Log: Update with new error return code. Reminded by: rwatson Revision Changes Path 1.32 +4 -0 src/lib/libc/sys/intro.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 6:41:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E36E37B400 for ; Fri, 9 Aug 2002 06:41:24 -0700 (PDT) Received: from pizzaro.mikdad.org (adsl160-25.dsl.uva.nl [146.50.160.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F1D43E6A for ; Fri, 9 Aug 2002 06:41:23 -0700 (PDT) (envelope-from dmm@mikdad.org) Received: (qmail 72416 invoked by uid 1001); 9 Aug 2002 13:41:17 -0000 From: "Dirard Mikdad" Date: Fri, 9 Aug 2002 15:41:17 +0200 To: cvs-all@freebsd.org Message-ID: <20020809134117.GA72403@pizzaro.mikdad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Accept-Language: nl, en, fr, ar, de X-Editor: ViM -> http://www.vim.org/ X-Mailer: Mutt -> http://www.mutt.org/ X-Operating-System: FreeBSD 4.6-STABLE X-Location: Amsterdam, The Netherlands (les Pays-Bas) X-Uptime: 3:40PM up 10 days, 3:50, 1 user, load averages: 0.00, 0.00, 0.00 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 subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 6:55: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0D5737B400 for ; Fri, 9 Aug 2002 06:55:05 -0700 (PDT) Received: from pizzaro.mikdad.org (adsl160-25.dsl.uva.nl [146.50.160.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EDF43E72 for ; Fri, 9 Aug 2002 06:55:05 -0700 (PDT) (envelope-from dmm@mikdad.org) Received: (qmail 72670 invoked by uid 1001); 9 Aug 2002 13:55:04 -0000 From: "Dirard Mikdad" Date: Fri, 9 Aug 2002 15:55:04 +0200 To: cvs-all@freebsd.org Message-ID: <20020809135504.GA72646@pizzaro.mikdad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Accept-Language: nl, en, fr, ar, de X-Editor: ViM -> http://www.vim.org/ X-Mailer: Mutt -> http://www.mutt.org/ X-Operating-System: FreeBSD 4.6-STABLE X-Location: Amsterdam, The Netherlands (les Pays-Bas) X-Uptime: 3:54PM up 10 days, 4:04, 1 user, load averages: 0.01, 0.02, 0.00 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 subscribe cvs-all To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 7:24:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DB337B400; Fri, 9 Aug 2002 07:24:10 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3470443E5E; Fri, 9 Aug 2002 07:24:10 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.3) with ESMTP id g79EUVVA028503; Fri, 9 Aug 2002 10:30:32 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.3/Submit) id g79EUUCc028502; Fri, 9 Aug 2002 10:30:30 -0400 (EDT) Date: Fri, 9 Aug 2002 10:30:30 -0400 From: Jake Burkholder To: Ruslan Ermilov Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/truss Makefile extern.h main.c sparc64-fbsd.c Message-ID: <20020809103030.K76014@locore.ca> References: <200208041757.g74Hv1Fq083218@freefall.freebsd.org> <20020804140314.B76014@locore.ca> <20020809070325.GA81310@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020809070325.GA81310@sunbay.com>; from ru@FreeBSD.org on Fri, Aug 09, 2002 at 10:03:25AM +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 Apparently, On Fri, Aug 09, 2002 at 10:03:25AM +0300, Ruslan Ermilov said words to the effect of; > On Sun, Aug 04, 2002 at 02:03:14PM -0400, Jake Burkholder wrote: > > Apparently, On Sun, Aug 04, 2002 at 10:57:01AM -0700, > > Jake Burkholder said words to the effect of; > > > > > jake 2002/08/04 10:57:01 PDT > > > > > > Modified files: > > > usr.bin/truss Makefile extern.h main.c > > > Added files: > > > usr.bin/truss sparc64-fbsd.c > > > Log: > > > Ported to sparc64. > > > > This doesn't entirely work yet due to endian bugs in procfs. > > > This also broke [cross-]compilation for ia64. Someone should port truss to ia64 or remove it from the build. Jake > > %%% > Index: Makefile > =================================================================== > RCS file: /home/ncvs/src/usr.bin/truss/Makefile,v > retrieving revision 1.17 > diff -u -r1.17 Makefile > --- Makefile 4 Aug 2002 17:57:01 -0000 1.17 > +++ Makefile 9 Aug 2002 07:01:00 -0000 > @@ -1,8 +1,11 @@ > # $FreeBSD: src/usr.bin/truss/Makefile,v 1.17 2002/08/04 17:57:01 jake Exp $ > > PROG= truss > -SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c ${MACHINE_ARCH}-fbsd.c > -.if (${MACHINE_ARCH} == "i386") > +SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c > +.if ${MACHINE_ARCH} != ia64 > +SRCS+= ${MACHINE_ARCH}-fbsd.c > +.endif > +.if ${MACHINE_ARCH} == i386 > SRCS+= i386-linux.c linux_syscalls.h > .endif > > %%% > > > Cheers, > -- > Ruslan Ermilov Sysadmin and DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 7:33:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E48A37B400; Fri, 9 Aug 2002 07:33:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5E0143E5E; Fri, 9 Aug 2002 07:33:54 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Received: from freefall.freebsd.org (bsd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79EXsJU003954; Fri, 9 Aug 2002 07:33:54 -0700 (PDT) (envelope-from bsd@freefall.freebsd.org) Received: (from bsd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79EXsF9003953; Fri, 9 Aug 2002 07:33:54 -0700 (PDT) Message-Id: <200208091433.g79EXsF9003953@freefall.freebsd.org> From: "Brian S. Dean" Date: Fri, 9 Aug 2002 07:33:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cdroot Makefile distinfo pkg-comment X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bsd 2002/08/09 07:33:54 PDT Modified files: sysutils/cdroot Makefile distinfo pkg-comment Log: Fix typo in pkg-comment, and update to version 1.2.3. Revision Changes Path 1.2 +1 -1 ports/sysutils/cdroot/Makefile 1.2 +1 -1 ports/sysutils/cdroot/distinfo 1.2 +1 -1 ports/sysutils/cdroot/pkg-comment To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 7:41:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87D9137B400; Fri, 9 Aug 2002 07:41:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A4A743E3B; Fri, 9 Aug 2002 07:41:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79EfcJU004621; Fri, 9 Aug 2002 07:41:39 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79EfcQ3004620; Fri, 9 Aug 2002 07:41:38 -0700 (PDT) Message-Id: <200208091441.g79EfcQ3004620@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 9 Aug 2002 07:41:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs preen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/09 07:41:38 PDT Removed files: sbin/fsck_ffs preen.c Log: preen.c was a stragler after the fsck/fsck_ffs divorce. fsck_ffs did not need it, but quotacheck did include it from fsck_ffs. A repocopy has now moved the fsck_ffs/preen.c file to quotacheck/preen.c quotacheck and fsck should probably use the same checkfstab() function and it should possibly live in libufs. Trouble is: they have diverged in the meantime. At least now fsck_ffs is not in the equation anymore. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.22 +0 -282 src/sbin/fsck_ffs/preen.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 7:43:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF40437B400; Fri, 9 Aug 2002 07:43:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B37A343E3B; Fri, 9 Aug 2002 07:43:35 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79EhZJU005015; Fri, 9 Aug 2002 07:43:35 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79EhZxJ005011; Fri, 9 Aug 2002 07:43:35 -0700 (PDT) Message-Id: <200208091443.g79EhZxJ005011@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 9 Aug 2002 07:43:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba-devel Makefile distinfo pkg-plist ports/net/samba-devel/files patch-aa patch-ab patch-ac patch-ba X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/08/09 07:43:34 PDT Modified files: net/samba-devel Makefile distinfo pkg-plist net/samba-devel/files patch-aa Removed files: net/samba-devel/files patch-ab patch-ac patch-ba Log: Update to Alpha18 Revision Changes Path 1.87 +4 -7 ports/net/samba-devel/Makefile 1.42 +1 -1 ports/net/samba-devel/distinfo 1.20 +5 -24 ports/net/samba-devel/files/patch-aa 1.6 +0 -35 ports/net/samba-devel/files/patch-ab (dead) 1.4 +0 -20 ports/net/samba-devel/files/patch-ac (dead) 1.5 +0 -11 ports/net/samba-devel/files/patch-ba (dead) 1.38 +6 -1 ports/net/samba-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 Fri Aug 9 7:46:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 369D537B400; Fri, 9 Aug 2002 07:46:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE7BE43E5E; Fri, 9 Aug 2002 07:46:12 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from freefall.freebsd.org (markm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79EkCJU005258; Fri, 9 Aug 2002 07:46:12 -0700 (PDT) (envelope-from markm@freefall.freebsd.org) Received: (from markm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79EkCDP005257; Fri, 9 Aug 2002 07:46:12 -0700 (PDT) Message-Id: <200208091446.g79EkCDP005257@freefall.freebsd.org> From: Mark Murray Date: Fri, 9 Aug 2002 07:46:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/par 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 markm 2002/08/09 07:46:12 PDT Modified files: textproc/par Makefile pkg-descr Log: Fix master site. Thanks, submitter! Submitted by: maxim Revision Changes Path 1.9 +2 -2 ports/textproc/par/Makefile 1.3 +1 -1 ports/textproc/par/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 7:46:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1CA437B4BE; Fri, 9 Aug 2002 07:46:20 -0700 (PDT) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06E3B43E6E; Fri, 9 Aug 2002 07:46:19 -0700 (PDT) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.11.6/8.11.6) id g79EkHx32894; Fri, 9 Aug 2002 16:46:17 +0200 (CEST) (envelope-from k) Date: Fri, 9 Aug 2002 16:46:17 +0200 From: Johan Karlsson To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/mv mv.1 Message-ID: <20020809164617.A31328@numeri.campus.luth.se> References: <200208091046.g79Ak1pm053681@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200208091046.g79Ak1pm053681@freefall.freebsd.org>; from ru@FreeBSD.org on Fri, Aug 09, 2002 at 03:46:01AM -0700 Sender: owner-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, Aug 09, 2002 at 03:46 (-0700) +0000, Ruslan Ermilov wrote: > Modified files: > bin/mv mv.1 > Log: > mdoc(7) police: tidy up, bump document date on behalf of the -n option. Hi should cp(1) also have the document date bumped for the -n option? If so I guess all new options to utils should include such a bump, is that correct? /Johan -- Johan Karlsson mailto:johan@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 7:49:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571D837B400; Fri, 9 Aug 2002 07:49:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A55343E6E; Fri, 9 Aug 2002 07:49:24 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79EnNJU005473; Fri, 9 Aug 2002 07:49:23 -0700 (PDT) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79EnNRh005472; Fri, 9 Aug 2002 07:49:23 -0700 (PDT) Message-Id: <200208091449.g79EnNRh005472@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 9 Aug 2002 07:49:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_rmx.c ip_input.c ip_var.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 ru 2002/08/09 07:49:23 PDT Modified files: (Branch: RELENG_4) sys/netinet in_rmx.c ip_input.c ip_var.h Log: MFC: in_rmx.c,v 1.39, ip_input.c,v 1.165, and ip_var.h,v 1.54: Invalidate cached forwarding route (ipforward_rt) whenever a new route is added to the routing table, otherwise we may end up using the wrong route when forwarding. PR: kern/10778 Spotted by: Sergey Starosek , Andrew Rukavishnikov Revision Changes Path 1.37.2.3 +12 -0 src/sys/netinet/in_rmx.c 1.130.2.38 +1 -1 src/sys/netinet/ip_input.c 1.50.2.7 +1 -0 src/sys/netinet/ip_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 7:54:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C10D37B400; Fri, 9 Aug 2002 07:54:35 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B54EA43E72; Fri, 9 Aug 2002 07:54:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79EsYJU006067; Fri, 9 Aug 2002 07:54:34 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79EsYTD006066; Fri, 9 Aug 2002 07:54:34 -0700 (PDT) Message-Id: <200208091454.g79EsYTD006066@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 9 Aug 2002 07:54:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys errno.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 2002/08/09 07:54:34 PDT Modified files: sys/sys errno.h Log: Update ELAST. Revision Changes Path 1.23 +2 -1 src/sys/sys/errno.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 7:54:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9810037B400; Fri, 9 Aug 2002 07:54:49 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC60D43E9C; Fri, 9 Aug 2002 07:54:38 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g79EsYK39371; Fri, 9 Aug 2002 17:54:34 +0300 (EEST) (envelope-from ru) Date: Fri, 9 Aug 2002 17:54:34 +0300 From: Ruslan Ermilov To: Johan Karlsson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/mv mv.1 Message-ID: <20020809145434.GB38763@sunbay.com> References: <200208091046.g79Ak1pm053681@freefall.freebsd.org> <20020809164617.A31328@numeri.campus.luth.se> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0vzXIDBeUiKkjNJl" Content-Disposition: inline In-Reply-To: <20020809164617.A31328@numeri.campus.luth.se> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0vzXIDBeUiKkjNJl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 09, 2002 at 04:46:17PM +0200, Johan Karlsson wrote: > On Fri, Aug 09, 2002 at 03:46 (-0700) +0000, Ruslan Ermilov wrote: > > Modified files: > > bin/mv mv.1=20 > > Log: > > mdoc(7) police: tidy up, bump document date on behalf of the -n optio= n. >=20 > Hi >=20 > should cp(1) also have the document date bumped for the -n option? >=20 Yes. > If so I guess all new options to utils should include such a bump, > is that correct? >=20 Yes. As hinted in the share/examples/mdoc/ template manpages: =2E\" Note: The date here should be updated whenever a non-trivial =2E\" change is made to the manual page. 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 --0vzXIDBeUiKkjNJl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9U9eqUkv4P6juNwoRAtJRAJ9uymJ+nAD76T8vjOM66du2yxwuyACfTy8o Wa0nX5llYe8z7KxoyDQZ6ig= =nX9i -----END PGP SIGNATURE----- --0vzXIDBeUiKkjNJl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 7:58:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25B4637B400; Fri, 9 Aug 2002 07:58:52 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 957B843E42; Fri, 9 Aug 2002 07:58:42 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g79Ewbp39738; Fri, 9 Aug 2002 17:58:37 +0300 (EEST) (envelope-from ru) Date: Fri, 9 Aug 2002 17:58:37 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: Archie Cobbs Subject: Re: cvs commit: src/sys/netinet in_rmx.c ip_input.c ip_var.h Message-ID: <20020809145837.GD38763@sunbay.com> References: <200208091449.g79EnNRh005472@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C94crkcyjafcjHxo" Content-Disposition: inline In-Reply-To: <200208091449.g79EnNRh005472@freefall.freebsd.org> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --C94crkcyjafcjHxo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 09, 2002 at 07:49:23AM -0700, Ruslan Ermilov wrote: > ru 2002/08/09 07:49:23 PDT >=20 > Modified files: (Branch: RELENG_4) > sys/netinet in_rmx.c ip_input.c ip_var.h=20 > Log: > MFC: in_rmx.c,v 1.39, ip_input.c,v 1.165, and ip_var.h,v 1.54: > =20 > Invalidate cached forwarding route (ipforward_rt) whenever a new > route is added to the routing table, otherwise we may end up using > the wrong route when forwarding. > =20 > PR: kern/10778 > Spotted by: Sergey Starosek , > Andrew Rukavishnikov > =20 > Revision Changes Path > 1.37.2.3 +12 -0 src/sys/netinet/in_rmx.c > 1.130.2.38 +1 -1 src/sys/netinet/ip_input.c > 1.50.2.7 +1 -0 src/sys/netinet/ip_var.h >=20 I thought I merged this years ago; today we have spent two hours figuring out why the server running mpd(8)'s PPTP with manually added host routes was not (randomly) forwarding IP datagrams to the remote end of the PPTP connection. It was a BIG surprise when I figured out I did not MFC this fix. BTW, Archie, kudos for making mpd(8) work in a scenario documented in the BUGS section of libalias(3). How this is done? 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 --C94crkcyjafcjHxo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9U9idUkv4P6juNwoRAsyvAJ4uQ/3nyUGAvPyMypHb3Zahh8mB8gCdGP3b dttvVnzOq5pGNVd2O5O7AuM= =w8UC -----END PGP SIGNATURE----- --C94crkcyjafcjHxo-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 8: 7: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61CEE37B400; Fri, 9 Aug 2002 08:06:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 167AC43E75; Fri, 9 Aug 2002 08:06:59 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79F6wJU011233; Fri, 9 Aug 2002 08:06:58 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79F6w2T011231; Fri, 9 Aug 2002 08:06:58 -0700 (PDT) Message-Id: <200208091506.g79F6w2T011231@freefall.freebsd.org> From: Martin Blapp Date: Fri, 9 Aug 2002 08:06:58 -0700 (PDT) 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 2002/08/09 08:06:58 PDT Modified files: editors/openoffice Makefile Log: Fix WITH_DEBUG=1 build. DMAKE was not defined for this case. Revision Changes Path 1.107 +2 -0 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 Fri Aug 9 8:10: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B808037B400; Fri, 9 Aug 2002 08:09:55 -0700 (PDT) Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id D34FD43E3B; Fri, 9 Aug 2002 08:09:54 -0700 (PDT) (envelope-from rizzo@iguana.icir.org) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g79F9si62852; Fri, 9 Aug 2002 08:09:54 -0700 (PDT) (envelope-from rizzo) Date: Fri, 9 Aug 2002 08:09:54 -0700 From: Luigi Rizzo To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_rmx.c ip_input.c ip_var.h Message-ID: <20020809080953.B62786@iguana.icir.org> References: <200208091449.g79EnNRh005472@freefall.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: <200208091449.g79EnNRh005472@freefall.freebsd.org>; from ru@FreeBSD.org on Fri, Aug 09, 2002 at 07:49:23AM -0700 Sender: owner-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, Aug 09, 2002 at 07:49:23AM -0700, Ruslan Ermilov wrote: > ru 2002/08/09 07:49:23 PDT > > Modified files: (Branch: RELENG_4) > sys/netinet in_rmx.c ip_input.c ip_var.h > Log: > MFC: in_rmx.c,v 1.39, ip_input.c,v 1.165, and ip_var.h,v 1.54: > > Invalidate cached forwarding route (ipforward_rt) whenever a new > route is added to the routing table, otherwise we may end up using > the wrong route when forwarding. this reminds me... what do we gain from having one route cached ? Most if not all boxes talk to multiple destinations anyways, so we should rather leverage on the cache in ip_flow.c than use this trick. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 8:16:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 665D937B400; Fri, 9 Aug 2002 08:16:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A12E43E6E; Fri, 9 Aug 2002 08:16:26 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79FGPJU012387; Fri, 9 Aug 2002 08:16:25 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79FGP0V012385; Fri, 9 Aug 2002 08:16:25 -0700 (PDT) Message-Id: <200208091516.g79FGP0V012385@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 9 Aug 2002 08:16:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-ResourcePool Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/09 08:16:25 PDT Modified files: devel Makefile Added files: devel/p5-ResourcePool Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add p5-ResoucePool 0.9906 A generic way to use connection caching for any kind of resources Revision Changes Path 1.895 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/p5-ResourcePool/Makefile (new) 1.1 +1 -0 ports/devel/p5-ResourcePool/distinfo (new) 1.1 +1 -0 ports/devel/p5-ResourcePool/pkg-comment (new) 1.1 +13 -0 ports/devel/p5-ResourcePool/pkg-descr (new) 1.1 +17 -0 ports/devel/p5-ResourcePool/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 8:16:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F1E37B401; Fri, 9 Aug 2002 08:16:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A28BF43E72; Fri, 9 Aug 2002 08:16:30 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79FGUJU012426; Fri, 9 Aug 2002 08:16:30 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79FGUe4012425; Fri, 9 Aug 2002 08:16:30 -0700 (PDT) Message-Id: <200208091516.g79FGUe4012425@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 9 Aug 2002 08:16:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/09 08:16:30 PDT Modified files: . modules Log: p5-ResourcePool --> ports/devel/p5-ResourcePool Revision Changes Path 1.5690 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 8:19: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9E4337B400; Fri, 9 Aug 2002 08:19:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B6B843E6A; Fri, 9 Aug 2002 08:19:00 -0700 (PDT) (envelope-from dwcjr@FreeBSD.org) Received: from freefall.freebsd.org (dwcjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79FJ0JU012713; Fri, 9 Aug 2002 08:19:00 -0700 (PDT) (envelope-from dwcjr@freefall.freebsd.org) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79FJ0wK012712; Fri, 9 Aug 2002 08:19:00 -0700 (PDT) Message-Id: <200208091519.g79FJ0wK012712@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 9 Aug 2002 08:19:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba Makefile distinfo ports/net/samba/files patch-ba X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/08/09 08:19:00 PDT Modified files: net/samba Makefile distinfo net/samba/files patch-ba Log: Update to 2.2.6pre1 Revision Changes Path 1.98 +11 -4 ports/net/samba/Makefile 1.39 +1 -1 ports/net/samba/distinfo 1.11 +5 -5 ports/net/samba/files/patch-ba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 8:30:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F3E937B400; Fri, 9 Aug 2002 08:30:42 -0700 (PDT) Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id C270043E7B; Fri, 9 Aug 2002 08:30:41 -0700 (PDT) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 44E653198FA; Fri, 9 Aug 2002 10:30:37 -0500 (CDT) Date: Fri, 9 Aug 2002 10:30:37 -0500 From: "David W. Chapman Jr." To: Jeffrey Hsu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20020809153037.GB2024@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Jeffrey Hsu , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200208090419.g794JBpH089723@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208090419.g794JBpH089723@freefall.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 Thu, Aug 08, 2002 at 09:19:11PM -0700, Jeffrey Hsu wrote: > hsu 2002/08/08 21:19:11 PDT > > Modified files: > . access > Log: > Please welcome Jennifer Yang to the committer ranks. She has most recently > been working on locking up the networking stack. > Would this be our first active female committer, or is it too early to tell? -- 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 Fri Aug 9 8:31: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94DB637B431; Fri, 9 Aug 2002 08:30:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 501FF43E81; Fri, 9 Aug 2002 08:30:49 -0700 (PDT) (envelope-from brooks@FreeBSD.org) Received: from freefall.freebsd.org (brooks@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79FUnJU014250; Fri, 9 Aug 2002 08:30:49 -0700 (PDT) (envelope-from brooks@freefall.freebsd.org) Received: (from brooks@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79FUn89014249; Fri, 9 Aug 2002 08:30:49 -0700 (PDT) Message-Id: <200208091530.g79FUn89014249@freefall.freebsd.org> From: Brooks Davis Date: Fri, 9 Aug 2002 08:30:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ppp.4 src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/modules/if_ppp Makefile src/sys/net if_ppp.c if_pppvar.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 brooks 2002/08/09 08:30:48 PDT Modified files: share/man/man4 ppp.4 sys/alpha/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/sparc64/conf GENERIC sys/modules/if_ppp Makefile sys/net if_ppp.c if_pppvar.h ppp_tty.c sys/conf NOTES files Log: Make ppp(4) devices clonable and unloadable. Revision Changes Path 1.7 +13 -2 src/share/man/man4/ppp.4 1.148 +1 -1 src/sys/alpha/conf/GENERIC 1.1061 +1 -1 src/sys/conf/NOTES 1.683 +1 -1 src/sys/conf/files 1.357 +1 -1 src/sys/i386/conf/GENERIC 1.35 +1 -1 src/sys/ia64/conf/GENERIC 1.31 +1 -5 src/sys/modules/if_ppp/Makefile 1.81 +78 -34 src/sys/net/if_ppp.c 1.20 +1 -0 src/sys/net/if_pppvar.h 1.51 +8 -2 src/sys/net/ppp_tty.c 1.212 +1 -1 src/sys/pc98/conf/GENERIC 1.31 +1 -1 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 Fri Aug 9 8:33: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44D7137B400; Fri, 9 Aug 2002 08:32:58 -0700 (PDT) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F81243E84; Fri, 9 Aug 2002 08:32:57 -0700 (PDT) (envelope-from mi+mx@aldan.algebra.com) Received: from misha.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.2/8.12.2) with ESMTP id g79FWse5041544 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Fri, 9 Aug 2002 11:32:55 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: corbulon.video-collage.com: Host 250-217.customer.cloud9.net [168.100.250.217] claimed to be misha.murex.com Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys errno.h src/lib/libc/gen errlst.c Date: Fri, 9 Aug 2002 11:33:26 -0400 User-Agent: KMail/1.4.2 References: <200208091015.g79AFme4051274@freefall.freebsd.org> In-Reply-To: <200208091015.g79AFme4051274@freefall.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208091133.26347.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.15 (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 On Friday 09 August 2002 06:15 am, Poul-Henning Kamp wrote: = phk 2002/08/09 03:15:48 PDT = = Modified files: = sys/sys errno.h = lib/libc/gen errlst.c = Log: = Introduce a new error return code: = #define EDOFUS 88 /* Programming error */ = This can be used to signal error situations which indicate that the = program logic or assumptions is deficient. Shouldn't that be EDUFUS? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 8:36:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC79937B400; Fri, 9 Aug 2002 08:36:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DBE043E81; Fri, 9 Aug 2002 08:36:30 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from freefall.freebsd.org (yar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79FaUJU015048; Fri, 9 Aug 2002 08:36:30 -0700 (PDT) (envelope-from yar@freefall.freebsd.org) Received: (from yar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79FaTFA015047; Fri, 9 Aug 2002 08:36:29 -0700 (PDT) Message-Id: <200208091536.g79FaTFA015047@freefall.freebsd.org> From: Yar Tikhiy Date: Fri, 9 Aug 2002 08:36:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.8 ftpd.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 yar 2002/08/09 08:36:28 PDT Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.8 ftpd.c Log: MFC: Sort options, document undocumented ones. Revision Changes Path 1.31.2.10 +60 -48 src/libexec/ftpd/ftpd.8 1.62.2.31 +40 -40 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 Fri Aug 9 8:47:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D7837B401; Fri, 9 Aug 2002 08:47:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97B443E3B; Fri, 9 Aug 2002 08:47:44 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from freefall.freebsd.org (tmm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79FliJU016326; Fri, 9 Aug 2002 08:47:44 -0700 (PDT) (envelope-from tmm@freefall.freebsd.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79FlhHe016322; Fri, 9 Aug 2002 08:47:43 -0700 (PDT) Message-Id: <200208091547.g79FlhHe016322@freefall.freebsd.org> From: Thomas Moestl Date: Fri, 9 Aug 2002 08:47:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/08/09 08:47:43 PDT Modified files: usr.bin/vmstat vmstat.c Log: The boottime variable in sys/kern/kern_tc.c is a struct timeval, not a time_t, so do not use the latter as type when retrieving the variable via libkvm. This should fix vmstat on sparc64. Revision Changes Path 1.59 +4 -3 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9: 0:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78E3437B400; Fri, 9 Aug 2002 09:00:17 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4503643E70; Fri, 9 Aug 2002 09:00:16 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.5/8.12.3) with ESMTP id g79Frn9R091324; Fri, 9 Aug 2002 09:53:49 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 09 Aug 2002 09:53:32 -0600 (MDT) Message-Id: <20020809.095332.32150353.imp@bsdimp.com> To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 i386_module.c From: "M. Warner Losh" In-Reply-To: <200208090521.g795L2c6098209@freefall.freebsd.org> References: <200208090521.g795L2c6098209@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200208090521.g795L2c6098209@freefall.freebsd.org> "David E. O'Brien" writes: : Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLY : undocumented how to control its loading and queries to freebsd-current : go unanswered. BACK THIS OUT PLEASE. This is not the right way to fix this. set acpi_disable in your loader.conf file if it causes problems for you. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9: 0:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F2C837B401; Fri, 9 Aug 2002 09:00:18 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD80F43E42; Fri, 9 Aug 2002 09:00:17 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.5/8.12.3) with ESMTP id g79FsS9R091327; Fri, 9 Aug 2002 09:54:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 09 Aug 2002 09:54:13 -0600 (MDT) Message-Id: <20020809.095413.04546718.imp@bsdimp.com> To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common loader.8 src/share/man/man5 device.hints.5 src/sys/boot/i386/libi386 i386_module.c From: "M. Warner Losh" In-Reply-To: <200208090607.g7967XcX007036@freefall.freebsd.org> References: <200208090607.g7967XcX007036@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200208090607.g7967XcX007036@freefall.freebsd.org> "David E. O'Brien" writes: : Restore autoloading of ACPI module. Thanks! Sorry for yelling at the last message w/o reading my full mailq. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9: 5: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF10D37B400; Fri, 9 Aug 2002 09:04:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BE4B43E7B; Fri, 9 Aug 2002 09:04:57 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79G4vJU018000; Fri, 9 Aug 2002 09:04:57 -0700 (PDT) (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79G4vAq017999; Fri, 9 Aug 2002 09:04:57 -0700 (PDT) Message-Id: <200208091604.g79G4vAq017999@freefall.freebsd.org> From: Bill Fenner Date: Fri, 9 Aug 2002 09:04:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/steghide 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 fenner 2002/08/09 09:04:56 PDT Modified files: security/steghide Makefile Log: Remove rasputin@submonkey.net as MAINTAINER, on his request. Revision Changes Path 1.6 +1 -1 ports/security/steghide/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9:12:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F78437B400; Fri, 9 Aug 2002 09:12:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93E4B43E4A; Fri, 9 Aug 2002 09:12:08 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79GC8JU022844; Fri, 9 Aug 2002 09:12:08 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79GC8FN022843; Fri, 9 Aug 2002 09:12:08 -0700 (PDT) Message-Id: <200208091612.g79GC8FN022843@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 9 Aug 2002 09:12:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rcp rcp.1 rcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/08/09 09:12:08 PDT Modified files: bin/rcp rcp.1 rcp.c Log: IPv6 support for rcp. You cannot specify a raw IPv6 address for now. MFC after: 1 week Revision Changes Path 1.15 +6 -2 src/bin/rcp/rcp.1 1.35 +36 -20 src/bin/rcp/rcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9:14:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9733537B401; Fri, 9 Aug 2002 09:14:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A5543E3B; Fri, 9 Aug 2002 09:14:10 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79GEAJU023046; Fri, 9 Aug 2002 09:14:10 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79GEAfB023045; Fri, 9 Aug 2002 09:14:10 -0700 (PDT) Message-Id: <200208091614.g79GEAfB023045@freefall.freebsd.org> From: Hiroki Sato Date: Fri, 9 Aug 2002 09:14:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/backups chapter.sgml doc/ja_JP.eucJP/books/handbook/kerneldebug chapter.sgml doc/ja_JP.eucJP/books/handbook/linuxemu chapter.sgml doc/ja_JP.eucJP/books/handbook/mail chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/09 09:14:10 PDT Modified files: ja_JP.eucJP/books/handbook/backups chapter.sgml ja_JP.eucJP/books/handbook/kerneldebug chapter.sgml ja_JP.eucJP/books/handbook/linuxemu chapter.sgml ja_JP.eucJP/books/handbook/mail chapter.sgml Log: Change punctuation style and fix some typos. Submitted by: Hideyuki KURASHINA References: [doc-jp-work 471] Revision Changes Path 1.24 +343 -343 doc/ja_JP.eucJP/books/handbook/backups/chapter.sgml 1.15 +257 -257 doc/ja_JP.eucJP/books/handbook/kerneldebug/chapter.sgml 1.20 +307 -307 doc/ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml 1.11 +226 -226 doc/ja_JP.eucJP/books/handbook/mail/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9:22:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC62637B401; Fri, 9 Aug 2002 09:22:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE3243E3B; Fri, 9 Aug 2002 09:22:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79GMbJU024023; Fri, 9 Aug 2002 09:22:37 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79GMbOD024022; Fri, 9 Aug 2002 09:22:37 -0700 (PDT) Message-Id: <200208091622.g79GMbOD024022@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 9 Aug 2002 09:22:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/dbh Makefile distinfo pkg-comment pkg-descr pkg-plist ports/databases/dbh/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/09 09:22:37 PDT Modified files: databases Makefile Added files: databases/dbh Makefile distinfo pkg-comment pkg-descr pkg-plist databases/dbh/files patch-configure Log: add dbh 1.0 Disk Based Hashtables Revision Changes Path 1.196 +1 -0 ports/databases/Makefile 1.1 +23 -0 ports/databases/dbh/Makefile (new) 1.1 +1 -0 ports/databases/dbh/distinfo (new) 1.1 +11 -0 ports/databases/dbh/files/patch-configure (new) 1.1 +1 -0 ports/databases/dbh/pkg-comment (new) 1.1 +7 -0 ports/databases/dbh/pkg-descr (new) 1.1 +8 -0 ports/databases/dbh/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9:23: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F6A137B405; Fri, 9 Aug 2002 09:22:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9FF943E4A; Fri, 9 Aug 2002 09:22:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79GMdJU024056; Fri, 9 Aug 2002 09:22:39 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79GMd4S024055; Fri, 9 Aug 2002 09:22:39 -0700 (PDT) Message-Id: <200208091622.g79GMd4S024055@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 9 Aug 2002 09:22:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/09 09:22:39 PDT Modified files: . modules Log: dbh --> ports/databases/dbh Revision Changes Path 1.5691 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9:23:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 758BA37B401; Fri, 9 Aug 2002 09:23:10 -0700 (PDT) Received: from bremen.shuttle.de (bremen.shuttle.de [194.95.249.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C0C43E72; Fri, 9 Aug 2002 09:23:09 -0700 (PDT) (envelope-from schweikh@schweikhardt.net) Received: from bremen.shuttle.de (localhost [127.0.0.1]) by bremen.shuttle.de (Postfix) with ESMTP id 5722517D34; Fri, 9 Aug 2002 18:23:07 +0200 (CEST) Received: (from uucp@localhost) by bremen.shuttle.de (8.12.3/8.12.3/Debian -4) with UUCP id g79GN7pn020297; Fri, 9 Aug 2002 18:23:07 +0200 Received: from hal9000.schweikhardt.net (localhost [127.0.0.1]) by hal9000.schweikhardt.net (8.12.5/8.12.5) with ESMTP id g79GNOHj001301; Fri, 9 Aug 2002 18:23:24 +0200 (CEST) (envelope-from schweikh@hal9000.schweikhardt.net) Received: (from schweikh@localhost) by hal9000.schweikhardt.net (8.12.5/8.12.3/Submit) id g79GNN5a001300; Fri, 9 Aug 2002 18:23:23 +0200 (CEST) Date: Fri, 9 Aug 2002 18:23:23 +0200 From: Jens Schweikhardt To: Jeffrey Hsu , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20020809182322.A602@schweikhardt.net> References: <200208090419.g794JBpH089723@freefall.freebsd.org> <20020809153037.GB2024@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020809153037.GB2024@leviathan.inethouston.net> User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 09, 2002 at 10:30:37AM -0500, David W. Chapman Jr. wrote: # On Thu, Aug 08, 2002 at 09:19:11PM -0700, Jeffrey Hsu wrote: # > hsu 2002/08/08 21:19:11 PDT # > # > Modified files: # > . access # > Log: # > Please welcome Jennifer Yang to the committer ranks. She has most recently # > been working on locking up the networking stack. # > # # Would this be our first active female committer, or is it too early # to tell? No, we have Juli Mallett. Welcome aboard, Jennifer! FreeBSD becomes less and less a man's world :-) Regards, Jens -- Jens Schweikhardt http://www.schweikhardt.net/ SIGSIG -- signature too long (core dumped) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9:25:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8346737B400; Fri, 9 Aug 2002 09:25:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37BC243E7B; Fri, 9 Aug 2002 09:25:33 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79GPXJU024426; Fri, 9 Aug 2002 09:25:33 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79GPWNL024425; Fri, 9 Aug 2002 09:25:32 -0700 (PDT) Message-Id: <200208091625.g79GPWNL024425@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 9 Aug 2002 09:25:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/quotacheck preen.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/08/09 09:25:32 PDT Modified files: sbin/quotacheck preen.c Log: Fixup preen.c to match its new residence. The blockcheck() function is still pulled from fsck_ffs, it probably should live in libufs. Revision Changes Path 1.22 +5 -1 src/sbin/quotacheck/preen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9:48: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D59E337B400; Fri, 9 Aug 2002 09:47:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 897FB43E65; Fri, 9 Aug 2002 09:47:55 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79GltJU026480; Fri, 9 Aug 2002 09:47:55 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79GltJl026479; Fri, 9 Aug 2002 09:47:55 -0700 (PDT) Message-Id: <200208091647.g79GltJl026479@freefall.freebsd.org> From: Ade Lovett Date: Fri, 9 Aug 2002 09:47:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/abiword Makefile ports/chinese/enscript 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 ade 2002/08/09 09:47:55 PDT Modified files: chinese/abiword Makefile chinese/enscript Makefile Log: Reroute dependency on defunct chinese/ghostscript6 port and redirect to print/ghostscript-gnu (see ports/39684) Submitted by: 'make index' failing for a while Revision Changes Path 1.3 +1 -1 ports/chinese/abiword/Makefile 1.4 +1 -1 ports/chinese/enscript/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9:53:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBDAC37B400; Fri, 9 Aug 2002 09:53:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD1543E42; Fri, 9 Aug 2002 09:53:23 -0700 (PDT) (envelope-from blackend@FreeBSD.org) Received: from freefall.freebsd.org (blackend@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79GrNJU027207; Fri, 9 Aug 2002 09:53:23 -0700 (PDT) (envelope-from blackend@freefall.freebsd.org) Received: (from blackend@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79GrNWx027206; Fri, 9 Aug 2002 09:53:23 -0700 (PDT) Message-Id: <200208091653.g79GrNWx027206@freefall.freebsd.org> From: Marc Fonvieille Date: Fri, 9 Aug 2002 09:53:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/08/09 09:53:23 PDT Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Add a missing word Submitted by: Dan Langille Revision Changes Path 1.65 +1 -1 doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 9:58:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45D3437B413; Fri, 9 Aug 2002 09:58:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4C2E43E88; Fri, 9 Aug 2002 09:58:28 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: from freefall.freebsd.org (archie@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79GwSJU027549; Fri, 9 Aug 2002 09:58:28 -0700 (PDT) (envelope-from archie@freefall.freebsd.org) Received: (from archie@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79GwSf8027548; Fri, 9 Aug 2002 09:58:28 -0700 (PDT) Message-Id: <200208091658.g79GwSf8027548@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 9 Aug 2002 09:58:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strsep.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/08/09 09:58:28 PDT Modified files: (Branch: RELENG_4) lib/libc/string strsep.3 Log: MFC: (rev. 1.12) Correct an inaccuracy regarding detecting empty fields. Revision Changes Path 1.6.2.6 +5 -4 src/lib/libc/string/strsep.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 10:21:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FA3F37B400; Fri, 9 Aug 2002 10:21:27 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3742C43E4A; Fri, 9 Aug 2002 10:21:27 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 201959E59; Fri, 9 Aug 2002 13:16:19 -0400 (EDT) Date: Fri, 9 Aug 2002 13:16:19 -0400 From: Mike Barcroft To: Mikhail Teterin Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys errno.h src/lib/libc/gen errlst.c Message-ID: <20020809131619.D94821@espresso.q9media.com> References: <200208091015.g79AFme4051274@freefall.freebsd.org> <200208091133.26347.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208091133.26347.mi+mx@aldan.algebra.com>; from mi+mx@aldan.algebra.com on Fri, Aug 09, 2002 at 11:33:26AM -0400 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 Mikhail Teterin writes: > On Friday 09 August 2002 06:15 am, Poul-Henning Kamp wrote: > = phk 2002/08/09 03:15:48 PDT > = > = Modified files: > = sys/sys errno.h > = lib/libc/gen errlst.c > = Log: > = Introduce a new error return code: > = #define EDOFUS 88 /* Programming error */ > = This can be used to signal error situations which indicate that the > = program logic or assumptions is deficient. > > Shouldn't that be EDUFUS? That would take us even further away from the correct spelling of doofus. 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 Fri Aug 9 10:27:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91FED37B400; Fri, 9 Aug 2002 10:27:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D154C43E3B; Fri, 9 Aug 2002 10:27:46 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79HRkJU034466; Fri, 9 Aug 2002 10:27:46 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79HRkTi034465; Fri, 9 Aug 2002 10:27:46 -0700 (PDT) Message-Id: <200208091727.g79HRkTi034465@freefall.freebsd.org> From: Christian Weisgerber Date: Fri, 9 Aug 2002 10:27:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/fastest_cvsup Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/08/09 10:27:46 PDT Modified files: sysutils/fastest_cvsup Makefile distinfo Log: Update to 0.2.7. PR: 41481 Submitted by: A. J. Robinson Revision Changes Path 1.3 +1 -1 ports/sysutils/fastest_cvsup/Makefile 1.3 +1 -1 ports/sysutils/fastest_cvsup/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 10:30:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B431337B400; Fri, 9 Aug 2002 10:30:03 -0700 (PDT) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E737943E72; Fri, 9 Aug 2002 10:30:02 -0700 (PDT) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id KAA03952; Fri, 9 Aug 2002 10:18:37 -0700 (PDT) Received: (from archie@localhost) by arch20m.dellroad.org (8.11.6/8.11.6) id g79HGno08306; Fri, 9 Aug 2002 10:16:49 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200208091716.g79HGno08306@arch20m.dellroad.org> Subject: Re: cvs commit: src/sys/netinet in_rmx.c ip_input.c ip_var.h In-Reply-To: <20020809145837.GD38763@sunbay.com> "from Ruslan Ermilov at Aug 9, 2002 05:58:37 pm" To: Ruslan Ermilov Date: Fri, 9 Aug 2002 10:16:49 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL88 (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 Ruslan Ermilov writes: > > Modified files: (Branch: RELENG_4) > > sys/netinet in_rmx.c ip_input.c ip_var.h > > Log: > > MFC: in_rmx.c,v 1.39, ip_input.c,v 1.165, and ip_var.h,v 1.54: > > > > Invalidate cached forwarding route (ipforward_rt) whenever a new > > route is added to the routing table, otherwise we may end up using > > the wrong route when forwarding. > > > > PR: kern/10778 > > Spotted by: Sergey Starosek , > > Andrew Rukavishnikov > > I thought I merged this years ago; today we have spent two hours > figuring out why the server running mpd(8)'s PPTP with manually > added host routes was not (randomly) forwarding IP datagrams to > the remote end of the PPTP connection. It was a BIG surprise > when I figured out I did not MFC this fix. Welcome to the club of people who have been stumped for hours by this bug :-) I'm glad we're finally rid of it (after 3 years). > BTW, Archie, kudos for making mpd(8) work in a scenario documented > in the BUGS section of libalias(3). How this is done? The PPTP spec assumes that only one control connection (i.e., TCP port 1723) will exist between any two IP addresses. Originally, mpd was written to honor that. However, unless you are identifying the peer by its IP address, there's no real need to disallow multiple connections from the same IP address. So mpd was changed to allow multiple connections when possible. Although this violates the spec, it's a beneficial change. Consider it a bug in the spec :-) FYI, you may notice that L2TP, which came after PPTP, doesn't make this useless assumption. Any number of L2TP control connections may exist between two peers. Cheers, -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 10:33:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7047F37B400; Fri, 9 Aug 2002 10:33:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2418D43E42; Fri, 9 Aug 2002 10:33:08 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79HX8JU035170; Fri, 9 Aug 2002 10:33:08 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79HX7Pu035169; Fri, 9 Aug 2002 10:33:07 -0700 (PDT) Message-Id: <200208091733.g79HX7Pu035169@freefall.freebsd.org> From: Gordon Tetlow Date: Fri, 9 Aug 2002 10:33:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d network1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/08/09 10:33:07 PDT Modified files: etc/rc.d network1 Log: Correct comment Submitted by: Mike Makonnen Revision Changes Path 1.140 +1 -1 src/etc/rc.d/network1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 10:34:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 847CA37B400; Fri, 9 Aug 2002 10:34:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38E0443E6A; Fri, 9 Aug 2002 10:34:14 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79HYEJU035298; Fri, 9 Aug 2002 10:34:14 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79HYESA035297; Fri, 9 Aug 2002 10:34:14 -0700 (PDT) Message-Id: <200208091734.g79HYESA035297@freefall.freebsd.org> From: Gordon Tetlow Date: Fri, 9 Aug 2002 10:34:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc inetd.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 gordon 2002/08/09 10:34:14 PDT Modified files: etc inetd.conf Log: Correct comment. We use rpcbind now, not portmap Submitted by: Mike Makonnen Revision Changes Path 1.58 +2 -2 src/etc/inetd.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 10:35:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2139E37B400; Fri, 9 Aug 2002 10:35:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB21D43E3B; Fri, 9 Aug 2002 10:35:46 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79HZkJU035459; Fri, 9 Aug 2002 10:35:46 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79HZkQZ035458; Fri, 9 Aug 2002 10:35:46 -0700 (PDT) Message-Id: <200208091735.g79HZkQZ035458@freefall.freebsd.org> From: Patrick Li Date: Fri, 9 Aug 2002 10:35:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qstat 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 pat 2002/08/09 10:35:46 PDT Modified files: games/qstat Makefile distinfo Log: Update to 2.5.b Revision Changes Path 1.15 +1 -1 ports/games/qstat/Makefile 1.11 +1 -1 ports/games/qstat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 10:38:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410FA37B400; Fri, 9 Aug 2002 10:38:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52B843E91; Fri, 9 Aug 2002 10:38:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79HcGJU035737; Fri, 9 Aug 2002 10:38:16 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79HcGGk035736; Fri, 9 Aug 2002 10:38:16 -0700 (PDT) Message-Id: <200208091738.g79HcGGk035736@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 9 Aug 2002 10:38:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/09 10:38:16 PDT Modified files: net/centericq Makefile distinfo Log: upgrade to 4.8.0 Revision Changes Path 1.42 +2 -2 ports/net/centericq/Makefile 1.22 +1 -1 ports/net/centericq/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 10:42:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA9F37B400; Fri, 9 Aug 2002 10:42:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 703B043E3B; Fri, 9 Aug 2002 10:42:49 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79HgnJU036498; Fri, 9 Aug 2002 10:42:49 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Hgngm036497; Fri, 9 Aug 2002 10:42:49 -0700 (PDT) Message-Id: <200208091742.g79Hgngm036497@freefall.freebsd.org> From: Patrick Li Date: Fri, 9 Aug 2002 10:42:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xsane 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 pat 2002/08/09 10:42:49 PDT Modified files: graphics/xsane Makefile distinfo pkg-plist Log: Update to 0.87 PR: ports/41473 Submitted by: maintainer Revision Changes Path 1.35 +1 -1 ports/graphics/xsane/Makefile 1.24 +1 -1 ports/graphics/xsane/distinfo 1.20 +1 -0 ports/graphics/xsane/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 10:45:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F049F37B400; Fri, 9 Aug 2002 10:45:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B0943E42; Fri, 9 Aug 2002 10:45:04 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from freefall.freebsd.org (gordon@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79Hj4JU036779; Fri, 9 Aug 2002 10:45:04 -0700 (PDT) (envelope-from gordon@freefall.freebsd.org) Received: (from gordon@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Hj4Z2036777; Fri, 9 Aug 2002 10:45:04 -0700 (PDT) Message-Id: <200208091745.g79Hj4Z2036777@freefall.freebsd.org> From: Gordon Tetlow Date: Fri, 9 Aug 2002 10:45:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d othermta X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gordon 2002/08/09 10:45:04 PDT Modified files: etc/rc.d othermta Log: Make the othermta script DTRT when an mta startup script is not specified. Submitted by: Mike Makonnen Revision Changes Path 1.2 +4 -1 src/etc/rc.d/othermta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 10:50:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6297037B400; Fri, 9 Aug 2002 10:50:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2185343E65; Fri, 9 Aug 2002 10:50:40 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79HoeJU037478; Fri, 9 Aug 2002 10:50:40 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79HodK4037477; Fri, 9 Aug 2002 10:50:39 -0700 (PDT) Message-Id: <200208091750.g79HodK4037477@freefall.freebsd.org> From: Patrick Li Date: Fri, 9 Aug 2002 10:50:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/gpsdrive Makefile distinfo pkg-message pkg-plist ports/astro/gpsdrive/files patch-src-Makefile.in patch-src-em.c patch-src-gpsd.c patch-src-tm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/09 10:50:39 PDT Modified files: astro/gpsdrive Makefile distinfo pkg-message pkg-plist astro/gpsdrive/files patch-src-Makefile.in Removed files: astro/gpsdrive/files patch-src-em.c patch-src-gpsd.c patch-src-tm.c Log: Update to 1.26.r4 PR: ports/41469 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/astro/gpsdrive/Makefile 1.3 +1 -1 ports/astro/gpsdrive/distinfo 1.2 +8 -8 ports/astro/gpsdrive/files/patch-src-Makefile.in 1.2 +0 -20 ports/astro/gpsdrive/files/patch-src-em.c (dead) 1.2 +0 -128 ports/astro/gpsdrive/files/patch-src-gpsd.c (dead) 1.2 +0 -12 ports/astro/gpsdrive/files/patch-src-tm.c (dead) 1.2 +1 -1 ports/astro/gpsdrive/pkg-message 1.3 +2 -3 ports/astro/gpsdrive/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 11:20:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F2E737B405; Fri, 9 Aug 2002 11:20:20 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C6943E9C; Fri, 9 Aug 2002 11:20:19 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020809182018.YWNW22139.rwcrmhc52.attbi.com@InterJet.elischer.org>; Fri, 9 Aug 2002 18:20:18 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA88302; Fri, 9 Aug 2002 11:13:12 -0700 (PDT) Date: Fri, 9 Aug 2002 11:13:11 -0700 (PDT) From: Julian Elischer To: "M. Warner Losh" Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 i386_module.c In-Reply-To: <20020809.095332.32150353.imp@bsdimp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG personally I think you should not get acpi unless you have "acpi_enable" in your loader.conf. On Fri, 9 Aug 2002, M. Warner Losh wrote: > In message: <200208090521.g795L2c6098209@freefall.freebsd.org> > "David E. O'Brien" writes: > : Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLY > : undocumented how to control its loading and queries to freebsd-current > : go unanswered. > > BACK THIS OUT PLEASE. This is not the right way to fix this. > > set acpi_disable in your loader.conf file if it causes problems for > you. > > Warner > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 11:42:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A5C37B400; Fri, 9 Aug 2002 11:42:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0DB143E42; Fri, 9 Aug 2002 11:42:48 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79IgmJU046935; Fri, 9 Aug 2002 11:42:48 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Igmmi046934; Fri, 9 Aug 2002 11:42:48 -0700 (PDT) Message-Id: <200208091842.g79Igmmi046934@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 9 Aug 2002 11:42:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/licq Makefile Makefile.inc distinfo pkg-plist ports/net/licq/files patch-ad patch-socket.cpp ports/net/licq-console Makefile pkg-plist ports/net/licq-qt-gui Makefile pkg-plist ports/net/licq-qt-gui/files patch-acinclude.m4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/08/09 11:42:48 PDT Modified files: net/licq Makefile Makefile.inc distinfo pkg-plist net/licq-console Makefile pkg-plist net/licq-qt-gui Makefile pkg-plist Added files: net/licq/files patch-socket.cpp Removed files: net/licq/files patch-ad net/licq-qt-gui/files patch-acinclude.m4 Log: Update to 1.2.0a Submitted by: fjoe,brad@brad-x.com Revision Changes Path 1.6 +3 -11 ports/net/licq-console/Makefile 1.2 +0 -1 ports/net/licq-console/pkg-plist 1.11 +4 -20 ports/net/licq-qt-gui/Makefile 1.2 +0 -12 ports/net/licq-qt-gui/files/patch-acinclude.m4 (dead) 1.6 +1 -0 ports/net/licq-qt-gui/pkg-plist 1.40 +0 -6 ports/net/licq/Makefile 1.4 +8 -13 ports/net/licq/Makefile.inc 1.13 +1 -1 ports/net/licq/distinfo 1.9 +0 -48 ports/net/licq/files/patch-ad (dead) 1.1 +40 -0 ports/net/licq/files/patch-socket.cpp (new) 1.15 +2 -1 ports/net/licq/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 11:44:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 389F637B400; Fri, 9 Aug 2002 11:44:08 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5507C43E4A; Fri, 9 Aug 2002 11:44:07 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.5/8.12.3) with ESMTP id g79Ii09R092115; Fri, 9 Aug 2002 12:44:01 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 09 Aug 2002 12:43:32 -0600 (MDT) Message-Id: <20020809.124332.96079532.imp@bsdimp.com> To: julian@elischer.org Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 i386_module.c From: "M. Warner Losh" In-Reply-To: References: <20020809.095332.32150353.imp@bsdimp.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: Julian Elischer writes: : personally I think you should not get acpi unless you have : "acpi_enable" in your loader.conf. Well, if things don't change by 5.0, I'd agree with you. However, we're still finding problems with acpi that we wouldn't find it if wasn't enabled. :-( And there are work arounds in the works for the two most severe problems at the moment (failure to route interrupts, and the subsequent pccbb crash). Other than those two problems, I know of no other major issues with acpi at this time. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 11:46:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DF1F37B400; Fri, 9 Aug 2002 11:46:15 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B579843E6E; Fri, 9 Aug 2002 11:46:14 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g79Ih2De060459; Fri, 9 Aug 2002 20:43:08 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "M. Warner Losh" Cc: julian@elischer.org, obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 i386_module.c In-Reply-To: Your message of "Fri, 09 Aug 2002 12:43:32 MDT." <20020809.124332.96079532.imp@bsdimp.com> Date: Fri, 09 Aug 2002 20:43:02 +0200 Message-ID: <60458.1028918582@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20020809.124332.96079532.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: > Julian Elischer writes: >: personally I think you should not get acpi unless you have >: "acpi_enable" in your loader.conf. > >Well, if things don't change by 5.0, I'd agree with you. However, >we're still finding problems with acpi that we wouldn't find it if >wasn't enabled. :-( And there are work arounds in the works for the >two most severe problems at the moment (failure to route interrupts, >and the subsequent pccbb crash). Other than those two problems, I >know of no other major issues with acpi at this time. Well, there are a lot of "do not work" or "do not work correctly" things, but they would be "doesn't even exist without ACPI" so they are not on either side of the scale for this argument. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 12: 0:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FE5C37B400; Fri, 9 Aug 2002 12:00:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 375C443E6A; Fri, 9 Aug 2002 12:00:13 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79J0CJU048952; Fri, 9 Aug 2002 12:00:12 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79J0C2x048947; Fri, 9 Aug 2002 12:00:12 -0700 (PDT) Message-Id: <200208091900.g79J0C2x048947@freefall.freebsd.org> From: Tony Finch Date: Fri, 9 Aug 2002 12:00:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/09 12:00:12 PDT Modified files: games/fortune/datfiles fortunes2 Log: Fix a couple of typos in a Dijkstra quote. Revision Changes Path 1.45 +2 -2 src/games/fortune/datfiles/fortunes2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 12: 8: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B89837B400; Fri, 9 Aug 2002 12:08:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F15C43E65; Fri, 9 Aug 2002 12:08:03 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79J83JU053798; Fri, 9 Aug 2002 12:08:03 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79J83C3053797; Fri, 9 Aug 2002 12:08:03 -0700 (PDT) Message-Id: <200208091908.g79J83C3053797@freefall.freebsd.org> From: Tony Finch Date: Fri, 9 Aug 2002 12:08:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/09 12:08:03 PDT Modified files: games/fortune/datfiles fortunes Log: Some more advice from Dijkstra. Revision Changes Path 1.91 +5 -0 src/games/fortune/datfiles/fortunes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 12:11:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF20A37B400; Fri, 9 Aug 2002 12:11:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CE1143E6A; Fri, 9 Aug 2002 12:11:41 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79JBfJU054349; Fri, 9 Aug 2002 12:11:41 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79JBfqX054348; Fri, 9 Aug 2002 12:11:41 -0700 (PDT) Message-Id: <200208091911.g79JBfqX054348@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 9 Aug 2002 12:11:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl2 Makefile distinfo ports/security/cyrus-sasl2/files patch-saslauthd::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 ume 2002/08/09 12:11:41 PDT Modified files: security/cyrus-sasl2 Makefile distinfo Added files: security/cyrus-sasl2/files patch-saslauthd::Makefile.in Log: Update to 2.1.7. Revision Changes Path 1.47 +1 -1 ports/security/cyrus-sasl2/Makefile 1.11 +1 -1 ports/security/cyrus-sasl2/distinfo 1.1 +13 -0 ports/security/cyrus-sasl2/files/patch-saslauthd::Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 12:30:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65FA637B400; Fri, 9 Aug 2002 12:30:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B0C643E6A; Fri, 9 Aug 2002 12:30:27 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79JUQJU056390; Fri, 9 Aug 2002 12:30:26 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79JUQtu056379; Fri, 9 Aug 2002 12:30:26 -0700 (PDT) Message-Id: <200208091930.g79JUQtu056379@freefall.freebsd.org> From: Tony Finch Date: Fri, 9 Aug 2002 12:30:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/09 12:30:25 PDT Modified files: games/fortune/datfiles fortunes Log: Correctly sort previous addition. Revision Changes Path 1.92 +5 -5 src/games/fortune/datfiles/fortunes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 12:31:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4826C37B400; Fri, 9 Aug 2002 12:31:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F126643E4A; Fri, 9 Aug 2002 12:31:27 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79JVRJU056491; Fri, 9 Aug 2002 12:31:27 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79JVRpi056490; Fri, 9 Aug 2002 12:31:27 -0700 (PDT) Message-Id: <200208091931.g79JVRpi056490@freefall.freebsd.org> From: Tony Finch Date: Fri, 9 Aug 2002 12:31:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/09 12:31:27 PDT Modified files: games/fortune/datfiles fortunes Log: Remove spurious quotes. Revision Changes Path 1.93 +2 -2 src/games/fortune/datfiles/fortunes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 12:36:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7DA937B400; Fri, 9 Aug 2002 12:36:09 -0700 (PDT) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.135.138.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id A56E143E70; Fri, 9 Aug 2002 12:36:08 -0700 (PDT) (envelope-from fanf@chiark.greenend.org.uk) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 17dFYM-0000q4-00 (Debian); Fri, 09 Aug 2002 20:36:06 +0100 Date: Fri, 9 Aug 2002 20:36:06 +0100 From: Tony Finch To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/fortune/datfiles fortunes Message-ID: <20020809203606.B1697@chiark.greenend.org.uk> References: <200208091931.g79JVRpi056490@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200208091931.g79JVRpi056490@freefall.freebsd.org>; from fanf@FreeBSD.org on Fri, Aug 09, 2002 at 12:31:27PM -0700 Sender: owner-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, Aug 09, 2002 at 12:31:27PM -0700, Tony Finch wrote: > fanf 2002/08/09 12:31:27 PDT > > Modified files: > games/fortune/datfiles fortunes Apologies for cocking that one up, and thanks to Garrett for pointing out my errors. BTW, should the -CURRENT datfiles be MFCed? Tony. -- f.a.n.finch http://dotat.at/ SOUTH FITZROY: WESTERLY VEERING NORTHWESTERLY 4 OR 5, OCCASIONALLY 6 AT FIRST. RAIN OR DRIZZLE AT TIMES. GOOD OCCASIONALLY MODERATE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 12:45:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F36CF37B400; Fri, 9 Aug 2002 12:45:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B98E743E6E; Fri, 9 Aug 2002 12:45:17 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79Jj6JU057813; Fri, 9 Aug 2002 12:45:07 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Jj6me057812; Fri, 9 Aug 2002 12:45:06 -0700 (PDT) Message-Id: <200208091945.g79Jj6me057812@freefall.freebsd.org> From: Patrick Li Date: Fri, 9 Aug 2002 12:45:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gentoo 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 pat 2002/08/09 12:45:06 PDT Modified files: x11-fm/gentoo Makefile distinfo Log: Update to 0.11.31 PR: ports/41487 Submitted by: maintainer Revision Changes Path 1.18 +1 -1 ports/x11-fm/gentoo/Makefile 1.14 +1 -1 ports/x11-fm/gentoo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 12:54:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D946037B400; Fri, 9 Aug 2002 12:54:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 754E143E70; Fri, 9 Aug 2002 12:54:12 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79JsCJU059119; Fri, 9 Aug 2002 12:54:12 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79JsCtg059118; Fri, 9 Aug 2002 12:54:12 -0700 (PDT) Message-Id: <200208091954.g79JsCtg059118@freefall.freebsd.org> From: Tony Finch Date: Fri, 9 Aug 2002 12:54:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/09 12:54:12 PDT Modified files: games/fortune/datfiles fortunes Log: Re-sort. Revision Changes Path 1.94 +3 -3 src/games/fortune/datfiles/fortunes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 13: 7:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C14137B400; Fri, 9 Aug 2002 13:07:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EE4743E75; Fri, 9 Aug 2002 13:07:52 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79K7pJU064481; Fri, 9 Aug 2002 13:07:52 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79K7ppA064480; Fri, 9 Aug 2002 13:07:51 -0700 (PDT) Message-Id: <200208092007.g79K7ppA064480@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Fri, 9 Aug 2002 13:07:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader help.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 iwasaki 2002/08/09 13:07:51 PDT Modified files: sys/boot/i386/loader help.i386 Log: Add help about hint.acpi.0.disable. Revision Changes Path 1.6 +4 -0 src/sys/boot/i386/loader/help.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 13:10:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 463A637B400; Fri, 9 Aug 2002 13:10:53 -0700 (PDT) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0811943E7B; Fri, 9 Aug 2002 13:10:50 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g79KAjY41421; Sat, 10 Aug 2002 05:10:45 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Sat, 10 Aug 2002 05:10:38 +0900 (JST) Message-Id: <20020810.051038.93379047.iwasaki@jp.FreeBSD.org> To: obrien@FreeBSD.org, "Daniel O'Connor" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common loader.8 src/share/man/man5 device.hints.5 src/sys/boot/i386/libi386 i386_module.c From: Mitsuru IWASAKI In-Reply-To: <200208090607.g7967XcX007036@freefall.freebsd.org> References: <200208090607.g7967XcX007036@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) 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 > obrien 2002/08/08 23:07:33 PDT > > Modified files: > sys/boot/common loader.8 > share/man/man5 device.hints.5 > sys/boot/i386/libi386 i386_module.c > Log: > Restore autoloading of ACPI module. > > Document the approved ways of disabling it. > Submitted by: Daniel O'Connor Thank your for working on this! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 13:12: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C40FF37B401; Fri, 9 Aug 2002 13:11:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F18B43E7B; Fri, 9 Aug 2002 13:11:59 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79KBxJU065122; Fri, 9 Aug 2002 13:11:59 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79KBxX2065120; Fri, 9 Aug 2002 13:11:59 -0700 (PDT) Message-Id: <200208092011.g79KBxX2065120@freefall.freebsd.org> From: Patrick Li Date: Fri, 9 Aug 2002 13:11:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-flashplugin 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 pat 2002/08/09 13:11:59 PDT Modified files: www/linux-flashplugin Makefile Log: Mark FORBIDDEN due to the recent multiple security reports. I have not reproduced this either but just to be safe. Submitted by: trevor Revision Changes Path 1.12 +2 -0 ports/www/linux-flashplugin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 13:30:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AED9B37B400; Fri, 9 Aug 2002 13:30:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF3143E9E; Fri, 9 Aug 2002 13:30:33 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79KUWJU066768; Fri, 9 Aug 2002 13:30:32 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79KUWb9066767; Fri, 9 Aug 2002 13:30:32 -0700 (PDT) Message-Id: <200208092030.g79KUWb9066767@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 9 Aug 2002 13:30:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomepanel Makefile distinfo ports/x11/gnomepanel/files patch-temp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/09 13:30:32 PDT Modified files: x11/gnomepanel Makefile distinfo x11/gnomepanel/files patch-temp Log: Update to 2.0.5. Keep the tempoary patch to prevent nautilus from placeing icons undeneath the panel. This version of gnomepanel starts applets in the correct order, fixes a problem with focus, and updates a few of the translations. Revision Changes Path 1.15 +1 -1 ports/x11/gnomepanel/Makefile 1.10 +1 -1 ports/x11/gnomepanel/distinfo 1.2 +169 -181 ports/x11/gnomepanel/files/patch-temp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 13:34:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C25EC37B401; Fri, 9 Aug 2002 13:34:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1972643E75; Fri, 9 Aug 2002 13:34:24 -0700 (PDT) (envelope-from schweikh@FreeBSD.org) Received: from freefall.freebsd.org (schweikh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79KYNJU067088; Fri, 9 Aug 2002 13:34:23 -0700 (PDT) (envelope-from schweikh@freefall.freebsd.org) Received: (from schweikh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79KYNck067087; Fri, 9 Aug 2002 13:34:23 -0700 (PDT) Message-Id: <200208092034.g79KYNck067087@freefall.freebsd.org> From: Jens Schweikhardt Date: Fri, 9 Aug 2002 13:34:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall anonFTP.c config.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 schweikh 2002/08/09 13:34:23 PDT Modified files: (Branch: RELENG_4) release/sysinstall anonFTP.c config.c Log: MFC: Typo: s/seperately/separately PR: misc/41235 Submitted by: Fesskat Tudeer Revision Changes Path 1.29.2.4 +2 -2 src/release/sysinstall/anonFTP.c 1.156.2.30 +2 -2 src/release/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 13:37: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D30137B400; Fri, 9 Aug 2002 13:37:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A2943EA3; Fri, 9 Aug 2002 13:37:03 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79Kb3JU067274; Fri, 9 Aug 2002 13:37:03 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Kb3Ef067273; Fri, 9 Aug 2002 13:37:03 -0700 (PDT) Message-Id: <200208092037.g79Kb3Ef067273@freefall.freebsd.org> From: Tony Finch Date: Fri, 9 Aug 2002 13:37:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/09 13:37:03 PDT Modified files: games/fortune/datfiles fortunes fortunes2 Log: Remove some Dijkstra quotes from fortunes that are duplicated in fortunes2. Move the single remaining one across to fortunes2 to join its friends. Spell his name consistently. Remove a couple of other duplicate fortunes. Revision Changes Path 1.95 +0 -22 src/games/fortune/datfiles/fortunes 1.46 +14 -25 src/games/fortune/datfiles/fortunes2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 13:40:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15E8B37B400; Fri, 9 Aug 2002 13:40:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F2E43E81; Fri, 9 Aug 2002 13:40:30 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79KeUJU067589; Fri, 9 Aug 2002 13:40:30 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79KeTO9067588; Fri, 9 Aug 2002 13:40:29 -0700 (PDT) Message-Id: <200208092040.g79KeTO9067588@freefall.freebsd.org> From: Tony Finch Date: Fri, 9 Aug 2002 13:40:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes-o.real fortunes2 fortunes2-o freebsd-tips limerick zippy 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 2002/08/09 13:40:29 PDT Modified files: (Branch: RELENG_4) games/fortune/datfiles fortunes fortunes-o.real fortunes2 fortunes2-o freebsd-tips limerick zippy Log: Sync with -CURRENT. Revision Changes Path 1.34.2.11 +2410 -2420 src/games/fortune/datfiles/fortunes 1.4.2.5 +506 -271 src/games/fortune/datfiles/fortunes-o.real 1.17.2.7 +657 -677 src/games/fortune/datfiles/fortunes2 1.6.2.3 +266 -297 src/games/fortune/datfiles/fortunes2-o 1.14.2.6 +89 -68 src/games/fortune/datfiles/freebsd-tips 1.3.2.1 +11 -10 src/games/fortune/datfiles/limerick 1.2.2.1 +2 -1 src/games/fortune/datfiles/zippy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 13:51:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B6FB37B400; Fri, 9 Aug 2002 13:51:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1294043E84; Fri, 9 Aug 2002 13:51:54 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79KprJU068872; Fri, 9 Aug 2002 13:51:53 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Kpr1s068871; Fri, 9 Aug 2002 13:51:53 -0700 (PDT) Message-Id: <200208092051.g79Kpr1s068871@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 9 Aug 2002 13:51:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c atapi-all.c atapi-all.h atapi-cam.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/09 13:51:53 PDT Modified files: sys/dev/ata ata-all.c atapi-all.c atapi-all.h Added files: sys/dev/ata atapi-cam.c Log: Add the ability to use ATAPI devices via CAM. The CAM<>ATAPI layer was submitted by "Thomas Quinot " changes form the version on the net by me (formatting, ability to be used alone without the ATAPI native device driver, proper speed reporting...) See /sys/conf/NOTES for usage. Submitted by: Thomas Quinot Revision Changes Path 1.153 +34 -10 src/sys/dev/ata/ata-all.c 1.92 +4 -21 src/sys/dev/ata/atapi-all.c 1.45 +2 -0 src/sys/dev/ata/atapi-all.h 1.1 +712 -0 src/sys/dev/ata/atapi-cam.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 13:54:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AFD437B400; Fri, 9 Aug 2002 13:54:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D5FA43E42; Fri, 9 Aug 2002 13:54:07 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79Ks6JU069059; Fri, 9 Aug 2002 13:54:06 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Ks6US069058; Fri, 9 Aug 2002 13:54:06 -0700 (PDT) Message-Id: <200208092054.g79Ks6US069058@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 9 Aug 2002 13:54:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files 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 sos 2002/08/09 13:54:06 PDT Modified files: sys/conf NOTES files options Log: Add the ability to use ATAPI devices via CAM. The CAM<>ATAPI layer was submitted by "Thomas Quinot " changes form the version on the net by me (formatting, ability to be used alone without the ATAPI native device driver, proper speed reporting...) See /sys/conf/NOTES for usage. Submitted by: Thomas Quinot Revision Changes Path 1.1062 +2 -1 src/sys/conf/NOTES 1.684 +2 -0 src/sys/conf/files 1.342 +5 -4 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 Fri Aug 9 13:59: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D2A37B400; Fri, 9 Aug 2002 13:58:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49C0F43E77; Fri, 9 Aug 2002 13:58:55 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79KwtJU069418; Fri, 9 Aug 2002 13:58:55 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79KwtFf069417; Fri, 9 Aug 2002 13:58:55 -0700 (PDT) Message-Id: <200208092058.g79KwtFf069417@freefall.freebsd.org> From: Tony Finch Date: Fri, 9 Aug 2002 13:58:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults periodic.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 fanf 2002/08/09 13:58:55 PDT Modified files: etc/defaults periodic.conf Log: Remove trailing whitespace. Revision Changes Path 1.20 +2 -2 src/etc/defaults/periodic.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 13:59:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1615437B400; Fri, 9 Aug 2002 13:59:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A054243E77; Fri, 9 Aug 2002 13:59:23 -0700 (PDT) (envelope-from fanf@FreeBSD.org) Received: from freefall.freebsd.org (fanf@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79KxNJU069461; Fri, 9 Aug 2002 13:59:23 -0700 (PDT) (envelope-from fanf@freefall.freebsd.org) Received: (from fanf@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79KxNKt069460; Fri, 9 Aug 2002 13:59:23 -0700 (PDT) Message-Id: <200208092059.g79KxNKt069460@freefall.freebsd.org> From: Tony Finch Date: Fri, 9 Aug 2002 13:59:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults periodic.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fanf 2002/08/09 13:59:23 PDT Modified files: (Branch: RELENG_4) etc/defaults periodic.conf Log: MFC 1.20: remove trailing whitespace. Revision Changes Path 1.7.2.12 +2 -2 src/etc/defaults/periodic.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 14:14:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA3537B401; Fri, 9 Aug 2002 14:14:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F3F43E3B; Fri, 9 Aug 2002 14:14:55 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79LEtJU075284; Fri, 9 Aug 2002 14:14:55 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79LEt5Y075283; Fri, 9 Aug 2002 14:14:55 -0700 (PDT) Message-Id: <200208092114.g79LEt5Y075283@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 9 Aug 2002 14:14:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/09 14:14:55 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: ata(4)/burncd(8) support DVD+RW drives, atapicam. MFCs noted: ucom(4)/uplcom(4)/uvscom(4), uvisor, IPFW2 (with some wording tweaks), texinfo 4.2. Revision Changes Path 1.404 +15 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 14:27:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03AC037B400; Fri, 9 Aug 2002 14:27:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A890F43E6A; Fri, 9 Aug 2002 14:27:52 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79LRqJU076206; Fri, 9 Aug 2002 14:27:52 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79LRqSw076205; Fri, 9 Aug 2002 14:27:52 -0700 (PDT) Message-Id: <200208092127.g79LRqSw076205@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 9 Aug 2002 14:27:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/09 14:27:52 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: ucom(4)/uplcom(4)/uvscom(4), uvisor, ipfw2, texinfo 4.2. Revision Changes Path 1.22.2.276 +36 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 14:51:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C6037B400; Fri, 9 Aug 2002 14:51:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 375FB43E65; Fri, 9 Aug 2002 14:51:12 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79LpCJU078245; Fri, 9 Aug 2002 14:51:12 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79LpC3k078244; Fri, 9 Aug 2002 14:51:12 -0700 (PDT) Message-Id: <200208092151.g79LpC3k078244@freefall.freebsd.org> From: Patrick Li Date: Fri, 9 Aug 2002 14:51:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-flashplugin 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 pat 2002/08/09 14:51:11 PDT Modified files: www/linux-flashplugin Makefile distinfo Log: Update to 5.0r50, unmark FORBIDDEN Revision Changes Path 1.13 +1 -3 ports/www/linux-flashplugin/Makefile 1.6 +1 -1 ports/www/linux-flashplugin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 15: 4:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C967137B400; Fri, 9 Aug 2002 15:04:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C62443E77; Fri, 9 Aug 2002 15:04:54 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79M4sJU079260; Fri, 9 Aug 2002 15:04:54 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79M4s9r079259; Fri, 9 Aug 2002 15:04:54 -0700 (PDT) Message-Id: <200208092204.g79M4s9r079259@freefall.freebsd.org> From: Ian Dowse Date: Fri, 9 Aug 2002 15:04:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/pnpinfo pnpinfo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/08/09 15:04:54 PDT Modified files: contrib/pnpinfo pnpinfo.c Log: Use the correct loop variable so that we print all IO addresses and not just 8 copies of the first one. PR: bin/18157 Submitted by: German Tischler Revision Changes Path 1.8 +2 -2 src/contrib/pnpinfo/pnpinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 15:10:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E381137B400; Fri, 9 Aug 2002 15:10:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92DBD43E72; Fri, 9 Aug 2002 15:10:08 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79MA8JU083717; Fri, 9 Aug 2002 15:10:08 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79MA7PO083711; Fri, 9 Aug 2002 15:10:07 -0700 (PDT) Message-Id: <200208092210.g79MA7PO083711@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 9 Aug 2002 15:10:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gconf-editor Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/09 15:10:06 PDT Modified files: sysutils/gconf-editor Makefile distinfo pkg-plist Log: Update to 0.3. This is mainly a bug fix release with some added translations. Revision Changes Path 1.9 +4 -7 ports/sysutils/gconf-editor/Makefile 1.3 +1 -1 ports/sysutils/gconf-editor/distinfo 1.3 +7 -1 ports/sysutils/gconf-editor/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 15:10:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D281A37B400; Fri, 9 Aug 2002 15:10:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C20843E7B; Fri, 9 Aug 2002 15:10:36 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79MAZJU083966; Fri, 9 Aug 2002 15:10:35 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79MAZ2f083960; Fri, 9 Aug 2002 15:10:35 -0700 (PDT) Message-Id: <200208092210.g79MAZ2f083960@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 9 Aug 2002 15:10:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomedesktop Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/09 15:10:35 PDT Modified files: x11/gnomedesktop Makefile distinfo Log: Update to 2.0.6. Revision Changes Path 1.15 +1 -1 ports/x11/gnomedesktop/Makefile 1.13 +1 -1 ports/x11/gnomedesktop/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 15:10:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D56637B401; Fri, 9 Aug 2002 15:10:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5B1543E7B; Fri, 9 Aug 2002 15:10:50 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79MAoJU084191; Fri, 9 Aug 2002 15:10:50 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79MAot3084190; Fri, 9 Aug 2002 15:10:50 -0700 (PDT) Message-Id: <200208092210.g79MAot3084190@freefall.freebsd.org> From: Patrick Li Date: Fri, 9 Aug 2002 15:10:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/swish++ 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 pat 2002/08/09 15:10:50 PDT Modified files: www/swish++ Makefile distinfo Log: Update to 5.9.4 PR: ports/41488 Submitted by: maintainer Revision Changes Path 1.9 +1 -1 ports/www/swish++/Makefile 1.9 +1 -1 ports/www/swish++/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 15:13:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A81E37B400; Fri, 9 Aug 2002 15:13:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 581EB43E3B; Fri, 9 Aug 2002 15:13:43 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79MDhJU084577; Fri, 9 Aug 2002 15:13:43 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79MDhYI084576; Fri, 9 Aug 2002 15:13:43 -0700 (PDT) Message-Id: <200208092213.g79MDhYI084576@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 9 Aug 2002 15:13:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm2 Makefile distinfo pkg-install pkg-message pkg-plist ports/x11/gdm2/files gdm.sh.sample patch-ab patch-config_Makefile.in patch-gui::gdmsetup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/09 15:13:43 PDT Modified files: x11/gdm2 Makefile distinfo pkg-install pkg-message pkg-plist x11/gdm2/files patch-ab Added files: x11/gdm2/files gdm.sh.sample patch-config_Makefile.in patch-gui::gdmsetup.c Log: * Update to 2.4.0.7. * Apply patch so gdm finds chown when installing a new theme. * Do not overwrite config files. * Mention that gdm2 cannot be started from /etc/ttys, and include an RC script to do the job instead. Submitted by: Franz Klammer (chown patch) Revision Changes Path 1.41 +7 -3 ports/x11/gdm2/Makefile 1.20 +1 -1 ports/x11/gdm2/distinfo 1.1 +21 -0 ports/x11/gdm2/files/gdm.sh.sample (new) 1.8 +16 -5 ports/x11/gdm2/files/patch-ab 1.1 +101 -0 ports/x11/gdm2/files/patch-config_Makefile.in (new) 1.1 +11 -0 ports/x11/gdm2/files/patch-gui::gdmsetup.c (new) 1.6 +1 -1 ports/x11/gdm2/pkg-install 1.6 +5 -5 ports/x11/gdm2/pkg-message 1.17 +18 -9 ports/x11/gdm2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 15:37: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8193E37B400; Fri, 9 Aug 2002 15:36:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DE5643E75; Fri, 9 Aug 2002 15:36:56 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79MauJU086420; Fri, 9 Aug 2002 15:36:56 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79MauhP086419; Fri, 9 Aug 2002 15:36:56 -0700 (PDT) Message-Id: <200208092236.g79MauhP086419@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 9 Aug 2002 15:36:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gdm Makefile pkg-install pkg-plist ports/x11/gdm/files patch-config_Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/09 15:36:55 PDT Modified files: x11/gdm Makefile pkg-install pkg-plist Added files: x11/gdm/files patch-config_Makefile.in Log: * Change the uid:gid for gdm to 92 as mailman already has 91 * Don't overwrite config files * Bump PORTREVISION Revision Changes Path 1.30 +2 -2 ports/x11/gdm/Makefile 1.1 +92 -0 ports/x11/gdm/files/patch-config_Makefile.in (new) 1.6 +1 -1 ports/x11/gdm/pkg-install 1.12 +17 -9 ports/x11/gdm/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 16: 1:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 459A337B400; Fri, 9 Aug 2002 16:01:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB58143E4A; Fri, 9 Aug 2002 16:01:56 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Received: from freefall.freebsd.org (bsd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79N1uJU088711; Fri, 9 Aug 2002 16:01:56 -0700 (PDT) (envelope-from bsd@freefall.freebsd.org) Received: (from bsd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79N1u62088710; Fri, 9 Aug 2002 16:01:56 -0700 (PDT) Message-Id: <200208092301.g79N1u62088710@freefall.freebsd.org> From: "Brian S. Dean" Date: Fri, 9 Aug 2002 16:01:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cdroot 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 bsd 2002/08/09 16:01:56 PDT Modified files: sysutils/cdroot Makefile distinfo pkg-descr Log: Fix a typo in pkg_descr (pointed out by olgeni) and update to version 1.2.4. Revision Changes Path 1.3 +1 -1 ports/sysutils/cdroot/Makefile 1.3 +1 -1 ports/sysutils/cdroot/distinfo 1.2 +1 -1 ports/sysutils/cdroot/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 16:20:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E1A37B400; Fri, 9 Aug 2002 16:20:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF70143E84; Fri, 9 Aug 2002 16:20:39 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79NKdJU094200; Fri, 9 Aug 2002 16:20:39 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79NKdmR094199; Fri, 9 Aug 2002 16:20:39 -0700 (PDT) Message-Id: <200208092320.g79NKdmR094199@freefall.freebsd.org> From: Martin Blapp Date: Fri, 9 Aug 2002 16:20:39 -0700 (PDT) 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 2002/08/09 16:20:39 PDT Modified files: editors/openoffice Makefile Log: Bump the portrevision. OpenOffice.org/Sun has requested removal of spellchecker dicts. It is planed to make standalone ports/packages spellchecker dicts. Revision Changes Path 1.108 +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 Fri Aug 9 16:38:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A61A37B400; Fri, 9 Aug 2002 16:38:18 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41EA143E65; Fri, 9 Aug 2002 16:38:17 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g79NdKQx008591; Sat, 10 Aug 2002 01:39:20 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g79NcFYW635066; Sat, 10 Aug 2002 01:38:15 +0200 (MES) Date: Sat, 10 Aug 2002 01:39:57 +0200 (CEST) From: Martin Blapp To: Martin Blapp Cc: , , Subject: Re: cvs commit: ports/editors/openoffice Makefile In-Reply-To: <200208092320.g79NKdmR094199@freefall.freebsd.org> Message-ID: <20020810013742.Y92422-100000@levais.imp.ch> 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 > Bump the portrevision. OpenOffice.org/Sun has requested > removal of spellchecker dicts. It is planed to make > standalone ports/packages spellchecker dicts. The packages I build now on projects.imp.ch will be the official OpenOffice packages on OpenOffice.org. I'll build packages for all languages OO.org does support at the moment. ~20 packages Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 17:20:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 501F537B400; Fri, 9 Aug 2002 17:20:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0450743E4A; Fri, 9 Aug 2002 17:20:33 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A0KWJU003060; Fri, 9 Aug 2002 17:20:32 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A0KW8Y003059; Fri, 9 Aug 2002 17:20:32 -0700 (PDT) Message-Id: <200208100020.g7A0KW8Y003059@freefall.freebsd.org> From: Ian Dowse Date: Fri, 9 Aug 2002 17:20:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/08/09 17:20:32 PDT Modified files: etc MAKEDEV Log: Permit the creation of just cd0 if desired. Previously it always created cd1 as well due to an off-by-one error left over from revision 1.249. PR: conf/20436 Submitted by: Andre Albsmeier MFC after: 1 week Revision Changes Path 1.326 +1 -1 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 17:56:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34D6537B400; Fri, 9 Aug 2002 17:56:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA85643E6A; Fri, 9 Aug 2002 17:56:52 -0700 (PDT) (envelope-from perky@FreeBSD.org) Received: from freefall.freebsd.org (perky@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A0uqJU005750; Fri, 9 Aug 2002 17:56:52 -0700 (PDT) (envelope-from perky@freefall.freebsd.org) Received: (from perky@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A0uqNB005749; Fri, 9 Aug 2002 17:56:52 -0700 (PDT) Message-Id: <200208100056.g7A0uqNB005749@freefall.freebsd.org> From: Hye-Shik Chang Date: Fri, 9 Aug 2002 17:56:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache2 Makefile distinfo pkg-plist ports/www/apache2/files patch-Makefile.in patch-modules:http:http_request.c patch-support:htpasswd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/08/09 17:56:52 PDT Modified files: www/apache2 Makefile distinfo pkg-plist www/apache2/files patch-Makefile.in Removed files: www/apache2/files patch-modules:http:http_request.c patch-support:htpasswd.c Log: Update to 2.0.40 Revision Changes Path 1.130 +23 -25 ports/www/apache2/Makefile 1.51 +1 -1 ports/www/apache2/distinfo 1.11 +85 -40 ports/www/apache2/files/patch-Makefile.in 1.2 +0 -10 ports/www/apache2/files/patch-modules:http:http_request.c (dead) 1.3 +0 -27 ports/www/apache2/files/patch-support:htpasswd.c (dead) 1.46 +320 -270 ports/www/apache2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 18: 3: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D54A137B400; Fri, 9 Aug 2002 18:03:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8817543E6A; Fri, 9 Aug 2002 18:03:06 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A136JU006329; Fri, 9 Aug 2002 18:03:06 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A136LT006328; Fri, 9 Aug 2002 18:03:06 -0700 (PDT) Message-Id: <200208100103.g7A136LT006328@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 9 Aug 2002 18:03:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-embedded Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/09 18:03:06 PDT Modified files: www/mozilla-embedded Makefile Log: Fix the user and group macros handed to cpio. Reported by: John Merryweather Cooper Revision Changes Path 1.15 +1 -1 ports/www/mozilla-embedded/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 18:47:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE37F37B400; Fri, 9 Aug 2002 18:46:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 664D243E72; Fri, 9 Aug 2002 18:46:13 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A1kCJU020757; Fri, 9 Aug 2002 18:46:13 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A1kBrj020756; Fri, 9 Aug 2002 18:46:12 -0700 (PDT) Message-Id: <200208100146.g7A1kBrj020756@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 9 Aug 2002 18:46:11 -0700 (PDT) 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 nectar 2002/08/09 18:46:11 PDT src/crypto/openssl - Imported sources Update of /home/ncvs/src/crypto/openssl In directory freefall.freebsd.org:/d/home/nectar/openssl-0.9.6f Log Message: Import of OpenSSL 0.9.6f. Status: Vendor Tag: OPENSSL Release Tags: v0_9_6f 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 L src/crypto/openssl/Makefile 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 U src/crypto/openssl/README.ENGINE C src/crypto/openssl/FREEBSD-Xlist 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 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 L src/crypto/openssl/apps/Makefile U src/crypto/openssl/apps/Makefile.ssl L src/crypto/openssl/apps/md4.c U src/crypto/openssl/apps/nseq.c U src/crypto/openssl/apps/oid.cnf U src/crypto/openssl/apps/openssl.c U 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 U 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/x509.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/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 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 L src/crypto/openssl/crypto/Makefile U src/crypto/openssl/crypto/Makefile.ssl U src/crypto/openssl/crypto/md32_common.h U src/crypto/openssl/crypto/mem.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 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 U src/crypto/openssl/crypto/asn1/a_bitstr.c U src/crypto/openssl/crypto/asn1/a_bmp.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_null.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 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/a_vis.c U src/crypto/openssl/crypto/asn1/charmap.h U src/crypto/openssl/crypto/asn1/charmap.pl U src/crypto/openssl/crypto/asn1/d2i_dhp.c U src/crypto/openssl/crypto/asn1/d2i_dsap.c U src/crypto/openssl/crypto/asn1/d2i_pr.c U src/crypto/openssl/crypto/asn1/d2i_pu.c U src/crypto/openssl/crypto/asn1/d2i_r_pr.c U src/crypto/openssl/crypto/asn1/d2i_r_pu.c U src/crypto/openssl/crypto/asn1/d2i_s_pr.c U src/crypto/openssl/crypto/asn1/d2i_s_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_dhp.c U src/crypto/openssl/crypto/asn1/i2d_dsap.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/i2d_r_pr.c U src/crypto/openssl/crypto/asn1/i2d_r_pu.c U src/crypto/openssl/crypto/asn1/i2d_s_pr.c U src/crypto/openssl/crypto/asn1/i2d_s_pu.c L src/crypto/openssl/crypto/asn1/Makefile 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/p7_dgst.c U src/crypto/openssl/crypto/asn1/p7_enc.c U src/crypto/openssl/crypto/asn1/p7_enc_c.c U src/crypto/openssl/crypto/asn1/p7_evp.c U src/crypto/openssl/crypto/asn1/p7_i_s.c U src/crypto/openssl/crypto/asn1/p7_lib.c U src/crypto/openssl/crypto/asn1/p7_recip.c U src/crypto/openssl/crypto/asn1/p7_s_e.c U src/crypto/openssl/crypto/asn1/p7_signd.c U src/crypto/openssl/crypto/asn1/p7_signi.c U src/crypto/openssl/crypto/asn1/p8_key.c U src/crypto/openssl/crypto/asn1/p8_pkey.c U src/crypto/openssl/crypto/asn1/t_bitst.c U src/crypto/openssl/crypto/asn1/t_crl.c U src/crypto/openssl/crypto/asn1/t_req.c U src/crypto/openssl/crypto/asn1/t_pkey.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 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 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 L src/crypto/openssl/crypto/bf/Makefile 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 L src/crypto/openssl/crypto/bio/Makefile 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 U src/crypto/openssl/crypto/bn/bn_lcl.h U src/crypto/openssl/crypto/bn/bn_lib.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 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 L src/crypto/openssl/crypto/bn/Makefile 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 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 L src/crypto/openssl/crypto/buffer/Makefile 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 L src/crypto/openssl/crypto/cast/Makefile 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 L src/crypto/openssl/crypto/comp/Makefile 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 U src/crypto/openssl/crypto/conf/keysets.pl L src/crypto/openssl/crypto/conf/Makefile U src/crypto/openssl/crypto/conf/Makefile.ssl 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 U src/crypto/openssl/crypto/des/des.h U src/crypto/openssl/crypto/des/des_locl.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 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/FILES U src/crypto/openssl/crypto/des/Imakefile U src/crypto/openssl/crypto/des/INSTALL U src/crypto/openssl/crypto/des/KERBEROS L src/crypto/openssl/crypto/des/Makefile 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 L src/crypto/openssl/crypto/des/asm/perlasm 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 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 L src/crypto/openssl/crypto/dh/Makefile 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 L src/crypto/openssl/crypto/dsa/Makefile 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 L src/crypto/openssl/crypto/dso/Makefile U src/crypto/openssl/crypto/dso/Makefile.ssl U src/crypto/openssl/crypto/dso/README U 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 L src/crypto/openssl/crypto/err/Makefile 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 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 U src/crypto/openssl/crypto/evp/evp_enc.c U src/crypto/openssl/crypto/evp/evp_err.c U 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 U src/crypto/openssl/crypto/evp/e_xcbc_d.c L src/crypto/openssl/crypto/evp/Makefile 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 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 L src/crypto/openssl/crypto/hmac/Makefile 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 U src/crypto/openssl/crypto/idea/idea.h U src/crypto/openssl/crypto/idea/idea_lcl.h U src/crypto/openssl/crypto/idea/idea_spd.c U 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 L src/crypto/openssl/crypto/idea/Makefile U src/crypto/openssl/crypto/idea/Makefile.ssl U src/crypto/openssl/crypto/idea/version 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 L src/crypto/openssl/crypto/lhash/Makefile U src/crypto/openssl/crypto/lhash/Makefile.ssl U src/crypto/openssl/crypto/lhash/num.pl L src/crypto/openssl/crypto/md2/Makefile 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 L src/crypto/openssl/crypto/md4/Makefile 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 L src/crypto/openssl/crypto/md5/Makefile 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 L src/crypto/openssl/crypto/mdc2/Makefile 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 L src/crypto/openssl/crypto/objects/Makefile 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 L src/crypto/openssl/crypto/pem/Makefile 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 U src/crypto/openssl/crypto/pem/pem_seal.c U src/crypto/openssl/crypto/pem/pem_sign.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 L src/crypto/openssl/crypto/pkcs12/Makefile U src/crypto/openssl/crypto/pkcs12/Makefile.ssl U src/crypto/openssl/crypto/pkcs12/p12_add.c U src/crypto/openssl/crypto/pkcs12/p12_attr.c U src/crypto/openssl/crypto/pkcs12/p12_bags.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_lib.c U src/crypto/openssl/crypto/pkcs12/p12_mac.c U src/crypto/openssl/crypto/pkcs12/p12_mutl.c U src/crypto/openssl/crypto/pkcs12/p12_npas.c U src/crypto/openssl/crypto/pkcs12/p12_sbag.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 L src/crypto/openssl/crypto/pkcs7/Makefile U src/crypto/openssl/crypto/pkcs7/Makefile.ssl 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 L src/crypto/openssl/crypto/rand/Makefile 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 U src/crypto/openssl/crypto/rand/randtest.c U src/crypto/openssl/crypto/rand/rand_win.c L src/crypto/openssl/crypto/rc2/Makefile 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 L src/crypto/openssl/crypto/rc4/Makefile 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 L src/crypto/openssl/crypto/rc5/Makefile 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 L src/crypto/openssl/crypto/ripemd/Makefile 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 L src/crypto/openssl/crypto/rsa/Makefile U src/crypto/openssl/crypto/rsa/Makefile.ssl U src/crypto/openssl/crypto/rsa/rsa_chk.c U 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 U src/crypto/openssl/crypto/rsa/rsa.h U 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 L src/crypto/openssl/crypto/sha/Makefile 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 L src/crypto/openssl/crypto/stack/Makefile 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 L src/crypto/openssl/crypto/txt_db/Makefile 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 U src/crypto/openssl/crypto/x509/by_dir.c U src/crypto/openssl/crypto/x509/by_file.c L src/crypto/openssl/crypto/x509/Makefile 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 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/x509_vfy.c U src/crypto/openssl/crypto/x509/x509_vfy.h U src/crypto/openssl/crypto/x509/x_all.c U src/crypto/openssl/crypto/x509v3/ext_dat.h L src/crypto/openssl/crypto/x509v3/Makefile U src/crypto/openssl/crypto/x509v3/Makefile.ssl U src/crypto/openssl/crypto/x509v3/tabtest.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 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 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 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 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 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 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/sess_id.pod U src/crypto/openssl/doc/apps/s_client.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 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_bio_pair.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/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.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_mod_mul_montgomery.pod U src/crypto/openssl/doc/crypto/BN_mod_mul_reciprocal.pod U src/crypto/openssl/doc/crypto/BN_new.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 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 U src/crypto/openssl/doc/crypto/d2i_DHparams.pod U src/crypto/openssl/doc/crypto/d2i_RSAPublicKey.pod U src/crypto/openssl/doc/crypto/des_modes.pod U src/crypto/openssl/doc/crypto/des.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.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_set_method.pod U src/crypto/openssl/doc/crypto/DSA_SIG_new.pod U src/crypto/openssl/doc/crypto/DSA_sign.pod U src/crypto/openssl/doc/crypto/DSA_size.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 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 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 U src/crypto/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod U src/crypto/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.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/rc4.pod U src/crypto/openssl/doc/crypto/rsa.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_print.pod U src/crypto/openssl/doc/crypto/RSA_private_encrypt.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 U src/crypto/openssl/doc/crypto/sha.pod U src/crypto/openssl/doc/crypto/threads.pod 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_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 U src/crypto/openssl/doc/ssl/SSL_CTX_set_info_callback.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_mode.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_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_new.pod U src/crypto/openssl/doc/ssl/SSL_pending.pod U src/crypto/openssl/doc/ssl/ssl.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 L src/crypto/openssl/include/openssl/asn1.h L src/crypto/openssl/include/openssl/asn1_mac.h L src/crypto/openssl/include/openssl/bio.h L src/crypto/openssl/include/openssl/blowfish.h L src/crypto/openssl/include/openssl/bn.h L src/crypto/openssl/include/openssl/buffer.h L src/crypto/openssl/include/openssl/cast.h L src/crypto/openssl/include/openssl/comp.h L src/crypto/openssl/include/openssl/conf_api.h L src/crypto/openssl/include/openssl/conf.h L src/crypto/openssl/include/openssl/crypto.h L src/crypto/openssl/include/openssl/des.h L src/crypto/openssl/include/openssl/dh.h L src/crypto/openssl/include/openssl/dsa.h L src/crypto/openssl/include/openssl/dso.h L src/crypto/openssl/include/openssl/ebcdic.h L src/crypto/openssl/include/openssl/e_os2.h L src/crypto/openssl/include/openssl/e_os.h L src/crypto/openssl/include/openssl/err.h L src/crypto/openssl/include/openssl/evp.h L src/crypto/openssl/include/openssl/hmac.h L src/crypto/openssl/include/openssl/idea.h L src/crypto/openssl/include/openssl/lhash.h L src/crypto/openssl/include/openssl/md2.h L src/crypto/openssl/include/openssl/md4.h L src/crypto/openssl/include/openssl/md5.h L src/crypto/openssl/include/openssl/mdc2.h L src/crypto/openssl/include/openssl/objects.h L src/crypto/openssl/include/openssl/obj_mac.h L src/crypto/openssl/include/openssl/opensslconf.h L src/crypto/openssl/include/openssl/opensslv.h L src/crypto/openssl/include/openssl/pem2.h L src/crypto/openssl/include/openssl/pem.h L src/crypto/openssl/include/openssl/pkcs12.h L src/crypto/openssl/include/openssl/pkcs7.h L src/crypto/openssl/include/openssl/rand.h L src/crypto/openssl/include/openssl/rc2.h L src/crypto/openssl/include/openssl/rc4.h L src/crypto/openssl/include/openssl/rc5.h L src/crypto/openssl/include/openssl/ripemd.h L src/crypto/openssl/include/openssl/rsa.h L src/crypto/openssl/include/openssl/rsaref.h L src/crypto/openssl/include/openssl/safestack.h L src/crypto/openssl/include/openssl/sha.h L src/crypto/openssl/include/openssl/ssl23.h L src/crypto/openssl/include/openssl/ssl2.h L src/crypto/openssl/include/openssl/ssl3.h L src/crypto/openssl/include/openssl/ssl.h L src/crypto/openssl/include/openssl/stack.h L src/crypto/openssl/include/openssl/symhacks.h L src/crypto/openssl/include/openssl/tls1.h L src/crypto/openssl/include/openssl/tmdiff.h L src/crypto/openssl/include/openssl/txt_db.h L src/crypto/openssl/include/openssl/x509.h L src/crypto/openssl/include/openssl/x509v3.h L src/crypto/openssl/include/openssl/x509_vfy.h U src/crypto/openssl/ssl/bio_ssl.c L src/crypto/openssl/ssl/Makefile U src/crypto/openssl/ssl/Makefile.ssl U src/crypto/openssl/ssl/s23_clnt.c U src/crypto/openssl/ssl/s23_lib.c U src/crypto/openssl/ssl/s23_meth.c U src/crypto/openssl/ssl/s23_pkt.c U 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 U src/crypto/openssl/ssl/s2_meth.c U 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.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_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/perl/Makefile.PL U src/crypto/openssl/perl/MANIFEST U src/crypto/openssl/perl/openssl_bio.xs U src/crypto/openssl/perl/openssl_bn.xs U src/crypto/openssl/perl/openssl_cipher.xs U src/crypto/openssl/perl/openssl_digest.xs U src/crypto/openssl/perl/openssl_err.xs U src/crypto/openssl/perl/openssl.h U src/crypto/openssl/perl/OpenSSL.pm U src/crypto/openssl/perl/openssl_ssl.xs U src/crypto/openssl/perl/openssl_x509.xs U src/crypto/openssl/perl/OpenSSL.xs U src/crypto/openssl/perl/README.1ST U src/crypto/openssl/perl/typemap U src/crypto/openssl/perl/t/01-use.t U src/crypto/openssl/perl/t/02-version.t U src/crypto/openssl/perl/t/03-bio.t U src/crypto/openssl/shlib/README U src/crypto/openssl/test/bctest L src/crypto/openssl/test/bftest.c L src/crypto/openssl/test/bntest.c 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 L src/crypto/openssl/test/casttest.c L src/crypto/openssl/test/destest.c L src/crypto/openssl/test/dhtest.c L src/crypto/openssl/test/dsatest.c L src/crypto/openssl/test/exptest.c L src/crypto/openssl/test/hmactest.c L src/crypto/openssl/test/ideatest.c L src/crypto/openssl/test/Makefile U src/crypto/openssl/test/Makefile.ssl L src/crypto/openssl/test/md2test.c L src/crypto/openssl/test/md4test.c L src/crypto/openssl/test/md5test.c L src/crypto/openssl/test/mdc2test.c 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 L src/crypto/openssl/test/randtest.c L src/crypto/openssl/test/rc2test.c L src/crypto/openssl/test/rc4test.c L src/crypto/openssl/test/rc5test.c L src/crypto/openssl/test/rmdtest.c L src/crypto/openssl/test/rsa_test.c L src/crypto/openssl/test/sha1test.c L src/crypto/openssl/test/shatest.c L src/crypto/openssl/test/ssltest.c U src/crypto/openssl/test/Sssdsa.cnf U src/crypto/openssl/test/Sssrsa.cnf U src/crypto/openssl/test/tcrl 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/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/L1 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 L src/crypto/openssl/tools/Makefile 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 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 U src/crypto/openssl/util/pl/Mingw32.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 5 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 Fri Aug 9 18:50:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D57037B400; Fri, 9 Aug 2002 18:48:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 269A243E6E; Fri, 9 Aug 2002 18:48:43 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A1mhJU021250; Fri, 9 Aug 2002 18:48:43 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A1mg6n021249; Fri, 9 Aug 2002 18:48:42 -0700 (PDT) Message-Id: <200208100148.g7A1mg6n021249@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 9 Aug 2002 18:48:42 -0700 (PDT) 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 nectar 2002/08/09 18:48:42 PDT src/crypto/openssl - Imported sources Update of /home/ncvs/src/crypto/openssl In directory freefall.freebsd.org:/d/home/nectar/openssl-0.9.6g Log Message: Import of OpenSSL 0.9.6g. Status: Vendor Tag: OPENSSL Release Tags: v0_9_6g 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 L src/crypto/openssl/Makefile 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 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 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 L src/crypto/openssl/apps/Makefile U src/crypto/openssl/apps/Makefile.ssl L src/crypto/openssl/apps/md4.c U src/crypto/openssl/apps/nseq.c U src/crypto/openssl/apps/oid.cnf U src/crypto/openssl/apps/openssl.c U 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 U 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/x509.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/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 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 L src/crypto/openssl/crypto/Makefile U src/crypto/openssl/crypto/Makefile.ssl U src/crypto/openssl/crypto/md32_common.h U src/crypto/openssl/crypto/mem.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 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 U src/crypto/openssl/crypto/asn1/a_bitstr.c U src/crypto/openssl/crypto/asn1/a_bmp.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_null.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 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/a_vis.c U src/crypto/openssl/crypto/asn1/charmap.h U src/crypto/openssl/crypto/asn1/charmap.pl U src/crypto/openssl/crypto/asn1/d2i_dhp.c U src/crypto/openssl/crypto/asn1/d2i_dsap.c U src/crypto/openssl/crypto/asn1/d2i_pr.c U src/crypto/openssl/crypto/asn1/d2i_pu.c U src/crypto/openssl/crypto/asn1/d2i_r_pr.c U src/crypto/openssl/crypto/asn1/d2i_r_pu.c U src/crypto/openssl/crypto/asn1/d2i_s_pr.c U src/crypto/openssl/crypto/asn1/d2i_s_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_dhp.c U src/crypto/openssl/crypto/asn1/i2d_dsap.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/i2d_r_pr.c U src/crypto/openssl/crypto/asn1/i2d_r_pu.c U src/crypto/openssl/crypto/asn1/i2d_s_pr.c U src/crypto/openssl/crypto/asn1/i2d_s_pu.c L src/crypto/openssl/crypto/asn1/Makefile 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/p7_dgst.c U src/crypto/openssl/crypto/asn1/p7_enc.c U src/crypto/openssl/crypto/asn1/p7_enc_c.c U src/crypto/openssl/crypto/asn1/p7_evp.c U src/crypto/openssl/crypto/asn1/p7_i_s.c U src/crypto/openssl/crypto/asn1/p7_lib.c U src/crypto/openssl/crypto/asn1/p7_recip.c U src/crypto/openssl/crypto/asn1/p7_s_e.c U src/crypto/openssl/crypto/asn1/p7_signd.c U src/crypto/openssl/crypto/asn1/p7_signi.c U src/crypto/openssl/crypto/asn1/p8_key.c U src/crypto/openssl/crypto/asn1/p8_pkey.c U src/crypto/openssl/crypto/asn1/t_bitst.c U src/crypto/openssl/crypto/asn1/t_crl.c U src/crypto/openssl/crypto/asn1/t_req.c U src/crypto/openssl/crypto/asn1/t_pkey.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 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 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 L src/crypto/openssl/crypto/bf/Makefile 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 L src/crypto/openssl/crypto/bio/Makefile 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 U src/crypto/openssl/crypto/bn/bn_lcl.h U src/crypto/openssl/crypto/bn/bn_lib.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 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 L src/crypto/openssl/crypto/bn/Makefile 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 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 L src/crypto/openssl/crypto/buffer/Makefile 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 L src/crypto/openssl/crypto/cast/Makefile 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 L src/crypto/openssl/crypto/comp/Makefile 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 U src/crypto/openssl/crypto/conf/keysets.pl L src/crypto/openssl/crypto/conf/Makefile U src/crypto/openssl/crypto/conf/Makefile.ssl 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 U src/crypto/openssl/crypto/des/des.h U src/crypto/openssl/crypto/des/des_locl.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 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/FILES U src/crypto/openssl/crypto/des/Imakefile U src/crypto/openssl/crypto/des/INSTALL U src/crypto/openssl/crypto/des/KERBEROS L src/crypto/openssl/crypto/des/Makefile 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 L src/crypto/openssl/crypto/des/asm/perlasm 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 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 L src/crypto/openssl/crypto/dh/Makefile 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 L src/crypto/openssl/crypto/dsa/Makefile 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 L src/crypto/openssl/crypto/dso/Makefile U src/crypto/openssl/crypto/dso/Makefile.ssl U src/crypto/openssl/crypto/dso/README U 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 L src/crypto/openssl/crypto/err/Makefile 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 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 U src/crypto/openssl/crypto/evp/evp_enc.c U src/crypto/openssl/crypto/evp/evp_err.c U 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 U src/crypto/openssl/crypto/evp/e_xcbc_d.c L src/crypto/openssl/crypto/evp/Makefile 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 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 L src/crypto/openssl/crypto/hmac/Makefile 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 U src/crypto/openssl/crypto/idea/idea.h U src/crypto/openssl/crypto/idea/idea_lcl.h U src/crypto/openssl/crypto/idea/idea_spd.c U 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 L src/crypto/openssl/crypto/idea/Makefile U src/crypto/openssl/crypto/idea/Makefile.ssl U src/crypto/openssl/crypto/idea/version 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 L src/crypto/openssl/crypto/lhash/Makefile U src/crypto/openssl/crypto/lhash/Makefile.ssl U src/crypto/openssl/crypto/lhash/num.pl L src/crypto/openssl/crypto/md2/Makefile 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 L src/crypto/openssl/crypto/md4/Makefile 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 L src/crypto/openssl/crypto/md5/Makefile 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 L src/crypto/openssl/crypto/mdc2/Makefile 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 L src/crypto/openssl/crypto/objects/Makefile 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 L src/crypto/openssl/crypto/pem/Makefile 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 U src/crypto/openssl/crypto/pem/pem_seal.c U src/crypto/openssl/crypto/pem/pem_sign.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 L src/crypto/openssl/crypto/pkcs12/Makefile U src/crypto/openssl/crypto/pkcs12/Makefile.ssl U src/crypto/openssl/crypto/pkcs12/p12_add.c U src/crypto/openssl/crypto/pkcs12/p12_attr.c U src/crypto/openssl/crypto/pkcs12/p12_bags.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_lib.c U src/crypto/openssl/crypto/pkcs12/p12_mac.c U src/crypto/openssl/crypto/pkcs12/p12_mutl.c U src/crypto/openssl/crypto/pkcs12/p12_npas.c U src/crypto/openssl/crypto/pkcs12/p12_sbag.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 L src/crypto/openssl/crypto/pkcs7/Makefile U src/crypto/openssl/crypto/pkcs7/Makefile.ssl 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 L src/crypto/openssl/crypto/rand/Makefile 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 U src/crypto/openssl/crypto/rand/randtest.c U src/crypto/openssl/crypto/rand/rand_win.c L src/crypto/openssl/crypto/rc2/Makefile 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 L src/crypto/openssl/crypto/rc4/Makefile 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 L src/crypto/openssl/crypto/rc5/Makefile 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 L src/crypto/openssl/crypto/ripemd/Makefile 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 L src/crypto/openssl/crypto/rsa/Makefile U src/crypto/openssl/crypto/rsa/Makefile.ssl U src/crypto/openssl/crypto/rsa/rsa_chk.c U 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 U src/crypto/openssl/crypto/rsa/rsa.h U 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 L src/crypto/openssl/crypto/sha/Makefile 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 L src/crypto/openssl/crypto/stack/Makefile 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 L src/crypto/openssl/crypto/txt_db/Makefile 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 U src/crypto/openssl/crypto/x509/by_dir.c U src/crypto/openssl/crypto/x509/by_file.c L src/crypto/openssl/crypto/x509/Makefile 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 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/x509_vfy.c U src/crypto/openssl/crypto/x509/x509_vfy.h U src/crypto/openssl/crypto/x509/x_all.c U src/crypto/openssl/crypto/x509v3/ext_dat.h L src/crypto/openssl/crypto/x509v3/Makefile U src/crypto/openssl/crypto/x509v3/Makefile.ssl U src/crypto/openssl/crypto/x509v3/tabtest.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 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 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 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 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 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 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/sess_id.pod U src/crypto/openssl/doc/apps/s_client.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 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_bio_pair.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/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.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_mod_mul_montgomery.pod U src/crypto/openssl/doc/crypto/BN_mod_mul_reciprocal.pod U src/crypto/openssl/doc/crypto/BN_new.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 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 U src/crypto/openssl/doc/crypto/d2i_DHparams.pod U src/crypto/openssl/doc/crypto/d2i_RSAPublicKey.pod U src/crypto/openssl/doc/crypto/des_modes.pod U src/crypto/openssl/doc/crypto/des.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.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_set_method.pod U src/crypto/openssl/doc/crypto/DSA_SIG_new.pod U src/crypto/openssl/doc/crypto/DSA_sign.pod U src/crypto/openssl/doc/crypto/DSA_size.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 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 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 U src/crypto/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod U src/crypto/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.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/rc4.pod U src/crypto/openssl/doc/crypto/rsa.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_print.pod U src/crypto/openssl/doc/crypto/RSA_private_encrypt.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 U src/crypto/openssl/doc/crypto/sha.pod U src/crypto/openssl/doc/crypto/threads.pod 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_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 U src/crypto/openssl/doc/ssl/SSL_CTX_set_info_callback.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_mode.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_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_new.pod U src/crypto/openssl/doc/ssl/SSL_pending.pod U src/crypto/openssl/doc/ssl/ssl.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 L src/crypto/openssl/include/openssl/asn1.h L src/crypto/openssl/include/openssl/asn1_mac.h L src/crypto/openssl/include/openssl/bio.h L src/crypto/openssl/include/openssl/blowfish.h L src/crypto/openssl/include/openssl/bn.h L src/crypto/openssl/include/openssl/buffer.h L src/crypto/openssl/include/openssl/cast.h L src/crypto/openssl/include/openssl/comp.h L src/crypto/openssl/include/openssl/conf_api.h L src/crypto/openssl/include/openssl/conf.h L src/crypto/openssl/include/openssl/crypto.h L src/crypto/openssl/include/openssl/des.h L src/crypto/openssl/include/openssl/dh.h L src/crypto/openssl/include/openssl/dsa.h L src/crypto/openssl/include/openssl/dso.h L src/crypto/openssl/include/openssl/ebcdic.h L src/crypto/openssl/include/openssl/e_os2.h L src/crypto/openssl/include/openssl/e_os.h L src/crypto/openssl/include/openssl/err.h L src/crypto/openssl/include/openssl/evp.h L src/crypto/openssl/include/openssl/hmac.h L src/crypto/openssl/include/openssl/idea.h L src/crypto/openssl/include/openssl/lhash.h L src/crypto/openssl/include/openssl/md2.h L src/crypto/openssl/include/openssl/md4.h L src/crypto/openssl/include/openssl/md5.h L src/crypto/openssl/include/openssl/mdc2.h L src/crypto/openssl/include/openssl/objects.h L src/crypto/openssl/include/openssl/obj_mac.h L src/crypto/openssl/include/openssl/opensslconf.h L src/crypto/openssl/include/openssl/opensslv.h L src/crypto/openssl/include/openssl/pem2.h L src/crypto/openssl/include/openssl/pem.h L src/crypto/openssl/include/openssl/pkcs12.h L src/crypto/openssl/include/openssl/pkcs7.h L src/crypto/openssl/include/openssl/rand.h L src/crypto/openssl/include/openssl/rc2.h L src/crypto/openssl/include/openssl/rc4.h L src/crypto/openssl/include/openssl/rc5.h L src/crypto/openssl/include/openssl/ripemd.h L src/crypto/openssl/include/openssl/rsa.h L src/crypto/openssl/include/openssl/rsaref.h L src/crypto/openssl/include/openssl/safestack.h L src/crypto/openssl/include/openssl/sha.h L src/crypto/openssl/include/openssl/ssl23.h L src/crypto/openssl/include/openssl/ssl2.h L src/crypto/openssl/include/openssl/ssl3.h L src/crypto/openssl/include/openssl/ssl.h L src/crypto/openssl/include/openssl/stack.h L src/crypto/openssl/include/openssl/symhacks.h L src/crypto/openssl/include/openssl/tls1.h L src/crypto/openssl/include/openssl/tmdiff.h L src/crypto/openssl/include/openssl/txt_db.h L src/crypto/openssl/include/openssl/x509.h L src/crypto/openssl/include/openssl/x509v3.h L src/crypto/openssl/include/openssl/x509_vfy.h U src/crypto/openssl/ssl/bio_ssl.c L src/crypto/openssl/ssl/Makefile U src/crypto/openssl/ssl/Makefile.ssl U src/crypto/openssl/ssl/s23_clnt.c U src/crypto/openssl/ssl/s23_lib.c U src/crypto/openssl/ssl/s23_meth.c U src/crypto/openssl/ssl/s23_pkt.c U src/crypto/openssl/ssl/s23_srvr.c U src/crypto/openssl/ssl/s2_clnt.c U src/crypto/openssl/ssl/s2_enc.c U src/crypto/openssl/ssl/s2_lib.c U src/crypto/openssl/ssl/s2_meth.c U src/crypto/openssl/ssl/s2_pkt.c U 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.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_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/perl/Makefile.PL U src/crypto/openssl/perl/MANIFEST U src/crypto/openssl/perl/openssl_bio.xs U src/crypto/openssl/perl/openssl_bn.xs U src/crypto/openssl/perl/openssl_cipher.xs U src/crypto/openssl/perl/openssl_digest.xs U src/crypto/openssl/perl/openssl_err.xs U src/crypto/openssl/perl/openssl.h U src/crypto/openssl/perl/OpenSSL.pm U src/crypto/openssl/perl/openssl_ssl.xs U src/crypto/openssl/perl/openssl_x509.xs U src/crypto/openssl/perl/OpenSSL.xs U src/crypto/openssl/perl/README.1ST U src/crypto/openssl/perl/typemap U src/crypto/openssl/perl/t/01-use.t U src/crypto/openssl/perl/t/02-version.t U src/crypto/openssl/perl/t/03-bio.t U src/crypto/openssl/shlib/README U src/crypto/openssl/test/bctest L src/crypto/openssl/test/bftest.c L src/crypto/openssl/test/bntest.c 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 L src/crypto/openssl/test/casttest.c L src/crypto/openssl/test/destest.c L src/crypto/openssl/test/dhtest.c L src/crypto/openssl/test/dsatest.c L src/crypto/openssl/test/exptest.c L src/crypto/openssl/test/hmactest.c L src/crypto/openssl/test/ideatest.c L src/crypto/openssl/test/Makefile U src/crypto/openssl/test/Makefile.ssl L src/crypto/openssl/test/md2test.c L src/crypto/openssl/test/md4test.c L src/crypto/openssl/test/md5test.c L src/crypto/openssl/test/mdc2test.c 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 L src/crypto/openssl/test/randtest.c L src/crypto/openssl/test/rc2test.c L src/crypto/openssl/test/rc4test.c L src/crypto/openssl/test/rc5test.c L src/crypto/openssl/test/rmdtest.c L src/crypto/openssl/test/rsa_test.c L src/crypto/openssl/test/sha1test.c L src/crypto/openssl/test/shatest.c L src/crypto/openssl/test/ssltest.c U src/crypto/openssl/test/Sssdsa.cnf U src/crypto/openssl/test/Sssrsa.cnf U src/crypto/openssl/test/tcrl 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/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/L1 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 L src/crypto/openssl/tools/Makefile 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 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 U src/crypto/openssl/util/pl/Mingw32.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 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 18:50:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23E4437B400; Fri, 9 Aug 2002 18:50:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B758943E3B; Fri, 9 Aug 2002 18:50:50 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from freefall.freebsd.org (nectar@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A1ooJU021668; Fri, 9 Aug 2002 18:50:50 -0700 (PDT) (envelope-from nectar@freefall.freebsd.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A1ooKN021667; Fri, 9 Aug 2002 18:50:50 -0700 (PDT) Message-Id: <200208100150.g7A1ooKN021667@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 9 Aug 2002 18:50:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl/ssl s2_clnt.c s2_enc.c s2_lib.c s2_srvr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/08/09 18:50:50 PDT Modified files: crypto/openssl/ssl s2_clnt.c s2_enc.c s2_lib.c s2_srvr.c Log: Resolve conflicts. Revision Changes Path 1.9 +32 -9 src/crypto/openssl/ssl/s2_clnt.c 1.7 +2 -1 src/crypto/openssl/ssl/s2_enc.c 1.8 +23 -9 src/crypto/openssl/ssl/s2_lib.c 1.9 +43 -15 src/crypto/openssl/ssl/s2_srvr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 18:58:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CA6C37B400; Fri, 9 Aug 2002 18:58:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 616BE43E70; Fri, 9 Aug 2002 18:58:26 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (smmsp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A1wPJY021985; Fri, 9 Aug 2002 18:58:26 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A1Duc9013105; Fri, 9 Aug 2002 18:13:56 -0700 (PDT) Message-Id: <200208100113.g7A1Duc9013105@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 9 Aug 2002 18:13:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/09 18:13:55 PDT Modified files: x11/gnome2 Makefile Log: Add gnomeaudio as this is needed for general sounds. If you try to play with sounds in GNOME 2, it advises you to install this port anyway. Bump PORTREVISION. Revision Changes Path 1.50 +2 -1 ports/x11/gnome2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 19:12:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA23437B400; Fri, 9 Aug 2002 19:12:51 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F0243E6A; Fri, 9 Aug 2002 19:12:51 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 10D9B3F28; Fri, 9 Aug 2002 22:12:50 -0400 (EDT) From: "Dan Langille" To: Joe Marcus Clarke Date: Fri, 09 Aug 2002 22:13:09 -0400 MIME-Version: 1.0 Subject: Re: cvs commit: ports/x11/gnome2 Makefile Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <3D543E75.13735.2989E8C2@localhost> In-reply-to: <200208100113.g7A1Duc9013105@freefall.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 9 Aug 2002 at 18:13, Joe Marcus Clarke wrote: > marcus 2002/08/09 18:13:55 PDT > > Modified files: > x11/gnome2 Makefile > Log: > Add gnomeaudio as this is needed for general sounds. If you try to play with > sounds in GNOME 2, it advises you to install this port anyway. Bump > PORTREVISION. I think there's problem here: [dan@undef:~/ports/x11/gnome2] $ make -V PORTVERSION "/usr/home/dan/ports/x11/gnome2/Makefile", line 41: Unassociated shell command "${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR} /audio/gnomeaudio" make: fatal errors encountered -- cannot continue [dan@undef:~/ports/x11/gnome2] $ -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 19:19:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A3CA37B400; Fri, 9 Aug 2002 19:19:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC7743E4A; Fri, 9 Aug 2002 19:19:22 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A2JMJU027838; Fri, 9 Aug 2002 19:19:22 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A2JMtK027837; Fri, 9 Aug 2002 19:19:22 -0700 (PDT) Message-Id: <200208100219.g7A2JMtK027837@freefall.freebsd.org> From: Juli Mallett Date: Fri, 9 Aug 2002 19:19:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes-o.real fortunes2 fortunes2-o X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-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 2002/08/09 19:19:22 PDT Modified files: (Branch: RELENG_3) games/fortune/datfiles fortunes fortunes-o.real fortunes2 fortunes2-o Log: MFC: fortune(6) datfiles Revision Changes Path 1.12.2.4 +2542 -2436 src/games/fortune/datfiles/fortunes 1.3.2.2 +540 -303 src/games/fortune/datfiles/fortunes-o.real 1.9.2.5 +683 -750 src/games/fortune/datfiles/fortunes2 1.2.2.4 +267 -304 src/games/fortune/datfiles/fortunes2-o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 19:19:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9023A37B400; Fri, 9 Aug 2002 19:19:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FAD343E75; Fri, 9 Aug 2002 19:19:36 -0700 (PDT) (envelope-from jmallett@FreeBSD.org) Received: from freefall.freebsd.org (jmallett@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A2JaJU027863; Fri, 9 Aug 2002 19:19:36 -0700 (PDT) (envelope-from jmallett@freefall.freebsd.org) Received: (from jmallett@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A2JaLS027862; Fri, 9 Aug 2002 19:19:36 -0700 (PDT) Message-Id: <200208100219.g7A2JaLS027862@freefall.freebsd.org> From: Juli Mallett Date: Fri, 9 Aug 2002 19:19:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes fortunes-o.real fortunes2 fortunes2-o X-FreeBSD-CVS-Branch: RELENG_2_2 Sender: owner-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 2002/08/09 19:19:36 PDT Modified files: (Branch: RELENG_2_2) games/fortune/datfiles fortunes fortunes-o.real fortunes2 fortunes2-o Log: MFC: fortune(6) datfiles Revision Changes Path 1.2.2.8 +2597 -2452 src/games/fortune/datfiles/fortunes 1.2.2.2 +541 -303 src/games/fortune/datfiles/fortunes-o.real 1.2.2.5 +812 -798 src/games/fortune/datfiles/fortunes2 1.1.1.1.8.2 +355 -386 src/games/fortune/datfiles/fortunes2-o To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 20: 1:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF18737B400; Fri, 9 Aug 2002 20:01:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6167A43E77; Fri, 9 Aug 2002 20:01:06 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A30uJU031589; Fri, 9 Aug 2002 20:00:56 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A30umV031588; Fri, 9 Aug 2002 20:00:56 -0700 (PDT) Message-Id: <200208100300.g7A30umV031588@freefall.freebsd.org> From: Peter Wemm Date: Fri, 9 Aug 2002 20:00:56 -0700 (PDT) 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 peter 2002/08/09 20:00:56 PDT Modified files: sbin/ping ping.c Log: Fix the broken "avoid unaligned data" fix. The problem is that the builtin gcc memcpy "knows" about types that are supposed to be actually already aligned and triggers alignment errors doing the memcpy itself. "Fix" this by changing it to a bcopy(). In this case, we had: struct timeval *tp; struct timeval tv1; memcpy(&tv1,tp,sizeof(tv1)); .. and since gcc *knows* that a pointer to a timeval is longword aligned and that tv1 is longword aligned, then it can use an inline that assumes alignment. The following works too: cp = (char *)tp; memcpy(&tv1,cp,sizeof(tv1)); Simply casting (char *)tp for the memcpy doesn't work. :-( This affected different 64 bit platforms in different ways and depends a lot on gcc as well. I've seen this on alpha and ia64 at least, although alpha isn't doing it right now. Revision Changes Path 1.69 +2 -2 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 Fri Aug 9 20:36: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DACCC37B400; Fri, 9 Aug 2002 20:35:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C8A443E81; Fri, 9 Aug 2002 20:35:58 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A3ZwJU037905; Fri, 9 Aug 2002 20:35:58 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A3ZwIZ037904; Fri, 9 Aug 2002 20:35:58 -0700 (PDT) Message-Id: <200208100335.g7A3ZwIZ037904@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 9 Aug 2002 20:35:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/09 20:35:58 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: No more TurboChannel Alpha support, drivers.flp. Modified release notes: em(4) has been reported to work on ia64, OpenSSL 0.9.6g, tweak cross-building note and note MFC. Remove an obsolete release note about DEC 3000 support on floppies. Revision Changes Path 1.405 +13 -10 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 20:36:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D5637B400; Fri, 9 Aug 2002 20:36:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BD3E43E81; Fri, 9 Aug 2002 20:36:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A3ahJU037958; Fri, 9 Aug 2002 20:36:43 -0700 (PDT) (envelope-from peter@freefall.freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A3ahWe037957; Fri, 9 Aug 2002 20:36:43 -0700 (PDT) Message-Id: <200208100336.g7A3ahWe037957@freefall.freebsd.org> From: Peter Wemm Date: Fri, 9 Aug 2002 20:36:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 sapic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/08/09 20:36:42 PDT Modified files: sys/ia64/ia64 sapic.c Log: My quad cpu itanium2 box has its cpu's numbered with a lid starting at 192. Masking off bottom 4 bits is not very good here. Revision Changes Path 1.8 +2 -2 src/sys/ia64/ia64/sapic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 20:39:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8347037B405; Fri, 9 Aug 2002 20:39:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3583143E72; Fri, 9 Aug 2002 20:39:07 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A3d7JU038078; Fri, 9 Aug 2002 20:39:07 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A3d6rL038077; Fri, 9 Aug 2002 20:39:06 -0700 (PDT) Message-Id: <200208100339.g7A3d6rL038077@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 9 Aug 2002 20:39:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/09 20:39:05 PDT Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add ia64 to platforms supported by em(4). Revision Changes Path 1.94 +2 -2 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 20:39:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 076D637B400; Fri, 9 Aug 2002 20:39:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE16B43E42; Fri, 9 Aug 2002 20:39:51 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A3dpJU038164; Fri, 9 Aug 2002 20:39:51 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A3dp6T038163; Fri, 9 Aug 2002 20:39:51 -0700 (PDT) Message-Id: <200208100339.g7A3dp6T038163@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 9 Aug 2002 20:39:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/09 20:39:51 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: Cross-release, cross-architecture release builds. Revision Changes Path 1.22.2.277 +7 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 21:35:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B44E937B400; Fri, 9 Aug 2002 21:35:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68CE343E4A; Fri, 9 Aug 2002 21:35:26 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from freefall.freebsd.org (kuriyama@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A4ZQJU046688; Fri, 9 Aug 2002 21:35:26 -0700 (PDT) (envelope-from kuriyama@freefall.freebsd.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A4ZQGf046687; Fri, 9 Aug 2002 21:35:26 -0700 (PDT) Message-Id: <200208100435.g7A4ZQGf046687@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 9 Aug 2002 21:35:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xhtml 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 kuriyama 2002/08/09 21:35:26 PDT Modified files: textproc/xhtml Makefile distinfo Log: Rename current distfile to xhtml1-20000126.zip. I'll upgrade this to 20020801 version after some delay. Revision Changes Path 1.4 +6 -5 ports/textproc/xhtml/Makefile 1.2 +1 -1 ports/textproc/xhtml/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 21:35:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAB1837B401; Fri, 9 Aug 2002 21:35:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A5BA43E65; Fri, 9 Aug 2002 21:35:27 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A4ZRJU046711; Fri, 9 Aug 2002 21:35:27 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A4ZRxj046710; Fri, 9 Aug 2002 21:35:27 -0700 (PDT) Message-Id: <200208100435.g7A4ZRxj046710@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 9 Aug 2002 21:35:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/txtbdf2ps Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/09 21:35:27 PDT Modified files: print Makefile Added files: print/txtbdf2ps Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add txtbdf2ps 0.7.1 Translator TXT + BDF to PS Revision Changes Path 1.219 +1 -0 ports/print/Makefile 1.1 +33 -0 ports/print/txtbdf2ps/Makefile (new) 1.1 +1 -0 ports/print/txtbdf2ps/distinfo (new) 1.1 +1 -0 ports/print/txtbdf2ps/pkg-comment (new) 1.1 +11 -0 ports/print/txtbdf2ps/pkg-descr (new) 1.1 +1 -0 ports/print/txtbdf2ps/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 21:35:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4382037B40A; Fri, 9 Aug 2002 21:35:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E827643E65; Fri, 9 Aug 2002 21:35:29 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A4ZTJU046744; Fri, 9 Aug 2002 21:35:29 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A4ZTxw046743; Fri, 9 Aug 2002 21:35:29 -0700 (PDT) Message-Id: <200208100435.g7A4ZTxw046743@freefall.freebsd.org> From: Ying-Chieh Liao Date: Fri, 9 Aug 2002 21:35:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/09 21:35:29 PDT Modified files: . modules Log: txtbdf2ps --> ports/print/txtbdf2ps Revision Changes Path 1.5692 +1 -0 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 21:37:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB74A37B400; Fri, 9 Aug 2002 21:37:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 649C743E4A; Fri, 9 Aug 2002 21:37:33 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A4bXJU046963; Fri, 9 Aug 2002 21:37:33 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A4bXGZ046962; Fri, 9 Aug 2002 21:37:33 -0700 (PDT) Message-Id: <200208100437.g7A4bXGZ046962@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 9 Aug 2002 21:37:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.h ip_fw2.c src/sbin/ipfw ipfw2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/08/09 21:37:33 PDT Modified files: sys/netinet ip_fw.h ip_fw2.c sbin/ipfw ipfw2.c Log: One bugfix and one new feature. The bugfix (ipfw2.c) makes the handling of port numbers with a dash in the name, e.g. ftp-data, consistent with old ipfw: use \\ before the - to consider it as part of the name and not a range separator. The new feature (all this description will go in the manpage): each rule now belongs to one of 32 different sets, which can be optionally specified in the following form: ipfw add 100 set 23 allow ip from any to any If "set N" is not specified, the rule belongs to set 0. Individual sets can be disabled, enabled, and deleted with the commands: ipfw disable set N ipfw enable set N ipfw delete set N Enabling/disabling of a set is atomic. Rules belonging to a disabled set are skipped during packet matching, and they are not listed unless you use the '-S' flag in the show/list commands. Note that dynamic rules, once created, are always active until they expire or their parent rule is deleted. Set 31 is reserved for the default rule and cannot be disabled. All sets are enabled by default. The enable/disable status of the sets can be shown with the command ipfw show sets Hopefully, this feature will make life easier to those who want to have atomic ruleset addition/deletion/tests. Examples: To add a set of rules atomically: ipfw disable set 18 ipfw add ... set 18 ... # repeat as needed ipfw enable set 18 To delete a set of rules atomically ipfw disable set 18 ipfw delete set 18 ipfw enable set 18 To test a ruleset and disable it and regain control if something goes wrong: ipfw disable set 18 ipfw add ... set 18 ... # repeat as needed ipfw enable set 18 ; echo "done "; sleep 30 && ipfw disable set 18 here if everything goes well, you press control-C before the "sleep" terminates, and your ruleset will be left active. Otherwise, e.g. if you cannot access your box, the ruleset will be disabled after the sleep terminates. I think there is only one more thing that one might want, namely a command to assign all rules in set X to set Y, so one can test a ruleset using the above mechanisms, and once it is considered acceptable, make it part of an existing ruleset. Revision Changes Path 1.8 +85 -22 src/sbin/ipfw/ipfw2.c 1.74 +3 -3 src/sys/netinet/ip_fw.h 1.7 +95 -18 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 Fri Aug 9 21:46:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D99137B400; Fri, 9 Aug 2002 21:46:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1044843E5E; Fri, 9 Aug 2002 21:46:37 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A4kaJU047704; Fri, 9 Aug 2002 21:46:36 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A4kaCF047703; Fri, 9 Aug 2002 21:46:36 -0700 (PDT) Message-Id: <200208100446.g7A4kaCF047703@freefall.freebsd.org> From: Greg Lewis Date: Fri, 9 Aug 2002 21:46:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/ctwm Makefile ports/x11-wm/ctwm/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 glewis 2002/08/09 21:46:36 PDT Modified files: x11-wm/ctwm Makefile x11-wm/ctwm/files patch-aa Log: Enable internationalisation support. PR: 41507 Submitted by: KATO Tsuguru Revision Changes Path 1.32 +1 -0 ports/x11-wm/ctwm/Makefile 1.9 +21 -5 ports/x11-wm/ctwm/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 Fri Aug 9 22:16:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C84C37B400; Fri, 9 Aug 2002 22:16:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFB2243E84; Fri, 9 Aug 2002 22:16:13 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A5GDJU054027; Fri, 9 Aug 2002 22:16:13 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A5GDbQ054026; Fri, 9 Aug 2002 22:16:13 -0700 (PDT) Message-Id: <200208100516.g7A5GDbQ054026@freefall.freebsd.org> From: Joe Marcus Clarke Date: Fri, 9 Aug 2002 22:16:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/09 22:16:13 PDT Modified files: x11/gnome2 Makefile Log: Add '\' continuation to end of gnomeaudio line. Prompted by: Dan Langille Pointy hat to: me Revision Changes Path 1.51 +1 -1 ports/x11/gnome2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 22:16:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9366237B400; Fri, 9 Aug 2002 22:16:39 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A2FF43E6E; Fri, 9 Aug 2002 22:16:36 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g7A5FnEF050427; Sat, 10 Aug 2002 01:15:49 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Subject: Re: cvs commit: ports/x11/gnome2 Makefile From: Joe Marcus Clarke To: Dan Langille Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <3D543E75.13735.2989E8C2@localhost> References: <3D543E75.13735.2989E8C2@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-OyM13yLkU1CEGlV4h7ok" X-Mailer: Ximian Evolution 1.0.8 Date: 10 Aug 2002 01:17:06 -0400 Message-Id: <1028956627.55175.57.camel@shumai.marcuscom.com> Mime-Version: 1.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 --=-OyM13yLkU1CEGlV4h7ok Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2002-08-09 at 22:13, Dan Langille wrote: > On 9 Aug 2002 at 18:13, Joe Marcus Clarke wrote: >=20 > > marcus 2002/08/09 18:13:55 PDT > >=20 > > Modified files: > > x11/gnome2 Makefile=20 > > Log: > > Add gnomeaudio as this is needed for general sounds. If you try to p= lay with > > sounds in GNOME 2, it advises you to install this port anyway. Bump > > PORTREVISION. >=20 > I think there's problem here: >=20 > [dan@undef:~/ports/x11/gnome2] $ make -V PORTVERSION > "/usr/home/dan/ports/x11/gnome2/Makefile", line 41: Unassociated=20 > shell command "${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR} > /audio/gnomeaudio" > make: fatal errors encountered -- cannot continue > [dan@undef:~/ports/x11/gnome2] $ Sorry, it's fixed now. Joe > --=20 > Dan Langille > I'm looking for a computer job: > http://www.freebsddiary.org/dan_langille.php >=20 >=20 --=-OyM13yLkU1CEGlV4h7ok Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9VKHSb2iPiv4Uz4cRAgwDAJ9Q26l+j0SqBOM1uIcktkaNNFRirwCfSMsh be7DAIkkd8nvdSqXol4PMAM= =FFvU -----END PGP SIGNATURE----- --=-OyM13yLkU1CEGlV4h7ok-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 22:39:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED8A337B400; Fri, 9 Aug 2002 22:39:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A18F643E42; Fri, 9 Aug 2002 22:39:39 -0700 (PDT) (envelope-from glewis@FreeBSD.org) Received: from freefall.freebsd.org (glewis@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A5ddJU055847; Fri, 9 Aug 2002 22:39:39 -0700 (PDT) (envelope-from glewis@freefall.freebsd.org) Received: (from glewis@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A5ddGv055846; Fri, 9 Aug 2002 22:39:39 -0700 (PDT) Message-Id: <200208100539.g7A5ddGv055846@freefall.freebsd.org> From: Greg Lewis Date: Fri, 9 Aug 2002 22:39:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xephem Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/08/09 22:39:39 PDT Modified files: astro/xephem Makefile Log: . This port was unfetchable as the author now wishes people to agree to a license before downloading. Rejig the port to accomodate that and mark it NO_CDROM as the license is for personal use only. . Convince read only files that REINPLACE_CMD should work on them with a handy chmod stick. Submitted by: distfiles survey (first part) Revision Changes Path 1.30 +14 -4 ports/astro/xephem/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 22:43:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60DDD37B400; Fri, 9 Aug 2002 22:43:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E1243E4A; Fri, 9 Aug 2002 22:43:41 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A5heJU056334; Fri, 9 Aug 2002 22:43:40 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A5heF0056333; Fri, 9 Aug 2002 22:43:40 -0700 (PDT) Message-Id: <200208100543.g7A5heF0056333@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 9 Aug 2002 22:43:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin 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 jake 2002/08/09 22:43:40 PDT Modified files: usr.bin Makefile Log: Put getconf in the right place. Revision Changes Path 1.217 +1 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 22:44:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F6037B400; Fri, 9 Aug 2002 22:44:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089DB43E42; Fri, 9 Aug 2002 22:44:45 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A5iiJU056413; Fri, 9 Aug 2002 22:44:44 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A5iiXa056412; Fri, 9 Aug 2002 22:44:44 -0700 (PDT) Message-Id: <200208100544.g7A5iiXa056412@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 9 Aug 2002 22:44:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin 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 jake 2002/08/09 22:44:44 PDT Modified files: usr.bin Makefile Log: xlint seems to build fine on sparc64. Revision Changes Path 1.218 +1 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 23:10:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84CA137B400; Fri, 9 Aug 2002 23:10:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B38B43E75; Fri, 9 Aug 2002 23:10:18 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A6AIJU062575; Fri, 9 Aug 2002 23:10:18 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A6AIbC062574; Fri, 9 Aug 2002 23:10:18 -0700 (PDT) Message-Id: <200208100610.g7A6AIbC062574@freefall.freebsd.org> From: Jake Burkholder Date: Fri, 9 Aug 2002 23:10:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin 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 jake 2002/08/09 23:10:18 PDT Modified files: usr.bin Makefile Log: truss hasn't been ported to ia64 yet. Noticed by: ru Revision Changes Path 1.219 +1 -2 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 23:35: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8C1F37B400; Fri, 9 Aug 2002 23:35:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF6143E86; Fri, 9 Aug 2002 23:35:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A6Z3JU064389; Fri, 9 Aug 2002 23:35:03 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A6Z3VI064388; Fri, 9 Aug 2002 23:35:03 -0700 (PDT) Message-Id: <200208100635.g7A6Z3VI064388@freefall.freebsd.org> From: Warner Losh Date: Fri, 9 Aug 2002 23:35:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbbdevid.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/09 23:35:03 PDT Modified files: sys/dev/pccbb pccbbdevid.h Log: confirmed OZ6912 and 6972 share same pci ID Revision Changes Path 1.9 +1 -1 src/sys/dev/pccbb/pccbbdevid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Aug 9 23:37:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A310337B400; Fri, 9 Aug 2002 23:37:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5724E43E7B; Fri, 9 Aug 2002 23:37:33 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A6bXJU064587; Fri, 9 Aug 2002 23:37:33 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A6bXx8064586; Fri, 9 Aug 2002 23:37:33 -0700 (PDT) Message-Id: <200208100637.g7A6bXx8064586@freefall.freebsd.org> From: Warner Losh Date: Fri, 9 Aug 2002 23:37:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c pccbbvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/09 23:37:33 PDT Modified files: sys/dev/pccbb pccbb.c pccbbvar.h Log: When we allocate our bus address via the kludge that we have in the code to do it when the bios doesn't do it for us, flag it. Then, when we dealloc, do an equal kludge to get rid of the address. This should address the can't get IRQ and panic bug in a more graceful way. # really should write a dealloc routine and just call it instead, since # this might not fix things in the kldunload case. Revision Changes Path 1.52 +19 -13 src/sys/dev/pccbb/pccbb.c 1.13 +4 -3 src/sys/dev/pccbb/pccbbvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 0:11:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 245D037B400; Sat, 10 Aug 2002 00:11:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC42343E4A; Sat, 10 Aug 2002 00:11:16 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A7BGJU071495; Sat, 10 Aug 2002 00:11:16 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A7BGLU071494; Sat, 10 Aug 2002 00:11:16 -0700 (PDT) Message-Id: <200208100711.g7A7BGLU071494@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 00:11:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_fault.c vm_kern.c vm_page.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/10 00:11:16 PDT Modified files: sys/vm vm_fault.c vm_kern.c vm_page.c Log: o Remove the setting and clearing of the PG_MAPPED flag. (This flag is obsolete.) Revision Changes Path 1.150 +2 -2 src/sys/vm/vm_fault.c 1.86 +1 -1 src/sys/vm/vm_kern.c 1.211 +1 -1 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 0:27: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C69537B400; Sat, 10 Aug 2002 00:26:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 288E843E9E; Sat, 10 Aug 2002 00:26:57 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A7QvJU072590; Sat, 10 Aug 2002 00:26:57 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A7QvjR072589; Sat, 10 Aug 2002 00:26:57 -0700 (PDT) Message-Id: <200208100726.g7A7QvjR072589@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 10 Aug 2002 00:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa Makefile distinfo pkg-plist ports/mail/balsa/files patch-aa 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 2002/08/10 00:26:56 PDT Modified files: mail/balsa Makefile distinfo pkg-plist mail/balsa/files patch-aa patch-configure Removed files: mail/balsa/files patch-po::Makefile.in.in Log: Update to 1.3.7. Revision Changes Path 1.59 +2 -2 ports/mail/balsa/Makefile 1.31 +1 -1 ports/mail/balsa/distinfo 1.8 +4 -4 ports/mail/balsa/files/patch-aa 1.3 +4603 -12 ports/mail/balsa/files/patch-configure 1.2 +0 -14 ports/mail/balsa/files/patch-po::Makefile.in.in (dead) 1.22 +22 -35 ports/mail/balsa/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 0:29:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E56E137B400; Sat, 10 Aug 2002 00:29:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 992CA43E42; Sat, 10 Aug 2002 00:29:26 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A7TQJU072771; Sat, 10 Aug 2002 00:29:26 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A7TQrB072770; Sat, 10 Aug 2002 00:29:26 -0700 (PDT) Message-Id: <200208100729.g7A7TQrB072770@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 10 Aug 2002 00:29:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/10 00:29:26 PDT Modified files: mail/balsa/files patch-configure Log: Add a note on why patch-configure grew so much. Revision Changes Path 1.4 +5 -0 ports/mail/balsa/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 Sat Aug 10 0:40:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BD4A37B400; Sat, 10 Aug 2002 00:40:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C783043E65; Sat, 10 Aug 2002 00:40:30 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A7eUJU073796; Sat, 10 Aug 2002 00:40:30 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A7eUBl073795; Sat, 10 Aug 2002 00:40:30 -0700 (PDT) Message-Id: <200208100740.g7A7eUBl073795@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 00:40:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/10 00:40:30 PDT Modified files: sys/i386/i386 pmap.c Log: o Remove the setting and clearing of the PG_MAPPED flag. (This flag is obsolete.) Revision Changes Path 1.358 +4 -8 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 Sat Aug 10 0:58: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D53D37B400; Sat, 10 Aug 2002 00:58:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D0F43E88; Sat, 10 Aug 2002 00:58:02 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A7w2JU075143; Sat, 10 Aug 2002 00:58:02 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A7w2jU075142; Sat, 10 Aug 2002 00:58:02 -0700 (PDT) Message-Id: <200208100758.g7A7w2jU075142@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 10 Aug 2002 00:58:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/mirrors chapter.sgml doc/ja_JP.eucJP/books/handbook/ports chapter.sgml doc/ja_JP.eucJP/books/handbook/users 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 hrs 2002/08/10 00:58:02 PDT Modified files: ja_JP.eucJP/books/handbook/mirrors chapter.sgml ja_JP.eucJP/books/handbook/ports chapter.sgml ja_JP.eucJP/books/handbook/users chapter.sgml Log: Change punctuation style and tidy up. Submitted by: Hideyuki KURASHINA References: [doc-jp-work 473] Revision Changes Path 1.54 +761 -761 doc/ja_JP.eucJP/books/handbook/mirrors/chapter.sgml 1.25 +398 -398 doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml 1.5 +183 -183 doc/ja_JP.eucJP/books/handbook/users/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 1:30:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA3DE37B400; Sat, 10 Aug 2002 01:30:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A24143E5E; Sat, 10 Aug 2002 01:30:39 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A8UdJU081966; Sat, 10 Aug 2002 01:30:39 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A8UdSX081965; Sat, 10 Aug 2002 01:30:39 -0700 (PDT) Message-Id: <200208100830.g7A8UdSX081965@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 10 Aug 2002 01:30:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl Makefile distinfo ports/security/openssl/files patch-asn1_lib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/08/10 01:30:39 PDT Modified files: security/openssl Makefile distinfo Removed files: security/openssl/files patch-asn1_lib.c Log: Security Update to: 0.9.6g Revision Changes Path 1.65 +1 -2 ports/security/openssl/Makefile 1.23 +1 -1 ports/security/openssl/distinfo 1.2 +0 -11 ports/security/openssl/files/patch-asn1_lib.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 1:42:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C96E37B400; Sat, 10 Aug 2002 01:42:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E60AA43E42; Sat, 10 Aug 2002 01:42:10 -0700 (PDT) (envelope-from mikeh@FreeBSD.org) Received: from freefall.freebsd.org (mikeh@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A8gAJU082787; Sat, 10 Aug 2002 01:42:10 -0700 (PDT) (envelope-from mikeh@freefall.freebsd.org) Received: (from mikeh@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A8gAx1082786; Sat, 10 Aug 2002 01:42:10 -0700 (PDT) Message-Id: <200208100842.g7A8gAx1082786@freefall.freebsd.org> From: Mike Heffner Date: Sat, 10 Aug 2002 01:42:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/watch watch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mikeh 2002/08/10 01:42:10 PDT Modified files: usr.sbin/watch watch.c Log: Add break's to case blocks. PR: bin/41511 Submitted by: Daniel Hagan Revision Changes Path 1.26 +2 -0 src/usr.sbin/watch/watch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 2: 3:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 654D837B400; Sat, 10 Aug 2002 02:03:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A94D43E70; Sat, 10 Aug 2002 02:03:48 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A93lJU084316; Sat, 10 Aug 2002 02:03:47 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A93lrO084315; Sat, 10 Aug 2002 02:03:47 -0700 (PDT) Message-Id: <200208100903.g7A93lrO084315@freefall.freebsd.org> From: Ernst de Haan Date: Sat, 10 Aug 2002 02:03:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.java.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/10 02:03:47 PDT Modified files: Mk bsd.java.mk Log: Now correctly looks for the Blackdown JDK 1.2 for Linux in ${LOCALBASE}/linux-blackdown-jdk1.2.2. Revision Changes Path 1.18 +2 -2 ports/Mk/bsd.java.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 2:16:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D99E37B400; Sat, 10 Aug 2002 02:16:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5EF643E5E; Sat, 10 Aug 2002 02:16:08 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A9G8JU089274; Sat, 10 Aug 2002 02:16:08 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A9G87X089273; Sat, 10 Aug 2002 02:16:08 -0700 (PDT) Message-Id: <200208100916.g7A9G87X089273@freefall.freebsd.org> From: Ernst de Haan Date: Sat, 10 Aug 2002 02:16:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_jk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/10 02:16:08 PDT Modified files: www/mod_jk Makefile Log: Fixed a typo in MASTER_SITES. PR: 41484 Submitted by: Christopher Elkins Revision Changes Path 1.10 +1 -1 ports/www/mod_jk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 2:50:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C1137B400; Sat, 10 Aug 2002 02:50:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB9CC43E7B; Sat, 10 Aug 2002 02:50:08 -0700 (PDT) (envelope-from clive@FreeBSD.org) Received: from freefall.freebsd.org (clive@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7A9o8JU091568; Sat, 10 Aug 2002 02:50:08 -0700 (PDT) (envelope-from clive@freefall.freebsd.org) Received: (from clive@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7A9o8Kk091567; Sat, 10 Aug 2002 02:50:08 -0700 (PDT) Message-Id: <200208100950.g7A9o8Kk091567@freefall.freebsd.org> From: Clive Lin Date: Sat, 10 Aug 2002 02:50:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/08/10 02:50:08 PDT Modified files: . modules Log: Really bury chinese/ghostscript6. Revision Changes Path 1.5693 +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 Sat Aug 10 3:31:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B67D737B400; Sat, 10 Aug 2002 03:31:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 740E443E4A; Sat, 10 Aug 2002 03:31:10 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AAVAJU099194; Sat, 10 Aug 2002 03:31:10 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AAVAeq099193; Sat, 10 Aug 2002 03:31:10 -0700 (PDT) Message-Id: <200208101031.g7AAVAeq099193@freefall.freebsd.org> From: Ernst de Haan Date: Sat, 10 Aug 2002 03:31:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/robocode Makefile ports/java/bugseeker Makefile ports/java/bugseeker-demo Makefile ports/java/forte Makefile ports/java/jdk13 Makefile ports/java/linux-sun-jdk13 Makefile ports/Mk bsd.java.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/10 03:31:10 PDT Modified files: games/robocode Makefile java/bugseeker Makefile java/bugseeker-demo Makefile java/forte Makefile java/jdk13 Makefile java/linux-sun-jdk13 Makefile Mk bsd.java.mk Log: Changed the installation directory of the Sun JDK 1.3.x for Linux to linux-sun-jdk1.3.1. PR: 41424 Revision Changes Path 1.19 +2 -2 ports/Mk/bsd.java.mk 1.7 +1 -1 ports/games/robocode/Makefile 1.5 +1 -1 ports/java/bugseeker-demo/Makefile 1.7 +1 -1 ports/java/bugseeker/Makefile 1.5 +1 -1 ports/java/forte/Makefile 1.36 +1 -1 ports/java/jdk13/Makefile 1.19 +3 -2 ports/java/linux-sun-jdk13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 3:42:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E43E37B400; Sat, 10 Aug 2002 03:42:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3183D43E88; Sat, 10 Aug 2002 03:42:49 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AAgnJU000549; Sat, 10 Aug 2002 03:42:49 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AAgnQe000548; Sat, 10 Aug 2002 03:42:49 -0700 (PDT) Message-Id: <200208101042.g7AAgnQe000548@freefall.freebsd.org> From: Ernst de Haan Date: Sat, 10 Aug 2002 03:42:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jboss2 Makefile ports/java/jboss3 Makefile ports/www/orion Makefile ports/www/jakarta-tomcat3 Makefile ports/www/jakarta-tomcat4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/10 03:42:48 PDT Modified files: java/jboss2 Makefile java/jboss3 Makefile www/orion Makefile www/jakarta-tomcat3 Makefile www/jakarta-tomcat4 Makefile Log: Changed WRKDIR definition. It is changed from ${.CURDIR}/work to ${WRKDIRPREFIX}${.CURDIR}/work. PR: 39593 Revision Changes Path 1.6 +1 -1 ports/java/jboss2/Makefile 1.6 +1 -1 ports/java/jboss3/Makefile 1.35 +1 -1 ports/www/jakarta-tomcat3/Makefile 1.39 +1 -1 ports/www/jakarta-tomcat4/Makefile 1.47 +1 -1 ports/www/orion/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 3:47:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AC3437B400; Sat, 10 Aug 2002 03:47:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD4E43E3B; Sat, 10 Aug 2002 03:47:26 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AAlQJU001079; Sat, 10 Aug 2002 03:47:26 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AAlQBt001078; Sat, 10 Aug 2002 03:47:26 -0700 (PDT) Message-Id: <200208101047.g7AAlQBt001078@freefall.freebsd.org> From: Ernst de Haan Date: Sat, 10 Aug 2002 03:47:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.java.mk ports/java/linux-sun-jdk14 Makefile ports/java/bluej Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/10 03:47:25 PDT Modified files: Mk bsd.java.mk java/linux-sun-jdk14 Makefile java/bluej Makefile Log: Changed the installation directory of the Sun JDK 1.4.x for Linux to linux-sun-jdk1.4.0.01. PR: 41424 Revision Changes Path 1.20 +2 -2 ports/Mk/bsd.java.mk 1.11 +1 -1 ports/java/bluej/Makefile 1.12 +1 -1 ports/java/linux-sun-jdk14/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 3:54: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E81737B400; Sat, 10 Aug 2002 03:54:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FC8843E4A; Sat, 10 Aug 2002 03:54:07 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AAs6JU001820; Sat, 10 Aug 2002 03:54:06 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AAs6wI001819; Sat, 10 Aug 2002 03:54:06 -0700 (PDT) Message-Id: <200208101054.g7AAs6wI001819@freefall.freebsd.org> From: Ernst de Haan Date: Sat, 10 Aug 2002 03:54:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.java.mk ports/java/linux-sun-jdk14 Makefile ports/java/bluej Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/10 03:54:06 PDT Modified files: Mk bsd.java.mk java/linux-sun-jdk14 Makefile java/bluej Makefile Log: Changed the installation directory of the Sun JDK 1.4.x for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0. This is more like the installation directories for the other JDK ports. PR: 41424 Revision Changes Path 1.21 +2 -2 ports/Mk/bsd.java.mk 1.12 +1 -1 ports/java/bluej/Makefile 1.13 +5 -5 ports/java/linux-sun-jdk14/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 3:57:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A21C637B400; Sat, 10 Aug 2002 03:57:28 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55BCA43E70; Sat, 10 Aug 2002 03:57:28 -0700 (PDT) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AAvSJU002133; Sat, 10 Aug 2002 03:57:28 -0700 (PDT) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AAvSeG002132; Sat, 10 Aug 2002 03:57:28 -0700 (PDT) Message-Id: <200208101057.g7AAvSeG002132@freefall.freebsd.org> From: Martin Blapp Date: Sat, 10 Aug 2002 03:57:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice/files patch-tools::source::string::tstring.cxx X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/10 03:57:28 PDT Added files: editors/openoffice/files patch-tools::source::string::tstring.cxx Log: Check in two cases if a string is NULL. Fixes WITH_DEBUG= installation. Revision Changes Path 1.1 +22 -0 ports/editors/openoffice/files/patch-tools::source::string::tstring.cxx (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 4:12:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A5B37B400; Sat, 10 Aug 2002 04:12:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF85543E88; Sat, 10 Aug 2002 04:12:36 -0700 (PDT) (envelope-from znerd@FreeBSD.org) Received: from freefall.freebsd.org (znerd@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ABCaJU011456; Sat, 10 Aug 2002 04:12:36 -0700 (PDT) (envelope-from znerd@freefall.freebsd.org) Received: (from znerd@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ABCaWf011455; Sat, 10 Aug 2002 04:12:36 -0700 (PDT) Message-Id: <200208101112.g7ABCaWf011455@freefall.freebsd.org> From: Ernst de Haan Date: Sat, 10 Aug 2002 04:12:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-ibm-jdk13 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/08/10 04:12:36 PDT Modified files: java/linux-ibm-jdk13 Makefile distinfo Log: Upgrade to new release of the IBM JDK 1.3.x for Linux. This new release is marked as Service Release 2; Build Identifier cxia32131-20020622. PR: 41094 Submitted by: Kuang-che Wu Revision Changes Path 1.10 +1 -1 ports/java/linux-ibm-jdk13/Makefile 1.7 +1 -1 ports/java/linux-ibm-jdk13/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 4:45:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8894B37B400; Sat, 10 Aug 2002 04:45:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A70943E72; Sat, 10 Aug 2002 04:45:15 -0700 (PDT) (envelope-from fjoe@FreeBSD.org) Received: from freefall.freebsd.org (fjoe@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ABjFJU014231; Sat, 10 Aug 2002 04:45:15 -0700 (PDT) (envelope-from fjoe@freefall.freebsd.org) Received: (from fjoe@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ABjEwM014230; Sat, 10 Aug 2002 04:45:14 -0700 (PDT) Message-Id: <200208101145.g7ABjEwM014230@freefall.freebsd.org> From: Max Khon Date: Sat, 10 Aug 2002 04:45:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/licq-devel Makefile Makefile.inc distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/licq-devel/files 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 fjoe 2002/08/10 04:45:14 PDT Removed files: net/licq-devel Makefile Makefile.inc distinfo pkg-comment pkg-descr pkg-message pkg-plist net/licq-devel/files patch-ad Log: this port is no longer needed (obsoleted by licq upgrade to 1.2.0a) Revision Changes Path 1.41 +0 -51 ports/net/licq-devel/Makefile (dead) 1.6 +0 -52 ports/net/licq-devel/Makefile.inc (dead) 1.15 +0 -1 ports/net/licq-devel/distinfo (dead) 1.10 +0 -40 ports/net/licq-devel/files/patch-ad (dead) 1.4 +0 -1 ports/net/licq-devel/pkg-comment (dead) 1.3 +0 -5 ports/net/licq-devel/pkg-descr (dead) 1.4 +0 -4 ports/net/licq-devel/pkg-message (dead) 1.17 +0 -107 ports/net/licq-devel/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 4:48:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA54937B400; Sat, 10 Aug 2002 04:48:11 -0700 (PDT) Received: from fasterix.frmug.org (fasterix.frmug.org [137.194.36.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19C443E75; Sat, 10 Aug 2002 04:48:10 -0700 (PDT) (envelope-from pb@fasterix.frmug.org) Received: from fasterix.frmug.org (localhost [127.0.0.1]) by fasterix.frmug.org (8.12.5/8.12.5) with ESMTP id g7ABm8w5001255 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 10 Aug 2002 13:48:08 +0200 (CEST) (envelope-from pb@fasterix.frmug.org) Received: (from pb@localhost) by fasterix.frmug.org (8.12.5/8.12.5/Submit) id g7ABm8Oo001254; Sat, 10 Aug 2002 13:48:08 +0200 (CEST) Date: Sat, 10 Aug 2002 13:48:08 +0200 From: Pierre Beyssac To: =?iso-8859-1?Q?S=F8ren_Schmidt?= Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c atapi-all.c atapi-all.h atapi-cam.c Message-ID: <20020810134808.A1233@fasterix.frmug.org> References: <200208092051.g79Kpr1s068871@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <200208092051.g79Kpr1s068871@freefall.freebsd.org>; from sos@FreeBSD.org on Fri, Aug 09, 2002 at 01:51:53PM -0700 X-message-flag: Warning! Use of Microsoft Outlook is dangerous and makes your system susceptible to worms and viruses Sender: owner-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, Aug 09, 2002 at 01:51:53PM -0700, Søren Schmidt wrote: > sos 2002/08/09 13:51:53 PDT > Add the ability to use ATAPI devices via CAM. > > The CAM<>ATAPI layer was submitted by "Thomas Quinot " That's very good news indeed! Thanks Søren ! -- Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org Free domains: http://www.eu.org/ or mail dns-manager@EU.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 4:56: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5270637B400; Sat, 10 Aug 2002 04:56:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BBF43E65; Sat, 10 Aug 2002 04:56:04 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ABu3JU015273; Sat, 10 Aug 2002 04:56:03 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ABu3NG015272; Sat, 10 Aug 2002 04:56:03 -0700 (PDT) Message-Id: <200208101156.g7ABu3NG015272@freefall.freebsd.org> From: Søren Schmidt Date: Sat, 10 Aug 2002 04:56:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cam.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2002/08/10 04:56:03 PDT Modified files: sys/dev/ata atapi-cam.c Log: Minor corrections. Suggested by: scottl Revision Changes Path 1.2 +3 -13 src/sys/dev/ata/atapi-cam.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 5:34:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A72B37B400; Sat, 10 Aug 2002 05:34:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F0E43E5E; Sat, 10 Aug 2002 05:34:31 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ACYVJU025023; Sat, 10 Aug 2002 05:34:31 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ACYV19025022; Sat, 10 Aug 2002 05:34:31 -0700 (PDT) Message-Id: <200208101234.g7ACYV19025022@freefall.freebsd.org> From: Ian Dowse Date: Sat, 10 Aug 2002 05:34:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/08/10 05:34:31 PDT Modified files: (Branch: RELENG_4) sys/kern uipc_mbuf.c Log: Don't dereference a NULL mbuf in m_freem(). It is a long-standing (though maybe not ideal) feature of m_freem() that calling m_freem(NULL) is permitted. Revision 1.51.2.17 exposed an unchecked dereference added in revision 1.51.2.16. This bug is specific to RELENG_4. PR: kern/41492 Revision Changes Path 1.51.2.18 +1 -1 src/sys/kern/uipc_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 5:41:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F017E37B400; Sat, 10 Aug 2002 05:41:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C27243E6A; Sat, 10 Aug 2002 05:41:32 -0700 (PDT) (envelope-from kiri@FreeBSD.org) Received: from freefall.freebsd.org (kiri@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ACfWJU026300; Sat, 10 Aug 2002 05:41:32 -0700 (PDT) (envelope-from kiri@freefall.freebsd.org) Received: (from kiri@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ACfWno026299; Sat, 10 Aug 2002 05:41:32 -0700 (PDT) Message-Id: <200208101241.g7ACfWno026299@freefall.freebsd.org> From: Kiriyama Kazuhiko Date: Sat, 10 Aug 2002 05:41:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/fop/files patch-aa ports/textproc/fop 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 kiri 2002/08/10 05:41:32 PDT Modified files: textproc/fop Makefile distinfo pkg-plist Added files: textproc/fop/files patch-aa Log: Update 0.20.3 -> 0.20.4. And additional modifications as follows: o USE_JAVA=1.2+ and NO_BUILD_DEPENDS_JAVA o Fop installs DOCSDIR and DATADIR going around bsd.port.mk o fop.sh script suited to FreeBSD and install ${PREFIX}/bin/fop Revision Changes Path 1.7 +15 -13 ports/textproc/fop/Makefile 1.4 +1 -1 ports/textproc/fop/distinfo 1.1 +40 -0 ports/textproc/fop/files/patch-aa (new) 1.4 +669 -1989 ports/textproc/fop/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 5:55:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75C3037B400; Sat, 10 Aug 2002 05:55:53 -0700 (PDT) Received: from relay1.macomnet.ru (relay1.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED08943E4A; Sat, 10 Aug 2002 05:55:51 -0700 (PDT) (envelope-from maxim@FreeBSD.org) Received: from news1.macomnet.ru (news1.macomnet.ru [195.128.64.14]) by relay1.macomnet.ru (8.11.6/8.11.6) with ESMTP id g7ACtom2520123; Sat, 10 Aug 2002 16:55:50 +0400 (MSD) Date: Sat, 10 Aug 2002 16:55:50 +0400 (MSD) From: Maxim Konovalov X-X-Sender: maxim@news1.macomnet.ru To: Ian Dowse Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c In-Reply-To: <200208101234.g7ACYV19025022@freefall.freebsd.org> Message-ID: <20020810165427.R79315-100000@news1.macomnet.ru> 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 05:34-0700, Aug 10, 2002, Ian Dowse wrote: > iedowse 2002/08/10 05:34:31 PDT > > Modified files: (Branch: RELENG_4) > sys/kern uipc_mbuf.c > Log: > Don't dereference a NULL mbuf in m_freem(). It is a long-standing > (though maybe not ideal) feature of m_freem() that calling m_freem(NULL) > is permitted. Revision 1.51.2.17 exposed an unchecked dereference > added in revision 1.51.2.16. > > This bug is specific to RELENG_4. > > PR: kern/41492 It was fast, thank you :-) -- Maxim Konovalov, maxim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 6:17:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C80A37B400; Sat, 10 Aug 2002 06:17:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C22B43E75; Sat, 10 Aug 2002 06:17:15 -0700 (PDT) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (naddy@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ADHFJU043153; Sat, 10 Aug 2002 06:17:15 -0700 (PDT) (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ADHEZt043151; Sat, 10 Aug 2002 06:17:14 -0700 (PDT) Message-Id: <200208101317.g7ADHEZt043151@freefall.freebsd.org> From: Christian Weisgerber Date: Sat, 10 Aug 2002 06:17:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/tkcvs Makefile distinfo pkg-descr pkg-plist ports/devel/tkcvs/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/08/10 06:17:14 PDT Modified files: devel/tkcvs Makefile distinfo pkg-descr pkg-plist Removed files: devel/tkcvs/files patch-aa Log: Update to 7.0.3 (tkdiff 3.09). PR: 41376 Submitted by: James E. Flemer Approved by: maintainer Revision Changes Path 1.22 +9 -8 ports/devel/tkcvs/Makefile 1.5 +1 -1 ports/devel/tkcvs/distinfo 1.8 +0 -73 ports/devel/tkcvs/files/patch-aa (dead) 1.4 +1 -1 ports/devel/tkcvs/pkg-descr 1.8 +46 -26 ports/devel/tkcvs/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 6:20:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22E637B400; Sat, 10 Aug 2002 06:20:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C8543E6A; Sat, 10 Aug 2002 06:20:20 -0700 (PDT) (envelope-from johan@FreeBSD.org) Received: from freefall.freebsd.org (johan@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ADKKJU043496; Sat, 10 Aug 2002 06:20:20 -0700 (PDT) (envelope-from johan@freefall.freebsd.org) Received: (from johan@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ADKKrW043495; Sat, 10 Aug 2002 06:20:20 -0700 (PDT) Message-Id: <200208101320.g7ADKKrW043495@freefall.freebsd.org> From: Johan Karlsson Date: Sat, 10 Aug 2002 06:20:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/cp cp.1 cp.c extern.h utils.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 johan 2002/08/10 06:20:20 PDT Modified files: (Branch: RELENG_4) bin/cp cp.1 cp.c extern.h utils.c Log: MFC: add -n option, which automatically answers "no" to the overwrite question. Including grammarfix in cp.1 rev 1.24. Approved by: sheldonh (mentor) Revision Changes Path 1.16.2.6 +20 -5 src/bin/cp/cp.1 1.24.2.6 +8 -4 src/bin/cp/cp.c 1.9.2.3 +2 -2 src/bin/cp/extern.h 1.27.2.6 +7 -3 src/bin/cp/utils.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 7:10: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1849A37B400; Sat, 10 Aug 2002 07:10:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8B1F43E5E; Sat, 10 Aug 2002 07:10:00 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from freefall.freebsd.org (dinoex@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AEA0JU051322; Sat, 10 Aug 2002 07:10:00 -0700 (PDT) (envelope-from dinoex@freefall.freebsd.org) Received: (from dinoex@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AEA0Pq051321; Sat, 10 Aug 2002 07:10:00 -0700 (PDT) Message-Id: <200208101410.g7AEA0Pq051321@freefall.freebsd.org> From: Dirk Meyer Date: Sat, 10 Aug 2002 07:10:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vice 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 2002/08/10 07:09:59 PDT Modified files: emulators/vice Makefile Log: Fix missing dependency, take maintainership Revision Changes Path 1.17 +5 -2 ports/emulators/vice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 7:31:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AC4737B400; Sat, 10 Aug 2002 07:31:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D008743E75; Sat, 10 Aug 2002 07:31:31 -0700 (PDT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AEVVJU053075; Sat, 10 Aug 2002 07:31:31 -0700 (PDT) (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AEVVBC053074; Sat, 10 Aug 2002 07:31:31 -0700 (PDT) Message-Id: <200208101431.g7AEVVBC053074@freefall.freebsd.org> From: Alexander Leidinger Date: Sat, 10 Aug 2002 07:31:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/modlogan 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 netchild 2002/08/10 07:31:31 PDT Modified files: textproc/modlogan Makefile distinfo Log: Update to 0.7.18. Revision Changes Path 1.13 +1 -1 ports/textproc/modlogan/Makefile 1.8 +1 -1 ports/textproc/modlogan/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 8: 4:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C640237B400; Sat, 10 Aug 2002 08:04:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D4B043E81; Sat, 10 Aug 2002 08:04:41 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AF4fJU056295; Sat, 10 Aug 2002 08:04:41 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AF4fvP056294; Sat, 10 Aug 2002 08:04:41 -0700 (PDT) Message-Id: <200208101504.g7AF4fvP056294@freefall.freebsd.org> From: Luigi Rizzo Date: Sat, 10 Aug 2002 08:04:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.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 luigi 2002/08/10 08:04:41 PDT Modified files: sbin/ipfw ipfw.8 Log: Major revision of the ipfw manpage, trying to make it up-to-date with ipfw2 extensions and give examples of use of the new features. This is just a preliminary commit, where i simply added the basic syntax for the extensions, and clean up the page (e.g. by listing things in alphabetical rather than random order). I would appreciate feedback and possible corrections/extensions by interested parties. Still missing are a more detailed description of stateful rules (with keepalives), interaction with of stateful rules and natd (don't do that!), examples of use with the recently introduced rule sets. There is an issue related to the MFC: RELENG_4 still has ipfw as a default, and ipfw2 is optional. We have two options here: MFC this page as ipfw(8) adding a large number of "SORRY NOT IN IPFW" notes, or create a new ipfw2(8) manpage just for -stable users. I am all for the first approach, but of course am listening to your comments. Revision Changes Path 1.105 +704 -540 src/sbin/ipfw/ipfw.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 8:10:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3928137B401; Sat, 10 Aug 2002 08:10:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B061843E84; Sat, 10 Aug 2002 08:10:15 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AFAFJU060788; Sat, 10 Aug 2002 08:10:15 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AFAFUI060787; Sat, 10 Aug 2002 08:10:15 -0700 (PDT) Message-Id: <200208101510.g7AFAFUI060787@freefall.freebsd.org> From: Luigi Rizzo Date: Sat, 10 Aug 2002 08:10:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/08/10 08:10:15 PDT Modified files: sbin/ipfw ipfw2.c Log: Fix one parsing bug introduced by last commit, and correct parsing and printing of or-blocks in address, ports and options lists. Revision Changes Path 1.9 +63 -18 src/sbin/ipfw/ipfw2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 9: 1: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53C6137B400; Sat, 10 Aug 2002 09:01:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 043E043E6E; Sat, 10 Aug 2002 09:01:03 -0700 (PDT) (envelope-from orion@FreeBSD.org) Received: from freefall.freebsd.org (orion@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AG12JU065078; Sat, 10 Aug 2002 09:01:02 -0700 (PDT) (envelope-from orion@freefall.freebsd.org) Received: (from orion@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AG12UY065077; Sat, 10 Aug 2002 09:01:02 -0700 (PDT) Message-Id: <200208101601.g7AG12UY065077@freefall.freebsd.org> From: Orion Hodson Date: Sat, 10 Aug 2002 09:01:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat Makefile distinfo pkg-plist ports/mbone/rat/files patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG orion 2002/08/10 09:01:02 PDT Modified files: mbone/rat Makefile distinfo pkg-plist Removed files: mbone/rat/files patch-ah Log: Update to version 4.2.22. Revision Changes Path 1.18 +2 -2 ports/mbone/rat/Makefile 1.5 +2 -1 ports/mbone/rat/distinfo 1.2 +0 -286 ports/mbone/rat/files/patch-ah (dead) 1.6 +4 -4 ports/mbone/rat/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 9: 1:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C3FF37B4B8; Sat, 10 Aug 2002 09:01:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E2543E65; Sat, 10 Aug 2002 09:01:11 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AG1BJU065101; Sat, 10 Aug 2002 09:01:11 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AG1BZ8065100; Sat, 10 Aug 2002 09:01:11 -0700 (PDT) Message-Id: <200208101601.g7AG1BZ8065100@freefall.freebsd.org> From: Patrick Li Date: Sat, 10 Aug 2002 09:01:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/smarty 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 pat 2002/08/10 09:01:11 PDT Modified files: www/smarty Makefile distinfo pkg-plist Log: Update to 2.3.0 PR: ports/41518 Submitted by: maintainer Revision Changes Path 1.5 +4 -2 ports/www/smarty/Makefile 1.5 +2 -2 ports/www/smarty/distinfo 1.5 +45 -27 ports/www/smarty/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 9:20:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D165A37B400; Sat, 10 Aug 2002 09:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B6943E65; Sat, 10 Aug 2002 09:20:17 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AGKHJU070990; Sat, 10 Aug 2002 09:20:17 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AGKGs0070982; Sat, 10 Aug 2002 09:20:16 -0700 (PDT) Message-Id: <200208101620.g7AGKGs0070982@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 10 Aug 2002 09:20:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kxicq-devel Makefile pkg-comment pkg-descr pkg-plist ports/net/kxicq-devel/files patch-engine::kxengine.cpp patch-widgets::config::kxsettings_ignoreimpl.cpp patch-widgets::config::kxsettings_initialimpl.cpp patch-widgets::config::kxsettings_statusimpl.cpp patch-widgets::kxreminderdialogimpl.cpp patch-widgets::kxremindereditdialogimpl.cpp patch-widgets::kxreminderoverviewdialogimpl.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 lioux 2002/08/10 09:20:15 PDT Added files: net/kxicq-devel Makefile pkg-comment pkg-descr pkg-plist net/kxicq-devel/files patch-engine::kxengine.cpp patch-widgets::config::kxsettings_ignoreimpl.cpp patch-widgets::config::kxsettings_initialimpl.cpp patch-widgets::config::kxsettings_statusimpl.cpp patch-widgets::kxreminderdialogimpl.cpp patch-widgets::kxremindereditdialogimpl.cpp patch-widgets::kxreminderoverviewdialogimpl.cpp Log: o 1st commit after repo copy from kxicq o Update to kxicq 2 snapshot 20020622 supporting KDE 3 PR: 40383 Submitted by: Andy Fawcett Repo copy by: joe (cvs hat) Repo copy approved by: will (portmgr hat) Revision Changes Path 1.9 +32 -0 ports/net/kxicq-devel/Makefile (new) 1.1 +11 -0 ports/net/kxicq-devel/files/patch-engine::kxengine.cpp (new) 1.1 +11 -0 ports/net/kxicq-devel/files/patch-widgets::config::kxsettings_ignoreimpl.cpp (new) 1.1 +11 -0 ports/net/kxicq-devel/files/patch-widgets::config::kxsettings_initialimpl.cpp (new) 1.1 +11 -0 ports/net/kxicq-devel/files/patch-widgets::config::kxsettings_statusimpl.cpp (new) 1.1 +17 -0 ports/net/kxicq-devel/files/patch-widgets::kxreminderdialogimpl.cpp (new) 1.1 +11 -0 ports/net/kxicq-devel/files/patch-widgets::kxremindereditdialogimpl.cpp (new) 1.1 +11 -0 ports/net/kxicq-devel/files/patch-widgets::kxreminderoverviewdialogimpl.cpp (new) 1.3 +1 -0 ports/net/kxicq-devel/pkg-comment (new) 1.3 +5 -0 ports/net/kxicq-devel/pkg-descr (new) 1.4 +96 -0 ports/net/kxicq-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 Sat Aug 10 9:22:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E3537B400; Sat, 10 Aug 2002 09:22:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5CAD43E75; Sat, 10 Aug 2002 09:22:24 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AGMOJU071621; Sat, 10 Aug 2002 09:22:24 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AGMOji071620; Sat, 10 Aug 2002 09:22:24 -0700 (PDT) Message-Id: <200208101622.g7AGMOji071620@freefall.freebsd.org> From: Patrick Li Date: Sat, 10 Aug 2002 09:22:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nessus Makefile distinfo ports/security/nessus-libnasl Makefile distinfo ports/security/nessus-libraries Makefile distinfo ports/security/nessus-plugins Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/08/10 09:22:24 PDT Modified files: security/nessus Makefile distinfo security/nessus-libnasl Makefile distinfo security/nessus-libraries Makefile distinfo security/nessus-plugins Makefile distinfo pkg-plist Log: Update to 1.2.4 PR: ports/41514 Submitted by: maintainer Revision Changes Path 1.24 +1 -1 ports/security/nessus-libnasl/Makefile 1.15 +1 -1 ports/security/nessus-libnasl/distinfo 1.25 +1 -1 ports/security/nessus-libraries/Makefile 1.16 +1 -1 ports/security/nessus-libraries/distinfo 1.24 +1 -1 ports/security/nessus-plugins/Makefile 1.16 +1 -1 ports/security/nessus-plugins/distinfo 1.18 +35 -1 ports/security/nessus-plugins/pkg-plist 1.31 +1 -1 ports/security/nessus/Makefile 1.16 +1 -1 ports/security/nessus/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 9:36:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 786E737B400; Sat, 10 Aug 2002 09:36:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3776143E3B; Sat, 10 Aug 2002 09:36:16 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AGaGJU072924; Sat, 10 Aug 2002 09:36:16 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AGaFl1072923; Sat, 10 Aug 2002 09:36:15 -0700 (PDT) Message-Id: <200208101636.g7AGaFl1072923@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 09:36:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/terminality Makefile distinfo pkg-descr pkg-plist ports/devel/terminality/files patch-Makefile patch-demo::Makefile patch-demo::demo.cpp patch-dlgc::Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 09:36:15 PDT Modified files: devel/terminality Makefile distinfo pkg-descr pkg-plist devel/terminality/files patch-Makefile patch-demo::Makefile patch-dlgc::Makefile Removed files: devel/terminality/files patch-demo::demo.cpp Log: upgrade to 2.1 PR: 41500 Submitted by: Ports Fury Revision Changes Path 1.6 +8 -15 ports/devel/terminality/Makefile 1.4 +1 -1 ports/devel/terminality/distinfo 1.2 +25 -20 ports/devel/terminality/files/patch-Makefile 1.3 +30 -11 ports/devel/terminality/files/patch-demo::Makefile 1.2 +0 -10 ports/devel/terminality/files/patch-demo::demo.cpp (dead) 1.2 +26 -5 ports/devel/terminality/files/patch-dlgc::Makefile 1.3 +1 -1 ports/devel/terminality/pkg-descr 1.2 +5 -3 ports/devel/terminality/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 9:37:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BB3237B400; Sat, 10 Aug 2002 09:37:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 001A843E6A; Sat, 10 Aug 2002 09:37:42 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AGbgJU073199; Sat, 10 Aug 2002 09:37:42 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AGbgoD073198; Sat, 10 Aug 2002 09:37:42 -0700 (PDT) Message-Id: <200208101637.g7AGbgoD073198@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 10 Aug 2002 09:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/10 09:37:42 PDT Modified files: net Makefile Log: Connect kxicq-devel to the build after repo copy Repo copy by: joe (cvs hat) Repo copy approved by: will (portmgr hat) Revision Changes Path 1.823 +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 Sat Aug 10 9:47:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C3C937B400; Sat, 10 Aug 2002 09:47:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40FDC43E6A; Sat, 10 Aug 2002 09:47:54 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AGlsJU074098; Sat, 10 Aug 2002 09:47:54 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AGlrGI074097; Sat, 10 Aug 2002 09:47:53 -0700 (PDT) Message-Id: <200208101647.g7AGlrGI074097@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 10 Aug 2002 09:47:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/10 09:47:53 PDT Modified files: . modules Log: kxicq-devel --> ports/net/kxicq-devel Revision Changes Path 1.5694 +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 Sat Aug 10 10: 4:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9B5D37B400; Sat, 10 Aug 2002 10:04:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C75543E3B; Sat, 10 Aug 2002 10:04:08 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AH46JU075704; Sat, 10 Aug 2002 10:04:08 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AH46YN075703; Sat, 10 Aug 2002 10:04:06 -0700 (PDT) Message-Id: <200208101704.g7AH46YN075703@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 10:04:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libexif-gtk Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 10:04:05 PDT Modified files: graphics/libexif-gtk Makefile distinfo pkg-plist Log: upgrade to 0.3.2 PR: 41502 Submitted by: Ports Fury Revision Changes Path 1.3 +7 -7 ports/graphics/libexif-gtk/Makefile 1.2 +1 -1 ports/graphics/libexif-gtk/distinfo 1.2 +2 -2 ports/graphics/libexif-gtk/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10: 8:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6556137B400; Sat, 10 Aug 2002 10:08:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2517243E6A; Sat, 10 Aug 2002 10:08:47 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AH8lJU080189; Sat, 10 Aug 2002 10:08:47 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AH8kOH080188; Sat, 10 Aug 2002 10:08:46 -0700 (PDT) Message-Id: <200208101708.g7AH8kOH080188@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 10:08:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libquicktime Makefile pkg-plist ports/graphics/libquicktime/files patch-configure patch-plugins::rtjpeg::RTjpeg.h patch-plugins::xanim::lqt_codec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 10:08:46 PDT Modified files: graphics/libquicktime Makefile pkg-plist Added files: graphics/libquicktime/files patch-configure patch-plugins::rtjpeg::RTjpeg.h patch-plugins::xanim::lqt_codec.c Log: - Fix build on -stable - Support CFLAGS properly - Do not install .la files PR: 41503 Submitted by: Ports Fury Revision Changes Path 1.3 +16 -7 ports/graphics/libquicktime/Makefile 1.1 +10 -0 ports/graphics/libquicktime/files/patch-configure (new) 1.1 +15 -0 ports/graphics/libquicktime/files/patch-plugins::rtjpeg::RTjpeg.h (new) 1.1 +48 -0 ports/graphics/libquicktime/files/patch-plugins::xanim::lqt_codec.c (new) 1.2 +2 -25 ports/graphics/libquicktime/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10:12:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6964A37B400; Sat, 10 Aug 2002 10:12:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096C143E88; Sat, 10 Aug 2002 10:12:24 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHCNJU080810; Sat, 10 Aug 2002 10:12:23 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHCN3c080809; Sat, 10 Aug 2002 10:12:23 -0700 (PDT) Message-Id: <200208101712.g7AHCN3c080809@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 10:12:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/sircd Makefile distinfo pkg-plist ports/irc/sircd/files patch-Makefile patch-sircd::src::srv_commands.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 10:12:23 PDT Modified files: irc/sircd Makefile distinfo pkg-plist Added files: irc/sircd/files patch-Makefile Removed files: irc/sircd/files patch-sircd::src::srv_commands.c Log: upgrade to 0.4.0 PR: 41504 Submitted by: Ports Fury Revision Changes Path 1.2 +10 -13 ports/irc/sircd/Makefile 1.2 +1 -1 ports/irc/sircd/distinfo 1.1 +26 -0 ports/irc/sircd/files/patch-Makefile (new) 1.2 +0 -11 ports/irc/sircd/files/patch-sircd::src::srv_commands.c (dead) 1.2 +7 -6 ports/irc/sircd/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10:14:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F6B937B400; Sat, 10 Aug 2002 10:14:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0466043E3B; Sat, 10 Aug 2002 10:14:17 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHEGJU080981; Sat, 10 Aug 2002 10:14:16 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHEGIL080977; Sat, 10 Aug 2002 10:14:16 -0700 (PDT) Message-Id: <200208101714.g7AHEGIL080977@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 10:14:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/10 10:14:15 PDT Modified files: sys/sparc64/sparc64 pmap.c Log: o Remove the setting and clearing of the PG_MAPPED flag. (This flag is obsolete.) Revision Changes Path 1.76 +3 -3 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10:17:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84ACE37B400; Sat, 10 Aug 2002 10:17:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3844E43E6E; Sat, 10 Aug 2002 10:17:22 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHHMJU081247; Sat, 10 Aug 2002 10:17:22 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHHLAq081246; Sat, 10 Aug 2002 10:17:21 -0700 (PDT) Message-Id: <200208101717.g7AHHLAq081246@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 10:17:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tn5250 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 10:17:21 PDT Modified files: net/tn5250 Makefile distinfo Log: upgrade to 0.16.5 PR: 41505 Submitted by: Ports Fury Revision Changes Path 1.16 +1 -1 ports/net/tn5250/Makefile 1.9 +1 -1 ports/net/tn5250/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10:19:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 664FE37B400; Sat, 10 Aug 2002 10:19:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1579543E65; Sat, 10 Aug 2002 10:19:39 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHJcJU081586; Sat, 10 Aug 2002 10:19:38 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHJcC0081585; Sat, 10 Aug 2002 10:19:38 -0700 (PDT) Message-Id: <200208101719.g7AHJcC0081585@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 10:19:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cadaver Makefile distinfo ports/www/cadaver/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 10:19:38 PDT Modified files: www/cadaver Makefile distinfo Removed files: www/cadaver/files patch-aa Log: upgrade to 0.20.4 PR: 41506 Submitted by: Ports Fury Revision Changes Path 1.15 +13 -13 ports/www/cadaver/Makefile 1.5 +1 -1 ports/www/cadaver/distinfo 1.3 +0 -17 ports/www/cadaver/files/patch-aa (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10:34:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D4A337B400; Sat, 10 Aug 2002 10:34:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D1F43E6A; Sat, 10 Aug 2002 10:34:42 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHYgJU083137; Sat, 10 Aug 2002 10:34:42 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHYgVx083136; Sat, 10 Aug 2002 10:34:42 -0700 (PDT) Message-Id: <200208101734.g7AHYgVx083136@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 10 Aug 2002 10:34:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/10 10:34:42 PDT Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add missing ";". General entities should always have &foo; form. Revision Changes Path 1.406 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10:34:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39FEE37B40C; Sat, 10 Aug 2002 10:34:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D499B43E65; Sat, 10 Aug 2002 10:34:50 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHYoJU083174; Sat, 10 Aug 2002 10:34:50 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHYoRW083173; Sat, 10 Aug 2002 10:34:50 -0700 (PDT) Message-Id: <200208101734.g7AHYoRW083173@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 10 Aug 2002 10:34:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/10 10:34:50 PDT Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Add missing ";". General entities should always have &foo; form. Revision Changes Path 1.22.2.278 +2 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10:35:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A44BA37B4A0; Sat, 10 Aug 2002 10:34:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54C0943E42; Sat, 10 Aug 2002 10:34:56 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHYuJU083210; Sat, 10 Aug 2002 10:34:56 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHYuMG083209; Sat, 10 Aug 2002 10:34:56 -0700 (PDT) Message-Id: <200208101734.g7AHYuMG083209@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 10 Aug 2002 10:34:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/ja_JP.eucJP/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/10 10:34:56 PDT Modified files: (Branch: RELENG_4) release/doc/ja_JP.eucJP/relnotes/common new.sgml Log: Catch up with the English version: 1.22.2.275 -> 1.22.2.277 relnotes/common/new.sgml Revision Changes Path 1.5.2.32 +47 -5 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10:35:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F9BB37B409; Sat, 10 Aug 2002 10:35:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5DCF43E65; Sat, 10 Aug 2002 10:35:09 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHZ9JU083271; Sat, 10 Aug 2002 10:35:09 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHZ9cH083270; Sat, 10 Aug 2002 10:35:09 -0700 (PDT) Message-Id: <200208101735.g7AHZ9cH083270@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 10 Aug 2002 10:35:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en docs.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/10 10:35:09 PDT Modified files: en docs.sgml Log: Fix a typo (s/IPSec/IPsec/). Revision Changes Path 1.152 +3 -3 www/en/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10:45:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9D8537B400; Sat, 10 Aug 2002 10:45:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB6943E70; Sat, 10 Aug 2002 10:45:33 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHjXJU084059; Sat, 10 Aug 2002 10:45:33 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHjXuW084058; Sat, 10 Aug 2002 10:45:33 -0700 (PDT) Message-Id: <200208101745.g7AHjXuW084058@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 10 Aug 2002 10:45:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libwnck Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/10 10:45:33 PDT Modified files: x11-toolkits/libwnck Makefile distinfo Log: Update to 0.16. This update brings FreeBSD's GNOME 2 Desktop to 2.0.1 Release Candidate 1, "Not Considered Harmful" Revision Changes Path 1.13 +1 -1 ports/x11-toolkits/libwnck/Makefile 1.9 +1 -1 ports/x11-toolkits/libwnck/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 10:52:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D03B537B400; Sat, 10 Aug 2002 10:52:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 847FF43E5E; Sat, 10 Aug 2002 10:52:36 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHqaJU084688; Sat, 10 Aug 2002 10:52:36 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHqapx084687; Sat, 10 Aug 2002 10:52:36 -0700 (PDT) Message-Id: <200208101752.g7AHqapx084687@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 10 Aug 2002 10:52:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/10 10:52:36 PDT Modified files: en/gnome news.xml Log: Announce that the FreeBSD GNOME team has updated GNOME 2 to 2.0.1 Release Candidate 1. Revision Changes Path 1.16 +17 -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 Sat Aug 10 10:58:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0544037B400; Sat, 10 Aug 2002 10:58:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FE943E4A; Sat, 10 Aug 2002 10:58:06 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AHw6JU084912; Sat, 10 Aug 2002 10:58:06 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AHw6iM084911; Sat, 10 Aug 2002 10:58:06 -0700 (PDT) Message-Id: <200208101758.g7AHw6iM084911@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 10 Aug 2002 10:58:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/introduction chapter.sgml doc/ja_JP.eucJP/books/handbook/pgpkeys 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 hrs 2002/08/10 10:58:06 PDT Modified files: ja_JP.eucJP/books/handbook/introduction chapter.sgml ja_JP.eucJP/books/handbook/pgpkeys chapter.sgml Log: Merge the following from the English version: 1.67 -> 1.68 introduction/chapter.sgml 1.162 -> 1.163 pgpkeys/chapter.sgml Revision Changes Path 1.25 +2 -2 doc/ja_JP.eucJP/books/handbook/introduction/chapter.sgml 1.30 +1 -1 doc/ja_JP.eucJP/books/handbook/pgpkeys/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 11: 1:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6488837B400; Sat, 10 Aug 2002 11:01:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A0543E65; Sat, 10 Aug 2002 11:01:40 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AI1dJU085254; Sat, 10 Aug 2002 11:01:39 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AI1d9i085253; Sat, 10 Aug 2002 11:01:39 -0700 (PDT) Message-Id: <200208101801.g7AI1d9i085253@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 11:01:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/ia64/ia64 pmap.c src/sys/vm vm_page.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/10 11:01:39 PDT Modified files: sys/alpha/alpha pmap.c sys/ia64/ia64 pmap.c sys/vm vm_page.h Log: o Remove the setting and clearing of the PG_MAPPED flag from the alpha and ia64 pmap. o Remove the PG_MAPPED flag's declaration. Revision Changes Path 1.104 +4 -8 src/sys/alpha/alpha/pmap.c 1.74 +2 -5 src/sys/ia64/ia64/pmap.c 1.109 +0 -1 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 11:10:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0411937B401; Sat, 10 Aug 2002 11:10:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8184343E75; Sat, 10 Aug 2002 11:10:36 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AIAaJU090264; Sat, 10 Aug 2002 11:10:36 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AIAaG4090263; Sat, 10 Aug 2002 11:10:36 -0700 (PDT) Message-Id: <200208101810.g7AIAaG4090263@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 10 Aug 2002 11:10:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs faq2.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 2002/08/10 11:10:36 PDT Modified files: en/gnome/docs faq2.sgml Log: Update the question on running GNOME 1.4.1 apps under GNOME 2 to include the new GNOMENG layout. Revision Changes Path 1.3 +27 -28 www/en/gnome/docs/faq2.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 11:12:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6C3637B400; Sat, 10 Aug 2002 11:12:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB7C43E3B; Sat, 10 Aug 2002 11:12:12 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AICCJU090582; Sat, 10 Aug 2002 11:12:12 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AICC8W090581; Sat, 10 Aug 2002 11:12:12 -0700 (PDT) Message-Id: <200208101812.g7AICC8W090581@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 10 Aug 2002 11:12:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome 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 marcus 2002/08/10 11:12:12 PDT Modified files: en/gnome index.xsl Log: Mention we support GNOME 2.0.1. Revision Changes Path 1.27 +5 -5 www/en/gnome/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 11:15:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE22937B400; Sat, 10 Aug 2002 11:14:57 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D741C43E6A; Sat, 10 Aug 2002 11:14:56 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: from freefall.freebsd.org (mp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AIEuJU091170; Sat, 10 Aug 2002 11:14:56 -0700 (PDT) (envelope-from mp@freefall.freebsd.org) Received: (from mp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AIEuXx091169; Sat, 10 Aug 2002 11:14:56 -0700 (PDT) Message-Id: <200208101814.g7AIEuXx091169@freefall.freebsd.org> From: Mark Peek Date: Sat, 10 Aug 2002 11:14:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcsh Fixes Imakefile Makefile.in Makefile.std Makefile.vms Ported README complete.tcsh config.guess config.sub config_f.h configure configure.in ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c ed.refresh.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 mp 2002/08/10 11:14:54 PDT Modified files: (Branch: RELENG_4) contrib/tcsh Fixes Imakefile Makefile.in Makefile.std Makefile.vms Ported README complete.tcsh config.guess config.sub config_f.h configure configure.in ed.chared.c ed.decls.h ed.defns.c ed.h ed.init.c ed.inputl.c ed.refresh.c ed.screen.c ed.term.c ed.term.h ed.xmap.c gethost.c glob.3 glob.c glob.h host.defs patchlevel.h pathnames.h sh.c sh.char.c sh.char.h sh.decls.h sh.dir.c sh.dir.h sh.dol.c sh.err.c sh.exec.c sh.exp.c sh.file.c sh.func.c sh.glob.c sh.h sh.hist.c sh.init.c sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.proc.h sh.sem.c sh.set.c sh.time.c sh.types.h tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c tc.func.c tc.h tc.os.c tc.os.h tc.printf.c tc.prompt.c tc.sched.c tc.sig.c tc.sig.h tc.str.c tc.vers.c tc.wait.h tc.who.c tcsh.man tw.color.c tw.comp.c tw.decls.h tw.h tw.help.c tw.init.c tw.parse.c tw.spell.c contrib/tcsh/config bsd4.4 contrib/tcsh/nls/finnish set1 set20 contrib/tcsh/nls/pl set1 set13 set17 set19 set2 set20 set21 set22 set23 set26 set3 set30 set4 set7 set9 contrib/tcsh/nls/russian set1 set10 set13 set17 set18 set19 set2 set20 set22 set23 set26 set27 set3 set30 set31 set4 set6 set7 set9 contrib/tcsh/nls/ukrainian set1 set10 set11 set12 set13 set14 set15 set16 set17 set18 set19 set2 set20 set21 set22 set23 set24 set25 set26 set27 set29 set3 set30 set31 set4 set5 set6 set7 set8 set9 Log: MFC: update to version 6.12 (change list from 6.11 -> 6.12 can be found in src/contrib/tcsh/Fixes) Revision Changes Path 1.1.1.2.2.4 +68 -1 src/contrib/tcsh/Fixes 1.1.1.2.2.4 +3 -3 src/contrib/tcsh/Imakefile 1.1.1.2.2.4 +8 -8 src/contrib/tcsh/Makefile.in 1.1.1.2.2.4 +8 -8 src/contrib/tcsh/Makefile.std 1.1.1.2.2.4 +3 -3 src/contrib/tcsh/Makefile.vms 1.1.1.2.2.3 +23 -2 src/contrib/tcsh/Ported 1.1.1.2.2.4 +1 -1 src/contrib/tcsh/README 1.1.1.2.2.4 +57 -29 src/contrib/tcsh/complete.tcsh 1.1.1.1.2.3 +604 -374 src/contrib/tcsh/config.guess 1.1.1.1.2.3 +346 -118 src/contrib/tcsh/config.sub 1.1.1.1.2.3 +1 -0 src/contrib/tcsh/config/bsd4.4 1.1.1.1.2.3 +7 -6 src/contrib/tcsh/config_f.h 1.1.1.1.2.3 +83 -46 src/contrib/tcsh/configure 1.1.1.1.2.3 +15 -1 src/contrib/tcsh/configure.in 1.1.1.2.2.4 +3 -7 src/contrib/tcsh/ed.chared.c 1.1.1.1.2.4 +2 -6 src/contrib/tcsh/ed.decls.h 1.1.1.1.2.4 +3 -7 src/contrib/tcsh/ed.defns.c 1.1.1.1.2.4 +3 -39 src/contrib/tcsh/ed.h 1.1.1.2.2.4 +5 -10 src/contrib/tcsh/ed.init.c 1.1.1.2.2.3 +12 -14 src/contrib/tcsh/ed.inputl.c 1.1.1.2.2.3 +3 -7 src/contrib/tcsh/ed.refresh.c 1.1.1.1.2.3 +3 -7 src/contrib/tcsh/ed.screen.c 1.1.1.1.2.4 +3 -8 src/contrib/tcsh/ed.term.c 1.1.1.1.2.2 +38 -8 src/contrib/tcsh/ed.term.h 1.1.1.1.2.4 +3 -7 src/contrib/tcsh/ed.xmap.c 1.1.1.1.2.2 +3 -7 src/contrib/tcsh/gethost.c 1.1.1.1.2.3 +1 -5 src/contrib/tcsh/glob.3 1.1.1.2.2.3 +1 -5 src/contrib/tcsh/glob.c 1.1.1.1.2.3 +3 -7 src/contrib/tcsh/glob.h 1.1.1.2.2.4 +11 -13 src/contrib/tcsh/host.defs 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/finnish/set1 1.1.1.1.2.2 +11 -11 src/contrib/tcsh/nls/finnish/set20 1.1.1.1.2.2 +140 -1 src/contrib/tcsh/nls/pl/set1 1.1.1.1.2.2 +1 -1 src/contrib/tcsh/nls/pl/set13 1.1.1.1.2.2 +1 -1 src/contrib/tcsh/nls/pl/set17 1.1.1.1.2.2 +6 -6 src/contrib/tcsh/nls/pl/set19 1.1.1.1.2.2 +26 -26 src/contrib/tcsh/nls/pl/set2 1.1.1.1.2.2 +10 -10 src/contrib/tcsh/nls/pl/set20 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/pl/set21 1.1.1.1.2.2 +10 -10 src/contrib/tcsh/nls/pl/set22 1.1.1.1.2.2 +1 -1 src/contrib/tcsh/nls/pl/set23 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/pl/set26 1.1.1.1.2.2 +117 -14 src/contrib/tcsh/nls/pl/set3 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/pl/set30 1.1.1.1.2.2 +1 -1 src/contrib/tcsh/nls/pl/set4 1.1.1.1.2.2 +18 -18 src/contrib/tcsh/nls/pl/set7 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/pl/set9 1.1.1.1.2.2 +51 -51 src/contrib/tcsh/nls/russian/set1 1.1.1.1.2.2 +3 -3 src/contrib/tcsh/nls/russian/set10 1.1.1.1.2.2 +8 -8 src/contrib/tcsh/nls/russian/set13 1.1.1.1.2.2 +5 -5 src/contrib/tcsh/nls/russian/set17 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/russian/set18 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/russian/set19 1.1.1.1.2.2 +10 -10 src/contrib/tcsh/nls/russian/set2 1.1.1.1.2.2 +36 -36 src/contrib/tcsh/nls/russian/set20 1.1.1.1.2.2 +9 -9 src/contrib/tcsh/nls/russian/set22 1.1.1.1.2.2 +11 -11 src/contrib/tcsh/nls/russian/set23 1.1.1.1.2.2 +8 -8 src/contrib/tcsh/nls/russian/set26 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/russian/set27 1.1.1.1.2.2 +1 -8 src/contrib/tcsh/nls/russian/set3 1.1.1.1.2.2 +7 -6 src/contrib/tcsh/nls/russian/set30 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/russian/set31 1.1.1.1.2.2 +23 -23 src/contrib/tcsh/nls/russian/set4 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/russian/set6 1.1.1.1.2.2 +10 -10 src/contrib/tcsh/nls/russian/set7 1.1.1.1.2.2 +4 -4 src/contrib/tcsh/nls/russian/set9 1.1.1.1.2.2 +87 -87 src/contrib/tcsh/nls/ukrainian/set1 1.1.1.1.2.2 +6 -6 src/contrib/tcsh/nls/ukrainian/set10 1.1.1.1.2.2 +5 -5 src/contrib/tcsh/nls/ukrainian/set11 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/ukrainian/set12 1.1.1.1.2.2 +8 -8 src/contrib/tcsh/nls/ukrainian/set13 1.1.1.1.2.2 +4 -4 src/contrib/tcsh/nls/ukrainian/set14 1.1.1.1.2.2 +5 -5 src/contrib/tcsh/nls/ukrainian/set15 1.1.1.1.2.2 +1 -1 src/contrib/tcsh/nls/ukrainian/set16 1.1.1.1.2.2 +11 -11 src/contrib/tcsh/nls/ukrainian/set17 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/ukrainian/set18 1.1.1.1.2.2 +4 -4 src/contrib/tcsh/nls/ukrainian/set19 1.1.1.1.2.2 +27 -27 src/contrib/tcsh/nls/ukrainian/set2 1.1.1.1.2.2 +6 -6 src/contrib/tcsh/nls/ukrainian/set20 1.1.1.1.2.2 +1 -1 src/contrib/tcsh/nls/ukrainian/set21 1.1.1.1.2.2 +10 -10 src/contrib/tcsh/nls/ukrainian/set22 1.1.1.1.2.2 +6 -6 src/contrib/tcsh/nls/ukrainian/set23 1.1.1.1.2.2 +1 -1 src/contrib/tcsh/nls/ukrainian/set24 1.1.1.1.2.2 +3 -3 src/contrib/tcsh/nls/ukrainian/set25 1.1.1.1.2.2 +9 -9 src/contrib/tcsh/nls/ukrainian/set26 1.1.1.1.2.2 +6 -6 src/contrib/tcsh/nls/ukrainian/set27 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/ukrainian/set29 1.1.1.1.2.3 +1 -1 src/contrib/tcsh/nls/ukrainian/set3 1.1.1.1.2.2 +4 -4 src/contrib/tcsh/nls/ukrainian/set30 1.1.1.1.2.2 +5 -5 src/contrib/tcsh/nls/ukrainian/set31 1.1.1.1.2.2 +1 -1 src/contrib/tcsh/nls/ukrainian/set4 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/ukrainian/set5 1.1.1.1.2.2 +4 -4 src/contrib/tcsh/nls/ukrainian/set6 1.1.1.1.2.2 +5 -5 src/contrib/tcsh/nls/ukrainian/set7 1.1.1.1.2.2 +3 -3 src/contrib/tcsh/nls/ukrainian/set8 1.1.1.1.2.2 +2 -2 src/contrib/tcsh/nls/ukrainian/set9 1.1.1.2.2.4 +4 -4 src/contrib/tcsh/patchlevel.h 1.1.1.1.2.2 +2 -6 src/contrib/tcsh/pathnames.h 1.1.1.2.2.5 +76 -41 src/contrib/tcsh/sh.c 1.1.1.1.2.4 +32 -7 src/contrib/tcsh/sh.char.c 1.1.1.1.2.4 +3 -6 src/contrib/tcsh/sh.char.h 1.1.1.1.2.3 +6 -10 src/contrib/tcsh/sh.decls.h 1.1.1.1.2.5 +25 -9 src/contrib/tcsh/sh.dir.c 1.1.1.1.2.2 +2 -6 src/contrib/tcsh/sh.dir.h 1.1.1.3.2.5 +6 -12 src/contrib/tcsh/sh.dol.c 1.1.1.1.2.3 +3 -7 src/contrib/tcsh/sh.err.c 1.1.1.2.2.3 +28 -23 src/contrib/tcsh/sh.exec.c 1.1.1.1.2.2 +6 -8 src/contrib/tcsh/sh.exp.c 1.1.1.1.2.3 +54 -41 src/contrib/tcsh/sh.file.c 1.1.1.3.2.4 +50 -22 src/contrib/tcsh/sh.func.c 1.1.1.2.2.4 +13 -12 src/contrib/tcsh/sh.glob.c 1.1.1.3.2.4 +28 -15 src/contrib/tcsh/sh.h 1.1.1.2.2.2 +5 -9 src/contrib/tcsh/sh.hist.c 1.1.1.1.2.2 +3 -7 src/contrib/tcsh/sh.init.c 1.1.1.2.2.3 +21 -14 src/contrib/tcsh/sh.lex.c 1.1.1.1.2.2 +3 -7 src/contrib/tcsh/sh.misc.c 1.1.1.1.2.2 +3 -7 src/contrib/tcsh/sh.parse.c 1.1.1.2.2.3 +3 -7 src/contrib/tcsh/sh.print.c 1.1.1.1.2.4 +3 -7 src/contrib/tcsh/sh.proc.c 1.1.1.1.2.2 +2 -6 src/contrib/tcsh/sh.proc.h 1.1.1.1.2.4 +15 -18 src/contrib/tcsh/sh.sem.c 1.1.1.2.2.5 +23 -9 src/contrib/tcsh/sh.set.c 1.1.1.3.2.3 +4 -8 src/contrib/tcsh/sh.time.c 1.1.1.2.2.3 +2 -6 src/contrib/tcsh/sh.types.h 1.1.1.1.2.3 +3 -7 src/contrib/tcsh/tc.alloc.c 1.1.1.1.2.3 +3 -7 src/contrib/tcsh/tc.bind.c 1.1.1.2.2.5 +9 -7 src/contrib/tcsh/tc.const.c 1.1.1.1.2.4 +2 -6 src/contrib/tcsh/tc.decls.h 1.1.1.1.2.2 +4 -8 src/contrib/tcsh/tc.disc.c 1.1.1.2.2.5 +24 -20 src/contrib/tcsh/tc.func.c 1.1.1.1.2.2 +2 -6 src/contrib/tcsh/tc.h 1.1.1.1.2.3 +3 -7 src/contrib/tcsh/tc.os.c 1.1.1.1.2.3 +5 -6 src/contrib/tcsh/tc.os.h 1.1.1.1.2.3 +52 -22 src/contrib/tcsh/tc.printf.c 1.1.1.5.2.3 +24 -12 src/contrib/tcsh/tc.prompt.c 1.1.1.1.2.3 +5 -8 src/contrib/tcsh/tc.sched.c 1.1.1.1.2.3 +3 -7 src/contrib/tcsh/tc.sig.c 1.1.1.1.2.3 +8 -12 src/contrib/tcsh/tc.sig.h 1.1.1.1.2.2 +3 -7 src/contrib/tcsh/tc.str.c 1.1.1.1.2.2 +10 -9 src/contrib/tcsh/tc.vers.c 1.1.1.1.2.3 +4 -8 src/contrib/tcsh/tc.wait.h 1.1.1.2.2.3 +5 -9 src/contrib/tcsh/tc.who.c 1.1.1.3.2.4 +55 -17 src/contrib/tcsh/tcsh.man 1.1.1.2.2.4 +8 -12 src/contrib/tcsh/tw.color.c 1.1.1.1.2.2 +6 -9 src/contrib/tcsh/tw.comp.c 1.1.1.1.2.3 +2 -6 src/contrib/tcsh/tw.decls.h 1.1.1.1.2.3 +2 -6 src/contrib/tcsh/tw.h 1.1.1.2.2.2 +3 -7 src/contrib/tcsh/tw.help.c 1.1.1.1.2.3 +4 -8 src/contrib/tcsh/tw.init.c 1.1.1.2.2.4 +6 -10 src/contrib/tcsh/tw.parse.c 1.1.1.1.2.2 +3 -7 src/contrib/tcsh/tw.spell.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 11:42:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C978A37B400; Sat, 10 Aug 2002 11:42:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF0343E5E; Sat, 10 Aug 2002 11:42:15 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AIgFJU093399; Sat, 10 Aug 2002 11:42:15 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AIgEJp093398; Sat, 10 Aug 2002 11:42:14 -0700 (PDT) Message-Id: <200208101842.g7AIgEJp093398@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 11:42:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci agp.c agp_i810.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/10 11:42:13 PDT Modified files: sys/pci agp.c agp_i810.c Log: o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire(). Revision Changes Path 1.19 +1 -4 src/sys/pci/agp.c 1.8 +2 -2 src/sys/pci/agp_i810.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 11:49: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8518137B400; Sat, 10 Aug 2002 11:49:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38AA343E70; Sat, 10 Aug 2002 11:49:06 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AIn6JU093731; Sat, 10 Aug 2002 11:49:06 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AIn6ak093730; Sat, 10 Aug 2002 11:49:06 -0700 (PDT) Message-Id: <200208101849.g7AIn6ak093730@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 10 Aug 2002 11:49:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/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 hrs 2002/08/10 11:49:06 PDT Modified files: ja_JP.eucJP/articles/contributors article.sgml Log: Merge the following from the English version: 1.37 -> 1.232 contributors/article.sgml Revision Changes Path 1.6 +1847 -1345 doc/ja_JP.eucJP/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 Sat Aug 10 11:58: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9211C37B400; Sat, 10 Aug 2002 11:58:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4654843E6A; Sat, 10 Aug 2002 11:58:01 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AIw1JU095326; Sat, 10 Aug 2002 11:58:01 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AIw138095325; Sat, 10 Aug 2002 11:58:01 -0700 (PDT) Message-Id: <200208101858.g7AIw138095325@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 10 Aug 2002 11:58:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver-gnome Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/10 11:58:01 PDT Modified files: x11/xscreensaver-gnome Makefile Log: Add --without-kerberos to CONFIGURE_ARGS to prevent a build failure looking for libkrb. Reported by: Roddie Hasan Revision Changes Path 1.5 +2 -1 ports/x11/xscreensaver-gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 12:25: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46EF737B400; Sat, 10 Aug 2002 12:25:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE9F043E6A; Sat, 10 Aug 2002 12:25:04 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: from freefall.freebsd.org (ade@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AJP4JU001885; Sat, 10 Aug 2002 12:25:04 -0700 (PDT) (envelope-from ade@freefall.freebsd.org) Received: (from ade@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AJP4fd001884; Sat, 10 Aug 2002 12:25:04 -0700 (PDT) Message-Id: <200208101925.g7AJP4fd001884@freefall.freebsd.org> From: Ade Lovett Date: Sat, 10 Aug 2002 12:25:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gettext 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 ade 2002/08/10 12:25:04 PDT Modified files: devel/gettext Makefile distinfo pkg-plist Log: Upgrade to 0.11.5 Submitted by: Jim Bloom and others Revision Changes Path 1.36 +1 -1 ports/devel/gettext/Makefile 1.7 +1 -1 ports/devel/gettext/distinfo 1.23 +1 -0 ports/devel/gettext/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 12:40: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5527D37B401; Sat, 10 Aug 2002 12:40:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07AB243E77; Sat, 10 Aug 2002 12:40:02 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AJe1JU002964; Sat, 10 Aug 2002 12:40:01 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AJe1Fo002961; Sat, 10 Aug 2002 12:40:01 -0700 (PDT) Message-Id: <200208101940.g7AJe1Fo002961@freefall.freebsd.org> From: Alan Eldridge Date: Sat, 10 Aug 2002 12:40:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/08/10 12:40:01 PDT Modified files: mail/p5-Mail-SpamAssassin Makefile Log: The port of PodParser doesn't work with 5.8. The internal 5.8 code is newer. So, don't use it or install it (it will break installing all subsequent ports) if we're using perl 5.8. This is not the best test, but it'll do until I (or someone) figures out a way to do a < comparison instead of a != comparison. Revision Changes Path 1.21 +4 -1 ports/mail/p5-Mail-SpamAssassin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 12:41:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36BBD37B400; Sat, 10 Aug 2002 12:41:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD65D43E75; Sat, 10 Aug 2002 12:41:47 -0700 (PDT) (envelope-from alane@FreeBSD.org) Received: from freefall.freebsd.org (alane@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AJflJU003339; Sat, 10 Aug 2002 12:41:47 -0700 (PDT) (envelope-from alane@freefall.freebsd.org) Received: (from alane@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AJfl5w003338; Sat, 10 Aug 2002 12:41:47 -0700 (PDT) Message-Id: <200208101941.g7AJfl5w003338@freefall.freebsd.org> From: Alan Eldridge Date: Sat, 10 Aug 2002 12:41:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/08/10 12:41:47 PDT Modified files: mail/p5-Mail-SpamAssassin Makefile Log: Forgot to bump portrevision, since the previous change affects installing dependency packages, and we want to force this one out. Revision Changes Path 1.22 +1 -0 ports/mail/p5-Mail-SpamAssassin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 12:49:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8691037B400; Sat, 10 Aug 2002 12:49:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27EB843E4A; Sat, 10 Aug 2002 12:48:38 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AJmRJU003699; Sat, 10 Aug 2002 12:48:27 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AJmREG003698; Sat, 10 Aug 2002 12:48:27 -0700 (PDT) Message-Id: <200208101948.g7AJmREG003698@freefall.freebsd.org> From: Scott Long Date: Sat, 10 Aug 2002 12:48:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cam.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/08/10 12:48:27 PDT Modified files: sys/dev/ata atapi-cam.c Log: Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct. Revision Changes Path 1.3 +7 -8 src/sys/dev/ata/atapi-cam.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 12:55: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE2F37B400; Sat, 10 Aug 2002 12:55:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D92743E65; Sat, 10 Aug 2002 12:55:00 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AJt0JU004330; Sat, 10 Aug 2002 12:55:00 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AJt0YV004329; Sat, 10 Aug 2002 12:55:00 -0700 (PDT) Message-Id: <200208101955.g7AJt0YV004329@freefall.freebsd.org> From: Scott Long Date: Sat, 10 Aug 2002 12:55:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac_cam.c aac_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 scottl 2002/08/10 12:55:00 PDT Modified files: sys/dev/aac aac_cam.c aac_pci.c Log: Fix GET_TRAN_SETTINGS to be more correct. Don't allow SCSI resets on the 5400S card, it seems to cause problems with certain backplanes. Submitted by: lnb@freebsdsystems.com MFC after: 3 days Revision Changes Path 1.4 +7 -8 src/sys/dev/aac/aac_cam.c 1.25 +2 -2 src/sys/dev/aac/aac_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 12:56:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58ADF37B400; Sat, 10 Aug 2002 12:56:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9CB143E84; Sat, 10 Aug 2002 12:56:45 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AJujJU004552; Sat, 10 Aug 2002 12:56:45 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AJujNp004551; Sat, 10 Aug 2002 12:56:45 -0700 (PDT) Message-Id: <200208101956.g7AJujNp004551@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 10 Aug 2002 12:56:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/sys sysctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/08/10 12:56:45 PDT Modified files: sys/kern kern_sysctl.c sys/sys sysctl.h Log: Introduce a new sysctl flag, CTLFLAG_SKIP, which will cause sysctl_sysctl_next() to skip this sysctl. The sysctl is still available, but doesn't appear in a "sysctl -a". This is especially useful when you want to deprecate a sysctl, and add a warning into it to warn users that they are using an old interface. Without this flag, the warning would get echoed when running "sysctl -a" (which happens at boot). Revision Changes Path 1.131 +3 -0 src/sys/kern/kern_sysctl.c 1.108 +1 -0 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 13:14:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E47D637B400; Sat, 10 Aug 2002 13:14:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97F9B43E65; Sat, 10 Aug 2002 13:14:55 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AKEtJU010193; Sat, 10 Aug 2002 13:14:55 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AKEt6u010192; Sat, 10 Aug 2002 13:14:55 -0700 (PDT) Message-Id: <200208102014.g7AKEt6u010192@freefall.freebsd.org> From: Patrick Li Date: Sat, 10 Aug 2002 13:14:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/sopwith 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 pat 2002/08/10 13:14:55 PDT Modified files: games/sopwith Makefile distinfo pkg-plist Log: Update to 1.5.0 PR: ports/41369 Submitted by: maintainer Revision Changes Path 1.2 +3 -13 ports/games/sopwith/Makefile 1.2 +1 -1 ports/games/sopwith/distinfo 1.2 +6 -5 ports/games/sopwith/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 13:17: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7028037B400; Sat, 10 Aug 2002 13:16:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2485E43E4A; Sat, 10 Aug 2002 13:16:55 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AKGtJU010488; Sat, 10 Aug 2002 13:16:55 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AKGt7w010487; Sat, 10 Aug 2002 13:16:55 -0700 (PDT) Message-Id: <200208102016.g7AKGt7w010487@freefall.freebsd.org> From: Patrick Li Date: Sat, 10 Aug 2002 13:16:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/sopwith 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 pat 2002/08/10 13:16:54 PDT Modified files: games/sopwith Makefile Log: Forgot to remove USE_REINPLACE in last commit Revision Changes Path 1.3 +0 -1 ports/games/sopwith/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 13:19:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3288137B400; Sat, 10 Aug 2002 13:19:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C266543E70; Sat, 10 Aug 2002 13:19:04 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AKJ4JU010775; Sat, 10 Aug 2002 13:19:04 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AKJ4Gn010774; Sat, 10 Aug 2002 13:19:04 -0700 (PDT) Message-Id: <200208102019.g7AKJ4Gn010774@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 10 Aug 2002 13:19:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_subr.c src/bin/df df.c src/lib/libc/gen getvfsbyname.3 getvfsbyname.c getvfsent.c src/usr.bin/lsvfs Makefile lsvfs.c src/usr.bin/find function.c src/sbin/nfsiod Makefile nfsiod.8 nfsiod.c src/sbin/umount ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/08/10 13:19:04 PDT Modified files: sys/sys mount.h sys/kern vfs_subr.c bin/df df.c lib/libc/gen getvfsbyname.3 getvfsbyname.c getvfsent.c usr.bin/lsvfs Makefile lsvfs.c usr.bin/find function.c sbin/nfsiod Makefile nfsiod.8 nfsiod.c sbin/umount umount.c Log: - Introduce a new struct xvfsconf, the userland version of struct vfsconf. - Make getvfsbyname() take a struct xvfsconf *. - Convert several consumers of getvfsbyname() to use struct xvfsconf. - Correct the getvfsbyname.3 manpage. - Create a new vfs.conflist sysctl to dump all the struct xvfsconf in the kernel, and rewrite getvfsbyname() to use this instead of the weird existing API. - Convert some {set,get,end}vfsent() consumers to use the new vfs.conflist sysctl. - Convert a vfsload() call in nfsiod.c to kldload() and remove the useless vfsisloadable() and endvfsent() calls. - Add a warning printf() in vfs_sysctl() to tell people they are using an old userland. After these changes, it's possible to modify struct vfsconf without breaking the binary compatibility. Please note that these changes don't break this compatibility either. When bp will have updated mount_smbfs(8) with the patch I sent him, there will be no more consumers of the {set,get,end}vfsent(), vfsisloadable() and vfsload() API, and I will promptly delete it. Revision Changes Path 1.41 +20 -11 src/bin/df/df.c 1.13 +22 -7 src/lib/libc/gen/getvfsbyname.3 1.9 +22 -18 src/lib/libc/gen/getvfsbyname.c 1.19 +0 -31 src/lib/libc/gen/getvfsent.c 1.9 +1 -0 src/sbin/nfsiod/Makefile 1.16 +2 -4 src/sbin/nfsiod/nfsiod.8 1.13 +5 -5 src/sbin/nfsiod/nfsiod.c 1.30 +1 -1 src/sbin/umount/umount.c 1.390 +58 -18 src/sys/kern/vfs_subr.c 1.134 +24 -3 src/sys/sys/mount.h 1.47 +1 -1 src/usr.bin/find/function.c 1.8 +1 -0 src/usr.bin/lsvfs/Makefile 1.16 +17 -11 src/usr.bin/lsvfs/lsvfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 13:27:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 622A037B400; Sat, 10 Aug 2002 13:27:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1548943E6E; Sat, 10 Aug 2002 13:27:18 -0700 (PDT) (envelope-from mp@FreeBSD.org) Received: from freefall.freebsd.org (mp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AKRHJU011705; Sat, 10 Aug 2002 13:27:17 -0700 (PDT) (envelope-from mp@freefall.freebsd.org) Received: (from mp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AKRH27011704; Sat, 10 Aug 2002 13:27:17 -0700 (PDT) Message-Id: <200208102027.g7AKRH27011704@freefall.freebsd.org> From: Mark Peek Date: Sat, 10 Aug 2002 13:27:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/search search.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 mp 2002/08/10 13:27:17 PDT Modified files: en/search search.sgml Log: Add freebsd-gnome to the list of mailing lists. Submitted by: marcus Revision Changes Path 1.80 +7 -1 www/en/search/search.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 13:38:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78AA637B400; Sat, 10 Aug 2002 13:38:29 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F1943E72; Sat, 10 Aug 2002 13:38:28 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.3/8.12.2) with ESMTP id g7AKZVDe047601; Sat, 10 Aug 2002 22:35:33 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Maxime Henrion Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mount.h src/sys/kern vfs_subr.c src/bin/df df.c src/lib/libc/gen getvfsbyname.3 getvfsbyname.c getvfsent.c src/usr.bin/lsvfs Makefile lsvfs.c src/usr.bin/find function.c src/sbin/nfsiod Makefile nfsiod.8 nfsiod.c src/sbin/umount ... In-Reply-To: Your message of "Sat, 10 Aug 2002 13:19:04 PDT." <200208102019.g7AKJ4Gn010774@freefall.freebsd.org> Date: Sat, 10 Aug 2002 22:35:31 +0200 Message-ID: <47600.1029011731@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200208102019.g7AKJ4Gn010774@freefall.freebsd.org>, Maxime Henrion w rites: > When bp will have updated mount_smbfs(8) with the patch I sent him, there > will be no more consumers of the {set,get,end}vfsent(), vfsisloadable() > and vfsload() API, and I will promptly delete it. Yah! -- 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 Sat Aug 10 13:44:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F85B37B400; Sat, 10 Aug 2002 13:44:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D5043E4A; Sat, 10 Aug 2002 13:44:15 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AKiFJU013147; Sat, 10 Aug 2002 13:44:15 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AKiFqZ013146; Sat, 10 Aug 2002 13:44:15 -0700 (PDT) Message-Id: <200208102044.g7AKiFqZ013146@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 10 Aug 2002 13:44:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/entropy Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/08/10 13:44:15 PDT Modified files: math Makefile Added files: math/entropy Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add entropy 1.0, calculate data entropy to benchmark compression algorithms. Submitted by: Chris S.J. Peron Revision Changes Path 1.192 +1 -0 ports/math/Makefile 1.1 +18 -0 ports/math/entropy/Makefile (new) 1.1 +1 -0 ports/math/entropy/distinfo (new) 1.1 +1 -0 ports/math/entropy/pkg-comment (new) 1.1 +3 -0 ports/math/entropy/pkg-descr (new) 1.1 +1 -0 ports/math/entropy/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 13:44:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A80A637B416; Sat, 10 Aug 2002 13:44:20 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 588E443E7B; Sat, 10 Aug 2002 13:44:20 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AKiKJU013187; Sat, 10 Aug 2002 13:44:20 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AKiKcH013186; Sat, 10 Aug 2002 13:44:20 -0700 (PDT) Message-Id: <200208102044.g7AKiKcH013186@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 10 Aug 2002 13:44:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/08/10 13:44:20 PDT Modified files: . modules Log: entropy --> ports/math/entropy Revision Changes Path 1.5695 +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 Sat Aug 10 13:48:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE79D37B400; Sat, 10 Aug 2002 13:48:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7062E43E6E; Sat, 10 Aug 2002 13:48:37 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AKmbJU013478; Sat, 10 Aug 2002 13:48:37 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AKmbXm013477; Sat, 10 Aug 2002 13:48:37 -0700 (PDT) Message-Id: <200208102048.g7AKmbXm013477@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 10 Aug 2002 13:48:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/share/sgml catalog teams.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/08/10 13:48:37 PDT Modified files: ja_JP.eucJP/share/sgml catalog Added files: ja_JP.eucJP/share/sgml teams.ent Log: Add Japanese version of teams.ent. Revision Changes Path 1.4 +4 -1 doc/ja_JP.eucJP/share/sgml/catalog 1.1 +31 -0 doc/ja_JP.eucJP/share/sgml/teams.ent (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 13:49: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6B7537B400; Sat, 10 Aug 2002 13:48:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DF8F43E6A; Sat, 10 Aug 2002 13:48:58 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (hrs@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AKmvJU013557; Sat, 10 Aug 2002 13:48:58 -0700 (PDT) (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AKmvcu013556; Sat, 10 Aug 2002 13:48:57 -0700 (PDT) Message-Id: <200208102048.g7AKmvcu013556@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 10 Aug 2002 13:48:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/policies chapter.sgml doc/ja_JP.eucJP/books/handbook/printing chapter.sgml doc/ja_JP.eucJP/books/handbook/sound 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 hrs 2002/08/10 13:48:57 PDT Modified files: ja_JP.eucJP/books/handbook/policies chapter.sgml ja_JP.eucJP/books/handbook/printing chapter.sgml ja_JP.eucJP/books/handbook/sound chapter.sgml Log: Change punctuation style and tidy up. Submitted by: Hideyuki KURASHINA References: [doc-jp-work 475] Revision Changes Path 1.18 +240 -240 doc/ja_JP.eucJP/books/handbook/policies/chapter.sgml 1.18 +2217 -2217 doc/ja_JP.eucJP/books/handbook/printing/chapter.sgml 1.7 +93 -93 doc/ja_JP.eucJP/books/handbook/sound/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 13:54:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6728637B400; Sat, 10 Aug 2002 13:54:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 147FC43E75; Sat, 10 Aug 2002 13:54:32 -0700 (PDT) (envelope-from lioux@FreeBSD.org) Received: from freefall.freebsd.org (lioux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AKsVJU014164; Sat, 10 Aug 2002 13:54:31 -0700 (PDT) (envelope-from lioux@freefall.freebsd.org) Received: (from lioux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AKsVQA014163; Sat, 10 Aug 2002 13:54:31 -0700 (PDT) Message-Id: <200208102054.g7AKsVQA014163@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 10 Aug 2002 13:54:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/distcc Makefile distinfo pkg-plist ports/devel/distcc/files patch-src::distcc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/08/10 13:54:31 PDT Modified files: devel/distcc Makefile distinfo pkg-plist Added files: devel/distcc/files patch-src::distcc.h Log: Update to 0.7 PR: 40873 Submitted by: maintainer Revision Changes Path 1.4 +17 -4 ports/devel/distcc/Makefile 1.4 +1 -1 ports/devel/distcc/distinfo 1.1 +12 -0 ports/devel/distcc/files/patch-src::distcc.h (new) 1.4 +19 -7 ports/devel/distcc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 15: 4: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97F8137B400; Sat, 10 Aug 2002 15:03:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BCD043E5E; Sat, 10 Aug 2002 15:03:59 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AM3xJU023851; Sat, 10 Aug 2002 15:03:59 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AM3xLp023850; Sat, 10 Aug 2002 15:03:59 -0700 (PDT) Message-Id: <200208102203.g7AM3xLp023850@freefall.freebsd.org> From: Ian Dowse Date: Sat, 10 Aug 2002 15:03:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/08/10 15:03:59 PDT Modified files: etc MAKEDEV Log: Remove some unnecessary sanity checks that break "sh MAKEDEV cd" and others, because test(1) does not do shortcut evaluation. Fix the same off-by-one error for acd*t* that revision 1.326 fixed for other *cd devices. Suggested by: bde Reviewed by: bde Revision Changes Path 1.327 +4 -4 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 15:14:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D09937B409; Sat, 10 Aug 2002 15:14:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D30BE43E5E; Sat, 10 Aug 2002 15:14:16 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7AMEGJU028846; Sat, 10 Aug 2002 15:14:16 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7AMEG2a028845; Sat, 10 Aug 2002 15:14:16 -0700 (PDT) Message-Id: <200208102214.g7AMEG2a028845@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 10 Aug 2002 15:14:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm_sparc64.c src/sys/sparc64/include tsb.h vmparam.h src/sys/sparc64/sparc64 exception.S genassym.c pmap.c tsb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/08/10 15:14:16 PDT Modified files: lib/libkvm kvm_sparc64.c sys/sparc64/include tsb.h vmparam.h sys/sparc64/sparc64 exception.S genassym.c pmap.c tsb.c Log: Auto size available kernel virtual address space based on phsyical memory size. This avoids blowing out kva in kmeminit() on large memory machines (4 gigs or more). Reviewed by: tmm Revision Changes Path 1.4 +11 -4 src/lib/libkvm/kvm_sparc64.c 1.16 +3 -6 src/sys/sparc64/include/tsb.h 1.12 +7 -18 src/sys/sparc64/include/vmparam.h 1.38 +36 -12 src/sys/sparc64/sparc64/exception.S 1.40 +0 -1 src/sys/sparc64/sparc64/genassym.c 1.77 +65 -22 src/sys/sparc64/sparc64/pmap.c 1.26 +2 -0 src/sys/sparc64/sparc64/tsb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 15:28:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BF437B400; Sat, 10 Aug 2002 15:28:29 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id F278143E5E; Sat, 10 Aug 2002 15:28:28 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id CAF953F28; Sat, 10 Aug 2002 18:28:27 -0400 (EDT) From: "Dan Langille" To: Alan Eldridge Date: Sat, 10 Aug 2002 18:28:52 -0400 MIME-Version: 1.0 Subject: Re: cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <3D555B64.3166.2DE2EDAD@localhost> In-reply-to: <200208101940.g7AJe1Fo002961@freefall.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10 Aug 2002 at 12:40, Alan Eldridge wrote: > alane 2002/08/10 12:40:01 PDT > > Modified files: > mail/p5-Mail-SpamAssassin Makefile > Log: > The port of PodParser doesn't work with 5.8. The internal 5.8 code is newer. > So, don't use it or install it (it will break installing all subsequent ports) > if we're using perl 5.8. > > This is not the best test, but it'll do until I (or someone) figures out > a way to do a < comparison instead of a != comparison. Courtesy of FreshPorts, which tries every port commit: test appears to fail fatally: [dan@undef:~/ports/mail/p5-Mail-SpamAssassin] $ make -V PORTVERSION - f /usr/home/dan/ports/mail/p5-Mail-SpamAssassin/Makefile PORTS DIR=/usr/home/dan/ports "/usr/home/dan/ports/mail/p5-Mail-SpamAssassin/Makefile", line 25: Malformed conditional (${PERL_VERSION} != "5.8.0") "/usr/home/dan/ports/mail/p5-Mail-SpamAssassin/Makefile", line 27: if- less endif "/usr/home/dan/ports/mail/p5-Mail-SpamAssassin/Makefile", line 27: Need an operator make: fatal errors encountered -- cannot continue -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 16:27:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AED5D37B400; Sat, 10 Aug 2002 16:27:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6383843E4A; Sat, 10 Aug 2002 16:27:07 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ANR7JU038368; Sat, 10 Aug 2002 16:27:07 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ANR7Kn038367; Sat, 10 Aug 2002 16:27:07 -0700 (PDT) Message-Id: <200208102327.g7ANR7Kn038367@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 16:27:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_fault.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/10 16:27:07 PDT Modified files: sys/vm vm_fault.c Log: o Move a call to vm_page_wakeup() inside the scope of the page queues lock. Revision Changes Path 1.151 +1 -1 src/sys/vm/vm_fault.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 16:39:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41C6C37B400; Sat, 10 Aug 2002 16:39:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7EE943E3B; Sat, 10 Aug 2002 16:39:39 -0700 (PDT) (envelope-from bmah@FreeBSD.org) Received: from freefall.freebsd.org (bmah@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ANddJU039253; Sat, 10 Aug 2002 16:39:39 -0700 (PDT) (envelope-from bmah@freefall.freebsd.org) Received: (from bmah@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ANddxe039252; Sat, 10 Aug 2002 16:39:39 -0700 (PDT) Message-Id: <200208102339.g7ANddxe039252@freefall.freebsd.org> From: "Bruce A. Mah" Date: Sat, 10 Aug 2002 16:39:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/releng article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/08/10 16:39:39 PDT Modified files: en_US.ISO8859-1/articles/releng article.sgml Log: Assorted markup fixes, with the occasional spelling/punctuation fix. Revision Changes Path 1.34 +35 -36 doc/en_US.ISO8859-1/articles/releng/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 16:54: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1264A37B400; Sat, 10 Aug 2002 16:54:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B393743E5E; Sat, 10 Aug 2002 16:54:00 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7ANs0JU040498; Sat, 10 Aug 2002 16:54:00 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7ANs0Hg040497; Sat, 10 Aug 2002 16:54:00 -0700 (PDT) Message-Id: <200208102354.g7ANs0Hg040497@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 16:54:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/10 16:54:00 PDT Modified files: sys/vm vm_pageout.c Log: o Lock page queue accesses by vm_page_activate(). Revision Changes Path 1.205 +4 -0 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 17:14:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93BD437B401; Sat, 10 Aug 2002 17:14:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCEC43E70; Sat, 10 Aug 2002 17:14:11 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B0EBJU046267; Sat, 10 Aug 2002 17:14:11 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B0EABE046266; Sat, 10 Aug 2002 17:14:10 -0700 (PDT) Message-Id: <200208110014.g7B0EABE046266@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 17:14:10 -0700 (PDT) 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 2002/08/10 17:14:10 PDT Modified files: sys/vm vm_object.c Log: o Lock page queue accesses by vm_page_activate(). Revision Changes Path 1.232 +2 -0 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 Sat Aug 10 17:21:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10EFE37B400; Sat, 10 Aug 2002 17:21:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BACC943E5E; Sat, 10 Aug 2002 17:21:40 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B0LeJU046942; Sat, 10 Aug 2002 17:21:40 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B0LeNg046941; Sat, 10 Aug 2002 17:21:40 -0700 (PDT) Message-Id: <200208110021.g7B0LeNg046941@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 17:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/10 17:21:40 PDT Modified files: sys/vm vm_page.c Log: o Assert that the page queues lock is held in vm_page_activate(). Revision Changes Path 1.212 +1 -1 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 18:22:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8124237B400; Sat, 10 Aug 2002 18:22:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A7A43E5E; Sat, 10 Aug 2002 18:22:34 -0700 (PDT) (envelope-from jennifer@FreeBSD.org) Received: from freefall.freebsd.org (jennifer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B1MXJU055499; Sat, 10 Aug 2002 18:22:33 -0700 (PDT) (envelope-from jennifer@freefall.freebsd.org) Received: (from jennifer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B1MXEP055496; Sat, 10 Aug 2002 18:22:33 -0700 (PDT) Message-Id: <200208110122.g7B1MXEP055496@freefall.freebsd.org> From: Jennifer Yang Date: Sat, 10 Aug 2002 18:22:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml doc/en_US.ISO8859-1/share/sgml authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jennifer 2002/08/10 18:22:33 PDT Modified files: en_US.ISO8859-1/articles/contributors article.sgml en_US.ISO8859-1/share/sgml authors.ent Log: Move Jennifer from contributor list to committer list. Approved by: hsu Revision Changes Path 1.233 +4 -4 doc/en_US.ISO8859-1/articles/contributors/article.sgml 1.239 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 18:31:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E161F37B400; Sat, 10 Aug 2002 18:31:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97AB343E65; Sat, 10 Aug 2002 18:31:07 -0700 (PDT) (envelope-from jennifer@FreeBSD.org) Received: from freefall.freebsd.org (jennifer@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B1V7JU056241; Sat, 10 Aug 2002 18:31:07 -0700 (PDT) (envelope-from jennifer@freefall.freebsd.org) Received: (from jennifer@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B1V7IF056240; Sat, 10 Aug 2002 18:31:07 -0700 (PDT) Message-Id: <200208110131.g7B1V7IF056240@freefall.freebsd.org> From: Jennifer Yang Date: Sat, 10 Aug 2002 18:31:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jennifer 2002/08/10 18:31:07 PDT Modified files: en/news news.xml Log: Announce Jennifer as a new committer. Approved by: hsu Revision Changes Path 1.99 +10 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 18:48:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF3BA37B400; Sat, 10 Aug 2002 18:48:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CDE43E65; Sat, 10 Aug 2002 18:48:44 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B1miJU057337; Sat, 10 Aug 2002 18:48:44 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B1mise057336; Sat, 10 Aug 2002 18:48:44 -0700 (PDT) Message-Id: <200208110148.g7B1mise057336@freefall.freebsd.org> From: Robert Watson Date: Sat, 10 Aug 2002 18:48:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login_cap.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 rwatson 2002/08/10 18:48:44 PDT Modified files: lib/libutil login_cap.h Log: Whitespace cleanup--it's not style(9), but it is consistent. Prep for MAC-related commits to the login infrastructure. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Revision Changes Path 1.7 +3 -3 src/lib/libutil/login_cap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 18:59:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01FBD37B400; Sat, 10 Aug 2002 18:59:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA62A43E65; Sat, 10 Aug 2002 18:59:11 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B1xBJU058157; Sat, 10 Aug 2002 18:59:11 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B1xBl2058156; Sat, 10 Aug 2002 18:59:11 -0700 (PDT) Message-Id: <200208110159.g7B1xBl2058156@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 10 Aug 2002 18:59:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/08/10 18:59:11 PDT Modified files: sys/sys mount.h Log: One declaration for struct xvfsconf is enough. I have no idea how this happened. :-) Reported by: Norman C. Rice Revision Changes Path 1.135 +0 -10 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 19: 3:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA0EA37B400; Sat, 10 Aug 2002 19:03:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F3BF43E70; Sat, 10 Aug 2002 19:03:44 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B23iJU058748; Sat, 10 Aug 2002 19:03:44 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B23iF7058746; Sat, 10 Aug 2002 19:03:44 -0700 (PDT) Message-Id: <200208110203.g7B23iF7058746@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 10 Aug 2002 19:03:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/08/10 19:03:44 PDT Modified files: sys/sys mount.h Log: Don't #ifdef _KERNEL struct vfsconf, mount_smbfs(8) still uses it. Submitted by: jake Revision Changes Path 1.136 +0 -2 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 19: 7:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CFF937B400; Sat, 10 Aug 2002 19:07:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A8143E72; Sat, 10 Aug 2002 19:07:43 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B27hJU063168; Sat, 10 Aug 2002 19:07:43 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B27h9U063167; Sat, 10 Aug 2002 19:07:43 -0700 (PDT) Message-Id: <200208110207.g7B27h9U063167@freefall.freebsd.org> From: Maxime Henrion Date: Sat, 10 Aug 2002 19:07:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lsvfs lsvfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/08/10 19:07:43 PDT Modified files: usr.bin/lsvfs lsvfs.c Log: Add #include . In my tree, mount.h includes sysctl.h and I was depending on this namespace pollution. Submitted by: jake Revision Changes Path 1.17 +1 -0 src/usr.bin/lsvfs/lsvfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 19:12:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1ED937B400; Sat, 10 Aug 2002 19:12:23 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D3043E3B; Sat, 10 Aug 2002 19:12:23 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g7B2BZEF059424; Sat, 10 Aug 2002 22:11:35 -0400 (EDT) (envelope-from marcus@FreeBSD.org) Subject: Re: cvs commit: www/en/search search.sgml From: Joe Marcus Clarke To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200208102027.g7AKRH27011704@freefall.freebsd.org> References: <200208102027.g7AKRH27011704@freefall.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-NTnodbGv+cCCcCJchg62" X-Mailer: Ximian Evolution 1.0.8 Date: 10 Aug 2002 22:13:01 -0400 Message-Id: <1029031981.61373.1.camel@shumai.marcuscom.com> Mime-Version: 1.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 --=-NTnodbGv+cCCcCJchg62 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2002-08-10 at 16:27, Mark Peek wrote: > mp 2002/08/10 13:27:17 PDT >=20 > Modified files: > en/search search.sgml=20 > Log: > Add freebsd-gnome to the list of mailing lists. > =20 > Submitted by: marcus > =20 Thanks a lot, Mark. This will make things much easier for the GNOME users. Joe > Revision Changes Path > 1.80 +7 -1 www/en/search/search.sgml >=20 --=-NTnodbGv+cCCcCJchg62 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9Vcgtb2iPiv4Uz4cRAhcrAJ0X5Q/4dA63PGYANFTMGiZKNEx91gCgglO0 77FSWL22+BX28hHRgVBXLBI= =mbxU -----END PGP SIGNATURE----- --=-NTnodbGv+cCCcCJchg62-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 19:37:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A6B937B400; Sat, 10 Aug 2002 19:37:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4151C43E5E; Sat, 10 Aug 2002 19:37:29 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B2bTJU066824; Sat, 10 Aug 2002 19:37:29 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B2bSdG066821; Sat, 10 Aug 2002 19:37:28 -0700 (PDT) Message-Id: <200208110237.g7B2bSdG066821@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 10 Aug 2002 19:37:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/vifm Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/08/10 19:37:28 PDT Modified files: misc Makefile Added files: misc/vifm Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add vifm 0.1, ncurses based file manager with vi like keybindings. PR: 41485 Submitted by: Stefan Walter Revision Changes Path 1.470 +1 -0 ports/misc/Makefile 1.1 +38 -0 ports/misc/vifm/Makefile (new) 1.1 +1 -0 ports/misc/vifm/distinfo (new) 1.1 +1 -0 ports/misc/vifm/pkg-comment (new) 1.1 +13 -0 ports/misc/vifm/pkg-descr (new) 1.1 +7 -0 ports/misc/vifm/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 19:37:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 917ED37B401; Sat, 10 Aug 2002 19:37:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4912243E65; Sat, 10 Aug 2002 19:37:46 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B2bkJU066941; Sat, 10 Aug 2002 19:37:46 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B2bk7p066940; Sat, 10 Aug 2002 19:37:46 -0700 (PDT) Message-Id: <200208110237.g7B2bk7p066940@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 10 Aug 2002 19:37:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/08/10 19:37:46 PDT Modified files: . modules Log: vifm --> ports/misc/vifm Revision Changes Path 1.5696 +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 Sat Aug 10 20: 4:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF32F37B400; Sat, 10 Aug 2002 20:04:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8505243E75; Sat, 10 Aug 2002 20:04:24 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B34OJU076854; Sat, 10 Aug 2002 20:04:24 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B34OoK076851; Sat, 10 Aug 2002 20:04:24 -0700 (PDT) Message-Id: <200208110304.g7B34OoK076851@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sat, 10 Aug 2002 20:04:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh parser.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/08/10 20:04:24 PDT Modified files: bin/sh parser.c Log: Allow redirections by themselves between "&&" and "||" operators. For example, >/dev/null && echo foo Pointed out by: FUJISHIMA Satsuki MFC after: 1 week Revision Changes Path 1.43 +2 -3 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 20: 5:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69CE637B400; Sat, 10 Aug 2002 20:05:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D74243E70; Sat, 10 Aug 2002 20:05:30 -0700 (PDT) (envelope-from petef@FreeBSD.org) Received: from freefall.freebsd.org (petef@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B35TJU078313; Sat, 10 Aug 2002 20:05:29 -0700 (PDT) (envelope-from petef@freefall.freebsd.org) Received: (from petef@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B35T7h078312; Sat, 10 Aug 2002 20:05:29 -0700 (PDT) Message-Id: <200208110305.g7B35T7h078312@freefall.freebsd.org> From: Pete Fritchman Date: Sat, 10 Aug 2002 20:05:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-SpamAssassin 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 petef 2002/08/10 20:05:29 PDT Modified files: mail/p5-Mail-SpamAssassin Makefile Log: Unbreak this port... for some reason, ${PERL_VERSION} isn't defined when the test takes place and that's a fatal error for make. I'm not quite sure why it's undefined, but this will allow people to build the port for now.. Submitted by: Dan Lagille Noticed by: http://www.freshports.org Revision Changes Path 1.23 +1 -1 ports/mail/p5-Mail-SpamAssassin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 21: 9:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3B6937B400; Sat, 10 Aug 2002 21:09:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69ABD43E4A; Sat, 10 Aug 2002 21:09:15 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B49FJU091747; Sat, 10 Aug 2002 21:09:15 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B49Fkb091746; Sat, 10 Aug 2002 21:09:15 -0700 (PDT) Message-Id: <200208110409.g7B49Fkb091746@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 21:09:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/10 21:09:15 PDT Modified files: sys/kern vfs_aio.c Log: o In aio_cancel(2), make sure that p->p_aioinfo isn't NULL before dereferencing it. Submitted by: saureen Revision Changes Path 1.135 +2 -0 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 21:12:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6A4F37B400; Sat, 10 Aug 2002 21:12:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DC5043E3B; Sat, 10 Aug 2002 21:12:32 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from freefall.freebsd.org (alc@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B4CWJU092394; Sat, 10 Aug 2002 21:12:32 -0700 (PDT) (envelope-from alc@freefall.freebsd.org) Received: (from alc@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B4CWCh092393; Sat, 10 Aug 2002 21:12:32 -0700 (PDT) Message-Id: <200208110412.g7B4CWCh092393@freefall.freebsd.org> From: Alan Cox Date: Sat, 10 Aug 2002 21:12:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/08/10 21:12:31 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_aio.c Log: MFC o Misc. synchronization fixes: Add a missing splnet(), remove an unnecessary splnet(), and move a rarely used label inside of a critical section so that the splnet() isn't repeated. Revision Changes Path 1.70.2.20 +3 -5 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 21:26:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1075437B400; Sat, 10 Aug 2002 21:26:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5E4F43E65; Sat, 10 Aug 2002 21:26:43 -0700 (PDT) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B4QhJU093235; Sat, 10 Aug 2002 21:26:43 -0700 (PDT) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B4Qhc1093234; Sat, 10 Aug 2002 21:26:43 -0700 (PDT) Message-Id: <200208110426.g7B4Qhc1093234@freefall.freebsd.org> From: Patrick Li Date: Sat, 10 Aug 2002 21:26:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/steghide Makefile distinfo pkg-descr pkg-plist ports/security/steghide/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 pat 2002/08/10 21:26:43 PDT Modified files: security/steghide Makefile distinfo pkg-descr pkg-plist security/steghide/files patch-aa Log: - Update to 0.4.6.b - Give maintainership to submitter PR: ports/41529 Submitted by: Tilman Linneweh Revision Changes Path 1.7 +16 -4 ports/security/steghide/Makefile 1.5 +1 -1 ports/security/steghide/distinfo 1.3 +9 -9 ports/security/steghide/files/patch-aa 1.4 +2 -4 ports/security/steghide/pkg-descr 1.4 +8 -7 ports/security/steghide/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 21:50:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B8737B400; Sat, 10 Aug 2002 21:50:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3026A43E6A; Sat, 10 Aug 2002 21:50:36 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B4oaJU095189; Sat, 10 Aug 2002 21:50:36 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B4oZ5e095188; Sat, 10 Aug 2002 21:50:35 -0700 (PDT) Message-Id: <200208110450.g7B4oZ5e095188@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 21:50:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/bibcursed Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 21:50:35 PDT Modified files: print Makefile Added files: print/bibcursed Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add bibcursed 2.0.0 A simple curses-based editor for BibTeX bibliography files Revision Changes Path 1.220 +1 -0 ports/print/Makefile 1.1 +27 -0 ports/print/bibcursed/Makefile (new) 1.1 +1 -0 ports/print/bibcursed/distinfo (new) 1.1 +1 -0 ports/print/bibcursed/pkg-comment (new) 1.1 +11 -0 ports/print/bibcursed/pkg-descr (new) 1.1 +1 -0 ports/print/bibcursed/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 21:50:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3767137B401; Sat, 10 Aug 2002 21:50:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E233343E72; Sat, 10 Aug 2002 21:50:37 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B4obJU095222; Sat, 10 Aug 2002 21:50:37 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B4ob1m095221; Sat, 10 Aug 2002 21:50:37 -0700 (PDT) Message-Id: <200208110450.g7B4ob1m095221@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 21:50:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 21:50:37 PDT Modified files: . modules Log: bibcursed --> ports/print/bibcursed Revision Changes Path 1.5697 +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 Sat Aug 10 22: 8:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B660537B400; Sat, 10 Aug 2002 22:08:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5712543E70; Sat, 10 Aug 2002 22:08:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B58NJU000426; Sat, 10 Aug 2002 22:08:23 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B58Nqm000425; Sat, 10 Aug 2002 22:08:23 -0700 (PDT) Message-Id: <200208110508.g7B58Nqm000425@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 22:08:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/scm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 22:08:23 PDT Modified files: lang/scm Makefile Log: fix typo, PORTREVERSION -> PORTREVISION Submitted by: kcwu@ck.tp.edu.tw Revision Changes Path 1.28 +1 -1 ports/lang/scm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 22:25:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C59BF37B400; Sat, 10 Aug 2002 22:25:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DF343E4A; Sat, 10 Aug 2002 22:25:15 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B5PFJU001847; Sat, 10 Aug 2002 22:25:15 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B5PFHp001846; Sat, 10 Aug 2002 22:25:15 -0700 (PDT) Message-Id: <200208110525.g7B5PFHp001846@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 22:25:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news Makefile ports/news/multisuck Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 22:25:15 PDT Modified files: news Makefile Added files: news/multisuck Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add multisuck 1.0.3 Multi-server/conn news suck Revision Changes Path 1.79 +1 -0 ports/news/Makefile 1.1 +27 -0 ports/news/multisuck/Makefile (new) 1.1 +1 -0 ports/news/multisuck/distinfo (new) 1.1 +1 -0 ports/news/multisuck/pkg-comment (new) 1.1 +5 -0 ports/news/multisuck/pkg-descr (new) 1.1 +5 -0 ports/news/multisuck/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 22:25:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E1337B47E; Sat, 10 Aug 2002 22:25:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC2B243E6E; Sat, 10 Aug 2002 22:25:23 -0700 (PDT) (envelope-from ijliao@FreeBSD.org) Received: from freefall.freebsd.org (ijliao@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B5PMJU001891; Sat, 10 Aug 2002 22:25:22 -0700 (PDT) (envelope-from ijliao@freefall.freebsd.org) Received: (from ijliao@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B5PLwj001890; Sat, 10 Aug 2002 22:25:21 -0700 (PDT) Message-Id: <200208110525.g7B5PLwj001890@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 10 Aug 2002 22:25:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/08/10 22:25:21 PDT Modified files: . modules Log: multisuck --> ports/news/multisuck Revision Changes Path 1.5698 +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 Sat Aug 10 22:56:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B94A37B400; Sat, 10 Aug 2002 22:56:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D9F43E7B; Sat, 10 Aug 2002 22:56:10 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B5uAJU004305; Sat, 10 Aug 2002 22:56:10 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B5uAVg004304; Sat, 10 Aug 2002 22:56:10 -0700 (PDT) Message-Id: <200208110556.g7B5uAVg004304@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 10 Aug 2002 22:56:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nspr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/10 22:56:10 PDT Modified files: devel/nspr Makefile Log: Switch to using MASTER_SITE_MOZILLA. PR: 41460 Submitted by: Kimura Fuyuki Revision Changes Path 1.3 +2 -1 ports/devel/nspr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Aug 10 23: 0:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0319937B400; Sat, 10 Aug 2002 23:00:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD5A143E65; Sat, 10 Aug 2002 23:00:31 -0700 (PDT) (envelope-from marcus@FreeBSD.org) Received: from freefall.freebsd.org (marcus@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7B60VJU005004; Sat, 10 Aug 2002 23:00:31 -0700 (PDT) (envelope-from marcus@freefall.freebsd.org) Received: (from marcus@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7B60VGo005003; Sat, 10 Aug 2002 23:00:31 -0700 (PDT) Message-Id: <200208110600.g7B60VGo005003@freefall.freebsd.org> From: Joe Marcus Clarke Date: Sat, 10 Aug 2002 23:00:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nss Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/08/10 23:00:31 PDT Modified files: security/nss Makefile Log: Switch to using MASTER_SITE_MOZILLA. Inspired by: ports/41460 Revision Changes Path 1.4 +2 -1 ports/security/nss/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message