From owner-cvs-all Sun Mar 31 0: 0:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A162137B41B; Sun, 31 Mar 2002 00:00:36 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V80a321523; Sun, 31 Mar 2002 00:00:36 -0800 (PST) (envelope-from kato) Message-Id: <200203310800.g2V80a321523@freefall.freebsd.org> From: KATO Takenori Date: Sun, 31 Mar 2002 00:00:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kato 2002/03/31 00:00:36 PST Modified files: sys/pc98/i386 machdep.c Log: MFi386: revision 1.508. Revision Changes Path 1.271 +12 -8 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 0:20:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A220A37B41C; Sun, 31 Mar 2002 00:20:28 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V8KSX27932; Sun, 31 Mar 2002 00:20:28 -0800 (PST) (envelope-from lioux) Message-Id: <200203310820.g2V8KSX27932@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 31 Mar 2002 00:20:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/files patch-popper::popper.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 00:20:28 PST Modified files: mail/qpopper Makefile Added files: mail/qpopper/files patch-popper::popper.c Log: Fix following security issue: "If a string of longer than approximately 2048 characters is sent to the qpopper process, a denial of service condition will occur" Actually, this is caused by an incorrect assumption. qpopper uses the same buffer over and over when communicating. However, it never makes sure that the buffer has been updated if something goes wrong. Therefore, one can try to add to this buffer over and over; thus, consuming available resources. Solution, do not follow unofficial patch available in bugtraq mailing list since losing pointer references is not an option. Otherwise, change the way both getline and tgetline functions work. Just so that they resemble read(2) return codes as follows: 1) if < 0 problem 2) if >= 0 user typed something (enter without anything else is something) First patch sent by Isao SEKI PR: 36326 Prompted by: Alessandro de Manzano , Isao SEKI Reviewed by: eivind, Alessandro de Manzano , David Rufino , Isao SEKI Revision Changes Path 1.64 +1 -1 ports/mail/qpopper/Makefile 1.1 +116 -0 ports/mail/qpopper/files/patch-popper::popper.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 Mar 31 0:50:11 2002 Delivered-To: cvs-all@freebsd.org Received: from heaven.gigo.com (gigo.com [207.173.11.186]) by hub.freebsd.org (Postfix) with ESMTP id 3711637B419 for ; Sun, 31 Mar 2002 00:49:54 -0800 (PST) Received: from 200.193.225.87 (bsace7003-193-225-087.dsl.telebrasilia.net.br [200.193.225.87]) by heaven.gigo.com (Postfix) with ESMTP id A450FB85E for ; Sun, 31 Mar 2002 00:49:52 -0800 (PST) Received: (qmail 38769 invoked by uid 1001); 31 Mar 2002 08:37:23 -0000 Message-ID: <20020331083723.38768.qmail@exxodus.fedaykin.here> Date: Sun, 31 Mar 2002 05:37:01 -0300 From: Mario Sergio Fujikawa Ferreira To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/files patch-popper::popper.c References: <200203310820.g2V8KSX27932@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: <200203310820.g2V8KSX27932@freefall.freebsd.org>; from lioux@FreeBSD.org on Sun, Mar 31, 2002 at 12:20:06AM -0800 X-Operating-System: FreeBSD 4.5-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-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, Mar 31, 2002 at 12:20:06AM -0800, Mario Sergio Fujikawa Ferreira wrote: > > Modified files: > mail/qpopper Makefile > Added files: > mail/qpopper/files patch-popper::popper.c > Log: > Fix following security issue: "If a string of longer than approximately > 2048 characters is sent to the qpopper process, a denial of service > condition will occur" Of course, I bumped PORTREVISION. -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 1:11:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E503A37B41E; Sun, 31 Mar 2002 01:11:17 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V9BHn37446; Sun, 31 Mar 2002 01:11:17 -0800 (PST) (envelope-from clive) Message-Id: <200203310911.g2V9BHn37446@freefall.freebsd.org> From: Clive Lin Date: Sun, 31 Mar 2002 01:11:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/zhcon/files patch-src::Makefile.am patch-src::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 clive 2002/03/31 01:11:17 PST Modified files: chinese/zhcon/files patch-src::Makefile.am patch-src::Makefile.in Log: Install configuration file as zhcon.conf. PR: ports/36535 Submitted by: MAINTAINER Revision Changes Path 1.2 +2 -2 ports/chinese/zhcon/files/patch-src::Makefile.am 1.2 +2 -2 ports/chinese/zhcon/files/patch-src::Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 1:15:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A49A37B417; Sun, 31 Mar 2002 01:15:44 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V9FiE38167; Sun, 31 Mar 2002 01:15:44 -0800 (PST) (envelope-from bde) Message-Id: <200203310915.g2V9FiE38167@freefall.freebsd.org> From: Bruce Evans Date: Sun, 31 Mar 2002 01:15:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/sys/dev/sio sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 01:15:44 PST Modified files: etc MAKEDEV sys/dev/sio sio.c Log: Support more than 32 sio unit numbers. The maximum unit number is now (65536 * 32 - 1), but MAKEDEV only supports up to (32 * 32 -1). Device names use the unit number in base 32 for all "digits". This required fixing an old bug in MAKEDEV:ttyminor(). Its arg was the global $unit instead of $1. Reminded by: Valentin K. Ponomarenko MFC-after: 1 week Revision Changes Path 1.323 +36 -14 src/etc/MAKEDEV 1.371 +12 -8 src/sys/dev/sio/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 1:37:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DA7837B419; Sun, 31 Mar 2002 01:37:49 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V9bnQ40772; Sun, 31 Mar 2002 01:37:49 -0800 (PST) (envelope-from clive) Message-Id: <200203310937.g2V9bnQ40772@freefall.freebsd.org> From: Clive Lin Date: Sun, 31 Mar 2002 01:37:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/cwtex Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-plist ports/chinese/cwtex/files config.ps X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 01:37:48 PST Added files: chinese/cwtex Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-plist chinese/cwtex/files config.ps Log: New port: cwTeX cwTeX is a famous TeX/LaTeX derivative in Taiwan, which runs on MS-DOS, Windows, Linux, and now on FreeBSD. Of course, cwTeX is subject to process Chinese character gracefully. PR: ports/36567 Submitted by: Statue Revision Changes Path 1.1 +34 -0 ports/chinese/cwtex/Makefile (new) 1.1 +2 -0 ports/chinese/cwtex/distinfo (new) 1.1 +4 -0 ports/chinese/cwtex/files/config.ps (new) 1.1 +1 -0 ports/chinese/cwtex/pkg-comment (new) 1.1 +16 -0 ports/chinese/cwtex/pkg-deinstall (new) 1.1 +11 -0 ports/chinese/cwtex/pkg-descr (new) 1.1 +10688 -0 ports/chinese/cwtex/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 Mar 31 1:38:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C62A37B41C; Sun, 31 Mar 2002 01:38:49 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V9cn640917; Sun, 31 Mar 2002 01:38:49 -0800 (PST) (envelope-from clive) Message-Id: <200203310938.g2V9cn640917@freefall.freebsd.org> From: Clive Lin Date: Sun, 31 Mar 2002 01:38:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG clive 2002/03/31 01:38:49 PST Modified files: . modules Log: Add zh-cwtex. Revision Changes Path 1.4933 +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 Mar 31 1:47: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE44E37B416; Sun, 31 Mar 2002 01:47:02 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V9l2q42115; Sun, 31 Mar 2002 01:47:02 -0800 (PST) (envelope-from clive) Message-Id: <200203310947.g2V9l2q42115@freefall.freebsd.org> From: Clive Lin Date: Sun, 31 Mar 2002 01:47:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/zhcon Makefile ports/chinese/zhcon/files extrapatch-aa patch-aa patch-ab patch-po::zh_TW.Big5.po patch-src::zhcon.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/03/31 01:47:02 PST Modified files: chinese/zhcon Makefile chinese/zhcon/files patch-src::zhcon.cpp Added files: chinese/zhcon/files patch-po::zh_TW.Big5.po Removed files: chinese/zhcon/files extrapatch-aa patch-aa patch-ab Log: o Convert po from utf-8 to big5. o Handle LC_* properly. o Bump PORTREVISION. PR: ports/35728 Submitted by: Yen-Ming Lee Revision Changes Path 1.9 +1 -0 ports/chinese/zhcon/Makefile 1.3 +0 -0 ports/chinese/zhcon/files/extrapatch-aa (dead) 1.3 +0 -0 ports/chinese/zhcon/files/patch-aa (dead) 1.3 +0 -0 ports/chinese/zhcon/files/patch-ab (dead) 1.1 +285 -0 ports/chinese/zhcon/files/patch-po::zh_TW.Big5.po (new) 1.2 +8 -1 ports/chinese/zhcon/files/patch-src::zhcon.cpp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 1:53:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FB1C37B416; Sun, 31 Mar 2002 01:53:43 -0800 (PST) Received: (from wes@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V9rhJ42742; Sun, 31 Mar 2002 01:53:43 -0800 (PST) (envelope-from wes) Message-Id: <200203310953.g2V9rhJ42742@freefall.freebsd.org> From: Wes Peters Date: Sun, 31 Mar 2002 01:53:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wes 2002/03/31 01:53:43 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Joshua Goodall, who has contributed a number of PRs and fixes. Revision Changes Path 1.137 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 1:57:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B848F37B405; Sun, 31 Mar 2002 01:57:43 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2V9vhY43150; Sun, 31 Mar 2002 01:57:43 -0800 (PST) (envelope-from clive) Message-Id: <200203310957.g2V9vhY43150@freefall.freebsd.org> From: Clive Lin Date: Sun, 31 Mar 2002 01:57:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/lunar Makefile ports/chinese/lunar/files patch-03 patch-04 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 01:57:43 PST Modified files: chinese/lunar Makefile Added files: chinese/lunar/files patch-03 patch-04 Log: o Add big5 output messages. o Modify lunar man page. Since I can read the message, and it exactly matches what my mother told me, I think it's okay to commit. PR: ports/35344 Submitted by: Chou Yeh-Jyi Revision Changes Path 1.9 +2 -1 ports/chinese/lunar/Makefile 1.1 +120 -0 ports/chinese/lunar/files/patch-03 (new) 1.1 +44 -0 ports/chinese/lunar/files/patch-04 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 2: 7: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 121FF37B405; Sun, 31 Mar 2002 02:07:05 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VA75k47884; Sun, 31 Mar 2002 02:07:05 -0800 (PST) (envelope-from clive) Message-Id: <200203311007.g2VA75k47884@freefall.freebsd.org> From: Clive Lin Date: Sun, 31 Mar 2002 02:07:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/ttfm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 02:07:04 PST Modified files: chinese/ttfm Makefile Log: Add dependency for XFree86-4. PR: ports/33038 Submitted by: Statue Revision Changes Path 1.6 +6 -1 ports/chinese/ttfm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 2:23:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72CC737B419; Sun, 31 Mar 2002 02:23:43 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VANhn49499; Sun, 31 Mar 2002 02:23:43 -0800 (PST) (envelope-from olgeni) Message-Id: <200203311023.g2VANhn49499@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 31 Mar 2002 02:23:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile distinfo pkg-plist ports/lang/erlang/files patch-ad patch-ae patch-al patch-am patch-an patch-ao patch-ap patch-aq post-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 olgeni 2002/03/31 02:23:43 PST Modified files: lang/erlang Makefile distinfo pkg-plist Added files: lang/erlang/files patch-am patch-an patch-ao patch-ap patch-aq post-patch-configure Removed files: lang/erlang/files patch-ad patch-ae patch-al Log: Update port to version 8.0 (R8B-0). Remove my code to handle the documentation merge for patched releases, it was rather obscure and error-prone. I'll rewrite it in a simpler way next time I'll need to perform the merge. Also include a fix for erlang-mode under emacs21 (by Hal Snyder on the erlang mailing list). Revision Changes Path 1.20 +46 -71 ports/lang/erlang/Makefile 1.8 +3 -3 ports/lang/erlang/distinfo 1.2 +0 -21 ports/lang/erlang/files/patch-ad (dead) 1.2 +0 -18 ports/lang/erlang/files/patch-ae (dead) 1.3 +0 -19 ports/lang/erlang/files/patch-al (dead) 1.1 +11 -0 ports/lang/erlang/files/patch-am (new) 1.1 +26 -0 ports/lang/erlang/files/patch-an (new) 1.1 +10 -0 ports/lang/erlang/files/patch-ao (new) 1.1 +12 -0 ports/lang/erlang/files/patch-ap (new) 1.1 +11 -0 ports/lang/erlang/files/patch-aq (new) 1.1 +10 -0 ports/lang/erlang/files/post-patch-configure (new) 1.8 +0 -1 ports/lang/erlang/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 2:33:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E69637B41B; Sun, 31 Mar 2002 02:33:12 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VAXCa50362; Sun, 31 Mar 2002 02:33:12 -0800 (PST) (envelope-from alfred) Message-Id: <200203311033.g2VAXCa50362@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 31 Mar 2002 02:33:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c kern_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 02:33:12 PST Modified files: sys/kern kern_exit.c kern_proc.c Log: Close some holes with p->p_args by NULL'ing out the p->p_args pointer while holding the proc lock, and by holding the pargs structure when accessing it from outside of the owner. Submitted by: Jonathan Mini Revision Changes Path 1.154 +4 -1 src/sys/kern/kern_exit.c 1.124 +10 -3 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 2:43: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 097BD37B417; Sun, 31 Mar 2002 02:42:55 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020331104250.KVEW2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Sun, 31 Mar 2002 10:42:50 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g2VAgoN57821; Sun, 31 Mar 2002 02:42:50 -0800 (PST) (envelope-from cjc) Date: Sun, 31 Mar 2002 02:42:50 -0800 From: "Crist J. Clark" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 src/bin/ls lomac.c src/bin/ps lomac.c src/etc/mtree BSD.include.dist src/include Makefile src/share/man/man4 joy.4 Message-ID: <20020331024250.E99214@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <200203261605.g2QG5Fg98229@freefall.freebsd.org> <20020329130239.A66878@blossom.cjclark.org> <20020330142158.GC14981@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: <20020330142158.GC14981@sunbay.com>; from ru@FreeBSD.org on Sat, Mar 30, 2002 at 04:21:58PM +0200 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Mar 30, 2002 at 04:21:58PM +0200, Ruslan Ermilov wrote: > On Fri, Mar 29, 2002 at 01:02:39PM -0800, Crist J. Clark wrote: > > On Tue, Mar 26, 2002 at 08:05:14AM -0800, Ruslan Ermilov wrote: > > > ru 2002/03/26 08:05:14 PST > > > > > > Modified files: > > > . Makefile.inc1 > > > bin/ls lomac.c > > > bin/ps lomac.c > > > etc/mtree BSD.include.dist > > > include Makefile > > > share/man/man4 joy.4 > > > Log: > > > Install sys/security/lomac/*.h to /usr/include/security/lomac/. > > > > Did this break cross builds? [snip] > Unlikely. This is from today's 5.0-CURRENT alpha cross build on a 4.5-STABLE i386: [snip] Yeah, ignore this. It looks like I may have had some cruft in the source tree. After an update and a 'make cleandir; make cleandir', the build went off without errors. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 2:53:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2B8037B400; Sun, 31 Mar 2002 02:53:13 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VArDm52422; Sun, 31 Mar 2002 02:53:13 -0800 (PST) (envelope-from sobomax) Message-Id: <200203311053.g2VArDm52422@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 31 Mar 2002 02:53:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/cli Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/03/31 02:53:13 PST Modified files: lang/cli Makefile Log: Correct primary MASTER_SITES. Submitted by: clive Revision Changes Path 1.4 +2 -1 ports/lang/cli/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 3: 2: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BCD537B405; Sun, 31 Mar 2002 03:02:02 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VB22553276; Sun, 31 Mar 2002 03:02:02 -0800 (PST) (envelope-from murray) Message-Id: <200203311102.g2VB22553276@freefall.freebsd.org> From: Murray Stokely Date: Sun, 31 Mar 2002 03:02:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbdc.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 murray 2002/03/31 03:02:02 PST Modified files: (Branch: RELENG_4) sys/dev/kbd atkbdc.c Log: MFC: r1.11 - spelling fixes in a comment. Revision Changes Path 1.5.2.2 +8 -8 src/sys/dev/kbd/atkbdc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 3: 7:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 797BF37B416; Sun, 31 Mar 2002 03:07:19 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VB7Jr57392; Sun, 31 Mar 2002 03:07:19 -0800 (PST) (envelope-from wilko) Message-Id: <200203311107.g2VB7Jr57392@freefall.freebsd.org> From: Wilko Bulte Date: Sun, 31 Mar 2002 03:07:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_eb64plus.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 wilko 2002/03/31 03:07:19 PST Modified files: (Branch: RELENG_4) sys/alpha/alpha dec_eb64plus.c Log: MFC: Make the comment section resemble English Revision Changes Path 1.4.2.3 +9 -10 src/sys/alpha/alpha/dec_eb64plus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 3: 7:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1AAD37B423; Sun, 31 Mar 2002 03:07:33 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VB7XD57421; Sun, 31 Mar 2002 03:07:33 -0800 (PST) (envelope-from murray) Message-Id: <200203311107.g2VB7XD57421@freefall.freebsd.org> From: Murray Stokely Date: Sun, 31 Mar 2002 03:07:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall devices.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/03/31 03:07:33 PST Modified files: (Branch: RELENG_4) release/sysinstall devices.c Log: MFC: r1.138 - Add wireless device strings. Revision Changes Path 1.117.2.16 +4 -1 src/release/sysinstall/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 3:11:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE22D37B400; Sun, 31 Mar 2002 03:11:32 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VBBWk57864; Sun, 31 Mar 2002 03:11:32 -0800 (PST) (envelope-from alfred) Message-Id: <200203311111.g2VBBWk57864@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 31 Mar 2002 03:11:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/03/31 03:11:32 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Jonathan Mini to the list of contributors for his work on the loader (writeable UFS support and ficl) and recent SMP contributions (smp safe pargs). Revision Changes Path 1.138 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 3:12:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AB8737B41A; Sun, 31 Mar 2002 03:12:20 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VBCKv58080; Sun, 31 Mar 2002 03:12:20 -0800 (PST) (envelope-from murray) Message-Id: <200203311112.g2VBCKv58080@freefall.freebsd.org> From: Murray Stokely Date: Sun, 31 Mar 2002 03:12:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/burncd burncd.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 murray 2002/03/31 03:12:19 PST Modified files: (Branch: RELENG_4) usr.sbin/burncd burncd.8 Log: MFC: r1.19 - Be specific about creating ISO9660 filesystems. Revision Changes Path 1.6.2.6 +9 -1 src/usr.sbin/burncd/burncd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 3:15:18 2002 Delivered-To: cvs-all@freebsd.org Received: from westhost36.westhost.net (westhost36.westhost.net [216.71.84.209]) by hub.freebsd.org (Postfix) with ESMTP id A1B1F37B41A; Sun, 31 Mar 2002 03:15:15 -0800 (PST) Received: (from haikugeek@localhost) by westhost36.westhost.net (8.11.6/8.11.6) id g2VBFoB16243; Sun, 31 Mar 2002 05:15:50 -0600 Date: Sun, 31 Mar 2002 05:15:50 -0600 From: haikugeek@westhost36.westhost.net Message-Id: <200203311115.g2VBFoB16243@westhost36.westhost.net> To: alfred@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_proc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 3:30:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id 2E2EC37B41B; Sun, 31 Mar 2002 03:30:15 -0800 (PST) Received: by mao.stokely.org (Postfix, from userid 2074) id 0A12E4B669; Sun, 31 Mar 2002 03:30:12 -0800 (PST) Date: Sun, 31 Mar 2002 03:30:12 -0800 From: Murray Stokely To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c Message-ID: <20020331113012.GF21906@freebsdmall.com> References: <200203301648.g2UGmUe01223@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203301648.g2UGmUe01223@freefall.freebsd.org> User-Agent: Mutt/1.3.25i 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 Sat, Mar 30, 2002 at 08:48:30AM -0800, Luigi Rizzo wrote: > Add a "special progname lib xxx ..." command to crunchgen > so the .lo files can be partially linked against libraries > which redefine symbols in the standard libs, or which reference > symbols in the objects. From NetBSD? From one of Sam's PRs on the subject? - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 3:36:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0B9037B400; Sun, 31 Mar 2002 03:36:33 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VBaXn61512; Sun, 31 Mar 2002 03:36:33 -0800 (PST) (envelope-from sos) Message-Id: <200203311136.g2VBaXn61512@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 31 Mar 2002 03:36:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ata.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 sos 2002/03/31 03:36:32 PST Modified files: (Branch: RELENG_4) sys/sys ata.h Log: MFC: Add support for getting status (fan, temp, 5V and 12V levels) from Promise Superswap enclosures. Add support for creating/deleting ATA RAID's. This completes the ATA RAID support, since all functions to manipulate the RAID are accessible from FreeBSD, the BIOS on the ATA RAID cards are only nessesary for booting. I decided to allow for creation of ATA RAID's on any ATA controller, but please keep in mind the restrictions on that. Due to the BIOS not knowing what to do you can only boot from a RAID1 or the first disk in a SPAN, if its not located on a "real" ATA RAID controller like the Promise or Highpoint controllers. Sponsored by: Advanis Revision Changes Path 1.8.2.3 +18 -1 src/sys/sys/ata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 3:37:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8197837B417; Sun, 31 Mar 2002 03:37:13 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VBbDc61575; Sun, 31 Mar 2002 03:37:13 -0800 (PST) (envelope-from sos) Message-Id: <200203311137.g2VBbDc61575@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 31 Mar 2002 03:37:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-raid.c ata-raid.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 sos 2002/03/31 03:37:13 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c ata-raid.c ata-raid.h Log: MFC: Add support for getting status (fan, temp, 5V and 12V levels) from Promise Superswap enclosures. Add support for creating/deleting ATA RAID's. This completes the ATA RAID support, since all functions to manipulate the RAID are accessible from FreeBSD, the BIOS on the ATA RAID cards are only nessesary for booting. I decided to allow for creation of ATA RAID's on any ATA controller, but please keep in mind the restrictions on that. Due to the BIOS not knowing what to do you can only boot from a RAID1 or the first disk in a SPAN, if its not located on a "real" ATA RAID controller like the Promise or Highpoint controllers. Sponsored by: Advanis Revision Changes Path 1.50.2.33 +152 -13 src/sys/dev/ata/ata-all.c 1.3.2.12 +320 -99 src/sys/dev/ata/ata-raid.c 1.2.2.6 +7 -3 src/sys/dev/ata/ata-raid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 3:37:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A66D337B405; Sun, 31 Mar 2002 03:37:48 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VBbm161648; Sun, 31 Mar 2002 03:37:48 -0800 (PST) (envelope-from sos) Message-Id: <200203311137.g2VBbm161648@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 31 Mar 2002 03:37:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atacontrol atacontrol.8 atacontrol.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/03/31 03:37:47 PST Modified files: (Branch: RELENG_4) sbin/atacontrol atacontrol.8 atacontrol.c Log: MFC: Add support for getting status (fan, temp, 5V and 12V levels) from Promise Superswap enclosures. Add support for creating/deleting ATA RAID's. This completes the ATA RAID support, since all functions to manipulate the RAID are accessible from FreeBSD, the BIOS on the ATA RAID cards are only nessesary for booting. I decided to allow for creation of ATA RAID's on any ATA controller, but please keep in mind the restrictions on that. Due to the BIOS not knowing what to do you can only boot from a RAID1 or the first disk in a SPAN, if its not located on a "real" ATA RAID controller like the Promise or Highpoint controllers. Sponsored by: Advanis Revision Changes Path 1.13.2.2 +43 -5 src/sbin/atacontrol/atacontrol.8 1.11.2.2 +139 -79 src/sbin/atacontrol/atacontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 5: 0:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70D6237B417; Sun, 31 Mar 2002 05:00:44 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VD0ir77860; Sun, 31 Mar 2002 05:00:44 -0800 (PST) (envelope-from knu) Message-Id: <200203311300.g2VD0ir77860@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 31 Mar 2002 05:00:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/nethack Makefile ports/games/nethack3-gnome Makefile ports/games/nethack3-tty Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 05:00:43 PST Modified files: games/nethack Makefile games/nethack3-gnome Makefile games/nethack3-tty Makefile Log: NetHack distfiles are not on MASTER_SITE_GNU anymore. Revision Changes Path 1.31 +1 -3 ports/games/nethack/Makefile 1.2 +1 -2 ports/games/nethack3-gnome/Makefile 1.29 +2 -3 ports/games/nethack3-tty/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 5: 9: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15AF937B446; Sun, 31 Mar 2002 05:08:51 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VD8p082559; Sun, 31 Mar 2002 05:08:51 -0800 (PST) (envelope-from des) Message-Id: <200203311308.g2VD8p082559@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 31 Mar 2002 05:08:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-opera Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 05:08:50 PST Modified files: www/linux-opera Makefile Log: Use USE_LINUX instead of an explicit dependency on emulators/linux_base. Submitted by: petef Revision Changes Path 1.24 +2 -2 ports/www/linux-opera/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 5:10:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D8BC37B41F; Sun, 31 Mar 2002 05:10:50 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VDAoB82804; Sun, 31 Mar 2002 05:10:50 -0800 (PST) (envelope-from knu) Message-Id: <200203311310.g2VDAoB82804@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 31 Mar 2002 05:10:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/nethack Makefile ports/japanese/nethack/files patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/03/31 05:10:50 PST Modified files: japanese/nethack Makefile Added files: japanese/nethack/files patch-ai Log: - Add a patch to unbreak the port. Submitted by: Yoshiaki Uchikawa [ports-jp 12546] - Fix MASTER_SITES. Revision Changes Path 1.33 +3 -3 ports/japanese/nethack/Makefile 1.1 +11 -0 ports/japanese/nethack/files/patch-ai (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 5:17:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92E8037B41B; Sun, 31 Mar 2002 05:17:26 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VDHQX83555; Sun, 31 Mar 2002 05:17:26 -0800 (PST) (envelope-from matusita) Message-Id: <200203311317.g2VDHQX83555@freefall.freebsd.org> From: Makoto Matsushita Date: Sun, 31 Mar 2002 05:17:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware-guestd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG matusita 2002/03/31 05:17:26 PST Modified files: emulators/vmware-guestd Makefile Log: Use installed vmware-guestd to detach VMware Tools CD-ROM. No content change will apply with this commit. Revision Changes Path 1.3 +1 -6 ports/emulators/vmware-guestd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 5:23:17 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id AD4C737B405; Sun, 31 Mar 2002 05:23:09 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 4F5025346; Sun, 31 Mar 2002 15:23:08 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha autoconf.c src/sys/i386/i386 autoconf.c src/sys/ia64/ia64 autoconf.c src/sys/powerpc/powerpc autoconf.c src/sys/sparc64/sparc64 autoconf.c src/sys/kern kern_shutdown.c vfs_conf.c References: <200203310715.g2V7FTf13664@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 31 Mar 2002 15:23:07 +0200 In-Reply-To: <200203310715.g2V7FTf13664@freefall.freebsd.org> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 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 Poul-Henning Kamp writes: > Log: > Centralize the "bootdev" and "dumpdev" variables. They are still pretty > bogus all things considered, but at least now they don't camouflage as > being MD variables. Can you do the same with dumplo (in machdep.c)? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 5:26:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB34837B41B; Sun, 31 Mar 2002 05:26:09 -0800 (PST) Received: (from matusita@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VDQ9Z85005; Sun, 31 Mar 2002 05:26:09 -0800 (PST) (envelope-from matusita) Message-Id: <200203311326.g2VDQ9Z85005@freefall.freebsd.org> From: Makoto Matsushita Date: Sun, 31 Mar 2002 05:26:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware-tools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG matusita 2002/03/31 05:26:09 PST Modified files: emulators/vmware-tools Makefile Log: We can safely assume that vmware-guestd is already installed while do-install target is running. So use installed vmware-guestd to detach VMware Tools CD-ROM (same as ports/emulators/vmware-guestd/Makefile rev 1.3.) No content change will apply with this commit. Revision Changes Path 1.4 +1 -6 ports/emulators/vmware-tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 5:33:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52E1637B400; Sun, 31 Mar 2002 05:33:56 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VDXuJ86666; Sun, 31 Mar 2002 05:33:56 -0800 (PST) (envelope-from sos) Message-Id: <200203311333.g2VDXuJ86666@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 31 Mar 2002 05:33:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-dma.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 05:33:56 PST Modified files: sys/dev/ata ata-dma.c Log: ATA100 is allowed on the HPT chips rev >= 3 Revision Changes Path 1.91 +1 -1 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 5:42:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A656A37B416; Sun, 31 Mar 2002 05:42:23 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VDgNZ87999; Sun, 31 Mar 2002 05:42:23 -0800 (PST) (envelope-from dwcjr) Message-Id: <200203311342.g2VDgNZ87999@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 05:42:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel Makefile distinfo ports/mail/mutt-devel/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 dwcjr 2002/03/31 05:42:23 PST Modified files: mail/mutt-devel Makefile distinfo mail/mutt-devel/files patch-01 Log: Fix a remaining libiconv issues Fix URLs of patches back to mutt-devel standard Submitted by: maintainer Revision Changes Path 1.164 +4 -4 ports/mail/mutt-devel/Makefile 1.71 +4 -4 ports/mail/mutt-devel/distinfo 1.17 +0 -19 ports/mail/mutt-devel/files/patch-01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 5:44:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2782F37B400; Sun, 31 Mar 2002 05:44:38 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VDici88700; Sun, 31 Mar 2002 05:44:38 -0800 (PST) (envelope-from sos) Message-Id: <200203311344.g2VDici88700@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 31 Mar 2002 05:44:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-dma.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2002/03/31 05:44:38 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-dma.c Log: MFC: ATA100 is allowed on the HPT chips rev >= 3 Revision Changes Path 1.35.2.21 +1 -1 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 5:57:10 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 7141837B41A; Sun, 31 Mar 2002 05:57:06 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g2VDuge7039074; Sun, 31 Mar 2002 15:56:42 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha autoconf.c src/sys/i386/i386 autoconf.c src/sys/ia64/ia64 autoconf.c src/sys/powerpc/powerpc autoconf.c src/sys/sparc64/sparc64 autoconf.c src/sys/kern kern_shutdown.c vfs_conf.c In-Reply-To: Your message of "31 Mar 2002 15:23:07 +0200." Date: Sun, 31 Mar 2002 15:56:42 +0200 Message-ID: <39073.1017583002@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 , Dag-Erling Smorgrav writes: >Poul-Henning Kamp writes: >> Log: >> Centralize the "bootdev" and "dumpdev" variables. They are still pretty >> bogus all things considered, but at least now they don't camouflage as >> being MD variables. > >Can you do the same with dumplo (in machdep.c)? I'll commit the new kerneldump code soon, probably tomorrow and I'll GC the various bits of the old dump code then. -- 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 Mar 31 6:22:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B8EE37B416; Sun, 31 Mar 2002 06:22:41 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VEMfi00706; Sun, 31 Mar 2002 06:22:41 -0800 (PST) (envelope-from rwatson) Message-Id: <200203311422.g2VEMfi00706@freefall.freebsd.org> From: Robert Watson Date: Sun, 31 Mar 2002 06:22:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/smp index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/03/31 06:22:41 PST Modified files: en/smp index.sgml Log: Add reference to p_arg locking work by Jonathan Mini . For now, mark as a WIP, since the commits still seem to be trickling in; will move to Done when notified. Revision Changes Path 1.58 +10 -1 www/en/smp/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 6:30:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DAB237B419; Sun, 31 Mar 2002 06:30:56 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VEUuw01982; Sun, 31 Mar 2002 06:30:56 -0800 (PST) (envelope-from ru) Message-Id: <200203311430.g2VEUuw01982@freefall.freebsd.org> From: Ruslan Ermilov Date: Sun, 31 Mar 2002 06:30:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent ru.key X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/03/31 06:30:56 PST Modified files: en_US.ISO8859-1/books/handbook/pgpkeys chapter.sgml pgpkeys.ent Added files: en_US.ISO8859-1/books/handbook/pgpkeys ru.key Log: Added my PGP key. Revision Changes Path 1.155 +5 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.sgml 1.30 +1 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent 1.1 +45 -0 doc/en_US.ISO8859-1/books/handbook/pgpkeys/ru.key (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 6:51:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CF6F37B41A; Sun, 31 Mar 2002 06:51:53 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VEprp11323; Sun, 31 Mar 2002 06:51:53 -0800 (PST) (envelope-from yoichi) Message-Id: <200203311451.g2VEprp11323@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 31 Mar 2002 06:51:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/03/31 06:51:53 PST Modified files: irc Makefile Log: Inactivate liece-xemacs21-mule. Revision Changes Path 1.43 +0 -1 ports/irc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 6:54:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2859F37B417; Sun, 31 Mar 2002 06:54:52 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VEsqK11647; Sun, 31 Mar 2002 06:54:52 -0800 (PST) (envelope-from yoichi) Message-Id: <200203311454.g2VEsqK11647@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 31 Mar 2002 06:54:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/liece-xemacs21-mule Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/03/31 06:54:52 PST Removed files: irc/liece-xemacs21-mule Makefile Log: Remove liece port for xemacs21-mule. It has become xemacs package now. Revision Changes Path 1.5 +0 -12 ports/irc/liece-xemacs21-mule/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 Mar 31 6:56:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CD8C37B419; Sun, 31 Mar 2002 06:56:46 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VEukE11930; Sun, 31 Mar 2002 06:56:46 -0800 (PST) (envelope-from yoichi) Message-Id: <200203311456.g2VEukE11930@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 31 Mar 2002 06:56:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/03/31 06:56:46 PST Modified files: . modules Log: Remove ports/irc/liece-xemacs21-mule Revision Changes Path 1.4934 +0 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 7:32:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDD6237B405; Sun, 31 Mar 2002 07:32:26 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VFWQw18991; Sun, 31 Mar 2002 07:32:26 -0800 (PST) (envelope-from ijliao) Message-Id: <200203311532.g2VFWQw18991@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 31 Mar 2002 07:32:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ircd-hybrid Makefile distinfo pkg-plist ports/irc/ircd-hybrid/files patch-aa patch-ab patch-ac 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 ijliao 2002/03/31 07:32:26 PST Modified files: irc/ircd-hybrid Makefile distinfo pkg-plist irc/ircd-hybrid/files patch-ab patch-ac patch-ad patch-ae Removed files: irc/ircd-hybrid/files patch-aa Log: upgrade to 6.3 maintainer timeout No response from: maintainer Revision Changes Path 1.19 +3 -15 ports/irc/ircd-hybrid/Makefile 1.10 +1 -1 ports/irc/ircd-hybrid/distinfo 1.5 +0 -19 ports/irc/ircd-hybrid/files/patch-aa (dead) 1.6 +8 -18 ports/irc/ircd-hybrid/files/patch-ab 1.4 +12 -12 ports/irc/ircd-hybrid/files/patch-ac 1.3 +27 -29 ports/irc/ircd-hybrid/files/patch-ad 1.3 +2 -2 ports/irc/ircd-hybrid/files/patch-ae 1.8 +26 -26 ports/irc/ircd-hybrid/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 7:51: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA3C037B417; Sun, 31 Mar 2002 07:51:07 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VFp7R20596; Sun, 31 Mar 2002 07:51:07 -0800 (PST) (envelope-from yoichi) Message-Id: <200203311551.g2VFp7R20596@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 31 Mar 2002 07:51:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/03/31 07:51:07 PST Modified files: . modules Log: ja-eb2 --> ports/japanese/eb2 Revision Changes Path 1.4935 +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 Mar 31 7:52:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C7FE37B417; Sun, 31 Mar 2002 07:52:05 -0800 (PST) Received: (from nobutaka@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VFq5720776; Sun, 31 Mar 2002 07:52:05 -0800 (PST) (envelope-from nobutaka) Message-Id: <200203311552.g2VFq5720776@freefall.freebsd.org> From: MANTANI Nobutaka Date: Sun, 31 Mar 2002 07:52:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/w3m Makefile ports/www/w3m/files extra-patch-configure-no-m17n extra-patch-etc.c-no-m17n extra-patch-image.c-img extra-patch-search.c-japanese 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 nobutaka 2002/03/31 07:52:05 PST Modified files: www/w3m Makefile www/w3m/files patch-configure Added files: www/w3m/files extra-patch-configure-no-m17n extra-patch-etc.c-no-m17n extra-patch-image.c-img extra-patch-search.c-japanese Log: Fix build error on -current. (*) Remove useless post-extract target and post-patch target. Submitted by: Masahide -mac- NODA (*) Revision Changes Path 1.46 +9 -12 ports/www/w3m/Makefile 1.1 +11 -0 ports/www/w3m/files/extra-patch-configure-no-m17n (new) 1.1 +11 -0 ports/www/w3m/files/extra-patch-etc.c-no-m17n (new) 1.1 +11 -0 ports/www/w3m/files/extra-patch-image.c-img (new) 1.1 +11 -0 ports/www/w3m/files/extra-patch-search.c-japanese (new) 1.5 +2 -2 ports/www/w3m/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 7:52:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 171E037B417; Sun, 31 Mar 2002 07:52:42 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VFqgR20906; Sun, 31 Mar 2002 07:52:42 -0800 (PST) (envelope-from yoichi) Message-Id: <200203311552.g2VFqgR20906@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 31 Mar 2002 07:52:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/03/31 07:52:41 PST Modified files: japanese Makefile Log: Activate eb2 (repo-copied from japanese/eb). Revision Changes Path 1.413 +1 -0 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 7:54:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78DE937B417; Sun, 31 Mar 2002 07:54:32 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VFsWi21108; Sun, 31 Mar 2002 07:54:32 -0800 (PST) (envelope-from yoichi) Message-Id: <200203311554.g2VFsWi21108@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 31 Mar 2002 07:54:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kebook Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/03/31 07:54:32 PST Modified files: japanese/kebook Makefile Log: Change LIB_DEPENDS since eb is repo-copied to eb2. Revision Changes Path 1.10 +1 -1 ports/japanese/kebook/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 8:14:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C877337B41A; Sun, 31 Mar 2002 08:14:07 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VGE7A27017; Sun, 31 Mar 2002 08:14:07 -0800 (PST) (envelope-from clive) Message-Id: <200203311614.g2VGE7A27017@freefall.freebsd.org> From: Clive Lin Date: Sun, 31 Mar 2002 08:14:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/mutt 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 clive 2002/03/31 08:14:07 PST Modified files: chinese/mutt distinfo Log: Follows change of mail/mutt-devel/distinfo. Revision Changes Path 1.19 +4 -4 ports/chinese/mutt/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 8:15: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44D1237B416; Sun, 31 Mar 2002 08:14:55 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VGEt827147; Sun, 31 Mar 2002 08:14:55 -0800 (PST) (envelope-from yoichi) Message-Id: <200203311614.g2VGEt827147@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 31 Mar 2002 08:14:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/eb Makefile distinfo pkg-plist ports/japanese/ndtpd Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/03/31 08:14:54 PST Modified files: japanese/eb Makefile distinfo pkg-plist japanese/ndtpd Makefile distinfo pkg-descr pkg-plist Log: Update japanese/eb for the latest version 3.2.1 and japanese/ndtpd for the latest version 3.1.1pl1. PR: ports/36004 Submitted by: maintainer Revision Changes Path 1.22 +17 -8 ports/japanese/eb/Makefile 1.15 +1 -2 ports/japanese/eb/distinfo 1.10 +8 -5 ports/japanese/eb/pkg-plist 1.21 +10 -12 ports/japanese/ndtpd/Makefile 1.13 +2 -2 ports/japanese/ndtpd/distinfo 1.5 +10 -6 ports/japanese/ndtpd/pkg-descr 1.8 +5 -0 ports/japanese/ndtpd/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 8:42:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2336C37B419; Sun, 31 Mar 2002 08:42:11 -0800 (PST) Received: (from anders@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VGgBp30844; Sun, 31 Mar 2002 08:42:11 -0800 (PST) (envelope-from anders) Message-Id: <200203311642.g2VGgBp30844@freefall.freebsd.org> From: Anders Nordby Date: Sun, 31 Mar 2002 08:42:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/dillo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 08:42:10 PST Modified files: www/dillo Makefile Log: Take over maintainership. Approved by: greid Revision Changes Path 1.8 +1 -1 ports/www/dillo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 8:47: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C8A637B417; Sun, 31 Mar 2002 08:47:02 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VGl2631771; Sun, 31 Mar 2002 08:47:02 -0800 (PST) (envelope-from knu) Message-Id: <200203311647.g2VGl2631771@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 31 Mar 2002 08:47:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ruby-eb Makefile ports/japanese/ruby-eb/files patch-eb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/03/31 08:47:02 PST Modified files: japanese/ruby-eb Makefile Added files: japanese/ruby-eb/files patch-eb.c Log: Catch up with japanese/eb's update to 3.2.1. Bump PORTREVISION. Revision Changes Path 1.7 +3 -3 ports/japanese/ruby-eb/Makefile 1.1 +19 -0 ports/japanese/ruby-eb/files/patch-eb.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 Mar 31 8:53:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3D2437B41A; Sun, 31 Mar 2002 08:53:21 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VGrLB32446; Sun, 31 Mar 2002 08:53:21 -0800 (PST) (envelope-from pat) Message-Id: <200203311653.g2VGrLB32446@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 08:53:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/sloccount Makefile distinfo ports/misc/sloccount/files patch-break_filelist X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 08:53:21 PST Modified files: misc/sloccount Makefile distinfo misc/sloccount/files patch-break_filelist Log: Update to 2.12 PR: 36574 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/misc/sloccount/Makefile 1.6 +1 -1 ports/misc/sloccount/distinfo 1.4 +3 -3 ports/misc/sloccount/files/patch-break_filelist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 9: 7:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E96A737B405; Sun, 31 Mar 2002 09:07:10 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VH7Ap41057; Sun, 31 Mar 2002 09:07:10 -0800 (PST) (envelope-from pat) Message-Id: <200203311707.g2VH7Ap41057@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 09:07:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ccache 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 pat 2002/03/31 09:07:10 PST Modified files: devel Makefile Added files: devel/ccache Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add new port devel/ccache - A tool to minimize the compile time of C programs PR: 36572 Submitted by: Dominic Marks Revision Changes Path 1.793 +1 -0 ports/devel/Makefile 1.1 +18 -0 ports/devel/ccache/Makefile (new) 1.1 +1 -0 ports/devel/ccache/distinfo (new) 1.1 +1 -0 ports/devel/ccache/pkg-comment (new) 1.1 +8 -0 ports/devel/ccache/pkg-descr (new) 1.1 +1 -0 ports/devel/ccache/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 Mar 31 9: 7:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D577937B41A; Sun, 31 Mar 2002 09:07:12 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VH7Cb41132; Sun, 31 Mar 2002 09:07:12 -0800 (PST) (envelope-from pat) Message-Id: <200203311707.g2VH7Cb41132@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 09:07:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/03/31 09:07:12 PST Modified files: . modules Log: ccache --> ports/devel/ccache Revision Changes Path 1.4936 +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 Mar 31 9:18:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57B5D37B419; Sun, 31 Mar 2002 09:18:46 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VHIkr44251; Sun, 31 Mar 2002 09:18:46 -0800 (PST) (envelope-from dwcjr) Message-Id: <200203311718.g2VHIkr44251@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 09:18:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/samba Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 09:18:46 PST Modified files: net/samba Makefile Log: Fix ssl Add missing man page Fix package creation Fix printing when using package PR: 36161, 36318, 36226 Submitted by: skv@freebsd.org, hswacm.org@generalresources.com, gshapiro+gnats@freebsd.org Revision Changes Path 1.78 +20 -10 ports/net/samba/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 9:21:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A0D237B41A; Sun, 31 Mar 2002 09:21:30 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VHLU545318; Sun, 31 Mar 2002 09:21:30 -0800 (PST) (envelope-from murray) Message-Id: <200203311721.g2VHLU545318@freefall.freebsd.org> From: Murray Stokely Date: Sun, 31 Mar 2002 09:21:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/03/31 09:21:29 PST Modified files: release Makefile Log: Make it easier to specify a custom kernel configuration for the boot floppies. PR: misc/36032 Submitted by: David Yeske MFC after: 1 week Revision Changes Path 1.665 +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 Sun Mar 31 9:35:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4142537B417; Sun, 31 Mar 2002 09:35:31 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VHZVU48406; Sun, 31 Mar 2002 09:35:31 -0800 (PST) (envelope-from dwcjr) Message-Id: <200203311735.g2VHZVU48406@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 09:35:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gqmpeg 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/03/31 09:35:30 PST Modified files: audio/gqmpeg Makefile distinfo pkg-plist Log: Update to 0.15.0 PR: 36577 Submitted by: maintainer Revision Changes Path 1.41 +1 -1 ports/audio/gqmpeg/Makefile 1.20 +1 -1 ports/audio/gqmpeg/distinfo 1.8 +66 -0 ports/audio/gqmpeg/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 9:45:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 417C837B41E; Sun, 31 Mar 2002 09:45:15 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VHjFG50269; Sun, 31 Mar 2002 09:45:15 -0800 (PST) (envelope-from olgeni) Message-Id: <200203311745.g2VHjFG50269@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 31 Mar 2002 09:45:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/03/31 09:45:15 PST Modified files: lang/erlang Makefile Log: Add (forgotten) build dependency on devel/autoconf213. Revision Changes Path 1.21 +2 -0 ports/lang/erlang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10: 1: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 377E637B42B; Sun, 31 Mar 2002 10:00:37 -0800 (PST) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.12.2/8.12.2) with ESMTP id g2VI09FX032593; Sun, 31 Mar 2002 13:00:14 -0500 (EST) (envelope-from mi@aldan.algebra.com) Message-Id: <200203311800.g2VI09FX032593@aldan.algebra.com> Date: Sun, 31 Mar 2002 13:00:09 -0500 (EST) From: Mikhail Teterin Subject: Re: cvs commit: ports/www/tclhttpd Makefile To: kris@obsecurity.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, kris@FreeBSD.org, fenner@FreeBSD.org In-Reply-To: <20020330173404.A87967@xor.obsecurity.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 30 Mar, Kris Kennaway wrote: > On Sat, Mar 30, 2002 at 08:12:10PM -0500, Mikhail Teterin wrote: >> On 29 Mar, Mikhail Teterin wrote: >> > mi 2002/03/29 09:55:00 PST >> > >> > Modified files: >> > www/tclhttpd Makefile >> > Log: >> > Finally catch up with the version number change of devel/tcllib -- >> [...] >> >> This should be the last of my ports that I did not realize were >> broken. Many thanks to the newly revived port building and automatic >> maintainer notification... Great idea. > > Thanks for fixing! Actually the notification was sent out by hand, > but I have plans to implement an automatic notification system in a > hopefully not too annoying form, in the near future. What about the fenner's script(s) that used to do this in the past? They seemed pretty smart, and listed the actually broken ports right there in the e-mail for each maintainer. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10: 1:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1600337B44B; Sun, 31 Mar 2002 10:01:08 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VI18f53447; Sun, 31 Mar 2002 10:01:08 -0800 (PST) (envelope-from pat) Message-Id: <200203311801.g2VI18f53447@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 10:01:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gqmpeg 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/03/31 10:01:07 PST Modified files: japanese/gqmpeg Makefile distinfo Log: Update to 0.15.0 PR: 36578 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/japanese/gqmpeg/Makefile 1.7 +2 -2 ports/japanese/gqmpeg/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10: 2:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED28837B420; Sun, 31 Mar 2002 10:01:50 -0800 (PST) Received: (from yoichi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VI1oC53636; Sun, 31 Mar 2002 10:01:50 -0800 (PST) (envelope-from yoichi) Message-Id: <200203311801.g2VI1oC53636@freefall.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 31 Mar 2002 10:01:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/eblook Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/03/31 10:01:50 PST Modified files: japanese/eblook Makefile Log: Change LIB_DEPENDS since eb port is updated and old one is preserved as japanese/eb2. Revision Changes Path 1.6 +2 -2 ports/japanese/eblook/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10: 3:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ABC137B419; Sun, 31 Mar 2002 10:03:23 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VI3Nq53989; Sun, 31 Mar 2002 10:03:23 -0800 (PST) (envelope-from pat) Message-Id: <200203311803.g2VI3Nq53989@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 10:03:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/maradns 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/03/31 10:03:23 PST Modified files: net/maradns Makefile distinfo pkg-plist Log: Update to 0.9.18 PR: 36584 Submitted by: KATO Tsuguru Revision Changes Path 1.15 +1 -1 ports/net/maradns/Makefile 1.14 +1 -1 ports/net/maradns/distinfo 1.10 +1 -0 ports/net/maradns/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10: 6:40 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE6AF37B41D; Sun, 31 Mar 2002 10:06:36 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VI6aT58358; Sun, 31 Mar 2002 10:06:36 -0800 (PST) (envelope-from dwcjr) Message-Id: <200203311806.g2VI6aT58358@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 10:06:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ifhp 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 dwcjr 2002/03/31 10:06:36 PST Modified files: print/ifhp Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Update to 3.5.6 PR: 35754 Submitted by: maintainer Revision Changes Path 1.4 +50 -12 ports/print/ifhp/Makefile 1.2 +1 -1 ports/print/ifhp/distinfo 1.2 +1 -1 ports/print/ifhp/pkg-comment 1.2 +8 -7 ports/print/ifhp/pkg-descr 1.3 +1 -38 ports/print/ifhp/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10: 8:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14D6637B405; Sun, 31 Mar 2002 10:08:43 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VI8he58987; Sun, 31 Mar 2002 10:08:43 -0800 (PST) (envelope-from olgeni) Message-Id: <200203311808.g2VI8he58987@freefall.freebsd.org> From: Jimmy Olgeni Date: Sun, 31 Mar 2002 10:08:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/03/31 10:08:42 PST Modified files: lang/erlang Makefile pkg-plist Log: Add a link to the erl_call utility in ${LOCALBASE}/bin (useful for shell scripts controlling erlang nodes). Revision Changes Path 1.22 +1 -0 ports/lang/erlang/Makefile 1.9 +1 -0 ports/lang/erlang/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10:10: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5645C37B416; Sun, 31 Mar 2002 10:09:56 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VI9uW59282; Sun, 31 Mar 2002 10:09:56 -0800 (PST) (envelope-from pat) Message-Id: <200203311809.g2VI9uW59282@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 10:09:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/asp2php Makefile distinfo ports/www/asp2php/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/03/31 10:09:56 PST Modified files: www/asp2php Makefile distinfo Added files: www/asp2php/files patch-Makefile Log: Update to 0.76.4a PR: 36586 Submitted by: KATO Tsuguru Revision Changes Path 1.11 +2 -2 ports/www/asp2php/Makefile 1.5 +1 -1 ports/www/asp2php/distinfo 1.1 +15 -0 ports/www/asp2php/files/patch-Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10:11:10 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 5C8C937B417; Sun, 31 Mar 2002 10:11:00 -0800 (PST) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 3E4523198C3; Sun, 31 Mar 2002 12:11:03 -0600 (CST) Date: Sun, 31 Mar 2002 12:11:03 -0600 From: "David W. Chapman Jr." To: Patrick Li Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/gqmpeg Makefile distinfo Message-ID: <20020331181103.GD6837@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Patrick Li , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200203311801.g2VI18f53447@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203311801.g2VI18f53447@freefall.freebsd.org> User-Agent: Mutt/1.3.28i X-Operating-System: FreeBSD 4.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 On Sun, Mar 31, 2002 at 10:01:07AM -0800, Patrick Li wrote: > pat 2002/03/31 10:01:07 PST > > Modified files: > japanese/gqmpeg Makefile distinfo > Log: > Update to 0.15.0 > There are a lot of addittions to pkg-plist I believe. I just updated the english gqmpeg port and it added a lot of skins. I have notified the originator, but I don't know if you just want to steal the master gqmpeg's pkg-plist and update accordingly. -- 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 Sun Mar 31 10:12:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6255537B41B; Sun, 31 Mar 2002 10:12:50 -0800 (PST) Received: (from pb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VICow59920; Sun, 31 Mar 2002 10:12:50 -0800 (PST) (envelope-from pb) Message-Id: <200203311812.g2VICow59920@freefall.freebsd.org> From: Pierre Beyssac Date: Sun, 31 Mar 2002 10:12:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/boot2 boot2.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 pb 2002/03/31 10:12:50 PST Modified files: (Branch: RELENG_4) sbin/reboot boot_i386.8 sys/boot/i386/boot2 boot2.c Log: MFC: Add option -n to i386 boot2 to disallow boot interruption by keypress. Revision Changes Path 1.23.2.10 +7 -3 src/sbin/reboot/boot_i386.8 1.28.2.6 +8 -2 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10:27:54 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 919) id 6E24D37B440; Sun, 31 Mar 2002 10:27:45 -0800 (PST) Date: Sun, 31 Mar 2002 10:27:06 -0800 From: Patrick Li To: "David W. Chapman Jr." Subject: Re: cvs commit: ports/japanese/gqmpeg Makefile distinfo Message-ID: <20020331102706.A85573@FreeBSD.org> References: <200203311801.g2VI18f53447@freefall.freebsd.org> <20020331181103.GD6837@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020331181103.GD6837@leviathan.inethouston.net>; from dwcjr@inethouston.net on Sun, Mar 31, 2002 at 12:11:03PM -0600 Sender: owner-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, Mar 31, 2002 at 12:11:03PM -0600, David W. Chapman Jr. wrote: > There are a lot of addittions to pkg-plist I believe. I just updated > the english gqmpeg port and it added a lot of skins. I have notified > the originator, but I don't know if you just want to steal the master > gqmpeg's pkg-plist and update accordingly. [1:22pm] pitchfork# make -V PLIST /usr/ports/japanese/gqmpeg/../../audio/gqmpeg/pkg-plist From this you can see that the slave port uses the pkg-plist from the master port so therefore no update is necessary. I was also fixing up the english port and added some patches realizing that you already committed it. For some odd reason, audio/gqmpeg fail to compile on my machine without the patches i was going to add. Check out: http://people.freebsd.org/~pat/gqmpeg.diff -pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10:28:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2A7137B41C; Sun, 31 Mar 2002 10:28:32 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VISWK62863; Sun, 31 Mar 2002 10:28:32 -0800 (PST) (envelope-from knu) Message-Id: <200203311828.g2VISWK62863@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 31 Mar 2002 10:28:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/fd Makefile distinfo ports/shells/fd/files patch-pathname.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 10:28:32 PST Modified files: shells/fd Makefile distinfo Removed files: shells/fd/files patch-pathname.c Log: Update to 2.00b. Revision Changes Path 1.36 +1 -2 ports/shells/fd/Makefile 1.20 +1 -1 ports/shells/fd/distinfo 1.2 +0 -12 ports/shells/fd/files/patch-pathname.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10:31:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BF2437B41B; Sun, 31 Mar 2002 10:31:45 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VIVjJ63485; Sun, 31 Mar 2002 10:31:45 -0800 (PST) (envelope-from pat) Message-Id: <200203311831.g2VIVjJ63485@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 10:31:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/xparam 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/03/31 10:31:44 PST Modified files: devel/xparam Makefile distinfo Log: Update to 1.11 PR: 36579 Submitted by: KATO Tsuguru Revision Changes Path 1.2 +3 -2 ports/devel/xparam/Makefile 1.2 +1 -1 ports/devel/xparam/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 10:44:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3575C37B405; Sun, 31 Mar 2002 10:44:37 -0800 (PST) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VIibK66754; Sun, 31 Mar 2002 10:44:37 -0800 (PST) (envelope-from jmallett) Message-Id: <200203311844.g2VIibK66754@freefall.freebsd.org> From: "J. Mallett" Date: Sun, 31 Mar 2002 10:44:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/pr pr.1 pr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 10:44:36 PST Modified files: usr.bin/pr pr.1 pr.c Log: Add P1003.1-2001 -f and -p options. PR: standards/36243 Submitted by: Tim J. Robbins Reviewed by: mike MFC after: 2 weeks Revision Changes Path 1.18 +12 -3 src/usr.bin/pr/pr.1 1.13 +41 -2 src/usr.bin/pr/pr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 11: 0:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0257437B417; Sun, 31 Mar 2002 11:00:06 -0800 (PST) Received: (from netchild@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VJ05f69352; Sun, 31 Mar 2002 11:00:05 -0800 (PST) (envelope-from netchild) Message-Id: <200203311900.g2VJ05f69352@freefall.freebsd.org> From: Alexander Leidinger Date: Sun, 31 Mar 2002 11:00:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile pkg-descr ports/lang/icc/files patch-iccvars.csh X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 11:00:05 PST Modified files: lang/icc Makefile pkg-descr Added files: lang/icc/files patch-iccvars.csh Log: - reword pkg-descr - fix iccvars.csh (PR) - mimic some parts of gcc's preprocessor (defines) PR: 36555 Approved by: steve Revision Changes Path 1.2 +13 -9 ports/lang/icc/Makefile 1.1 +16 -0 ports/lang/icc/files/patch-iccvars.csh (new) 1.2 +2 -2 ports/lang/icc/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 11: 5:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2561F37B400; Sun, 31 Mar 2002 11:05:39 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VJ5dA72245; Sun, 31 Mar 2002 11:05:39 -0800 (PST) (envelope-from jmz) Message-Id: <200203311905.g2VJ5dA72245@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 31 Mar 2002 11:05:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/pspell-ispell pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmz 2002/03/31 11:05:39 PST Modified files: textproc/pspell-ispell pkg-plist Log: Fix bento build. PR: ports/35365 Submitted by: Simon 'corecode' Schubert Revision Changes Path 1.3 +1 -0 ports/textproc/pspell-ispell/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 11:45:57 2002 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 393A737B41C; Sun, 31 Mar 2002 11:45:41 -0800 (PST) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.12.2/8.12.2) with ESMTP id g2VJjDFX032971; Sun, 31 Mar 2002 14:45:17 -0500 (EST) (envelope-from mi@aldan.algebra.com) Message-Id: <200203311945.g2VJjDFX032971@aldan.algebra.com> Date: Sun, 31 Mar 2002 14:45:13 -0500 (EST) From: Mikhail Teterin Subject: Re: malloc.h--cheaper by the dozen? To: trevor@jpj.net Cc: kris@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, portmgr@FreeBSD.org, wollman@FreeBSD.org, thierry@pompo.net In-Reply-To: <20020330232651.I16128-100000@blues.jpj.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 31 Mar, Trevor Johnson wrote: > Instead of having separate patches for dozens of ports, wouldn't the > maintenance be much easier if the patching were done from bsd.port.mk > instead? A few days ago, Thierry Thomas proposed [0] a patch which > would do just that. It could be argued that patching every single > port is wasteful, but how about a facility where the porter could > add a "MALLOC_PATCH= yes" or "MALLOC_PATCH= no" line to enable or > disable the patching (depending on whether it would default to being > on or off)? Maybe a warning could be generated, in case anything were > changed by the patching. Let me express my support for this proposal with the followin "pork barrel" attachment. If bsd.port.mk detects the LOCALBASE is different from /usr/local or X11BASE is different from /usr/X11R6 it shall do something like the following (untested) after the patching: find ${WRKSRC} -type f -print0 | \ xargs -0 ${GREP} -lE --null '/usr/X11R6|/usr/local' | \ xargs -0 ${PERL} -pi -e 's,/usr/X11R6,${X11BASE},g;' \ -e 's,/usr/local,${LOCALBASE},g' In many cases this is not neccessary, since configure scripts usually DTRT, but not always. Also the wrong path often ends up hardcoded in the documentation, etc. Some ports do this already, but this another one of those "cheaper by the dozen" things, IMHO. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 12:11:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55B9137B405; Sun, 31 Mar 2002 12:11:11 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKBBE92263; Sun, 31 Mar 2002 12:11:11 -0800 (PST) (envelope-from ache) Message-Id: <200203312011.g2VKBBE92263@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 31 Mar 2002 12:11:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sort sort.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 12:11:11 PST Modified files: usr.bin/sort sort.c Log: Remove \n from __COPYRIGHT to shut assembler warning Revision Changes Path 1.5 +1 -1 src/usr.bin/sort/sort.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 12:16: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1635B37B416; Sun, 31 Mar 2002 12:16:06 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKG5Q93169; Sun, 31 Mar 2002 12:16:05 -0800 (PST) (envelope-from pat) Message-Id: <200203312016.g2VKG5Q93169@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 12:16:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libfame 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 pat 2002/03/31 12:16:05 PST Modified files: graphics/libfame Makefile pkg-plist Log: - GNU_CONFIGURE -> USE_LIBTOOL - Fix pkg-plist and bump PORTREVISION PR: 36580 Submitted by: KATO Tsuguru Revision Changes Path 1.2 +3 -1 ports/graphics/libfame/Makefile 1.2 +1 -3 ports/graphics/libfame/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 12:18: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4A9937B405; Sun, 31 Mar 2002 12:17:56 -0800 (PST) Received: (from alc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKHuJ93622; Sun, 31 Mar 2002 12:17:56 -0800 (PST) (envelope-from alc) Message-Id: <200203312017.g2VKHuJ93622@freefall.freebsd.org> From: Alan Cox Date: Sun, 31 Mar 2002 12:17:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/03/31 12:17:56 PST Modified files: sys/kern vfs_aio.c Log: Keep the reference to the file acquired in _aio_aqueue() until the operation completes. The reference is released in aio_free_entry(). Submitted by: tegge Revision Changes Path 1.120 +7 -3 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 12:18:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3DE237B41B; Sun, 31 Mar 2002 12:18:39 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKId793756; Sun, 31 Mar 2002 12:18:39 -0800 (PST) (envelope-from ache) Message-Id: <200203312018.g2VKId793756@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 31 Mar 2002 12:18:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sort sort.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 ache 2002/03/31 12:18:39 PST Modified files: usr.bin/sort sort.1 Log: Uncomment now implemented part of -d description Revision Changes Path 1.5 +2 -2 src/usr.bin/sort/sort.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 12:21:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A155837B400; Sun, 31 Mar 2002 12:21:33 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKLXL94351; Sun, 31 Mar 2002 12:21:33 -0800 (PST) (envelope-from knu) Message-Id: <200203312021.g2VKLXL94351@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 31 Mar 2002 12:21:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/03/31 12:21:33 PST Modified files: . access Log: Please welcome Norikatsu Shigemura aboard. He is yet another ports-jp guy who will be working on ports, especially of multimedia apps, Perl5 modules, Japanese apps, and so on. He even takes an interest in the ports infrastructure, so he will greatly help us clean up ports. Yoroshiku! :> Revision Changes Path 1.295 +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 Sun Mar 31 12:31:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC84E37B400; Sun, 31 Mar 2002 12:31:47 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKVlI96166; Sun, 31 Mar 2002 12:31:47 -0800 (PST) (envelope-from pat) Message-Id: <200203312031.g2VKVlI96166@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 12:31:47 -0800 (PST) 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/03/31 12:31:47 PST Modified files: www/linux-flashplugin Makefile distinfo Log: Update to 5.0r48 Revision Changes Path 1.11 +1 -1 ports/www/linux-flashplugin/Makefile 1.5 +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 Sun Mar 31 12:40:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C3DC37B417; Sun, 31 Mar 2002 12:40:19 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKeJI97447; Sun, 31 Mar 2002 12:40:19 -0800 (PST) (envelope-from knu) Message-Id: <200203312040.g2VKeJI97447@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 31 Mar 2002 12:40:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ruby-eb Makefile distinfo ports/japanese/ruby-eb/files patch-eb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/03/31 12:40:19 PST Modified files: japanese/ruby-eb Makefile distinfo Removed files: japanese/ruby-eb/files patch-eb.c Log: Update to 1.7. Revision Changes Path 1.8 +1 -2 ports/japanese/ruby-eb/Makefile 1.5 +1 -1 ports/japanese/ruby-eb/distinfo 1.2 +0 -19 ports/japanese/ruby-eb/files/patch-eb.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 12:48:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77A9437B419; Sun, 31 Mar 2002 12:48:13 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKmD099121; Sun, 31 Mar 2002 12:48:13 -0800 (PST) (envelope-from marcel) Message-Id: <200203312048.g2VKmD099121@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 31 Mar 2002 12:48:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/loader Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/03/31 12:48:13 PST Modified files: sys/boot/efi/loader Makefile Log: Only install the help file if we can find it. Use ${BASE}.help in both the condition and for the install. We expect to find the help file in ${.OBJDIR}. Revision Changes Path 1.10 +1 -4 src/sys/boot/efi/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 12:49:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 280C737B41C; Sun, 31 Mar 2002 12:49:38 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKnce99501; Sun, 31 Mar 2002 12:49:38 -0800 (PST) (envelope-from keramida) Message-Id: <200203312049.g2VKnce99501@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 31 Mar 2002 12:49:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd dd.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 keramida 2002/03/31 12:49:38 PST Modified files: bin/dd dd.1 Log: Various mdoc fixes, including a change that corrects spacing as described in PR docs/36461. PR: docs/36461 Noticed by: Gary W. Swearingen Submitted by: ru Revision Changes Path 1.19 +54 -44 src/bin/dd/dd.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 12:55: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 403A237B41E; Sun, 31 Mar 2002 12:54:58 -0800 (PST) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKswO00846; Sun, 31 Mar 2002 12:54:58 -0800 (PST) (envelope-from nork) Message-Id: <200203312054.g2VKswO00846@freefall.freebsd.org> From: Norikatsu Shigemura Date: Sun, 31 Mar 2002 12:54:58 -0800 (PST) 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 nork 2002/03/31 12:54:58 PST Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: added Norikatsu Shigemura to developers-list Reviewed by: knu (mentor) Revision Changes Path 1.220 +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 Sun Mar 31 12:57:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75FD637B405; Sun, 31 Mar 2002 12:57:33 -0800 (PST) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKvXC01444; Sun, 31 Mar 2002 12:57:33 -0800 (PST) (envelope-from nork) Message-Id: <200203312057.g2VKvXC01444@freefall.freebsd.org> From: Norikatsu Shigemura Date: Sun, 31 Mar 2002 12:57:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/03/31 12:57:33 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: added Norikatsu Shigemura to developers-list Reviewed by: knu (mentor) Revision Changes Path 1.139 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 12:59: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 695A337B41B; Sun, 31 Mar 2002 12:58:56 -0800 (PST) Received: (from nork@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VKwuU01624; Sun, 31 Mar 2002 12:58:56 -0800 (PST) (envelope-from nork) Message-Id: <200203312058.g2VKwuU01624@freefall.freebsd.org> From: Norikatsu Shigemura Date: Sun, 31 Mar 2002 12:58:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/03/31 12:58:56 PST Modified files: en/news news.xml Log: announce my presence as a new committer. Reviewed by: knu (mentor) Revision Changes Path 1.76 +15 -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 Sun Mar 31 13: 4:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE27337B41A; Sun, 31 Mar 2002 13:04:31 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VL4Vb02488; Sun, 31 Mar 2002 13:04:31 -0800 (PST) (envelope-from petef) Message-Id: <200203312104.g2VL4Vb02488@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 31 Mar 2002 13:04:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 13:04:31 PST Modified files: www/apache13 Makefile Log: Respect ${CC} completely.. without this, LD_SHLIB gets hardcoded to "gcc". Approved by: maintainer Revision Changes Path 1.109 +1 -1 ports/www/apache13/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 13:11:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 548A437B419; Sun, 31 Mar 2002 13:11:53 -0800 (PST) Received: from hades.hell.gr (patr530-a223.otenet.gr [212.205.215.223]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g2VLBjQA001955; Mon, 1 Apr 2002 00:11:46 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g2VLBh9B022228; Mon, 1 Apr 2002 00:11:44 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g2VLBgnS022227; Mon, 1 Apr 2002 00:11:42 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 1 Apr 2002 00:11:41 +0300 From: Giorgos Keramidas To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/dd dd.1 Message-ID: <20020331211140.GA19573@hades.hell.gr> References: <200203312049.g2VKnce99501@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203312049.g2VKnce99501@freefall.freebsd.org> User-Agent: Mutt/1.3.28i Sender: owner-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-03-31 12:49, Giorgos Keramidas wrote: > keramida 2002/03/31 12:49:38 PST > > Modified files: > bin/dd dd.1 > Log: > Various mdoc fixes, including a change that corrects spacing as > described in PR docs/36461. Err, I also meant to add: MFC after: 3 days - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 13:17:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80B6237B405; Sun, 31 Mar 2002 13:17:12 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VLHCg08272; Sun, 31 Mar 2002 13:17:12 -0800 (PST) (envelope-from phk) Message-Id: <200203312117.g2VLHCg08272@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 31 Mar 2002 13:17:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_diskslice.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 13:17:12 PST Modified files: sys/kern subr_diskslice.c Log: Implement the two "GEOM" ioctls DIOCGSECTORSIZE and DIOCGMEDIASIZE for the non-GEOM code as well. This simplifies the the kernel-dumping and disk-management tools as less compatibility cruft will be needed. Sponsored by: DARPA and NAI Labs. Revision Changes Path 1.100 +13 -0 src/sys/kern/subr_diskslice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 13:19:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7807E37B417; Sun, 31 Mar 2002 13:19:34 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VLJY708611; Sun, 31 Mar 2002 13:19:34 -0800 (PST) (envelope-from knu) Message-Id: <200203312119.g2VLJY708611@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 31 Mar 2002 13:19:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/03/31 13:19:34 PST Modified files: . access Log: [Forced commit] Activate a new ports committer Norikatsu Shigemura . Mentored by: knu Approved by: portmgr Revision Changes Path 1.296 +0 -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 Sun Mar 31 13:38:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D56F37B405; Sun, 31 Mar 2002 13:38:08 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VLc6h11517; Sun, 31 Mar 2002 13:38:06 -0800 (PST) (envelope-from joe) Message-Id: <200203312138.g2VLc6h11517@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 31 Mar 2002 13:38:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c usbdevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/03/31 13:38:05 PST Modified files: sys/dev/usb if_aue.c usbdevs Log: Add more usb adapters, from NetBSD. Revision Changes Path 1.47 +45 -14 src/sys/dev/usb/if_aue.c 1.81 +37 -3 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 13:38:43 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD53737B405; Sun, 31 Mar 2002 13:38:38 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VLccf11668; Sun, 31 Mar 2002 13:38:38 -0800 (PST) (envelope-from joe) Message-Id: <200203312138.g2VLccf11668@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 31 Mar 2002 13:38:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 13:38:38 PST Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.94 +38 -4 src/sys/dev/usb/usbdevs.h 1.94 +193 -7 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 Sun Mar 31 13:48:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8C1C37B416; Sun, 31 Mar 2002 13:48:08 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VLm8R13367; Sun, 31 Mar 2002 13:48:08 -0800 (PST) (envelope-from phk) Message-Id: <200203312148.g2VLm8R13367@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 31 Mar 2002 13:48:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys kerneldump.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/03/31 13:48:08 PST Added files: sys/sys kerneldump.h Log: Add a new #include which describes the common header format for kerneldumps. This design is my best effort and it is quite likely that people more used to kernel dumps may want to change this subsequently so two levels of version numbers are provided: one for the common header and one per architecture. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.1 +72 -0 src/sys/sys/kerneldump.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 Mar 31 13:52:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15C2A37B41E; Sun, 31 Mar 2002 13:52:24 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VLqOA14184; Sun, 31 Mar 2002 13:52:24 -0800 (PST) (envelope-from pat) Message-Id: <200203312152.g2VLqOA14184@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 13:52:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gaim 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/03/31 13:52:23 PST Modified files: net/gaim Makefile distinfo Log: Update to 0.55 PR: 36591 Submitted by: maintainer, Jan Jungnickel Revision Changes Path 1.63 +1 -1 ports/net/gaim/Makefile 1.45 +1 -1 ports/net/gaim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 14:17:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB4EC37B405; Sun, 31 Mar 2002 14:17:14 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VMHEO21833; Sun, 31 Mar 2002 14:17:14 -0800 (PST) (envelope-from lioux) Message-Id: <200203312217.g2VMHEO21833@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 31 Mar 2002 14:17:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/understand_ada Makefile distinfo ports/devel/understand_c 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/03/31 14:17:14 PST Modified files: devel/understand_ada Makefile distinfo devel/understand_c Makefile distinfo Log: Update to 1.4 Build 154 Revision Changes Path 1.22 +1 -1 ports/devel/understand_ada/Makefile 1.20 +1 -1 ports/devel/understand_ada/distinfo 1.41 +1 -1 ports/devel/understand_c/Makefile 1.38 +1 -1 ports/devel/understand_c/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 14:18:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D049A37B421; Sun, 31 Mar 2002 14:18:39 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VMId522142; Sun, 31 Mar 2002 14:18:39 -0800 (PST) (envelope-from lioux) Message-Id: <200203312218.g2VMId522142@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 31 Mar 2002 14:18:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dctc 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/03/31 14:18:39 PST Modified files: net/dctc Makefile distinfo pkg-plist Log: Update to 0.77 Revision Changes Path 1.13 +11 -3 ports/net/dctc/Makefile 1.10 +1 -1 ports/net/dctc/distinfo 1.4 +3 -0 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 Mar 31 14:20:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9911237B419; Sun, 31 Mar 2002 14:20:22 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VMKMg22382; Sun, 31 Mar 2002 14:20:22 -0800 (PST) (envelope-from lioux) Message-Id: <200203312220.g2VMKMg22382@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 31 Mar 2002 14:20:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dctc-gui 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/03/31 14:20:22 PST Modified files: net/dctc-gui Makefile distinfo Log: Update to 0.51 Revision Changes Path 1.15 +6 -2 ports/net/dctc-gui/Makefile 1.10 +1 -1 ports/net/dctc-gui/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 14:37: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72E7537B41D; Sun, 31 Mar 2002 14:37:00 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VMb0X24580; Sun, 31 Mar 2002 14:37:00 -0800 (PST) (envelope-from phk) Message-Id: <200203312237.g2VMb0X24580@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 31 Mar 2002 14:37:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/null null.c src/sys/dev/twe twe_freebsd.c src/sys/geom geom_disk.c src/sys/i386/i386 i386dump.c src/sys/kern kern_shutdown.c subr_disk.c subr_xxx.c src/sys/sys conf.h disk.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/03/31 14:37:00 PST Modified files: sys/dev/ata ata-disk.c sys/dev/ida ida_disk.c sys/dev/null null.c sys/dev/twe twe_freebsd.c sys/geom geom_disk.c sys/kern kern_shutdown.c subr_disk.c subr_xxx.c sys/sys conf.h disk.h disklabel.h sysctl.h systm.h Added files: sys/i386/i386 i386dump.c Log: Here follows the new kernel dumping infrastructure. Caveats: The new savecore program is not complete in the sense that it emulates enough of the old savecores features to do the job, but implements none of the options yet. I would appreciate if a userland hacker could help me out getting savecore to do what we want it to do from a users point of view, compression, email-notification, space reservation etc etc. (send me email if you are interested). Currently, savecore will scan all devices marked as "swap" or "dump" in /etc/fstab _or_ any devices specified on the command-line. All architectures but i386 lack an implementation of dumpsys(), but looking at the i386 version it should be trivial for anybody familiar with the platform(s) to provide this function. Documentation is quite sparse at this time, more to come. Details: ATA and SCSI drivers should work as the dump formatting code has been removed. The IDA, TWE and AAC have not yet been converted. Dumpon now opens the device and uses ioctl(DIOCGKERNELDUMP) to set the device as dumpdev. To implement the "off" argument, /dev/null is used as the device. Savecore will fail if handed any options since they are not (yet) implemented. All devices marked "dump" or "swap" in /etc/fstab will be scanned and dumps found will be saved to diskfiles named from the MD5 hash of the header record. The header record is dumped in readable format in the .info file. The kernel is not saved. Only complete dumps will be saved. All maintainer rights for this code are disclaimed: feel free to improve and extend. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.129 +16 -44 src/sys/dev/ata/ata-disk.c 1.32 +6 -1 src/sys/dev/ida/ida_disk.c 1.7 +18 -2 src/sys/dev/null/null.c 1.13 +6 -1 src/sys/dev/twe/twe_freebsd.c 1.4 +0 -7 src/sys/geom/geom_disk.c 1.1 +121 -0 src/sys/i386/i386/i386dump.c (new) 1.122 +30 -173 src/sys/kern/kern_shutdown.c 1.53 +19 -19 src/sys/kern/subr_disk.c 1.19 +1 -2 src/sys/kern/subr_xxx.c 1.145 +20 -1 src/sys/sys/conf.h 1.20 +0 -1 src/sys/sys/disk.h 1.74 +1 -0 src/sys/sys/disklabel.h 1.104 +0 -1 src/sys/sys/sysctl.h 1.168 +0 -3 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 14:43:18 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 45A8437B41B; Sun, 31 Mar 2002 14:43:14 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g2VMgoe7035392; Mon, 1 Apr 2002 00:42:50 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/null null.c src/sys/dev/twe twe_freebsd.c src/sys/geom geom_disk.c src/sys/i386/i386 i386dump.c src/sys/kern kern_shutdown.c subr_disk.c subr_xxx.c src/sys/sys conf.h disk.h ... In-Reply-To: Your message of "Sun, 31 Mar 2002 14:37:00 -0800." <200203312237.g2VMb0X24580@freefall.freebsd.org> Date: Mon, 01 Apr 2002 00:42:50 +0200 Message-ID: <35391.1017614570@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 <200203312237.g2VMb0X24580@freefall.freebsd.org>, Poul-Henning Kamp writes: >phk 2002/03/31 14:37:00 PST > > Here follows the new kernel dumping infrastructure. Forgot to write that the dumps are writtin in ASCII-XML so they are a fair bit larger than they used to. -- 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 Mar 31 15:12:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8116C37B41B; Sun, 31 Mar 2002 15:12:48 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VNCmr36243; Sun, 31 Mar 2002 15:12:48 -0800 (PST) (envelope-from kris) Message-Id: <200203312312.g2VNCmr36243@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 15:12:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/simpack Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/03/31 15:12:48 PST Modified files: math/simpack Makefile Log: Remove #include Revision Changes Path 1.18 +5 -0 ports/math/simpack/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 15:17:52 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-169-104-17.dsl.lsan03.pacbell.net [64.169.104.17]) by hub.freebsd.org (Postfix) with ESMTP id 8078037B416; Sun, 31 Mar 2002 15:17:43 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 0D80866D19; Sun, 31 Mar 2002 15:17:42 -0800 (PST) Date: Sun, 31 Mar 2002 15:17:42 -0800 From: Kris Kennaway To: Mikhail Teterin Cc: kris@obsecurity.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, kris@FreeBSD.org, fenner@FreeBSD.org Subject: Re: cvs commit: ports/www/tclhttpd Makefile Message-ID: <20020331151742.B12433@xor.obsecurity.org> References: <20020330173404.A87967@xor.obsecurity.org> <200203311800.g2VI09FX032593@aldan.algebra.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="A6N2fC+uXW/VQSAv" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200203311800.g2VI09FX032593@aldan.algebra.com>; from mi@aldan.algebra.com on Sun, Mar 31, 2002 at 01:00:09PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --A6N2fC+uXW/VQSAv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 31, 2002 at 01:00:09PM -0500, Mikhail Teterin wrote: > On 30 Mar, Kris Kennaway wrote: > > On Sat, Mar 30, 2002 at 08:12:10PM -0500, Mikhail Teterin wrote: > >> On 29 Mar, Mikhail Teterin wrote: > >> > mi 2002/03/29 09:55:00 PST > >> >=20 > >> > Modified files: > >> > www/tclhttpd Makefile=20 > >> > Log: > >> > Finally catch up with the version number change of devel/tcllib -- > >> [...] > >>=20 > >> This should be the last of my ports that I did not realize were > >> broken. Many thanks to the newly revived port building and automatic > >> maintainer notification... Great idea. > > > > Thanks for fixing! Actually the notification was sent out by hand, > > but I have plans to implement an automatic notification system in a > > hopefully not too annoying form, in the near future. >=20 > What about the fenner's script(s) that used to do this in the past? They > seemed pretty smart, and listed the actually broken ports right there in > the e-mail for each maintainer. The problem with those scripts is that every time a port breaks for some spurious reason mail gets sent to the maintainer. This is annoying and got lots of complaints :-) What I'm going to do is only send mail once a package fails e.g. 3 builds in a row, so it's pretty certain it's either a real problem with the port, or a real problem with the cluster (in which case I need to fix it). In other words, I want to make the scripts edge-triggered instead of level-triggered. Kris --A6N2fC+uXW/VQSAv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8p5kWWry0BWjoQKURApvgAKD3eFW64lCQMbDd47zCd3iSG2uQuQCfSw+t wJ1na/wrvfnq+b7Iw3nC54o= =v7BZ -----END PGP SIGNATURE----- --A6N2fC+uXW/VQSAv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 15:21:49 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-169-104-17.dsl.lsan03.pacbell.net [64.169.104.17]) by hub.freebsd.org (Postfix) with ESMTP id D5A7B37B416; Sun, 31 Mar 2002 15:21:43 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6D56E66D19; Sun, 31 Mar 2002 15:21:43 -0800 (PST) Date: Sun, 31 Mar 2002 15:21:43 -0800 From: Kris Kennaway To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/null null.c src/sys/dev/twe twe_freebsd.c src/sys/geom geom_disk.c src/sys/i386/i386 i386dump.c src/sys/kern kern_shutdown.c subr_disk.c subr_xxx.c src/sys/sys conf.h disk.h ... Message-ID: <20020331152143.C12433@xor.obsecurity.org> References: <200203312237.g2VMb0X24580@freefall.freebsd.org> <35391.1017614570@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="4ZLFUWh1odzi/v6L" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <35391.1017614570@critter.freebsd.dk>; from phk@critter.freebsd.dk on Mon, Apr 01, 2002 at 12:42:50AM +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 --4ZLFUWh1odzi/v6L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 01, 2002 at 12:42:50AM +0200, Poul-Henning Kamp wrote: > In message <200203312237.g2VMb0X24580@freefall.freebsd.org>, Poul-Henning= Kamp=20 > writes: > >phk 2002/03/31 14:37:00 PST > > > > Here follows the new kernel dumping infrastructure. >=20 > Forgot to write that the dumps are writtin in ASCII-XML so they are > a fair bit larger than they used to. How much larger? If I have a 1 GB swap partition because I have 1 GB of RAM and need to be able to take dumps, will I no longer be able to? Kris --4ZLFUWh1odzi/v6L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8p5oGWry0BWjoQKURAgmFAJwLsQW8PhRwoZVhGEBJoKprQlkvuwCfYj0K G5ITn3ylDhwaJOGz8ibwdLc= =84RB -----END PGP SIGNATURE----- --4ZLFUWh1odzi/v6L-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 15:45:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEDE237B419; Sun, 31 Mar 2002 15:45:39 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VNjdl42402; Sun, 31 Mar 2002 15:45:39 -0800 (PST) (envelope-from kris) Message-Id: <200203312345.g2VNjdl42402@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 15:45:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/f77flow/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 kris 2002/03/31 15:45:39 PST Added files: devel/f77flow/files patch-aa patch-ab Log: Fix build on current by removing a constant FILE * stdio initializer Revision Changes Path 1.1 +19 -0 ports/devel/f77flow/files/patch-aa (new) 1.1 +38 -0 ports/devel/f77flow/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 Mar 31 15:47:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 839B737B41F; Sun, 31 Mar 2002 15:47:52 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2VNlqb42961; Sun, 31 Mar 2002 15:47:52 -0800 (PST) (envelope-from kris) Message-Id: <200203312347.g2VNlqb42961@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 15:47:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libz infcodes.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/03/31 15:47:52 PST Modified files: lib/libz infcodes.c Log: Work around a gcc bug which causes zlib to dump core in certain situations. This can be removed once gcc is fixed. Submitted by: bde Revision Changes Path 1.4 +7 -2 src/lib/libz/infcodes.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 16:20:47 2002 Delivered-To: cvs-all@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id A8F8F37B41A; Sun, 31 Mar 2002 16:20:42 -0800 (PST) Received: (from uucp@localhost) by srv1.cosmo-project.de (8.11.6/8.11.6) with UUCP id g310KEH26236; Mon, 1 Apr 2002 02:20:14 +0200 (CEST) (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.1.10]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id g310JG6e065616; Mon, 1 Apr 2002 02:19:16 +0200 (CEST)?g (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (localhost [127.0.0.1]) by cicely8.cicely.de (8.12.2/8.12.2) with ESMTP id g310JFnU039620; Mon, 1 Apr 2002 02:19:15 +0200 (CEST) (envelope-from ticso@cicely8.cicely.de) Received: (from ticso@localhost) by cicely8.cicely.de (8.12.2/8.12.2/Submit) id g310JEsp039619; Mon, 1 Apr 2002 02:19:14 +0200 (CEST) Date: Mon, 1 Apr 2002 02:19:13 +0200 From: Bernd Walter To: Kris Kennaway Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/null null.c src/sys/dev/twe twe_freebsd.c src/sys/geom geom_disk.c src/sys/i386/i386 i386dump.c src/sys/kern kern_shutdown.c subr_disk.c subr_xxx.c src/sys/sys conf.h disk.h ... Message-ID: <20020401001912.GO24734@cicely8.cicely.de> References: <200203312237.g2VMb0X24580@freefall.freebsd.org> <35391.1017614570@critter.freebsd.dk> <20020331152143.C12433@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020331152143.C12433@xor.obsecurity.org> User-Agent: Mutt/1.3.26i X-Operating-System: FreeBSD cicely8.cicely.de 5.0-CURRENT 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 On Sun, Mar 31, 2002 at 03:21:43PM -0800, Kris Kennaway wrote: > On Mon, Apr 01, 2002 at 12:42:50AM +0200, Poul-Henning Kamp wrote: > > In message <200203312237.g2VMb0X24580@freefall.freebsd.org>, Poul-Henning Kamp > > writes: > > >phk 2002/03/31 14:37:00 PST > > > > > > Here follows the new kernel dumping infrastructure. > > > > Forgot to write that the dumps are writtin in ASCII-XML so they are > > a fair bit larger than they used to. > > How much larger? If I have a 1 GB swap partition because I have 1 GB > of RAM and need to be able to take dumps, will I no longer be able to? Reread his message - especialy the date. ASCII-XML dumps - nice idea ;) -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 16:27:41 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-169-104-17.dsl.lsan03.pacbell.net [64.169.104.17]) by hub.freebsd.org (Postfix) with ESMTP id B224337B41C; Sun, 31 Mar 2002 16:27:35 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 2E5D466D19; Sun, 31 Mar 2002 16:27:35 -0800 (PST) Date: Sun, 31 Mar 2002 16:27:35 -0800 From: Kris Kennaway To: Bernd Walter Cc: Kris Kennaway , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-disk.c src/sys/dev/ida ida_disk.c src/sys/dev/null null.c src/sys/dev/twe twe_freebsd.c src/sys/geom geom_disk.c src/sys/i386/i386 i386dump.c src/sys/kern kern_shutdown.c subr_disk.c subr_xxx.c src/sys/sys conf.h disk.h ... Message-ID: <20020331162734.A13715@xor.obsecurity.org> References: <200203312237.g2VMb0X24580@freefall.freebsd.org> <35391.1017614570@critter.freebsd.dk> <20020331152143.C12433@xor.obsecurity.org> <20020401001912.GO24734@cicely8.cicely.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020401001912.GO24734@cicely8.cicely.de>; from ticso@cicely8.cicely.de on Mon, Apr 01, 2002 at 02:19:13AM +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 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 01, 2002 at 02:19:13AM +0200, Bernd Walter wrote: > On Sun, Mar 31, 2002 at 03:21:43PM -0800, Kris Kennaway wrote: > > On Mon, Apr 01, 2002 at 12:42:50AM +0200, Poul-Henning Kamp wrote: > > > In message <200203312237.g2VMb0X24580@freefall.freebsd.org>, Poul-Hen= ning Kamp=20 > > > writes: > > > >phk 2002/03/31 14:37:00 PST > > > > > > > > Here follows the new kernel dumping infrastructure. > > >=20 > > > Forgot to write that the dumps are writtin in ASCII-XML so they are > > > a fair bit larger than they used to. > >=20 > > How much larger? If I have a 1 GB swap partition because I have 1 GB > > of RAM and need to be able to take dumps, will I no longer be able to? >=20 > Reread his message - especialy the date. > ASCII-XML dumps - nice idea ;) Bah, it's not april 1 here yet, but I should have been on guard..In my defense I wrote this email seconds after waking up :-) Kris --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8p6l2Wry0BWjoQKURAsnlAKDmf9RIsvy9e2bjEhi0XW/L+Mj+uwCg17a5 cbQyQcC/Uo6wsAw11NSZhOU= =Qe5x -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 16:51:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4773437B416; Sun, 31 Mar 2002 16:51:34 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g310pYO57680; Sun, 31 Mar 2002 16:51:34 -0800 (PST) (envelope-from murray) Message-Id: <200204010051.g310pYO57680@freefall.freebsd.org> From: Murray Stokely Date: Sun, 31 Mar 2002 16:51:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/dict README 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 murray 2002/03/31 16:51:34 PST Modified files: share/dict README freebsd Log: The freebsd jargon dictionary was repo-copied from 'tech' to 'freebsd' to indicate that this is not a general dictionary of all technical terms. Requested by: sheldon Revision Changes Path 1.9 +1 -1 src/share/dict/README 1.2 +0 -0 src/share/dict/freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 16:57:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7585F37B419; Sun, 31 Mar 2002 16:57:34 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g310vY258635; Sun, 31 Mar 2002 16:57:34 -0800 (PST) (envelope-from murray) Message-Id: <200204010057.g310vY258635@freefall.freebsd.org> From: Murray Stokely Date: Sun, 31 Mar 2002 16:57:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/03/31 16:57:34 PST Modified files: share/man/man7 hier.7 Log: Add a note about the FreeBSD technical word list. Revision Changes Path 1.66 +2 -0 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 17: 6:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19B2D37B405; Sun, 31 Mar 2002 17:06:52 -0800 (PST) Received: (from petef@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3116qi63672; Sun, 31 Mar 2002 17:06:52 -0800 (PST) (envelope-from petef) Message-Id: <200204010106.g3116qi63672@freefall.freebsd.org> From: Pete Fritchman Date: Sun, 31 Mar 2002 17:06:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/p5-type1inst Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 17:06:52 PST Modified files: x11-fonts/p5-type1inst Makefile Log: Add a missing run dependency on mkfontdir. Reported by: bento Revision Changes Path 1.9 +2 -0 ports/x11-fonts/p5-type1inst/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 17:43:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E58B37B419; Sun, 31 Mar 2002 17:43:34 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g311hY170775; Sun, 31 Mar 2002 17:43:34 -0800 (PST) (envelope-from murray) Message-Id: <200204010143.g311hY170775@freefall.freebsd.org> From: Murray Stokely Date: Sun, 31 Mar 2002 17:43:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 hier.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/03/31 17:43:34 PST Modified files: share/man/man7 hier.7 Log: Remove reference to share/dict/special/. That directory does not exist, nor does the referenced program. MFC after: 3 days Revision Changes Path 1.67 +1 -5 src/share/man/man7/hier.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 17:45:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A517737B428; Sun, 31 Mar 2002 17:45:14 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g311jEQ71025; Sun, 31 Mar 2002 17:45:14 -0800 (PST) (envelope-from keramida) Message-Id: <200204010145.g311jEQ71025@freefall.freebsd.org> From: Giorgos Keramidas Date: Sun, 31 Mar 2002 17:45:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/hubs 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 keramida 2002/03/31 17:45:14 PST Modified files: en_US.ISO8859-1/articles/hubs article.sgml Log: Various typo fixes. PR: docs/36598 Submitted by: Shaun Branden Revision Changes Path 1.13 +3 -3 doc/en_US.ISO8859-1/articles/hubs/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 17:52:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B372137B41B; Sun, 31 Mar 2002 17:52:51 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g311qpv72350; Sun, 31 Mar 2002 17:52:51 -0800 (PST) (envelope-from dwcjr) Message-Id: <200204010152.g311qpv72350@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 17:52:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk Makefile distinfo pkg-plist ports/net/netatalk/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 dwcjr 2002/03/31 17:52:51 PST Modified files: net/netatalk Makefile distinfo pkg-plist net/netatalk/files patch-configure Log: Update to 1.5.3.1 PR: 36593 Submitted by: maintainer Revision Changes Path 1.36 +3 -2 ports/net/netatalk/Makefile 1.11 +1 -1 ports/net/netatalk/distinfo 1.6 +7 -7 ports/net/netatalk/files/patch-configure 1.15 +1 -0 ports/net/netatalk/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18: 2: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AA9D37B417; Sun, 31 Mar 2002 18:01:59 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3121xT73917; Sun, 31 Mar 2002 18:01:59 -0800 (PST) (envelope-from dwcjr) Message-Id: <200204010201.g3121xT73917@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 18:01:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/openal Makefile distinfo ports/audio/openal/files patch-configure.in patch-src.arch.bsd.bsd_dsp.c patch-src:threads:posixthreads.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 18:01:59 PST Modified files: audio/openal Makefile distinfo Removed files: audio/openal/files patch-configure.in patch-src.arch.bsd.bsd_dsp.c patch-src:threads:posixthreads.c Log: Update to latest version PR: 36596 Submitted by: maintainer Revision Changes Path 1.6 +9 -14 ports/audio/openal/Makefile 1.3 +1 -1 ports/audio/openal/distinfo 1.3 +0 -11 ports/audio/openal/files/patch-configure.in (dead) 1.2 +0 -101 ports/audio/openal/files/patch-src.arch.bsd.bsd_dsp.c (dead) 1.3 +0 -20 ports/audio/openal/files/patch-src:threads:posixthreads.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18: 5:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CF5537B41B; Sun, 31 Mar 2002 18:05:44 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3125i276322; Sun, 31 Mar 2002 18:05:44 -0800 (PST) (envelope-from dwcjr) Message-Id: <200204010205.g3125i276322@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 18:05:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openslp 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 dwcjr 2002/03/31 18:05:44 PST Modified files: net/openslp Makefile distinfo Log: update checksum Bump PORTREVISION due to reroll and new source PR: 36594 Submitted by: maintainer Revision Changes Path 1.5 +1 -0 ports/net/openslp/Makefile 1.5 +1 -1 ports/net/openslp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:10:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C16C37B41C; Sun, 31 Mar 2002 18:10:44 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g312Aie78849; Sun, 31 Mar 2002 18:10:44 -0800 (PST) (envelope-from dwcjr) Message-Id: <200204010210.g312Aie78849@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 18:10:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/oidentd 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 dwcjr 2002/03/31 18:10:44 PST Modified files: security/oidentd Makefile distinfo pkg-descr Log: Update to 2.0.3 PR: 36595 Submitted by: maintainer Revision Changes Path 1.10 +1 -1 ports/security/oidentd/Makefile 1.5 +1 -1 ports/security/oidentd/distinfo 1.4 +8 -7 ports/security/oidentd/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:25: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC0F737B416; Sun, 31 Mar 2002 18:25:02 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g312P2Z82675; Sun, 31 Mar 2002 18:25:02 -0800 (PST) (envelope-from dwcjr) Message-Id: <200204010225.g312P2Z82675@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 18:25:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/pdftohtml Makefile distinfo pkg-descr ports/textproc/pdftohtml/files patch-goo::Makefile patch-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 dwcjr 2002/03/31 18:25:02 PST Modified files: textproc/pdftohtml Makefile distinfo pkg-descr Removed files: textproc/pdftohtml/files patch-goo::Makefile patch-xpdf::Makefile Log: Update to 0.32b PR: 36590 Submitted by: maintainer Revision Changes Path 1.2 +10 -7 ports/textproc/pdftohtml/Makefile 1.2 +1 -1 ports/textproc/pdftohtml/distinfo 1.2 +0 -16 ports/textproc/pdftohtml/files/patch-goo::Makefile (dead) 1.2 +0 -17 ports/textproc/pdftohtml/files/patch-xpdf::Makefile (dead) 1.2 +7 -5 ports/textproc/pdftohtml/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:35: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB8CA37B400; Sun, 31 Mar 2002 18:34:56 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g312YuX86748; Sun, 31 Mar 2002 18:34:56 -0800 (PST) (envelope-from dwcjr) Message-Id: <200204010234.g312YuX86748@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 18:34:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/sshbuddy 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 dwcjr 2002/03/31 18:34:56 PST Modified files: misc/sshbuddy Makefile distinfo Log: Update to 1.05 nonbeta PR: 36507 Submitted by: tilman@arved.de Revision Changes Path 1.7 +4 -4 ports/misc/sshbuddy/Makefile 1.4 +1 -1 ports/misc/sshbuddy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:39:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0613737B41B; Sun, 31 Mar 2002 18:39:20 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g312dJY87258; Sun, 31 Mar 2002 18:39:19 -0800 (PST) (envelope-from dwcjr) Message-Id: <200204010239.g312dJY87258@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 18:39:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gotmail Makefile pkg-plist ports/mail/gotmail/files patch-gotmail.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 dwcjr 2002/03/31 18:39:19 PST Modified files: mail/gotmail Makefile pkg-plist Added files: mail/gotmail/files patch-gotmail.pl Log: Fix major problems Give maintainership to originator Bump PORTREVISION PR: 36600 Submitted by: ports@geeksrus.net Revision Changes Path 1.2 +6 -2 ports/mail/gotmail/Makefile 1.1 +22 -0 ports/mail/gotmail/files/patch-gotmail.pl (new) 1.2 +1 -1 ports/mail/gotmail/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:41:44 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-169-104-17.dsl.lsan03.pacbell.net [64.169.104.17]) by hub.freebsd.org (Postfix) with ESMTP id 529F737B417; Sun, 31 Mar 2002 18:41:38 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id E3FFF66D19; Sun, 31 Mar 2002 18:41:37 -0800 (PST) Date: Sun, 31 Mar 2002 18:41:37 -0800 From: Kris Kennaway To: "David W. Chapman Jr." Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/openslp Makefile distinfo Message-ID: <20020331184137.C16710@xor.obsecurity.org> References: <200204010205.g3125i276322@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="f+W+jCU1fRNres8c" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200204010205.g3125i276322@freefall.freebsd.org>; from dwcjr@FreeBSD.org on Sun, Mar 31, 2002 at 06:05:44PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --f+W+jCU1fRNres8c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 31, 2002 at 06:05:44PM -0800, David W. Chapman Jr. wrote: > dwcjr 2002/03/31 18:05:44 PST >=20 > Modified files: > net/openslp Makefile distinfo=20 > Log: > update checksum > Bump PORTREVISION due to reroll and new source Did you inspect the differences between old and new versions? Kris --f+W+jCU1fRNres8c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8p8jhWry0BWjoQKURAnhrAKCLhL+vBZ6gPF6J2T0oTJuh1c91ugCfSH65 TFKoAfsbXpqzh8Ufjv/Y7O8= =Wlge -----END PGP SIGNATURE----- --f+W+jCU1fRNres8c-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:42:34 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 1328E37B416; Sun, 31 Mar 2002 18:42:24 -0800 (PST) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id B49503198C3; Sun, 31 Mar 2002 20:42:29 -0600 (CST) Date: Sun, 31 Mar 2002 20:42:29 -0600 From: "David W. Chapman Jr." To: Kris Kennaway Cc: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/openslp Makefile distinfo Message-ID: <20020401024229.GA33938@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Kris Kennaway , "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200204010205.g3125i276322@freefall.freebsd.org> <20020331184137.C16710@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020331184137.C16710@xor.obsecurity.org> User-Agent: Mutt/1.3.28i X-Operating-System: FreeBSD 4.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 On Sun, Mar 31, 2002 at 06:41:37PM -0800, Kris Kennaway wrote: > On Sun, Mar 31, 2002 at 06:05:44PM -0800, David W. Chapman Jr. wrote: > > dwcjr 2002/03/31 18:05:44 PST > > > > Modified files: > > net/openslp Makefile distinfo > > Log: > > update checksum > > Bump PORTREVISION due to reroll and new source > > Did you inspect the differences between old and new versions? > The maintainer did that for me, he verified that source had changed and had been updated. -- 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 Sun Mar 31 18:44:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A2C437B400; Sun, 31 Mar 2002 18:44:16 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g312iGO88242; Sun, 31 Mar 2002 18:44:16 -0800 (PST) (envelope-from kris) Message-Id: <200204010244.g312iGO88242@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 18:44:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/librep Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/03/31 18:44:16 PST Modified files: lang/librep Makefile Log: LIB_DEPENDS on the libgmp3 port, not the libgmp port which is currently broken. This allows the gnome build to complete on 5.0-CURRENT. Revision Changes Path 1.34 +3 -3 ports/lang/librep/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:46:26 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-169-104-17.dsl.lsan03.pacbell.net [64.169.104.17]) by hub.freebsd.org (Postfix) with ESMTP id 3801C37B41A; Sun, 31 Mar 2002 18:46:18 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AB2CD66D19; Sun, 31 Mar 2002 18:46:17 -0800 (PST) Date: Sun, 31 Mar 2002 18:46:17 -0800 From: Kris Kennaway To: Kris Kennaway , "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/openslp Makefile distinfo Message-ID: <20020331184617.A17147@xor.obsecurity.org> References: <200204010205.g3125i276322@freefall.freebsd.org> <20020331184137.C16710@xor.obsecurity.org> <20020401024229.GA33938@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020401024229.GA33938@leviathan.inethouston.net>; from dwcjr@inethouston.net on Sun, Mar 31, 2002 at 08:42:29PM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 31, 2002 at 08:42:29PM -0600, David W. Chapman Jr. wrote: > On Sun, Mar 31, 2002 at 06:41:37PM -0800, Kris Kennaway wrote: > > On Sun, Mar 31, 2002 at 06:05:44PM -0800, David W. Chapman Jr. wrote: > > > dwcjr 2002/03/31 18:05:44 PST > > >=20 > > > Modified files: > > > net/openslp Makefile distinfo=20 > > > Log: > > > update checksum > > > Bump PORTREVISION due to reroll and new source > >=20 > > Did you inspect the differences between old and new versions? > >=20 > The maintainer did that for me, he verified that source had changed=20 > and had been updated. You're supposed to do that as the person who commits the change. Kris --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8p8n4Wry0BWjoQKURAlhEAKC6O/IlV3ZWFkpstKWk+oHZTznpCACgjj1a QuAbZeOxHdYHeV2xyCPQVnA= =0tZ2 -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:47:12 2002 Delivered-To: cvs-all@freebsd.org Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by hub.freebsd.org (Postfix) with ESMTP id 2842E37B416; Sun, 31 Mar 2002 18:47:07 -0800 (PST) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id E6BCF3198C3; Sun, 31 Mar 2002 20:47:12 -0600 (CST) Date: Sun, 31 Mar 2002 20:47:12 -0600 From: "David W. Chapman Jr." To: Kris Kennaway Cc: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/openslp Makefile distinfo Message-ID: <20020401024712.GB33938@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Kris Kennaway , "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200204010205.g3125i276322@freefall.freebsd.org> <20020331184137.C16710@xor.obsecurity.org> <20020401024229.GA33938@leviathan.inethouston.net> <20020331184617.A17147@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020331184617.A17147@xor.obsecurity.org> User-Agent: Mutt/1.3.28i X-Operating-System: FreeBSD 4.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 > > > Did you inspect the differences between old and new versions? > > > > > The maintainer did that for me, he verified that source had changed > > and had been updated. > > You're supposed to do that as the person who commits the change. > I will in the future, I figured that since the originator is a committer now I could trust him. -- 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 Sun Mar 31 18:47:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CC9A37B41A; Sun, 31 Mar 2002 18:47:42 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g312lgx88628; Sun, 31 Mar 2002 18:47:42 -0800 (PST) (envelope-from dwcjr) Message-Id: <200204010247.g312lgx88628@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Sun, 31 Mar 2002 18:47:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/smtpfeed Makefile distinfo pkg-descr pkg-message pkg-plist ports/mail/smtpfeed/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 dwcjr 2002/03/31 18:47:42 PST Modified files: mail/smtpfeed Makefile distinfo pkg-descr pkg-message pkg-plist Removed files: mail/smtpfeed/files patch-aa Log: Update to 1.18 PR: 36583 Submitted by: tkato@prontomail.com Revision Changes Path 1.35 +20 -44 ports/mail/smtpfeed/Makefile 1.29 +1 -3 ports/mail/smtpfeed/distinfo 1.2 +0 -10 ports/mail/smtpfeed/files/patch-aa (dead) 1.2 +2 -0 ports/mail/smtpfeed/pkg-descr 1.2 +4 -9 ports/mail/smtpfeed/pkg-message 1.4 +1 -0 ports/mail/smtpfeed/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:48:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.hiwaay.net (fly.hiwaay.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 9F94A37B419; Sun, 31 Mar 2002 18:48:27 -0800 (PST) Received: from bsd.havk.org (user-24-214-88-13.knology.net [24.214.88.13]) by mail.hiwaay.net (8.12.2/8.12.2) with ESMTP id g312mNYd248505; Sun, 31 Mar 2002 20:48:24 -0600 (CST) Received: by bsd.havk.org (Postfix, from userid 1001) id 215701A78A; Sun, 31 Mar 2002 20:48:22 -0600 (CST) Date: Sun, 31 Mar 2002 20:48:22 -0600 From: Steve Price To: Kris Kennaway Cc: "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/openslp Makefile distinfo Message-ID: <20020401024821.GL55029@bsd.havk.org> References: <200204010205.g3125i276322@freefall.freebsd.org> <20020331184137.C16710@xor.obsecurity.org> <20020401024229.GA33938@leviathan.inethouston.net> <20020331184617.A17147@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020331184617.A17147@xor.obsecurity.org> User-Agent: Mutt/1.3.27i X-Operating-System: FreeBSD 4.5-PRERELEASE 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 On Sun, Mar 31, 2002 at 06:46:17PM -0800, Kris Kennaway wrote: >>>> dwcjr 2002/03/31 18:05:44 PST >>>> >>>> Modified files: >>>> net/openslp Makefile distinfo >>>> Log: >>>> update checksum >>>> Bump PORTREVISION due to reroll and new source >>> >>> Did you inspect the differences between old and new versions? >>> >> The maintainer did that for me, he verified that source had changed >> and had been updated. > > You're supposed to do that as the person who commits the change. Not to mention at least briefly describing the reason for the distfile being re-rolled. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:55:47 2002 Delivered-To: cvs-all@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-169-104-17.dsl.lsan03.pacbell.net [64.169.104.17]) by hub.freebsd.org (Postfix) with ESMTP id 1737237B405; Sun, 31 Mar 2002 18:55:35 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 71D4666D19; Sun, 31 Mar 2002 18:55:31 -0800 (PST) Date: Sun, 31 Mar 2002 18:55:31 -0800 From: Kris Kennaway To: Kris Kennaway , "David W. Chapman Jr." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/openslp Makefile distinfo Message-ID: <20020331185530.A17438@xor.obsecurity.org> References: <200204010205.g3125i276322@freefall.freebsd.org> <20020331184137.C16710@xor.obsecurity.org> <20020401024229.GA33938@leviathan.inethouston.net> <20020331184617.A17147@xor.obsecurity.org> <20020401024712.GB33938@leviathan.inethouston.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020401024712.GB33938@leviathan.inethouston.net>; from dwcjr@inethouston.net on Sun, Mar 31, 2002 at 08:47:12PM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 31, 2002 at 08:47:12PM -0600, David W. Chapman Jr. wrote: > > > > Did you inspect the differences between old and new versions? > > > >=20 > > > The maintainer did that for me, he verified that source had changed= =20 > > > and had been updated. > >=20 > > You're supposed to do that as the person who commits the change. > >=20 >=20 > I will in the future, I figured that since the originator is a=20 > committer now I could trust him. Okay. Kris --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8p8wiWry0BWjoQKURAn5sAJ9gt/h6cfgD/Gueu6uzvVbMzIYKzgCePwCp ob0Xa1Mc1Fn8RrEp5O6OhKU= =NzW9 -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 18:58: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59DEA37B41B; Sun, 31 Mar 2002 18:58:03 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g312w3e89994; Sun, 31 Mar 2002 18:58:03 -0800 (PST) (envelope-from kris) Message-Id: <200204010258.g312w3e89994@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 18:58:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linemode/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 kris 2002/03/31 18:58:03 PST Added files: www/linemode/files patch-aa patch-ab Log: Remove internal implementation of strcasestr(). Build still broken on -current due to stdio changes. Revision Changes Path 1.1 +35 -0 ports/www/linemode/files/patch-aa (new) 1.1 +18 -0 ports/www/linemode/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 Mar 31 19:31:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D776337B417; Sun, 31 Mar 2002 19:31:07 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g313V7Y97712; Sun, 31 Mar 2002 19:31:07 -0800 (PST) (envelope-from kris) Message-Id: <200204010331.g313V7Y97712@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 19:31:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/sic/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 kris 2002/03/31 19:31:07 PST Added files: irc/sic/files patch-aa patch-ab Log: Remove internal strcasestr implementation to fix build. Revision Changes Path 1.1 +10 -0 ports/irc/sic/files/patch-aa (new) 1.3 +28 -0 ports/irc/sic/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 Mar 31 19:34:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9191237B41C; Sun, 31 Mar 2002 19:34:32 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g313YW998158; Sun, 31 Mar 2002 19:34:32 -0800 (PST) (envelope-from kris) Message-Id: <200204010334.g313YW998158@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 19:34:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/bibcard/files patch-02 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/03/31 19:34:32 PST Modified files: print/bibcard/files patch-02 Log: Remove internal strcasestr implementation to fix build. Revision Changes Path 1.2 +27 -5 ports/print/bibcard/files/patch-02 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 19:35: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3144B37B420; Sun, 31 Mar 2002 19:34:55 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g313Ytj98231; Sun, 31 Mar 2002 19:34:55 -0800 (PST) (envelope-from ijliao) Message-Id: <200204010334.g313Ytj98231@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 31 Mar 2002 19:34:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/jython Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/03/31 19:34:55 PST Modified files: lang/jython Makefile pkg-comment pkg-descr Log: bsd.java.mk-ify PR: 36592 Submitted by: maintainer Revision Changes Path 1.8 +1 -5 ports/lang/jython/Makefile 1.2 +1 -1 ports/lang/jython/pkg-comment 1.2 +0 -2 ports/lang/jython/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 19:40: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1433337B41F; Sun, 31 Mar 2002 19:39:56 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g313duv99357; Sun, 31 Mar 2002 19:39:56 -0800 (PST) (envelope-from kris) Message-Id: <200204010339.g313duv99357@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 19:39:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mimekit/files patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/03/31 19:39:55 PST Added files: japanese/mimekit/files patch-ab patch-ac Log: Remove internal strcasestr implementation to fix build. Revision Changes Path 1.1 +10 -0 ports/japanese/mimekit/files/patch-ab (new) 1.1 +25 -0 ports/japanese/mimekit/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 Sun Mar 31 19:55:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3F9237B416; Sun, 31 Mar 2002 19:55:43 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g313thJ01717; Sun, 31 Mar 2002 19:55:43 -0800 (PST) (envelope-from kris) Message-Id: <200204010355.g313thJ01717@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 19:55:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/mwavem/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/03/31 19:55:43 PST Added files: comms/mwavem/files patch-aa Log: Remove internal strcasestr implementation. Port still broken on -current due to kernel changes. Revision Changes Path 1.1 +23 -0 ports/comms/mwavem/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 19:58:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E116437B41C; Sun, 31 Mar 2002 19:58:51 -0800 (PST) Received: (from ken@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g313wpJ02115; Sun, 31 Mar 2002 19:58:51 -0800 (PST) (envelope-from ken) Message-Id: <200204010358.g313wpJ02115@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Sun, 31 Mar 2002 19:58:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ken 2002/03/31 19:58:51 PST Modified files: sbin/camcontrol camcontrol.c Log: Fix a bzero length calculation. sizeof(struct ccb_getdev) should have been sizeof(struct ccb_getdevstats). MFC after: 3 days Revision Changes Path 1.42 +1 -1 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 19:59:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1377C37B41E; Sun, 31 Mar 2002 19:59:48 -0800 (PST) Received: (from ken@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g313xmh02251; Sun, 31 Mar 2002 19:59:48 -0800 (PST) (envelope-from ken) Message-Id: <200204010359.g313xmh02251@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Sun, 31 Mar 2002 19:59:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ken 2002/03/31 19:59:47 PST Modified files: sys/cam/scsi scsi_all.c Log: Fix an indentation problem. Revision Changes Path 1.31 +7 -7 src/sys/cam/scsi/scsi_all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 20: 0:59 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF50B37B417; Sun, 31 Mar 2002 20:00:46 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3140kB02545; Sun, 31 Mar 2002 20:00:46 -0800 (PST) (envelope-from kris) Message-Id: <200204010400.g3140kB02545@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 20:00:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/w3c-httpd/files patch-cb patch-cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/03/31 20:00:46 PST Added files: www/w3c-httpd/files patch-cb patch-cc Log: Remove internal strcasestr implementation to fix build. Revision Changes Path 1.1 +19 -0 ports/www/w3c-httpd/files/patch-cb (new) 1.1 +44 -0 ports/www/w3c-httpd/files/patch-cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 20:52:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B57F637B419; Sun, 31 Mar 2002 20:52:43 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g314qhk12422; Sun, 31 Mar 2002 20:52:43 -0800 (PST) (envelope-from ijliao) Message-Id: <200204010452.g314qhk12422@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 31 Mar 2002 20:52:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/osg Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/osg/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/03/31 20:52:43 PST Modified files: graphics/osg Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/osg/files patch-aa patch-ab patch-ac Removed files: graphics/osg/files patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an Log: upgrade to 0.8.44 PR: 35099 Submitted by: maintainer Revision Changes Path 1.6 +23 -31 ports/graphics/osg/Makefile 1.2 +1 -1 ports/graphics/osg/distinfo 1.2 +11 -22 ports/graphics/osg/files/patch-aa 1.2 +11 -111 ports/graphics/osg/files/patch-ab 1.2 +14 -11 ports/graphics/osg/files/patch-ac 1.2 +0 -37 ports/graphics/osg/files/patch-ad (dead) 1.2 +0 -46 ports/graphics/osg/files/patch-ae (dead) 1.2 +0 -11 ports/graphics/osg/files/patch-af (dead) 1.2 +0 -47 ports/graphics/osg/files/patch-ag (dead) 1.2 +0 -11 ports/graphics/osg/files/patch-ah (dead) 1.2 +0 -42 ports/graphics/osg/files/patch-ai (dead) 1.3 +0 -11 ports/graphics/osg/files/patch-aj (dead) 1.3 +0 -11 ports/graphics/osg/files/patch-ak (dead) 1.3 +0 -11 ports/graphics/osg/files/patch-al (dead) 1.2 +0 -11 ports/graphics/osg/files/patch-am (dead) 1.2 +0 -22 ports/graphics/osg/files/patch-an (dead) 1.2 +1 -1 ports/graphics/osg/pkg-comment 1.2 +1 -1 ports/graphics/osg/pkg-descr 1.2 +275 -76 ports/graphics/osg/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 21: 3:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDD5737B417; Sun, 31 Mar 2002 21:03:15 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3153FN14169; Sun, 31 Mar 2002 21:03:15 -0800 (PST) (envelope-from pat) Message-Id: <200204010503.g3153FN14169@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 21:03:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/pam_passwdqc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/pam_passwdqc/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/03/31 21:03:15 PST Modified files: security Makefile Added files: security/pam_passwdqc Makefile distinfo pkg-comment pkg-descr pkg-plist security/pam_passwdqc/files patch-Makefile Log: Add new port security/pam_passwdqc - A pam module to validate passwords for quality PR: 36597 Submitted by: Dominic Marks Revision Changes Path 1.285 +1 -0 ports/security/Makefile 1.1 +18 -0 ports/security/pam_passwdqc/Makefile (new) 1.1 +1 -0 ports/security/pam_passwdqc/distinfo (new) 1.1 +36 -0 ports/security/pam_passwdqc/files/patch-Makefile (new) 1.1 +1 -0 ports/security/pam_passwdqc/pkg-comment (new) 1.1 +8 -0 ports/security/pam_passwdqc/pkg-descr (new) 1.1 +1 -0 ports/security/pam_passwdqc/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 Mar 31 21: 3:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACE2F37B41C; Sun, 31 Mar 2002 21:03:17 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3153H514200; Sun, 31 Mar 2002 21:03:17 -0800 (PST) (envelope-from pat) Message-Id: <200204010503.g3153H514200@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 21:03:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pat 2002/03/31 21:03:17 PST Modified files: . modules Log: pam_passwdqc --> ports/security/pam_passwdqc Revision Changes Path 1.4937 +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 Mar 31 21:17:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FFA737B400; Sun, 31 Mar 2002 21:17:48 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g315HmG20066; Sun, 31 Mar 2002 21:17:48 -0800 (PST) (envelope-from pat) Message-Id: <200204010517.g315HmG20066@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 21:17:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/mahjong 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/03/31 21:17:47 PST Modified files: games/mahjong Makefile distinfo Log: Update to 1.4 Revision Changes Path 1.12 +3 -2 ports/games/mahjong/Makefile 1.12 +1 -1 ports/games/mahjong/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 21:35:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EE1537B41F; Sun, 31 Mar 2002 21:35:26 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g315ZQQ22659; Sun, 31 Mar 2002 21:35:26 -0800 (PST) (envelope-from jake) Message-Id: <200204010535.g315ZQQ22659@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 31 Mar 2002 21:35:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/kern kern_ktr.c src/sys/sys ktr.h src/sys/sparc64/sparc64 genassym.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 21:35:26 PST Modified files: sys/conf options sys/kern kern_ktr.c sys/sys ktr.h sys/sparc64/sparc64 genassym.c Log: ktr changes to improve performance and make writing a userland utility to dump the trace buffer feasible. - Remove KTR_EXTEND. This changes the format of the trace entries when activated, making writing a userland tool which is not tied to a specific kernel configuration difficult. - Use get_cyclecount() for timestamps. nanotime() is much too heavy weight and requires recursion protection due to ktr traces occuring as a result of ktr traces. KTR_VERBOSE may still require recursion protection, which is now conditional on it. - Allow KTR_CPU to be overridden by MD code. This is so that it is possible to trace early in startup before pcpu and/or curthread are setup. - Add a version number for the ktr interface. A userland tool can check this to detect mismatches. - Use an array for the parameters to make decoding in userland easier. - Add file and line recording to the non-extended traces now that the extended version is no more. These changes will break gdb macros to decode the extended version of the trace buffer which are floating around. Users of these macros should either use the show ktr command in ddb, or use the userland utility which can be run on a core dump. Approved by: jhb Tested on: i386, sparc64 Revision Changes Path 1.307 +0 -1 src/sys/conf/options 1.29 +47 -70 src/sys/kern/kern_ktr.c 1.30 +7 -6 src/sys/sparc64/sparc64/genassym.c 1.16 +16 -51 src/sys/sys/ktr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 21:41:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E409E37B400; Sun, 31 Mar 2002 21:41:13 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g315fDm23850; Sun, 31 Mar 2002 21:41:13 -0800 (PST) (envelope-from jake) Message-Id: <200204010541.g315fDm23850@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 31 Mar 2002 21:41:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ktrdump Makefile ktrdump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 21:41:13 PST Added files: usr.bin/ktrdump Makefile ktrdump.c Log: ktrdump is a utility to dump the ktr trace buffer from userland. It can also be run on a core dump. Revision Changes Path 1.1 +7 -0 src/usr.bin/ktrdump/Makefile (new) 1.1 +236 -0 src/usr.bin/ktrdump/ktrdump.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 Mar 31 21:41:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6698237B41A; Sun, 31 Mar 2002 21:41:33 -0800 (PST) Received: (from ken@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g315fXR23874; Sun, 31 Mar 2002 21:41:33 -0800 (PST) (envelope-from ken) Message-Id: <200204010541.g315fXR23874@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Sun, 31 Mar 2002 21:41:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ken 2002/03/31 21:41:33 PST Modified files: sys/cam/scsi scsi_all.c Log: Fix 3 of the four problems with my last indentation fix. ("fixing" the fourth would be a divergence from the prevailing style.) Thanks to bde for catching this. Pointed out by: bde Revision Changes Path 1.32 +2 -4 src/sys/cam/scsi/scsi_all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 21:56:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CB2437B405; Sun, 31 Mar 2002 21:56:21 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g315uLY25855; Sun, 31 Mar 2002 21:56:21 -0800 (PST) (envelope-from dinoex) Message-Id: <200204010556.g315uLY25855@freefall.freebsd.org> From: Dirk Meyer Date: Sun, 31 Mar 2002 21:56:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/licq-console Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 21:56:21 PST Modified files: net/licq-console Makefile Log: - Change invalid MAINTAINER: If you do so, please include this problem report. You can delete your own text from the message returned below. The Postfix program : unknown user: "licq" Revision Changes Path 1.5 +1 -1 ports/net/licq-console/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 22: 6:23 2002 Delivered-To: cvs-all@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id 7182F37B41C; Sun, 31 Mar 2002 22:06:19 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g3167fU02008; Mon, 1 Apr 2002 01:07:41 -0500 (EST) (envelope-from jake) Date: Mon, 1 Apr 2002 01:07:40 -0500 From: Jake Burkholder To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ktrdump Makefile ktrdump.c Message-ID: <20020401010740.D207@locore.ca> References: <200204010541.g315fDm23850@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: <200204010541.g315fDm23850@freefall.freebsd.org>; from jake@FreeBSD.org on Sun, Mar 31, 2002 at 09:41:13PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Sun, Mar 31, 2002 at 09:41:13PM -0800, Jake Burkholder said words to the effect of; > jake 2002/03/31 21:41:13 PST > > Added files: > usr.bin/ktrdump Makefile ktrdump.c > Log: > ktrdump is a utility to dump the ktr trace buffer from userland. It can > also be run on a core dump. I put up an example of what this looks like here: http://people.freebsd.org/~jake/ktrdump/ktrdump.out > > Revision Changes Path > 1.1 +7 -0 src/usr.bin/ktrdump/Makefile (new) > 1.1 +236 -0 src/usr.bin/ktrdump/ktrdump.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 Mar 31 22: 9:21 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90F3B37B41A; Sun, 31 Mar 2002 22:09:18 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3169IU31260; Sun, 31 Mar 2002 22:09:18 -0800 (PST) (envelope-from alfred) Message-Id: <200204010609.g3169IU31260@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 31 Mar 2002 22:09:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/03/31 22:09:18 PST Modified files: sys/dev/asr asr.c Log: Remove erronious destroy_dev. Not sure what the author's intent was here but this makes the driver not panic my -current box. Approved by: scottl Revision Changes Path 1.19 +0 -1 src/sys/dev/asr/asr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 22:27:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5B7337B416; Sun, 31 Mar 2002 22:27:22 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g316RMS33663; Sun, 31 Mar 2002 22:27:22 -0800 (PST) (envelope-from kris) Message-Id: <200204010627.g316RMS33663@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 31 Mar 2002 22:27:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/fidelio/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 kris 2002/03/31 22:27:22 PST Added files: net/fidelio/files patch-ab Log: #definf is not a valid C preprocessor directive :-) Revision Changes Path 1.1 +11 -0 ports/net/fidelio/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 Mar 31 22:29:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E6DB37B416; Sun, 31 Mar 2002 22:29:23 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g316TNb33975; Sun, 31 Mar 2002 22:29:23 -0800 (PST) (envelope-from pat) Message-Id: <200204010629.g316TNb33975@freefall.freebsd.org> From: Patrick Li Date: Sun, 31 Mar 2002 22:29:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/saxon Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 22:29:23 PST Modified files: textproc/saxon Makefile Log: bsd.java.mk-ify PR: 36607 Submitted by: maintainer Revision Changes Path 1.3 +2 -2 ports/textproc/saxon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 23:55: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFB0537B41B; Sun, 31 Mar 2002 23:54:48 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g317smi53702; Sun, 31 Mar 2002 23:54:48 -0800 (PST) (envelope-from murray) Message-Id: <200204010754.g317smi53702@freefall.freebsd.org> From: Murray Stokely Date: Sun, 31 Mar 2002 23:54:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp - Imported sources X-FreeBSD-CVS-Branch: ISC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/03/31 23:54:48 PST src/contrib/isc-dhcp - Imported sources Update of /home/ncvs/src/contrib/isc-dhcp In directory freefall.freebsd.org:/c/tmp/cvs-serv53686 Log Message: Import ISC DHCP 3.0.1 RC8 client. Status: Vendor Tag: ISC Release Tags: isc_dhcp_3_0_1_rc8 U src/contrib/isc-dhcp/ANONCVS U src/contrib/isc-dhcp/CHANGES U src/contrib/isc-dhcp/COPYRIGHT U src/contrib/isc-dhcp/Makefile U src/contrib/isc-dhcp/Makefile.conf U src/contrib/isc-dhcp/Makefile.dist U src/contrib/isc-dhcp/README U src/contrib/isc-dhcp/RELNOTES U src/contrib/isc-dhcp/configure U src/contrib/isc-dhcp/site.conf U src/contrib/isc-dhcp/client/Makefile.dist C src/contrib/isc-dhcp/client/clparse.c U src/contrib/isc-dhcp/client/dhclient-script.8 C src/contrib/isc-dhcp/client/dhclient.8 C src/contrib/isc-dhcp/client/dhclient.c U src/contrib/isc-dhcp/client/dhclient.conf C src/contrib/isc-dhcp/client/dhclient.conf.5 U src/contrib/isc-dhcp/client/dhclient.leases.5 C src/contrib/isc-dhcp/client/scripts/freebsd U src/contrib/isc-dhcp/common/dlpi.c U src/contrib/isc-dhcp/common/Makefile.dist U src/contrib/isc-dhcp/common/alloc.c U src/contrib/isc-dhcp/common/bpf.c U src/contrib/isc-dhcp/common/comapi.c U src/contrib/isc-dhcp/common/conflex.c U src/contrib/isc-dhcp/common/ctrace.c U src/contrib/isc-dhcp/common/dhcp-eval.5 C src/contrib/isc-dhcp/common/dhcp-options.5 U src/contrib/isc-dhcp/common/discover.c U src/contrib/isc-dhcp/common/dispatch.c U src/contrib/isc-dhcp/common/dns.c U src/contrib/isc-dhcp/common/ethernet.c U src/contrib/isc-dhcp/common/execute.c U src/contrib/isc-dhcp/common/fddi.c U src/contrib/isc-dhcp/common/icmp.c U src/contrib/isc-dhcp/common/inet.c U src/contrib/isc-dhcp/common/lpf.c U src/contrib/isc-dhcp/common/memory.c U src/contrib/isc-dhcp/common/nit.c U src/contrib/isc-dhcp/common/options.c U src/contrib/isc-dhcp/common/packet.c U src/contrib/isc-dhcp/common/parse.c U src/contrib/isc-dhcp/common/print.c U src/contrib/isc-dhcp/common/raw.c U src/contrib/isc-dhcp/common/tr.c U src/contrib/isc-dhcp/common/resolv.c U src/contrib/isc-dhcp/common/socket.c C src/contrib/isc-dhcp/common/tables.c U src/contrib/isc-dhcp/common/tree.c U src/contrib/isc-dhcp/common/upf.c U src/contrib/isc-dhcp/contrib/3.0b1-lease-convert U src/contrib/isc-dhcp/contrib/sethostname.sh U src/contrib/isc-dhcp/dst/Makefile.dist U src/contrib/isc-dhcp/dst/base64.c U src/contrib/isc-dhcp/dst/dst_api.c U src/contrib/isc-dhcp/dst/dst_internal.h U src/contrib/isc-dhcp/dst/dst_support.c U src/contrib/isc-dhcp/dst/hmac_link.c U src/contrib/isc-dhcp/dst/md5.h U src/contrib/isc-dhcp/dst/md5_dgst.c U src/contrib/isc-dhcp/dst/md5_locl.h U src/contrib/isc-dhcp/dst/prandom.c U src/contrib/isc-dhcp/includes/cdefs.h U src/contrib/isc-dhcp/includes/ctrace.h U src/contrib/isc-dhcp/includes/dhcp.h U src/contrib/isc-dhcp/includes/dhcpd.h U src/contrib/isc-dhcp/includes/dhctoken.h U src/contrib/isc-dhcp/includes/failover.h U src/contrib/isc-dhcp/includes/inet.h U src/contrib/isc-dhcp/includes/osdep.h U src/contrib/isc-dhcp/includes/site.h U src/contrib/isc-dhcp/includes/statement.h U src/contrib/isc-dhcp/includes/tree.h U src/contrib/isc-dhcp/includes/version.h U src/contrib/isc-dhcp/includes/cf/freebsd.h U src/contrib/isc-dhcp/includes/arpa/nameser.h U src/contrib/isc-dhcp/includes/arpa/nameser_compat.h U src/contrib/isc-dhcp/includes/isc-dhcp/boolean.h U src/contrib/isc-dhcp/includes/isc-dhcp/dst.h U src/contrib/isc-dhcp/includes/isc-dhcp/int.h U src/contrib/isc-dhcp/includes/isc-dhcp/lang.h U src/contrib/isc-dhcp/includes/isc-dhcp/list.h U src/contrib/isc-dhcp/includes/isc-dhcp/result.h U src/contrib/isc-dhcp/includes/isc-dhcp/types.h U src/contrib/isc-dhcp/includes/minires/minires.h U src/contrib/isc-dhcp/includes/minires/res_update.h U src/contrib/isc-dhcp/includes/minires/resolv.h U src/contrib/isc-dhcp/includes/netinet/if_ether.h U src/contrib/isc-dhcp/includes/netinet/ip.h U src/contrib/isc-dhcp/includes/netinet/ip_icmp.h U src/contrib/isc-dhcp/includes/netinet/udp.h U src/contrib/isc-dhcp/includes/omapip/alloc.h U src/contrib/isc-dhcp/includes/omapip/buffer.h U src/contrib/isc-dhcp/includes/omapip/convert.h U src/contrib/isc-dhcp/includes/omapip/hash.h U src/contrib/isc-dhcp/includes/omapip/omapip.h U src/contrib/isc-dhcp/includes/omapip/omapip_p.h U src/contrib/isc-dhcp/includes/omapip/trace.h U src/contrib/isc-dhcp/minires/Makefile.dist U src/contrib/isc-dhcp/minires/ns_date.c U src/contrib/isc-dhcp/minires/ns_name.c U src/contrib/isc-dhcp/minires/ns_parse.c U src/contrib/isc-dhcp/minires/ns_samedomain.c U src/contrib/isc-dhcp/minires/ns_sign.c U src/contrib/isc-dhcp/minires/ns_verify.c U src/contrib/isc-dhcp/minires/res_comp.c U src/contrib/isc-dhcp/minires/res_findzonecut.c U src/contrib/isc-dhcp/minires/res_init.c U src/contrib/isc-dhcp/minires/res_mkquery.c U src/contrib/isc-dhcp/minires/res_mkupdate.c U src/contrib/isc-dhcp/minires/res_query.c U src/contrib/isc-dhcp/minires/res_send.c U src/contrib/isc-dhcp/minires/res_sendsigned.c U src/contrib/isc-dhcp/minires/res_update.c U src/contrib/isc-dhcp/omapip/Makefile.dist U src/contrib/isc-dhcp/omapip/alloc.c U src/contrib/isc-dhcp/omapip/array.c U src/contrib/isc-dhcp/omapip/auth.c U src/contrib/isc-dhcp/omapip/buffer.c U src/contrib/isc-dhcp/omapip/connection.c U src/contrib/isc-dhcp/omapip/convert.c U src/contrib/isc-dhcp/omapip/dispatch.c U src/contrib/isc-dhcp/omapip/errwarn.c U src/contrib/isc-dhcp/omapip/generic.c U src/contrib/isc-dhcp/omapip/handle.c U src/contrib/isc-dhcp/omapip/hash.c U src/contrib/isc-dhcp/omapip/inet_addr.c U src/contrib/isc-dhcp/omapip/listener.c U src/contrib/isc-dhcp/omapip/message.c U src/contrib/isc-dhcp/omapip/mrtrace.c U src/contrib/isc-dhcp/omapip/omapi.3 U src/contrib/isc-dhcp/omapip/protocol.c U src/contrib/isc-dhcp/omapip/result.c U src/contrib/isc-dhcp/omapip/support.c U src/contrib/isc-dhcp/omapip/test.c U src/contrib/isc-dhcp/omapip/toisc.c U src/contrib/isc-dhcp/omapip/trace.c U src/contrib/isc-dhcp/tests/failover/dhcp-1.cf U src/contrib/isc-dhcp/tests/failover/dhcp-2.cf U src/contrib/isc-dhcp/tests/failover/new-failover 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jISC:yesterday -jISC src/contrib/isc-dhcp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 23:58:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2BF637B405; Sun, 31 Mar 2002 23:58:26 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g317wQT54370; Sun, 31 Mar 2002 23:58:26 -0800 (PST) (envelope-from mike) Message-Id: <200204010758.g317wQT54370@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 31 Mar 2002 23:58:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys cdefs.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/03/31 23:58:26 PST Modified files: sys/sys cdefs.h Log: Implement a fine-grain control system which allows header developers to control the exposure of macros and prototypes depending upon the POSIX, X/Open, or ISO C version an application has requested. Submitted by: wollman Reviewed by: bde, imp Revision Changes Path 1.50 +90 -0 src/sys/sys/cdefs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 31 23:59:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39F0637B41A; Sun, 31 Mar 2002 23:59:50 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g317xo354622; Sun, 31 Mar 2002 23:59:50 -0800 (PST) (envelope-from murray) Message-Id: <200204010759.g317xo354622@freefall.freebsd.org> From: Murray Stokely Date: Sun, 31 Mar 2002 23:59:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client clparse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/03/31 23:59:50 PST Modified files: contrib/isc-dhcp/client clparse.c Log: Resolve conflicts: * $FreeBSD$ line. * Prefer strlcpy to strcpy (r1.6). * dhclient-script pathname. Revision Changes Path 1.8 +20 -2 src/contrib/isc-dhcp/client/clparse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 0: 2:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B28937B400; Mon, 1 Apr 2002 00:02:19 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3182Ju55184; Mon, 1 Apr 2002 00:02:19 -0800 (PST) (envelope-from murray) Message-Id: <200204010802.g3182Ju55184@freefall.freebsd.org> From: Murray Stokely Date: Mon, 1 Apr 2002 00:02:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 00:02:18 PST Modified files: contrib/isc-dhcp/client dhclient.c Log: Resolve conflicts: * $FreeBSD$ * connect std{in,out,err} (r1.19). * prefer strlcpy to strpy (r1.13). * quiet by default (r1.6). * document -D option. Revision Changes Path 1.21 +41 -13 src/contrib/isc-dhcp/client/dhclient.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 0: 3:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.musha.org (daemon.musha.org [218.44.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 4F9B237B41E; Mon, 1 Apr 2002 00:02:22 -0800 (PST) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id BB2564D959; Mon, 1 Apr 2002 17:02:19 +0900 (JST) Message-ID: <86elhz7sok.wl@archon.local.idaemons.org> From: Akinori MUSHA Date: Mon, 1 Apr 2002 00:01:26 -0800 (PST) Subject: cvs commit: src/contrib - Imported sources To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ruby_1_6_20020401 User-Agent: SEMI/1.14.3 (Ushinoya) LIMIT/1.14.7 (Fujiidera) APEL/10.3 MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") 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 knu 2002/04/01 00:01:26 PST src/contrib - Imported sources Update of /home/ncvs/src/contrib In directory freefall.freebsd.org:/c/tmp/cvs-serv31337 Log Message: This is the virgin import of ruby 1.6. Urged on by: many (I'm kinda tired of it) Reviewed by: matusita, motoyuki, Jeroen Ruigrok van der Werven Status: Vendor Tag: RUBY Release Tags: ruby_1_6_20020401 I src/contrib/ruby/APRIL N src/contrib/ruby/COPYING N src/contrib/ruby/COPYING.ja N src/contrib/ruby/ChangeLog I src/contrib/ruby/FOOL N src/contrib/ruby/GPL N src/contrib/ruby/LEGAL N src/contrib/ruby/LGPL N src/contrib/ruby/MANIFEST N src/contrib/ruby/Makefile.in N src/contrib/ruby/README N src/contrib/ruby/README.EXT N src/contrib/ruby/README.EXT.ja N src/contrib/ruby/README.ja N src/contrib/ruby/ToDo N src/contrib/ruby/array.c N src/contrib/ruby/bignum.c N src/contrib/ruby/class.c N src/contrib/ruby/compar.c N src/contrib/ruby/config.guess N src/contrib/ruby/config.sub N src/contrib/ruby/configure.in N src/contrib/ruby/defines.h N src/contrib/ruby/dir.c N src/contrib/ruby/dln.c N src/contrib/ruby/dln.h N src/contrib/ruby/dmyext.c N src/contrib/ruby/enum.c N src/contrib/ruby/env.h N src/contrib/ruby/error.c N src/contrib/ruby/eval.c N src/contrib/ruby/file.c N src/contrib/ruby/gc.c N src/contrib/ruby/hash.c N src/contrib/ruby/inits.c N src/contrib/ruby/install-sh N src/contrib/ruby/instruby.rb N src/contrib/ruby/intern.h N src/contrib/ruby/io.c N src/contrib/ruby/keywords N src/contrib/ruby/lex.c N src/contrib/ruby/main.c N src/contrib/ruby/marshal.c N src/contrib/ruby/math.c N src/contrib/ruby/mkconfig.rb N src/contrib/ruby/node.h N src/contrib/ruby/numeric.c N src/contrib/ruby/object.c N src/contrib/ruby/pack.c N src/contrib/ruby/parse.y N src/contrib/ruby/prec.c N src/contrib/ruby/process.c N src/contrib/ruby/random.c N src/contrib/ruby/range.c N src/contrib/ruby/re.c N src/contrib/ruby/re.h N src/contrib/ruby/regex.c N src/contrib/ruby/regex.h N src/contrib/ruby/ruby.1 N src/contrib/ruby/ruby.c N src/contrib/ruby/ruby.h N src/contrib/ruby/rubyio.h N src/contrib/ruby/rubysig.h N src/contrib/ruby/rubytest.rb N src/contrib/ruby/signal.c N src/contrib/ruby/sprintf.c N src/contrib/ruby/st.c N src/contrib/ruby/st.h N src/contrib/ruby/string.c N src/contrib/ruby/struct.c N src/contrib/ruby/time.c N src/contrib/ruby/util.c N src/contrib/ruby/util.h N src/contrib/ruby/variable.c N src/contrib/ruby/version.c N src/contrib/ruby/version.h N src/contrib/ruby/doc/shell.rd N src/contrib/ruby/doc/NEWS N src/contrib/ruby/doc/forwardable.rd N src/contrib/ruby/doc/forwardable.rd.ja N src/contrib/ruby/doc/shell.rd.ja N src/contrib/ruby/doc/irb/irb-tools.rd.ja N src/contrib/ruby/doc/irb/irb.rd N src/contrib/ruby/doc/irb/irb.rd.ja N src/contrib/ruby/doc/net/http.rd.ja N src/contrib/ruby/doc/net/pop.rd.ja N src/contrib/ruby/doc/net/smtp.rd.ja N src/contrib/ruby/ext/Setup N src/contrib/ruby/ext/Setup.dj N src/contrib/ruby/ext/Setup.emx N src/contrib/ruby/ext/Setup.nt N src/contrib/ruby/ext/Setup.x68 N src/contrib/ruby/ext/aix_mksym.rb N src/contrib/ruby/ext/configsub.rb N src/contrib/ruby/ext/extmk.rb.in N src/contrib/ruby/ext/curses/MANIFEST N src/contrib/ruby/ext/curses/curses.c N src/contrib/ruby/ext/curses/depend N src/contrib/ruby/ext/curses/extconf.rb N src/contrib/ruby/ext/curses/hello.rb N src/contrib/ruby/ext/curses/rain.rb N src/contrib/ruby/ext/curses/view.rb N src/contrib/ruby/ext/dbm/MANIFEST N src/contrib/ruby/ext/dbm/dbm.c N src/contrib/ruby/ext/dbm/depend N src/contrib/ruby/ext/dbm/extconf.rb N src/contrib/ruby/ext/digest/MANIFEST N src/contrib/ruby/ext/digest/defs.h N src/contrib/ruby/ext/digest/depend N src/contrib/ruby/ext/digest/digest.c N src/contrib/ruby/ext/digest/digest.h N src/contrib/ruby/ext/digest/digest.txt N src/contrib/ruby/ext/digest/digest.txt.ja N src/contrib/ruby/ext/digest/extconf.rb N src/contrib/ruby/ext/digest/test.rb N src/contrib/ruby/ext/digest/test.sh N src/contrib/ruby/ext/digest/lib/sha1.rb N src/contrib/ruby/ext/digest/lib/md5.rb N src/contrib/ruby/ext/digest/md5/MANIFEST N src/contrib/ruby/ext/digest/md5/depend N src/contrib/ruby/ext/digest/md5/extconf.rb N src/contrib/ruby/ext/digest/md5/md5.c N src/contrib/ruby/ext/digest/md5/md5.h N src/contrib/ruby/ext/digest/md5/md5init.c N src/contrib/ruby/ext/digest/rmd160/MANIFEST N src/contrib/ruby/ext/digest/rmd160/depend N src/contrib/ruby/ext/digest/rmd160/extconf.rb N src/contrib/ruby/ext/digest/rmd160/rmd160.c N src/contrib/ruby/ext/digest/rmd160/rmd160.h N src/contrib/ruby/ext/digest/rmd160/rmd160hl.c N src/contrib/ruby/ext/digest/rmd160/rmd160init.c N src/contrib/ruby/ext/digest/sha1/MANIFEST N src/contrib/ruby/ext/digest/sha1/depend N src/contrib/ruby/ext/digest/sha1/extconf.rb N src/contrib/ruby/ext/digest/sha1/sha1.c N src/contrib/ruby/ext/digest/sha1/sha1.h N src/contrib/ruby/ext/digest/sha1/sha1hl.c N src/contrib/ruby/ext/digest/sha1/sha1init.c N src/contrib/ruby/ext/digest/sha2/MANIFEST N src/contrib/ruby/ext/digest/sha2/depend N src/contrib/ruby/ext/digest/sha2/extconf.rb N src/contrib/ruby/ext/digest/sha2/sha2.c N src/contrib/ruby/ext/digest/sha2/sha2.h N src/contrib/ruby/ext/digest/sha2/sha2hl.c N src/contrib/ruby/ext/digest/sha2/sha2init.c N src/contrib/ruby/ext/etc/MANIFEST N src/contrib/ruby/ext/etc/depend N src/contrib/ruby/ext/etc/etc.c N src/contrib/ruby/ext/etc/etc.txt N src/contrib/ruby/ext/etc/etc.txt.ja N src/contrib/ruby/ext/etc/extconf.rb N src/contrib/ruby/ext/fcntl/MANIFEST N src/contrib/ruby/ext/fcntl/depend N src/contrib/ruby/ext/fcntl/fcntl.c N src/contrib/ruby/ext/gdbm/MANIFEST N src/contrib/ruby/ext/gdbm/README N src/contrib/ruby/ext/gdbm/depend N src/contrib/ruby/ext/gdbm/extconf.rb N src/contrib/ruby/ext/gdbm/gdbm.c N src/contrib/ruby/ext/nkf/MANIFEST N src/contrib/ruby/ext/nkf/depend N src/contrib/ruby/ext/nkf/extconf.rb N src/contrib/ruby/ext/nkf/nkf.c N src/contrib/ruby/ext/nkf/test.rb N src/contrib/ruby/ext/nkf/lib/kconv.rb N src/contrib/ruby/ext/nkf/nkf1.7/nkf.c N src/contrib/ruby/ext/pty/MANIFEST N src/contrib/ruby/ext/pty/README N src/contrib/ruby/ext/pty/README.expect N src/contrib/ruby/ext/pty/README.expect.ja N src/contrib/ruby/ext/pty/README.ja N src/contrib/ruby/ext/pty/depend N src/contrib/ruby/ext/pty/expect_sample.rb N src/contrib/ruby/ext/pty/extconf.rb N src/contrib/ruby/ext/pty/pty.c N src/contrib/ruby/ext/pty/script.rb N src/contrib/ruby/ext/pty/shl.rb N src/contrib/ruby/ext/pty/lib/expect.rb N src/contrib/ruby/ext/readline/MANIFEST N src/contrib/ruby/ext/readline/README N src/contrib/ruby/ext/readline/README.ja N src/contrib/ruby/ext/readline/depend N src/contrib/ruby/ext/readline/extconf.rb N src/contrib/ruby/ext/readline/readline.c N src/contrib/ruby/ext/sdbm/MANIFEST N src/contrib/ruby/ext/sdbm/_sdbm.c N src/contrib/ruby/ext/sdbm/depend N src/contrib/ruby/ext/sdbm/extconf.rb N src/contrib/ruby/ext/sdbm/init.c N src/contrib/ruby/ext/sdbm/sdbm.h N src/contrib/ruby/ext/socket/MANIFEST N src/contrib/ruby/ext/socket/addrinfo.h N src/contrib/ruby/ext/socket/depend N src/contrib/ruby/ext/socket/extconf.rb N src/contrib/ruby/ext/socket/getaddrinfo.c N src/contrib/ruby/ext/socket/getnameinfo.c N src/contrib/ruby/ext/socket/socket.c N src/contrib/ruby/ext/socket/sockport.h N src/contrib/ruby/ext/syslog/MANIFEST N src/contrib/ruby/ext/syslog/depend N src/contrib/ruby/ext/syslog/extconf.rb N src/contrib/ruby/ext/syslog/syslog.c N src/contrib/ruby/ext/syslog/syslog.txt N src/contrib/ruby/ext/syslog/test.rb N src/contrib/ruby/ext/tcltklib/MANIFEST N src/contrib/ruby/ext/tcltklib/MANUAL.euc N src/contrib/ruby/ext/tcltklib/README.euc N src/contrib/ruby/ext/tcltklib/depend N src/contrib/ruby/ext/tcltklib/extconf.rb N src/contrib/ruby/ext/tcltklib/stubs.c N src/contrib/ruby/ext/tcltklib/tcltklib.c N src/contrib/ruby/ext/tcltklib/demo/lines0.tcl N src/contrib/ruby/ext/tcltklib/demo/lines1.rb N src/contrib/ruby/ext/tcltklib/demo/lines2.rb N src/contrib/ruby/ext/tcltklib/lib/tcltk.rb N src/contrib/ruby/ext/tcltklib/sample/batsu.gif N src/contrib/ruby/ext/tcltklib/sample/maru.gif N src/contrib/ruby/ext/tcltklib/sample/sample0.rb N src/contrib/ruby/ext/tcltklib/sample/sample1.rb N src/contrib/ruby/ext/tcltklib/sample/sample2.rb N src/contrib/ruby/ext/tk/MANIFEST N src/contrib/ruby/ext/tk/depend N src/contrib/ruby/ext/tk/extconf.rb N src/contrib/ruby/ext/tk/tkutil.c N src/contrib/ruby/ext/tk/lib/tkafter.rb N src/contrib/ruby/ext/tk/lib/tk.rb N src/contrib/ruby/ext/tk/lib/tkbgerror.rb N src/contrib/ruby/ext/tk/lib/tkcanvas.rb N src/contrib/ruby/ext/tk/lib/tkclass.rb N src/contrib/ruby/ext/tk/lib/tkdialog.rb N src/contrib/ruby/ext/tk/lib/tkentry.rb N src/contrib/ruby/ext/tk/lib/tkfont.rb N src/contrib/ruby/ext/tk/lib/tkmenubar.rb N src/contrib/ruby/ext/tk/lib/tkmngfocus.rb N src/contrib/ruby/ext/tk/lib/tkpalette.rb N src/contrib/ruby/ext/tk/lib/tkscrollbox.rb N src/contrib/ruby/ext/tk/lib/tktext.rb N src/contrib/ruby/ext/tk/lib/tkvirtevent.rb N src/contrib/ruby/ext/tk/sample/tkbiff.rb N src/contrib/ruby/ext/tk/sample/tkbrowse.rb N src/contrib/ruby/ext/tk/sample/tkdialog.rb N src/contrib/ruby/ext/tk/sample/tkfrom.rb N src/contrib/ruby/ext/tk/sample/tkhello.rb N src/contrib/ruby/ext/tk/sample/tkline.rb N src/contrib/ruby/ext/tk/sample/tktimer.rb N src/contrib/ruby/lib/English.rb N src/contrib/ruby/lib/Env.rb N src/contrib/ruby/lib/README N src/contrib/ruby/lib/base64.rb N src/contrib/ruby/lib/cgi-lib.rb N src/contrib/ruby/lib/cgi.rb N src/contrib/ruby/lib/complex.rb N src/contrib/ruby/lib/date.rb N src/contrib/ruby/lib/date2.rb N src/contrib/ruby/lib/debug.rb N src/contrib/ruby/lib/delegate.rb N src/contrib/ruby/lib/e2mmap.rb N src/contrib/ruby/lib/eregex.rb N src/contrib/ruby/lib/final.rb N src/contrib/ruby/lib/finalize.rb N src/contrib/ruby/lib/find.rb N src/contrib/ruby/lib/forwardable.rb N src/contrib/ruby/lib/ftools.rb N src/contrib/ruby/lib/ftplib.rb N src/contrib/ruby/lib/getoptlong.rb N src/contrib/ruby/lib/getopts.rb N src/contrib/ruby/lib/importenv.rb N src/contrib/ruby/lib/irb.rb N src/contrib/ruby/lib/mkmf.rb N src/contrib/ruby/lib/jcode.rb N src/contrib/ruby/lib/mailread.rb N src/contrib/ruby/lib/mathn.rb N src/contrib/ruby/lib/matrix.rb N src/contrib/ruby/lib/monitor.rb N src/contrib/ruby/lib/mutex_m.rb N src/contrib/ruby/lib/observer.rb N src/contrib/ruby/lib/open3.rb N src/contrib/ruby/lib/ostruct.rb N src/contrib/ruby/lib/parsearg.rb N src/contrib/ruby/lib/parsedate.rb N src/contrib/ruby/lib/ping.rb N src/contrib/ruby/lib/profile.rb N src/contrib/ruby/lib/pstore.rb N src/contrib/ruby/lib/rational.rb N src/contrib/ruby/lib/readbytes.rb N src/contrib/ruby/lib/resolv-replace.rb N src/contrib/ruby/lib/resolv.rb N src/contrib/ruby/lib/shell.rb N src/contrib/ruby/lib/shellwords.rb N src/contrib/ruby/lib/singleton.rb N src/contrib/ruby/lib/sync.rb N src/contrib/ruby/lib/telnet.rb N src/contrib/ruby/lib/tempfile.rb N src/contrib/ruby/lib/time.rb N src/contrib/ruby/lib/thread.rb N src/contrib/ruby/lib/thwait.rb N src/contrib/ruby/lib/timeout.rb N src/contrib/ruby/lib/tracer.rb N src/contrib/ruby/lib/uri.rb N src/contrib/ruby/lib/weakref.rb N src/contrib/ruby/lib/cgi/session.rb N src/contrib/ruby/lib/irb/completion.rb N src/contrib/ruby/lib/irb/context.rb N src/contrib/ruby/lib/irb/extend-command.rb N src/contrib/ruby/lib/irb/frame.rb N src/contrib/ruby/lib/irb/help.rb N src/contrib/ruby/lib/irb/init.rb N src/contrib/ruby/lib/irb/input-method.rb N src/contrib/ruby/lib/irb/loader.rb N src/contrib/ruby/lib/irb/locale.rb N src/contrib/ruby/lib/irb/multi-irb.rb N src/contrib/ruby/lib/irb/ruby-lex.rb N src/contrib/ruby/lib/irb/ruby-token.rb N src/contrib/ruby/lib/irb/slex.rb N src/contrib/ruby/lib/irb/version.rb N src/contrib/ruby/lib/irb/workspace.rb N src/contrib/ruby/lib/irb/ws-for-case-2.rb N src/contrib/ruby/lib/irb/xmp.rb N src/contrib/ruby/lib/irb/lc/error.rb N src/contrib/ruby/lib/irb/lc/help-message N src/contrib/ruby/lib/irb/lc/ja/error.rb N src/contrib/ruby/lib/irb/lc/ja/help-message N src/contrib/ruby/lib/net/http.rb N src/contrib/ruby/lib/net/ftp.rb N src/contrib/ruby/lib/net/imap.rb N src/contrib/ruby/lib/net/pop.rb N src/contrib/ruby/lib/net/protocol.rb N src/contrib/ruby/lib/net/smtp.rb N src/contrib/ruby/lib/net/telnet.rb N src/contrib/ruby/lib/shell/builtin-command.rb N src/contrib/ruby/lib/shell/command-processor.rb N src/contrib/ruby/lib/shell/error.rb N src/contrib/ruby/lib/shell/filter.rb N src/contrib/ruby/lib/shell/process-controller.rb N src/contrib/ruby/lib/shell/system-command.rb N src/contrib/ruby/lib/shell/version.rb N src/contrib/ruby/lib/uri/common.rb N src/contrib/ruby/lib/uri/ftp.rb N src/contrib/ruby/lib/uri/generic.rb N src/contrib/ruby/lib/uri/http.rb N src/contrib/ruby/lib/uri/https.rb N src/contrib/ruby/lib/uri/ldap.rb N src/contrib/ruby/lib/uri/mailto.rb N src/contrib/ruby/misc/inf-ruby.el N src/contrib/ruby/misc/README N src/contrib/ruby/misc/ruby-mode.el N src/contrib/ruby/misc/rubydb2x.el N src/contrib/ruby/misc/rubydb3x.el N src/contrib/ruby/missing/alloca.c N src/contrib/ruby/missing/crypt.c N src/contrib/ruby/missing/dup2.c N src/contrib/ruby/missing/file.h N src/contrib/ruby/missing/finite.c N src/contrib/ruby/missing/flock.c N src/contrib/ruby/missing/hypot.c N src/contrib/ruby/missing/isinf.c N src/contrib/ruby/missing/isnan.c N src/contrib/ruby/missing/memcmp.c N src/contrib/ruby/missing/memmove.c N src/contrib/ruby/missing/mkdir.c N src/contrib/ruby/missing/os2.c N src/contrib/ruby/missing/strcasecmp.c N src/contrib/ruby/missing/strchr.c N src/contrib/ruby/missing/strerror.c N src/contrib/ruby/missing/strftime.c N src/contrib/ruby/missing/strncasecmp.c N src/contrib/ruby/missing/strstr.c N src/contrib/ruby/missing/strtod.c N src/contrib/ruby/missing/strtol.c N src/contrib/ruby/missing/strtoul.c N src/contrib/ruby/missing/vsnprintf.c N src/contrib/ruby/missing/x68.c N src/contrib/ruby/sample/cbreak.rb N src/contrib/ruby/sample/README N src/contrib/ruby/sample/cal.rb N src/contrib/ruby/sample/biorhythm.rb N src/contrib/ruby/sample/clnt.rb N src/contrib/ruby/sample/dbmtest.rb N src/contrib/ruby/sample/dir.rb N src/contrib/ruby/sample/dualstack-fetch.rb N src/contrib/ruby/sample/dualstack-httpd.rb N src/contrib/ruby/sample/eval.rb N src/contrib/ruby/sample/export.rb N src/contrib/ruby/sample/exyacc.rb N src/contrib/ruby/sample/fact.rb N src/contrib/ruby/sample/fib.awk N src/contrib/ruby/sample/fib.pl N src/contrib/ruby/sample/fib.py N src/contrib/ruby/sample/fib.rb N src/contrib/ruby/sample/fib.scm N src/contrib/ruby/sample/freq.rb N src/contrib/ruby/sample/from.rb N src/contrib/ruby/sample/fullpath.rb N src/contrib/ruby/sample/getopts.test N src/contrib/ruby/sample/goodfriday.rb N src/contrib/ruby/sample/irb.rb N src/contrib/ruby/sample/less.rb N src/contrib/ruby/sample/list.rb N src/contrib/ruby/sample/list2.rb N src/contrib/ruby/sample/list3.rb N src/contrib/ruby/sample/mine.rb N src/contrib/ruby/sample/mkproto.rb N src/contrib/ruby/sample/mpart.rb N src/contrib/ruby/sample/mrshtest.rb N src/contrib/ruby/sample/observ.rb N src/contrib/ruby/sample/occur.pl N src/contrib/ruby/sample/occur.rb N src/contrib/ruby/sample/occur2.rb N src/contrib/ruby/sample/philos.rb N src/contrib/ruby/sample/pi.rb N src/contrib/ruby/sample/rcs.awk N src/contrib/ruby/sample/rcs.dat N src/contrib/ruby/sample/rcs.rb N src/contrib/ruby/sample/regx.rb N src/contrib/ruby/sample/sieve.rb N src/contrib/ruby/sample/svr.rb N src/contrib/ruby/sample/test.rb N src/contrib/ruby/sample/time.rb N src/contrib/ruby/sample/trojan.rb N src/contrib/ruby/sample/tsvr.rb N src/contrib/ruby/sample/uumerge.rb 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 Apr 1 0: 6:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33F0937B41C; Mon, 1 Apr 2002 00:06:45 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3186jQ59380; Mon, 1 Apr 2002 00:06:45 -0800 (PST) (envelope-from murray) Message-Id: <200204010806.g3186jQ59380@freefall.freebsd.org> From: Murray Stokely Date: Mon, 1 Apr 2002 00:06:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.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 murray 2002/04/01 00:06:44 PST Modified files: contrib/isc-dhcp/client dhclient.conf.5 Log: Resolve conflicts. Revision Changes Path 1.9 +17 -1 src/contrib/isc-dhcp/client/dhclient.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 0: 9:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 473FE37B417; Mon, 1 Apr 2002 00:09:50 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3189oU59871; Mon, 1 Apr 2002 00:09:50 -0800 (PST) (envelope-from murray) Message-Id: <200204010809.g3189oU59871@freefall.freebsd.org> From: Murray Stokely Date: Mon, 1 Apr 2002 00:09:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/common tables.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 00:09:50 PST Modified files: contrib/isc-dhcp/common tables.c Log: Resolve conflicts. Revision Changes Path 1.8 +2 -2 src/contrib/isc-dhcp/common/tables.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 0:12:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6334937B417; Mon, 1 Apr 2002 00:12:26 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g318CQU60405; Mon, 1 Apr 2002 00:12:26 -0800 (PST) (envelope-from mike) Message-Id: <200204010812.g318CQU60405@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 1 Apr 2002 00:12:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa inet.h src/include grp.h unistd.h src/sys/netinet in.h src/sys/sys _types.h stdint.h types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/04/01 00:12:25 PST Modified files: include/arpa inet.h include grp.h unistd.h sys/netinet in.h sys/sys stdint.h types.h Added files: sys/sys _types.h Log: o Implement , a new header for storing types that are MI, not required to be a fixed size, and used in multiple headers. This will grow in time, as more things move here from and . o Add missing type definitions (uint16_t and uint32_t) to and . o Reduce pollution in by using `#if _FOO_T_DECLARED' widgets to avoid including . o Add some missing type definitions to and note the ones that still need to be added. o Make use of primitives in and . Reviewed by: bde Revision Changes Path 1.21 +20 -14 src/include/arpa/inet.h 1.13 +3 -3 src/include/grp.h 1.50 +26 -1 src/include/unistd.h 1.63 +27 -10 src/sys/netinet/in.h 1.1 +38 -0 src/sys/sys/_types.h (new) 1.2 +33 -0 src/sys/sys/stdint.h 1.57 +65 -5 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 0:21:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3926637B416; Mon, 1 Apr 2002 00:21:21 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g318LLl61696; Mon, 1 Apr 2002 00:21:21 -0800 (PST) (envelope-from kuriyama) Message-Id: <200204010821.g318LLl61696@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 1 Apr 2002 00:21:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/asir2000 Makefile distinfo ports/math/asir2000/files patch-ac patch-ad 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 kuriyama 2002/04/01 00:21:20 PST Modified files: math/asir2000 Makefile distinfo math/asir2000/files patch-ac patch-ad patch-af Log: Upgrade to 20020328. PR: ports/36570 Submitted by: Saito Tomokatsu (maintainer) Revision Changes Path 1.3 +34 -28 ports/math/asir2000/Makefile 1.3 +2 -2 ports/math/asir2000/distinfo 1.3 +5 -10 ports/math/asir2000/files/patch-ac 1.3 +19 -3 ports/math/asir2000/files/patch-ad 1.3 +5 -5 ports/math/asir2000/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 0:27:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4A8C37B417; Mon, 1 Apr 2002 00:27:19 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g318RJA62582; Mon, 1 Apr 2002 00:27:19 -0800 (PST) (envelope-from phk) Message-Id: <200204010827.g318RJA62582@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 1 Apr 2002 00:27:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 00:27:19 PST Modified files: sbin/savecore Makefile Log: Duh, savecore is called savecore. Revision Changes Path 1.9 +1 -1 src/sbin/savecore/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 0:40:17 2002 Delivered-To: cvs-all@freebsd.org Received: from finntroll.newgold.net (Durham-ar1-4-64-252-019.dsl.genuity.net [4.64.252.19]) by hub.freebsd.org (Postfix) with SMTP id C461B37B41E for ; Mon, 1 Apr 2002 00:40:06 -0800 (PST) Received: (qmail 26930 invoked by uid 1001); 1 Apr 2002 08:43:15 -0000 Date: Mon, 1 Apr 2002 08:43:14 +0000 From: "J. Mallett" To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib - Imported sources Message-ID: <20020401084314.GA29147@FreeBSD.ORG> References: <86elhz7sok.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <86elhz7sok.wl@archon.local.idaemons.org> User-Agent: Mutt/1.3.27i Organisation: FreeBSD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 01, 2002 at 12:01:26AM -0800, Akinori MUSHA wrote: > knu 2002/04/01 00:01:26 PST >=20 > src/contrib - Imported sources > Update of /home/ncvs/src/contrib > In directory freefall.freebsd.org:/c/tmp/cvs-serv31337 > =20 > Log Message: > This is the virgin import of ruby 1.6. > =20 > Urged on by: many (I'm kinda tired of it) >=20 > Reviewed by: matusita, motoyuki, > Jeroen Ruigrok van der Werven > =20 See, I had one to push April Fool's Day back til Q4 to coincide with 5.0 ac= tually going RELEASE, but I was told it would only get me in trouble, now I feel upstaged! I will get you for this knu! /juli (who would have gladly reviewed this :P) --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia iQCVAwUBPKgdh4lNtGTEXmf1AQFtWAP+P4eljo//Ns+nAz0JVmRnIOYEJukgwd5+ SGVCMXAournFi80PhBHky7Fi6yPExylZXZyG0eraEp/vZoZxtXLnVnqQM8a0Gxh4 5BQB08JK+5GtUWC8wQRAJ9uJVjiU87oavOVT75HvZ6vxNowztkWt00QC4Bx8FsyQ 0rL8rKkcXNY= =lMi1 -----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 Mon Apr 1 0:44: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC73937B41B; Mon, 1 Apr 2002 00:43:58 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g318hwv64684; Mon, 1 Apr 2002 00:43:58 -0800 (PST) (envelope-from joe) Message-Id: <200204010843.g318hwv64684@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 00:43:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles freebsd-tips X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/04/01 00:43:58 PST Modified files: games/fortune/datfiles freebsd-tips Log: Augment the BLOCKSIZE tip. (Based on the PR with slight changes by myself). PR: misc/34039 Revision Changes Path 1.21 +3 -1 src/games/fortune/datfiles/freebsd-tips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 0:44:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7151037B41B; Mon, 1 Apr 2002 00:44:51 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g318ip764771; Mon, 1 Apr 2002 00:44:51 -0800 (PST) (envelope-from murray) Message-Id: <200204010844.g318ip764771@freefall.freebsd.org> From: Murray Stokely Date: Mon, 1 Apr 2002 00:44:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp FREEBSD-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 murray 2002/04/01 00:44:51 PST Modified files: contrib/isc-dhcp FREEBSD-upgrade Log: Document recent DHCP upgrade. Revision Changes Path 1.12 +7 -6 src/contrib/isc-dhcp/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 0:54:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2A5137B4B4; Mon, 1 Apr 2002 00:53:21 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g318rLK66367; Mon, 1 Apr 2002 00:53:21 -0800 (PST) (envelope-from joe) Message-Id: <200204010853.g318rLK66367@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 00:53:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles freebsd-tips X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/04/01 00:53:21 PST Modified files: games/fortune/datfiles freebsd-tips Log: Add a few more tips, and tweak a couple. PR: misc/34039 Revision Changes Path 1.22 +15 -2 src/games/fortune/datfiles/freebsd-tips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 1: 7:18 2002 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 78D5937B417; Mon, 1 Apr 2002 01:07:13 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 85F9D51E; Mon, 1 Apr 2002 10:06:51 +0100 (BST) Date: Mon, 1 Apr 2002 10:06:51 +0100 From: Josef Karthauser To: Murray Stokely Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/dict README freebsd Message-ID: <20020401090651.GC2373@genius.tao.org.uk> References: <200204010051.g310pYO57680@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OBd5C1Lgu00Gd/Tn" Content-Disposition: inline In-Reply-To: <200204010051.g310pYO57680@freefall.freebsd.org> User-Agent: Mutt/1.3.28i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --OBd5C1Lgu00Gd/Tn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 31, 2002 at 04:51:34PM -0800, Murray Stokely wrote: > murray 2002/03/31 16:51:34 PST >=20 > Modified files: > share/dict README freebsd=20 > Log: > The freebsd jargon dictionary was repo-copied from 'tech' to 'freebsd' > to indicate that this is not a general dictionary of all technical > terms. > =20 > Requested by: sheldon Do you need to delete 'tech' also? Joe --OBd5C1Lgu00Gd/Tn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjyoIysACgkQXVIcjOaxUBZ9kQCfezbcfeh1qkyx5TJTUM78zeyD zz0Aniz2KSU/tLv0wH8Xo9vJKACszRyC =solQ -----END PGP SIGNATURE----- --OBd5C1Lgu00Gd/Tn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 1: 8:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DE2237B41C; Mon, 1 Apr 2002 01:08:24 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3198On71988; Mon, 1 Apr 2002 01:08:24 -0800 (PST) (envelope-from murray) Message-Id: <200204010908.g3198On71988@freefall.freebsd.org> From: Murray Stokely Date: Mon, 1 Apr 2002 01:08:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/dict tech X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 01:08:24 PST Removed files: share/dict tech Log: Remove 'tech'. Repo-copied to 'freebsd' Reminded by: joe Revision Changes Path 1.2 +0 -143 src/share/dict/tech (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 1:27:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CC1437B417; Mon, 1 Apr 2002 01:27:28 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g319RSN74252; Mon, 1 Apr 2002 01:27:28 -0800 (PST) (envelope-from sumikawa) Message-Id: <200204010927.g319RSN74252@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 1 Apr 2002 01:27:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wwwoffle Makefile distinfo ports/www/wwwoffle/files patch-aa patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sumikawa 2002/04/01 01:27:28 PST Modified files: www/wwwoffle Makefile distinfo www/wwwoffle/files patch-aa Removed files: www/wwwoffle/files patch-ad Log: Upgrade to 2.7a. Revision Changes Path 1.20 +1 -2 ports/www/wwwoffle/Makefile 1.9 +1 -1 ports/www/wwwoffle/distinfo 1.10 +9 -18 ports/www/wwwoffle/files/patch-aa 1.2 +0 -11 ports/www/wwwoffle/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 Mon Apr 1 1:30: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D833437B41C; Mon, 1 Apr 2002 01:30:03 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g319U3X74667; Mon, 1 Apr 2002 01:30:03 -0800 (PST) (envelope-from keramida) Message-Id: <200204010930.g319U3X74667@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 01:30:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/fdp-primer/overview 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 keramida 2002/04/01 01:30:03 PST Modified files: en_US.ISO8859-1/books/fdp-primer/overview chapter.sgml Log: Fix duplicate 'the the' -> 'the'. PR: docs/36599 Submitted by: Shaun Branden Revision Changes Path 1.15 +1 -1 doc/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 1:39:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6037137B400; Mon, 1 Apr 2002 01:39:08 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g319d8576413; Mon, 1 Apr 2002 01:39:08 -0800 (PST) (envelope-from obrien) Message-Id: <200204010939.g319d8576413@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Apr 2002 01:39:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c futil.c main.c perform.c src/usr.sbin/pkg_install/create main.c perform.c pl.c src/usr.sbin/pkg_install/delete main.c perform.c src/usr.sbin/pkg_install/info main.c perform.c show.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/04/01 01:39:08 PST Modified files: usr.sbin/pkg_install/add extract.c futil.c main.c perform.c usr.sbin/pkg_install/create main.c perform.c pl.c usr.sbin/pkg_install/delete main.c perform.c usr.sbin/pkg_install/info main.c perform.c show.c usr.sbin/pkg_install/lib deps.c exec.c file.c global.c match.c msg.c pen.c plist.c str.c version.c usr.sbin/pkg_install/sign check.c common.c gzip.c main.c pgp_check.c pgp_sign.c sha1.c sign.c stand.c x509.c Log: Fix SCM ID's. Revision Changes Path 1.31 +3 -5 src/usr.sbin/pkg_install/add/extract.c 1.13 +3 -5 src/usr.sbin/pkg_install/add/futil.c 1.50 +2 -4 src/usr.sbin/pkg_install/add/main.c 1.69 +3 -5 src/usr.sbin/pkg_install/add/perform.c 1.32 +3 -5 src/usr.sbin/pkg_install/create/main.c 1.65 +3 -5 src/usr.sbin/pkg_install/create/perform.c 1.21 +3 -5 src/usr.sbin/pkg_install/create/pl.c 1.25 +3 -5 src/usr.sbin/pkg_install/delete/main.c 1.34 +3 -5 src/usr.sbin/pkg_install/delete/perform.c 1.36 +3 -5 src/usr.sbin/pkg_install/info/main.c 1.45 +3 -5 src/usr.sbin/pkg_install/info/perform.c 1.25 +3 -5 src/usr.sbin/pkg_install/info/show.c 1.7 +3 -5 src/usr.sbin/pkg_install/lib/deps.c 1.10 +3 -5 src/usr.sbin/pkg_install/lib/exec.c 1.53 +3 -5 src/usr.sbin/pkg_install/lib/file.c 1.9 +3 -5 src/usr.sbin/pkg_install/lib/global.c 1.9 +3 -5 src/usr.sbin/pkg_install/lib/match.c 1.16 +3 -6 src/usr.sbin/pkg_install/lib/msg.c 1.38 +3 -5 src/usr.sbin/pkg_install/lib/pen.c 1.37 +3 -5 src/usr.sbin/pkg_install/lib/plist.c 1.14 +3 -5 src/usr.sbin/pkg_install/lib/str.c 1.2 +3 -5 src/usr.sbin/pkg_install/lib/version.c 1.2 +3 -1 src/usr.sbin/pkg_install/sign/check.c 1.2 +3 -1 src/usr.sbin/pkg_install/sign/common.c 1.3 +4 -1 src/usr.sbin/pkg_install/sign/gzip.c 1.2 +3 -1 src/usr.sbin/pkg_install/sign/main.c 1.2 +3 -1 src/usr.sbin/pkg_install/sign/pgp_check.c 1.3 +4 -1 src/usr.sbin/pkg_install/sign/pgp_sign.c 1.3 +3 -1 src/usr.sbin/pkg_install/sign/sha1.c 1.2 +4 -1 src/usr.sbin/pkg_install/sign/sign.c 1.2 +2 -1 src/usr.sbin/pkg_install/sign/stand.c 1.2 +3 -1 src/usr.sbin/pkg_install/sign/x509.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 1:40:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B5C537B41D; Mon, 1 Apr 2002 01:40:45 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g319eiJ76701; Mon, 1 Apr 2002 01:40:44 -0800 (PST) (envelope-from trevor) Message-Id: <200204010940.g319eiJ76701@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 1 Apr 2002 01:40:44 -0800 (PST) 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/04/01 01:40:43 PST Modified files: www/linux-netscape6 Makefile Log: Mozilla uses zlib internally, and Netscape 6 is based on Mozilla. There has been no announcement regarding zlib in Netscape 6. Revision Changes Path 1.56 +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 Mon Apr 1 1:43:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E0F437B417; Mon, 1 Apr 2002 01:43:28 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g319hSQ77691; Mon, 1 Apr 2002 01:43:28 -0800 (PST) (envelope-from trevor) Message-Id: <200204010943.g319hSQ77691@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 1 Apr 2002 01:43:27 -0800 (PST) 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/04/01 01:43:27 PST Modified files: www/linux-netscape6 Makefile Log: whitespace change only Revision Changes Path 1.57 +1 -1 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 Mon Apr 1 1:44:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27AB337B400; Mon, 1 Apr 2002 01:44:41 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g319ifA77937; Mon, 1 Apr 2002 01:44:41 -0800 (PST) (envelope-from sumikawa) Message-Id: <200204010944.g319ifA77937@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 1 Apr 2002 01:44:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wwwoffle 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 sumikawa 2002/04/01 01:44:40 PST Modified files: www/wwwoffle Makefile pkg-plist Log: Fix plist. Revision Changes Path 1.21 +1 -0 ports/www/wwwoffle/Makefile 1.11 +35 -0 ports/www/wwwoffle/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 Apr 1 1:45:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FF1B37B421; Mon, 1 Apr 2002 01:45:05 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g319j5178061; Mon, 1 Apr 2002 01:45:05 -0800 (PST) (envelope-from mike) Message-Id: <200204010945.g319j5178061@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 1 Apr 2002 01:45:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/04/01 01:45:05 PST Modified files: sys/sys types.h Log: Fix some whitespace style bugs. Revision Changes Path 1.58 +17 -17 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 2:11: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.datanet.hu (mx1.datanet.hu [194.149.13.160]) by hub.freebsd.org (Postfix) with ESMTP id 6301A37B41C; Mon, 1 Apr 2002 02:11:00 -0800 (PST) Received: from fonix.adamsfamily.xx (nilus-372.adsl.datanet.hu [195.56.49.118]) by mx1.datanet.hu (DataNet) with ESMTP id 57E73F9A9; Mon, 1 Apr 2002 12:10:57 +0200 (CEST) Received: from fonix.adamsfamily.xx (localhost [127.0.0.1]) by fonix.adamsfamily.xx (8.12.2/8.12.2) with ESMTP id g31AAvBr020031; Mon, 1 Apr 2002 12:10:58 +0200 (CEST) (envelope-from sziszi@bsd.hu) Received: (from cc@localhost) by fonix.adamsfamily.xx (8.12.2/8.12.2/Submit) id g31AAvZf020030; Mon, 1 Apr 2002 12:10:57 +0200 (CEST) X-Authentication-Warning: fonix.adamsfamily.xx: cc set sender to sziszi@bsd.hu using -f Date: Mon, 1 Apr 2002 12:10:57 +0200 From: Szilveszter Adam To: cvs-all@freebsd.org Cc: trevor@freebsd.org Subject: Zlib in Mozilla Message-ID: <20020401101057.GA668@fonix.adamsfamily.xx> Mail-Followup-To: Szilveszter Adam , cvs-all@freebsd.org, trevor@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: owner-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, At least Mozilla appears to have upgraded the internal libz code to 1.1.4 which is the same as the one in FreeBSD. I do not know for Netscape6. Just FYI. -- Regards: Szilveszter ADAM Szombathely Hungary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 2:19:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B259F37B41D; Mon, 1 Apr 2002 02:19:39 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31AJde85991; Mon, 1 Apr 2002 02:19:39 -0800 (PST) (envelope-from dirk) Message-Id: <200204011019.g31AJde85991@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 1 Apr 2002 02:19:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/xparam Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 02:19:39 PST Modified files: devel/xparam Makefile Log: Fix build dependency (${PORTNAME} -> ${PORTSDIR}). Found by: portsdb -Uu Revision Changes Path 1.3 +1 -1 ports/devel/xparam/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 2:28: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73AAA37B416; Mon, 1 Apr 2002 02:27:59 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31ARxH87119; Mon, 1 Apr 2002 02:27:59 -0800 (PST) (envelope-from trevor) Message-Id: <200204011027.g31ARxH87119@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 1 Apr 2002 02:27:59 -0800 (PST) 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/04/01 02:27:59 PST Modified files: www/linux-netscape6 Makefile Log: The JRE for version 6.2.2 unpacks in a different directory than earlier JREs. Reported by: Kris Anderson Approved by: Tumbling Duke applet Revision Changes Path 1.58 +1 -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 Mon Apr 1 2:45:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A994437B41A; Mon, 1 Apr 2002 02:45:09 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Aj9789753; Mon, 1 Apr 2002 02:45:09 -0800 (PST) (envelope-from dwmalone) Message-Id: <200204011045.g31Aj9789753@freefall.freebsd.org> From: David Malone Date: Mon, 1 Apr 2002 02:45:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump mkioctls X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/04/01 02:45:09 PST Modified files: usr.bin/kdump mkioctls Log: Const the code. Revision Changes Path 1.29 +3 -1 src/usr.bin/kdump/mkioctls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 2:47: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54CE537B416; Mon, 1 Apr 2002 02:46:59 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31AkxP90137; Mon, 1 Apr 2002 02:46:59 -0800 (PST) (envelope-from kuriyama) Message-Id: <200204011046.g31AkxP90137@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 1 Apr 2002 02:46:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/smokeping Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-message pkg-plist ports/net/smokeping/files smokeping.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 kuriyama 2002/04/01 02:46:59 PST Modified files: net Makefile Added files: net/smokeping Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-message pkg-plist net/smokeping/files smokeping.sh Log: Add smokeping 1.5, latency logging and graphing system. This port is heavily modified by kuriyama: o Use BSD'ish directory hierarchy (imcomplete) TODO for this port (will be done by kuriyama) o Upgrade to 1.6 (see follow-up of this PR) o Use non-privileged UID for smokeping o Move *.pm to $PREFIX/lib/perl5/site_perl PR: ports/36006 Submitted by: Lars Thegler Revision Changes Path 1.738 +1 -0 ports/net/Makefile 1.1 +101 -0 ports/net/smokeping/Makefile (new) 1.1 +1 -0 ports/net/smokeping/distinfo (new) 1.1 +23 -0 ports/net/smokeping/files/smokeping.sh (new) 1.1 +1 -0 ports/net/smokeping/pkg-comment (new) 1.1 +23 -0 ports/net/smokeping/pkg-deinstall (new) 1.1 +8 -0 ports/net/smokeping/pkg-descr (new) 1.1 +31 -0 ports/net/smokeping/pkg-message (new) 1.1 +79 -0 ports/net/smokeping/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 Apr 1 2:47:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF21E37B426; Mon, 1 Apr 2002 02:47:05 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Al5190177; Mon, 1 Apr 2002 02:47:05 -0800 (PST) (envelope-from kuriyama) Message-Id: <200204011047.g31Al5190177@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 1 Apr 2002 02:47:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/04/01 02:47:05 PST Modified files: . modules Log: smokeping --> ports/net/smokeping Revision Changes Path 1.4938 +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 Apr 1 2:47:32 2002 Delivered-To: cvs-all@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.6]) by hub.freebsd.org (Postfix) with ESMTP id CDCF637B41E for ; Mon, 1 Apr 2002 02:47:10 -0800 (PST) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.6/8.11.6) with ESMTP id g31Al5J04326; Mon, 1 Apr 2002 05:47:05 -0500 (EST) Date: Mon, 1 Apr 2002 05:47:05 -0500 (EST) From: Trevor Johnson To: Szilveszter Adam Cc: cvs-all@freebsd.org, "Thomas E. Zander" Subject: Re: Zlib in Mozilla In-Reply-To: <20020401101057.GA668@fonix.adamsfamily.xx> Message-ID: <20020401051244.D2554-100000@blues.jpj.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 Szilveszter Adam wrote: > At least Mozilla appears to have upgraded the internal libz code to > 1.1.4 which is the same as the one in FreeBSD. Right, and the Mozilla ports (AFAIK) are all at 0.9.9 which should be safe. > I do not know for Netscape6. I don't know either, but there have been no new French, German, or Japanese versions since the zilb bug was published, and Netscape didn't bother writing release notes for the English 6.2.2. I'd rather err on the side of caution. It is said that Netscape 6 supports HTTP 1.1 (de)compression. The same thing has been said of Opera. Searching www.opera.com for "zlib" and "libz" turned up nothing. -- Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 2:49:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF05E37B400; Mon, 1 Apr 2002 02:49:11 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31AnBq90573; Mon, 1 Apr 2002 02:49:11 -0800 (PST) (envelope-from dwmalone) Message-Id: <200204011049.g31AnBq90573@freefall.freebsd.org> From: David Malone Date: Mon, 1 Apr 2002 02:49:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ktrace ktrace.c ktrace.h 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 dwmalone 2002/04/01 02:49:11 PST Modified files: usr.bin/ktrace ktrace.c ktrace.h subr.c Log: 1) Clean up vendor and ID strings. 2) include stdlib.h for atoi. 3) staticise and constify. 4) add some missing prototypes. 5) add some parens to keep gcc happy. Revision Changes Path 1.17 +15 -10 src/usr.bin/ktrace/ktrace.c 1.3 +3 -0 src/usr.bin/ktrace/ktrace.h 1.9 +11 -2 src/usr.bin/ktrace/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 Apr 1 2:53:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2F9F37B41B; Mon, 1 Apr 2002 02:53:46 -0800 (PST) Received: (from rse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Ark691181; Mon, 1 Apr 2002 02:53:46 -0800 (PST) (envelope-from rse) Message-Id: <200204011053.g31Ark691181@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Mon, 1 Apr 2002 02:53:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/str 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 rse 2002/04/01 02:53:46 PST Modified files: devel/str Makefile distinfo pkg-descr Log: upgrade to OSSP str 0.9.7 Revision Changes Path 1.9 +3 -4 ports/devel/str/Makefile 1.5 +1 -1 ports/devel/str/distinfo 1.3 +6 -5 ports/devel/str/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 Apr 1 2:54:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE93B37B422; Mon, 1 Apr 2002 02:54:11 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31AsB391307; Mon, 1 Apr 2002 02:54:11 -0800 (PST) (envelope-from dwmalone) Message-Id: <200204011054.g31AsB391307@freefall.freebsd.org> From: David Malone Date: Mon, 1 Apr 2002 02:54:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/limits Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/04/01 02:54:11 PST Modified files: usr.bin/limits Makefile Log: Don't use gcc specific flags. Revision Changes Path 1.4 +0 -1 src/usr.bin/limits/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 2:57:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D9C237B400; Mon, 1 Apr 2002 02:57:12 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31AvCG91797; Mon, 1 Apr 2002 02:57:12 -0800 (PST) (envelope-from dwmalone) Message-Id: <200204011057.g31AvCG91797@freefall.freebsd.org> From: David Malone Date: Mon, 1 Apr 2002 02:57:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/limits limits.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/04/01 02:57:12 PST Modified files: usr.bin/limits limits.c Log: WARNS cleanups: 1) Add missing initialisers. 2) Avoid shadowing rcswhich. 3) Use %j and intmax_t instead of %q and quad_t for printing. 4) Don't modify a p twice between sequence points. Revision Changes Path 1.9 +2 -2 src/usr.bin/limits/limits.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 3: 1:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A96937B42B; Mon, 1 Apr 2002 03:01:26 -0800 (PST) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31B1Qh92488; Mon, 1 Apr 2002 03:01:26 -0800 (PST) (envelope-from jesper) Message-Id: <200204011101.g31B1Qh92488@freefall.freebsd.org> From: Jesper Skriver Date: Mon, 1 Apr 2002 03:01:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net 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 jesper 2002/04/01 03:01:26 PST Modified files: net/p5-Net Makefile distinfo Log: Upgrade to 1.10 Approved by: demon Revision Changes Path 1.33 +1 -1 ports/net/p5-Net/Makefile 1.10 +1 -1 ports/net/p5-Net/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 3: 2:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15D7E37B405; Mon, 1 Apr 2002 03:02:23 -0800 (PST) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31B2N492638; Mon, 1 Apr 2002 03:02:23 -0800 (PST) (envelope-from jesper) Message-Id: <200204011102.g31B2N492638@freefall.freebsd.org> From: Jesper Skriver Date: Mon, 1 Apr 2002 03:02:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-JUNOScript Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesper 2002/04/01 03:02:22 PST Modified files: net/p5-JUNOScript Makefile Log: Depend on net/p5-Net not net/p5-libnet which is a duplicate that will be removed Revision Changes Path 1.2 +1 -1 ports/net/p5-JUNOScript/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 3: 6: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1552C37B400; Mon, 1 Apr 2002 03:05:57 -0800 (PST) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31B5vB95289; Mon, 1 Apr 2002 03:05:57 -0800 (PST) (envelope-from jesper) Message-Id: <200204011105.g31B5vB95289@freefall.freebsd.org> From: Jesper Skriver Date: Mon, 1 Apr 2002 03:05:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/net Makefile ports/net/p5-libnet 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 jesper 2002/04/01 03:05:56 PST Modified files: . modules net Makefile Removed files: net/p5-libnet Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Delete ports/net/p5-libnet which was a duplicate of ports/net/p5-Net Revision Changes Path 1.4939 +0 -1 CVSROOT/modules 1.739 +0 -1 ports/net/Makefile 1.2 +0 -30 ports/net/p5-libnet/Makefile (dead) 1.2 +0 -1 ports/net/p5-libnet/distinfo (dead) 1.2 +0 -1 ports/net/p5-libnet/pkg-comment (dead) 1.2 +0 -19 ports/net/p5-libnet/pkg-descr (dead) 1.2 +0 -16 ports/net/p5-libnet/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 Mon Apr 1 3: 6: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F60F37B41B; Mon, 1 Apr 2002 03:06:01 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31B61c95439; Mon, 1 Apr 2002 03:06:01 -0800 (PST) (envelope-from dwmalone) Message-Id: <200204011106.g31B61c95439@freefall.freebsd.org> From: David Malone Date: Mon, 1 Apr 2002 03:06:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/logger logger.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwmalone 2002/04/01 03:06:01 PST Modified files: usr.bin/logger logger.c Log: 1) Use FBSDID for vendor string. 2) Change an int for a size_t, as that's what it is mainly used for. 3) Add some braces to keep gcc happy. Revision Changes Path 1.11 +6 -4 src/usr.bin/logger/logger.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 3:15: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D012437B41E; Mon, 1 Apr 2002 03:15:01 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31BF1d98290; Mon, 1 Apr 2002 03:15:01 -0800 (PST) (envelope-from knu) Message-Id: <200204011115.g31BF1d98290@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 1 Apr 2002 03:15:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gnomecore Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 03:15:01 PST Modified files: japanese/gnomecore Makefile Log: Mark as IGNORE saying "gnomecore 1.4.0.6 has these patches merged - just install x11/gnomecore". Submitted by; SASAKI Katuhiro [ports-jp 12552] Revision Changes Path 1.4 +3 -1 ports/japanese/gnomecore/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 3:16:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30E3B37B41E; Mon, 1 Apr 2002 03:16:49 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31BGnG98534; Mon, 1 Apr 2002 03:16:49 -0800 (PST) (envelope-from knu) Message-Id: <200204011116.g31BGnG98534@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 1 Apr 2002 03:16:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/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 knu 2002/04/01 03:16:49 PST Modified files: japanese/gnome Makefile Log: Remove japanese/gnomecore from LIB_DEPENDS, now that x11/gnomecore has integrated the ja-gnomecore patches. Submitted by: SASAKI Katuhiro [ports-jp 12552] Revision Changes Path 1.13 +0 -1 ports/japanese/gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 3:34:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E75537B416; Mon, 1 Apr 2002 03:34:39 -0800 (PST) Received: (from markp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31BYdj01130; Mon, 1 Apr 2002 03:34:39 -0800 (PST) (envelope-from markp) Message-Id: <200204011134.g31BYdj01130@freefall.freebsd.org> From: Mark Pulford Date: Mon, 1 Apr 2002 03:34:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/videogen Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 03:34:38 PST Modified files: sysutils/videogen Makefile Log: Fix man page handling Revision Changes Path 1.2 +2 -3 ports/sysutils/videogen/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 3:49:23 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 8B19137B41D; Mon, 1 Apr 2002 03:49:19 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g31BnGYm066761; Mon, 1 Apr 2002 03:49:16 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g31Bm1El066729; Mon, 1 Apr 2002 03:48:01 -0800 (PST) Date: Mon, 1 Apr 2002 03:48:01 -0800 From: "David O'Brien" To: Trevor Johnson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/linux-netscape6 Makefile Message-ID: <20020401034801.A66703@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200204010940.g319eiJ76701@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: <200204010940.g319eiJ76701@freefall.freebsd.org>; from trevor@FreeBSD.org on Mon, Apr 01, 2002 at 01:40:44AM -0800 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, Apr 01, 2002 at 01:40:44AM -0800, Trevor Johnson wrote: > trevor 2002/04/01 01:40:43 PST > > Modified files: > www/linux-netscape6 Makefile > Log: > Mozilla uses zlib internally, and Netscape 6 is based on Mozilla. > There has been no announcement regarding zlib in Netscape 6. So others do not have to go look at the diff -- this commit marked the port FORBIDDEN. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 4:20:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9113237B41A; Mon, 1 Apr 2002 04:20:48 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31CKmN15048; Mon, 1 Apr 2002 04:20:48 -0800 (PST) (envelope-from des) Message-Id: <200204011220.g31CKmN15048@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 1 Apr 2002 04:20:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/openpam/lib pam_set_data.c X-FreeBSD-CVS-Branch: 1.1.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 des 2002/04/01 04:20:48 PST Modified files: (Branch: 1.1.1) contrib/openpam/lib pam_set_data.c Log: Fix braino in code path for new items (perforce change 8760). Based on a patch submitted by Joe Marcus Clarke . Sponsored by: DARPA, NAI LabS cvs: ---------------------------------------------------------------------- Revision Changes Path 1.1.1.5 +5 -3 src/contrib/openpam/lib/pam_set_data.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 4:41:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D27D837B41F; Mon, 1 Apr 2002 04:41:15 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31CfFq17762; Mon, 1 Apr 2002 04:41:15 -0800 (PST) (envelope-from keramida) Message-Id: <200204011241.g31CfFq17762@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 04:41:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.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 keramida 2002/04/01 04:41:15 PST Modified files: usr.bin/find find.1 Log: Run find.1 through ispell. PR: docs/36601 Submitted by: Joshua Goodall MFC after: 3 days Revision Changes Path 1.42 +1 -1 src/usr.bin/find/find.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:18:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BAC637B41A; Mon, 1 Apr 2002 05:18:13 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DIBe26274; Mon, 1 Apr 2002 05:18:11 -0800 (PST) (envelope-from joe) Message-Id: <200204011318.g31DIBe26274@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 05:18:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c ohcireg.h ohcivar.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 joe 2002/04/01 05:18:11 PST Modified files: sys/dev/usb ohci.c ohcireg.h ohcivar.h Log: Merge from NetBSD: ohci.c (1.83), ohcireg.h (1.16), ohcivar.h (1.21) =================================================================== date: 2000/03/29 01:46:26; author: augustss; A first stab at support for isochronous transfers. =================================================================== Revision Changes Path 1.70 +397 -94 src/sys/dev/usb/ohci.c 1.17 +3 -3 src/sys/dev/usb/ohcireg.h 1.25 +13 -3 src/sys/dev/usb/ohcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:21:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CCA837B419; Mon, 1 Apr 2002 05:21:43 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DLhR26969; Mon, 1 Apr 2002 05:21:43 -0800 (PST) (envelope-from joe) Message-Id: <200204011321.g31DLhR26969@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 05:21:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c ohcireg.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 joe 2002/04/01 05:21:43 PST Modified files: sys/dev/usb ohci.c ohcireg.h Log: Merge from NetBSD: ohci.c (1.85), ohcireg.h (1.17): ---------------------------- date: 2000/04/01 09:27:35; author: augustss; Add a delay before reading the number of ports from the controller to avoid getting 0 from it. ---------------------------- Revision Changes Path 1.71 +7 -2 src/sys/dev/usb/ohci.c 1.18 +5 -1 src/sys/dev/usb/ohcireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:24:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 3BBB937B400; Mon, 1 Apr 2002 05:24:49 -0800 (PST) Received: from hades.hell.gr (patr530-a105.otenet.gr [212.205.215.105]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g31DOkQA007516; Mon, 1 Apr 2002 16:24:47 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.2/8.12.2) with ESMTP id g31DOkKG007082; Mon, 1 Apr 2002 16:24:46 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from charon@localhost) by hades.hell.gr (8.12.2/8.12.2/Submit) id g31DOkDp007081; Mon, 1 Apr 2002 16:24:46 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 1 Apr 2002 16:24:45 +0300 From: Giorgos Keramidas To: Dag-Erling Smorgrav Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/openpam/lib pam_set_data.c Message-ID: <20020401132445.GA7049@hades.hell.gr> References: <200204011220.g31CKmN15048@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200204011220.g31CKmN15048@freefall.freebsd.org> User-Agent: Mutt/1.3.28i Sender: owner-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-04-01 04:20, Dag-Erling Smorgrav wrote: > des 2002/04/01 04:20:48 PST > > Modified files: (Branch: 1.1.1) > contrib/openpam/lib pam_set_data.c Branch: 1.1.1 ? Err, what branch's that? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:25:45 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5CE5037B417; Mon, 1 Apr 2002 05:25:41 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 7012E5348; Mon, 1 Apr 2002 15:25:39 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys kerneldump.h References: <200203312148.g2VLm8R13367@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 01 Apr 2002 15:25:38 +0200 In-Reply-To: <200203312148.g2VLm8R13367@freefall.freebsd.org> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 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 Poul-Henning Kamp writes: > This design is my best effort and it is quite likely that people more used > to kernel dumps may want to change this subsequently so two levels of > version numbers are provided: one for the common header and one per > architecture. Did we not agree to use a text format? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:26:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E672337B405; Mon, 1 Apr 2002 05:26:27 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DQRI27773; Mon, 1 Apr 2002 05:26:27 -0800 (PST) (envelope-from joe) Message-Id: <200204011326.g31DQRI27773@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 05:26:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 05:26:27 PST Modified files: sys/dev/usb ohci.c Log: Add a clarifying comment (from NetBSD). Update the $NetBSD$ ident to reflect reality. Revision Changes Path 1.72 +2 -1 src/sys/dev/usb/ohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:26:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EACA37B417; Mon, 1 Apr 2002 05:26:36 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DQaX27863; Mon, 1 Apr 2002 05:26:36 -0800 (PST) (envelope-from ijliao) Message-Id: <200204011326.g31DQaX27863@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 1 Apr 2002 05:26:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/horde-devel Makefile pkg-plist ports/www/horde-devel/files patch-mime_drivers.php.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/04/01 05:26:36 PST Modified files: www/horde-devel Makefile pkg-plist Added files: www/horde-devel/files patch-mime_drivers.php.dist Log: - adding support of enscript, for syntax highlighting in devel/chora; - better handling of the MIME drivers used by mail/imp-devel. PR: 35047 Submitted by: maintainer Revision Changes Path 1.8 +2 -1 ports/www/horde-devel/Makefile 1.1 +170 -0 ports/www/horde-devel/files/patch-mime_drivers.php.dist (new) 1.4 +1 -0 ports/www/horde-devel/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:28:54 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9309F37B405; Mon, 1 Apr 2002 05:28:49 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DSnY28280; Mon, 1 Apr 2002 05:28:49 -0800 (PST) (envelope-from joe) Message-Id: <200204011328.g31DSnY28280@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 05:28:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 05:28:49 PST Modified files: sys/dev/usb ohci.c Log: Merge from NetBSD: ---------------------------- revision 1.90 date: 2000/05/08 18:28:46; author: thorpej; lines: +8 -3 Quiet some uninitialized variable warnings that do in fact look legitimate. ---------------------------- Revision Changes Path 1.73 +8 -3 src/sys/dev/usb/ohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:29:29 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 195BB37B400; Mon, 1 Apr 2002 05:29:24 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DTOA28413; Mon, 1 Apr 2002 05:29:24 -0800 (PST) (envelope-from ijliao) Message-Id: <200204011329.g31DTOA28413@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 1 Apr 2002 05:29:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imp-devel Makefile ports/mail/imp-devel/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/04/01 05:29:23 PST Modified files: mail/imp-devel Makefile mail/imp-devel/files patch-aa Log: fix a warning when building + better handling of MIME drivers PR: 35049 Submitted by: maintainer Revision Changes Path 1.6 +14 -8 ports/mail/imp-devel/Makefile 1.2 +3 -22 ports/mail/imp-devel/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 Apr 1 5:31:20 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 55A0B37B416; Mon, 1 Apr 2002 05:31:17 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id EB01E5346; Mon, 1 Apr 2002 15:31:15 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/lib pam_set_data.c References: <200204011220.g31CKmN15048@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 01 Apr 2002 15:31:15 +0200 In-Reply-To: <200204011220.g31CKmN15048@freefall.freebsd.org> Message-ID: Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 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 Dag-Erling Smorgrav writes: > Sponsored by: DARPA, NAI LabS > cvs: ---------------------------------------------------------------------- WTF happened here? /me kicks vi(1) DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:31:45 2002 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 23B1D37B41B; Mon, 1 Apr 2002 05:31:28 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id g31DV3t28201; Mon, 1 Apr 2002 14:31:03 +0100 (BST) (envelope-from mark@grimreaper.grondar.za) Received: from grimreaper (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.2/8.12.2) with ESMTP id g31DT7PL027493; Mon, 1 Apr 2002 14:29:07 +0100 (BST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200204011329.g31DT7PL027493@grimreaper.grondar.org> To: Giorgos Keramidas Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/lib pam_set_data.c References: <20020401132445.GA7049@hades.hell.gr> In-Reply-To: <20020401132445.GA7049@hades.hell.gr> ; from Giorgos Keramidas "Mon, 01 Apr 2002 16:24:45 +0300." Date: Mon, 01 Apr 2002 14:29:07 +0100 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On 2002-04-01 04:20, Dag-Erling Smorgrav wrote: > > des 2002/04/01 04:20:48 PST > > > > Modified files: (Branch: 1.1.1) > > contrib/openpam/lib pam_set_data.c > > Branch: 1.1.1 ? > > Err, what branch's that? Vendor. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:32:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA25237B41A; Mon, 1 Apr 2002 05:32:17 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DWH729706; Mon, 1 Apr 2002 05:32:17 -0800 (PST) (envelope-from ijliao) Message-Id: <200204011332.g31DWH729706@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 1 Apr 2002 05:32:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/chora Makefile pkg-plist ports/devel/chora/files patch-cvs.php patch-history.php patch-lib_CVSLib_Log.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/04/01 05:32:17 PST Modified files: devel/chora Makefile pkg-plist Added files: devel/chora/files patch-cvs.php patch-history.php patch-lib_CVSLib_Log.php Log: fix wrong date display + add syntax highlighting PR: 35048 Submitted by: maintainer Revision Changes Path 1.2 +23 -0 ports/devel/chora/Makefile 1.1 +11 -0 ports/devel/chora/files/patch-cvs.php (new) 1.1 +11 -0 ports/devel/chora/files/patch-history.php (new) 1.1 +11 -0 ports/devel/chora/files/patch-lib_CVSLib_Log.php (new) 1.2 +1 -0 ports/devel/chora/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 Apr 1 5:33:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54B1A37B41C; Mon, 1 Apr 2002 05:33:43 -0800 (PST) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DXhb30082; Mon, 1 Apr 2002 05:33:43 -0800 (PST) (envelope-from jhay) Message-Id: <200204011333.g31DXhb30082@freefall.freebsd.org> From: John Hay Date: Mon, 1 Apr 2002 05:33:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/puc pucdata.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 05:33:43 PST Modified files: sys/dev/puc pucdata.c Log: Add an entry for "PCCOM dual port RS232/422/485". Submitted by: Daniel O'Connor MFC after: 1 week Revision Changes Path 1.5 +9 -0 src/sys/dev/puc/pucdata.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:36:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFFC737B417; Mon, 1 Apr 2002 05:36:09 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Da9330725; Mon, 1 Apr 2002 05:36:09 -0800 (PST) (envelope-from joe) Message-Id: <200204011336.g31Da9330725@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 05:36:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 05:36:09 PST Modified files: sys/dev/usb uhci.c Log: Merge from NetBSD: ---------------------------- revision 1.117 date: 2000/05/30 09:26:06; author: augustss; lines: +7 -1 As a safety, check that the controller is not suspended when we get an interrupt. ---------------------------- Revision Changes Path 1.90 +7 -1 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:39:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4D0B37B41A; Mon, 1 Apr 2002 05:39:05 -0800 (PST) Received: (from ceri@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Dd5X31416; Mon, 1 Apr 2002 05:39:05 -0800 (PST) (envelope-from ceri) Message-Id: <200204011339.g31Dd5X31416@freefall.freebsd.org> From: Ceri Davies Date: Mon, 1 Apr 2002 05:39:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en register.sgml www/en/cgi reg.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 ceri 2002/04/01 05:39:05 PST Modified files: en register.sgml en/cgi reg.cgi Log: - Stop asking people to enter their postal address when we do nothing with it - Offer to subscribe people to -announce and -security-notifications instead Approved by: murray PR: docs/35563 Revision Changes Path 1.8 +55 -49 www/en/cgi/reg.cgi 1.20 +14 -74 www/en/register.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:39:42 2002 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 0395437B41B; Mon, 1 Apr 2002 05:39:06 -0800 (PST) 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 QAA07548; Mon, 1 Apr 2002 16:38:54 +0300 (EEST) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id g31Dcsh76221; Mon, 1 Apr 2002 16:38:54 +0300 (EEST) Date: Mon, 1 Apr 2002 16:38:54 +0300 From: Alexey Zelkin To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/lib pam_set_data.c Message-ID: <20020401163854.A74853@ark.cris.net> References: <200204011220.g31CKmN15048@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from des@ofug.org on Mon, Apr 01, 2002 at 03:31:15PM +0200 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 On Mon, Apr 01, 2002 at 03:31:15PM +0200, Dag-Erling Smorgrav wrote: > Dag-Erling Smorgrav writes: > > Sponsored by: DARPA, NAI LabS > > cvs: ---------------------------------------------------------------------- > > WTF happened here? /me kicks vi(1) Looks like you've lowercased 'CVS:' prefix while edited log. And it was not automatically excluded by CVSROOT scripts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:39:44 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 06C4537B417; Mon, 1 Apr 2002 05:39:28 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g31Dd14F005635; Mon, 1 Apr 2002 15:39:01 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys kerneldump.h In-Reply-To: Your message of "01 Apr 2002 15:25:38 +0200." Date: Mon, 01 Apr 2002 15:39:01 +0200 Message-ID: <5634.1017668341@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 , Dag-Erling Smorgrav writes: >Poul-Henning Kamp writes: >> This design is my best effort and it is quite likely that people more used >> to kernel dumps may want to change this subsequently so two levels of >> version numbers are provided: one for the common header and one per >> architecture. > >Did we not agree to use a text format? You suggested that. I had to do the implementation and decided that a binary format made more sense from various practical points of view. Savecore dumps the header in ascii in the .info file, and I find it unlikely that people will do things like "grep dump /dev/ad0s1b" so I decided that a binary format was OK for on-disk use. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:43: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D941337B417; Mon, 1 Apr 2002 05:43:02 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Dh2132339; Mon, 1 Apr 2002 05:43:02 -0800 (PST) (envelope-from joe) Message-Id: <200204011343.g31Dh2132339@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 05:43:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 05:43:02 PST Modified files: sys/dev/usb usbdi.c Log: Merge from NetBSD: ---------------------------- revision 1.73 date: 2000/05/31 16:14:42; author: augustss; state: Exp; lines: +19 -6 Be more careful when setting the alternate interface so we don't end up with nothing set at all if it fails. ---------------------------- Revision Changes Path 1.51 +20 -6 src/sys/dev/usb/usbdi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:47:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25D7737B41E; Mon, 1 Apr 2002 05:47:19 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DlJY33506; Mon, 1 Apr 2002 05:47:19 -0800 (PST) (envelope-from kuriyama) Message-Id: <200204011347.g31DlJY33506@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 1 Apr 2002 05:47:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/smokeping Makefile pkg-deinstall pkg-install pkg-message pkg-plist ports/net/smokeping/files smokeping.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 kuriyama 2002/04/01 05:47:18 PST Modified files: net/smokeping Makefile pkg-deinstall pkg-message pkg-plist net/smokeping/files smokeping.sh Added files: net/smokeping pkg-install Log: Add smokeping UID and GID if not exist and use them to be invoked as. Move configuration file to $PREFIX/etc/smokeping. Use $PREFIX/var/smokeping for PID file and generated data. Revision Changes Path 1.2 +17 -12 ports/net/smokeping/Makefile 1.2 +9 -3 ports/net/smokeping/files/smokeping.sh 1.2 +3 -3 ports/net/smokeping/pkg-deinstall 1.1 +118 -0 ports/net/smokeping/pkg-install (new) 1.2 +4 -4 ports/net/smokeping/pkg-message 1.2 +18 -17 ports/net/smokeping/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 Apr 1 5:50:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB84037B420; Mon, 1 Apr 2002 05:50:20 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DoK334166; Mon, 1 Apr 2002 05:50:20 -0800 (PST) (envelope-from ijliao) Message-Id: <200204011350.g31DoK334166@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 1 Apr 2002 05:50:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/horde Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 05:50:20 PST Modified files: www/horde Makefile Log: update php.ini to permit attachments PR: 35046 Submitted by: maintainer Revision Changes Path 1.8 +16 -0 ports/www/horde/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:51: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F18E37B41B; Mon, 1 Apr 2002 05:50:42 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Dogh34263; Mon, 1 Apr 2002 05:50:42 -0800 (PST) (envelope-from joe) Message-Id: <200204011350.g31Dogh34263@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 05:50:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdi_util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/04/01 05:50:42 PST Modified files: sys/dev/usb usbdi_util.c Log: Merge from NetBSD: ---------------------------- revision 1.26 date: 1999/11/28 22:49:53; author: augustss; state: Exp; lines: +12 -8 More USB_DEBUG and DIAGNOSTIC output. ---------------------------- Revision Changes Path 1.20 +13 -11 src/sys/dev/usb/usbdi_util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:57:27 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 60D6D37B41B; Mon, 1 Apr 2002 05:57:24 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 64D875346; Mon, 1 Apr 2002 15:57:22 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys kerneldump.h References: <5634.1017668341@critter.freebsd.dk> From: Dag-Erling Smorgrav Date: 01 Apr 2002 15:57:21 +0200 In-Reply-To: <5634.1017668341@critter.freebsd.dk> Message-ID: Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 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 Poul-Henning Kamp writes: > I had to do the implementation and decided that a binary format made > more sense from various practical points of view. It does not, and I already had patches for savecore and kern_shutdown to implement the text format I had suggested. > Savecore dumps the header in ascii in the .info file, and I find it > unlikely that people will do things like "grep dump /dev/ad0s1b" so > I decided that a binary format was OK for on-disk use. A binary format makes future extensions more difficult. As it is, your dump header already needs modification (or extension) to cope with the sparc64 platform which has discontiguous physical memory, while my proposed text format already handled that case. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 5:58:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF80D37B41B; Mon, 1 Apr 2002 05:58:14 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31DwEk36338; Mon, 1 Apr 2002 05:58:14 -0800 (PST) (envelope-from phk) Message-Id: <200204011358.g31DwEk36338@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 1 Apr 2002 05:58:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/dict Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 05:58:14 PST Modified files: share/dict Makefile Log: Fix the makefile to match the repo-copy from tech to freebsd. Revision Changes Path 1.12 +1 -1 src/share/dict/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 6: 1:18 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id C66CC37B41D; Mon, 1 Apr 2002 06:01:06 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g31E0g4F006020; Mon, 1 Apr 2002 16:00:42 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys kerneldump.h In-Reply-To: Your message of "01 Apr 2002 15:57:21 +0200." Date: Mon, 01 Apr 2002 16:00:42 +0200 Message-ID: <6019.1017669642@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 , Dag-Erling Smorgrav writes: >A binary format makes future extensions more difficult. As it is, >your dump header already needs modification (or extension) to cope >with the sparc64 platform which has discontiguous physical memory, >while my proposed text format already handled that case. My format consists of one platform neutral header of 512 bytes, which among other things tell you what the platform is. It places no restrictions on what the actual dump contains, and consequently if a particular platform needs metadata, it is perfectly possible to add platform specific headers for that purpose. But as I already said in the commit message: I disclaim all maintainer ship in this area, I just passed by because the devicedriver interface needed to be cleaned up. If you have a better idea for an on-disk format: Go for it. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 6: 8:16 2002 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21FED37B41B; Mon, 1 Apr 2002 06:08:11 -0800 (PST) Received: from localhost (green@localhost) by green.bikeshed.org (8.11.6/8.11.6) with ESMTP id g31E8AO29864; Mon, 1 Apr 2002 09:08:10 -0500 (EST) (envelope-from green@green.bikeshed.org) Message-Id: <200204011408.g31E8AO29864@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Akinori MUSHA Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib - Imported sources In-Reply-To: Your message of "Mon, 01 Apr 2002 00:01:26 PST." <86elhz7sok.wl@archon.local.idaemons.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 01 Apr 2002 09:08:10 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Akinori MUSHA wrote: > knu 2002/04/01 00:01:26 PST > > src/contrib - Imported sources > Update of /home/ncvs/src/contrib > In directory freefall.freebsd.org:/c/tmp/cvs-serv31337 > > Log Message: > This is the virgin import of ruby 1.6. Woohoo! Can we make sure to install a static version so that we can start replacing #!/usr/bin/perl scripts with #!/bin/ruby ones now? ^_^ -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 6:28:16 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 9E5A837B41D; Mon, 1 Apr 2002 06:28:13 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 2F6925346; Mon, 1 Apr 2002 16:28:09 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys kerneldump.h References: <6019.1017669642@critter.freebsd.dk> From: Dag-Erling Smorgrav Date: 01 Apr 2002 16:28:09 +0200 In-Reply-To: <6019.1017669642@critter.freebsd.dk> Message-ID: Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 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 Poul-Henning Kamp writes: > If you have a better idea for an on-disk format: Go for it. Thanks! And don't get me wrong, I'm very grateful for your work, I just disagree with the header format. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 6:39:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F42737B417; Mon, 1 Apr 2002 06:39:30 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31EdUm50740; Mon, 1 Apr 2002 06:39:30 -0800 (PST) (envelope-from keramida) Message-Id: <200204011439.g31EdUm50740@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 06:39:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/backups chapter.sgml doc/en_US.ISO8859-1/books/handbook/config chapter.sgml doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/en_US.ISO8859-1/books/handbook/ports 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 keramida 2002/04/01 06:39:29 PST Modified files: en_US.ISO8859-1/books/handbook/backups chapter.sgml en_US.ISO8859-1/books/handbook/config chapter.sgml en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml en_US.ISO8859-1/books/handbook/disks chapter.sgml en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/ports chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Correct various typos in the Handbook. PR: docs/36614 Submitted by: Martin Karlsson Revision Changes Path 1.46 +2 -2 doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml 1.46 +3 -3 doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml 1.117 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.86 +1 -1 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml 1.147 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.163 +1 -1 doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml 1.106 +9 -9 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml 1.55 +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 Mon Apr 1 6:45:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD2DD37B41A; Mon, 1 Apr 2002 06:45:19 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31EjIO52750; Mon, 1 Apr 2002 06:45:18 -0800 (PST) (envelope-from rwatson) Message-Id: <200204011445.g31EjIO52750@freefall.freebsd.org> From: Robert Watson Date: Mon, 1 Apr 2002 06:45:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en developers.sgml www/en/smp index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/04/01 06:45:18 PST Modified files: en developers.sgml en/smp index.sgml Log: Update SMP page for mutex profiling task, currently being worked on by eivind and des. Add entities for them. While I'm there, add a task for expanding the profiling tool to include sx locks, since we'll want to be able to measure that sort of lock contention also. Revision Changes Path 1.7 +3 -1 www/en/developers.sgml 1.59 +16 -1 www/en/smp/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 6:48:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2F4E37B417; Mon, 1 Apr 2002 06:48:15 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31EmFc53221; Mon, 1 Apr 2002 06:48:15 -0800 (PST) (envelope-from keramida) Message-Id: <200204011448.g31EmFc53221@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 06:48:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml doc/en_US.ISO8859-1/books/handbook/security 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 keramida 2002/04/01 06:48:15 PST Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Oops. Complete fixes of last "typo correction" commit. Revision Changes Path 1.148 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml 1.107 +1 -1 doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7: 0:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9750D37B417; Mon, 1 Apr 2002 07:00:33 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31F0XC59673; Mon, 1 Apr 2002 07:00:33 -0800 (PST) (envelope-from dinoex) Message-Id: <200204011500.g31F0XC59673@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 1 Apr 2002 07:00:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/noattach Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 07:00:33 PST Modified files: mail/noattach Makefile Log: Fixed: if you have some sendmail compiled with LDAP support the configure fails because -ldap -llber are not used in the sm_snprintf test. Submitted by: Stephane.Lentz@ansf.alcatel.fr Revision Changes Path 1.7 +3 -0 ports/mail/noattach/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7: 1:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2DA337B41A; Mon, 1 Apr 2002 07:01:29 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31F1T259826; Mon, 1 Apr 2002 07:01:29 -0800 (PST) (envelope-from joe) Message-Id: <200204011501.g31F1T259826@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 07:01:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdi_util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/04/01 07:01:29 PST Modified files: sys/dev/usb usbdi_util.c Log: Use ANSI prototypes and declarations. Revision Changes Path 1.21 +35 -98 src/sys/dev/usb/usbdi_util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7:15: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBFFB37B41A; Mon, 1 Apr 2002 07:15:05 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31FF5F65365; Mon, 1 Apr 2002 07:15:05 -0800 (PST) (envelope-from ume) Message-Id: <200204011515.g31FF5F65365@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 1 Apr 2002 07:15:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 nd6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 07:15:05 PST Modified files: sys/netinet6 nd6.c Log: In nd6_lookup(), check if rt_llinfo is non-NULL to avoid returning an entry that has the LLINFO flag but is not a neighbor cache entry. Obtained from: KAME MFC after: 1 week Revision Changes Path 1.16 +9 -4 src/sys/netinet6/nd6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7:18:41 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id CDEE737B416; Mon, 1 Apr 2002 07:18:36 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g31FIB4F006806; Mon, 1 Apr 2002 17:18:11 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys kerneldump.h In-Reply-To: Your message of "01 Apr 2002 16:28:09 +0200." Date: Mon, 01 Apr 2002 17:18:11 +0200 Message-ID: <6805.1017674291@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 , Dag-Erling Smorgrav writes: >Poul-Henning Kamp writes: >> If you have a better idea for an on-disk format: Go for it. > >Thanks! > >And don't get me wrong, I'm very grateful for your work, I just >disagree with the header format. No worries, that is the part that doesn't interest me, whereas I guess you're not too interested in the mechanics of the driver interface :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7:23:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29F2337B405; Mon, 1 Apr 2002 07:22:25 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31FMPN66380; Mon, 1 Apr 2002 07:22:25 -0800 (PST) (envelope-from roger) Message-Id: <200204011522.g31FMPN66380@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 1 Apr 2002 07:22:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openam Makefile distinfo ports/net/openam/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 roger 2002/04/01 07:22:24 PST Modified files: net/openam Makefile distinfo Removed files: net/openam/files patch-aa Log: Update to latest version Revision Changes Path 1.18 +3 -4 ports/net/openam/Makefile 1.14 +1 -1 ports/net/openam/distinfo 1.2 +0 -25 ports/net/openam/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 Mon Apr 1 7:24: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F80337B417; Mon, 1 Apr 2002 07:23:53 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31FNqZ66607; Mon, 1 Apr 2002 07:23:52 -0800 (PST) (envelope-from roger) Message-Id: <200204011523.g31FNqZ66607@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 1 Apr 2002 07:23:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ohphone Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/04/01 07:23:52 PST Modified files: net/ohphone Makefile distinfo Log: Upgrade to latest version Revision Changes Path 1.14 +3 -4 ports/net/ohphone/Makefile 1.10 +1 -1 ports/net/ohphone/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7:25:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 006A737B43F; Mon, 1 Apr 2002 07:25:26 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31FPPE66959; Mon, 1 Apr 2002 07:25:25 -0800 (PST) (envelope-from roger) Message-Id: <200204011525.g31FPPE66959@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 1 Apr 2002 07:25:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/opengk Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/04/01 07:25:25 PST Modified files: net/opengk Makefile distinfo Log: Upgrade to latest version Revision Changes Path 1.2 +4 -4 ports/net/opengk/Makefile 1.2 +1 -1 ports/net/opengk/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7:27: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BE8137B417; Mon, 1 Apr 2002 07:26:56 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31FQta67257; Mon, 1 Apr 2002 07:26:55 -0800 (PST) (envelope-from roger) Message-Id: <200204011526.g31FQta67257@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 1 Apr 2002 07:26:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openh323 Makefile distinfo ports/net/openh323/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 roger 2002/04/01 07:26:55 PST Modified files: net/openh323 Makefile distinfo Removed files: net/openh323/files patch-ac Log: Upgrade to latest version Revision Changes Path 1.31 +3 -4 ports/net/openh323/Makefile 1.16 +2 -2 ports/net/openh323/distinfo 1.2 +0 -14 ports/net/openh323/files/patch-ac (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7:27:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB04E37B42F; Mon, 1 Apr 2002 07:27:22 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31FRM567432; Mon, 1 Apr 2002 07:27:22 -0800 (PST) (envelope-from ume) Message-Id: <200204011527.g31FRM567432@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 1 Apr 2002 07:27:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ah_input.c esp_input.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/04/01 07:27:22 PST Modified files: (Branch: RELENG_4) sys/netinet6 ah_input.c esp_input.c Log: MFC: Corrected arguments to key_allocsa called from {esp6, ah6}_ctlinput. Previous ones were uninitialized auto variables, which were completely bogus. sys/netinet6/ah_input.c: 1.11 sys/netinet6/esp_input.c: 1.11 Revision Changes Path 1.1.2.5 +6 -4 src/sys/netinet6/ah_input.c 1.1.2.4 +7 -5 src/sys/netinet6/esp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7:28:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD2CA37B417; Mon, 1 Apr 2002 07:28:35 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31FSZB67727; Mon, 1 Apr 2002 07:28:35 -0800 (PST) (envelope-from roger) Message-Id: <200204011528.g31FSZB67727@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 1 Apr 2002 07:28:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openmcu Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/04/01 07:28:35 PST Modified files: net/openmcu Makefile distinfo Log: Upgrade to latest version Revision Changes Path 1.11 +3 -3 ports/net/openmcu/Makefile 1.10 +1 -1 ports/net/openmcu/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7:29:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FE8437B41D; Mon, 1 Apr 2002 07:29:05 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31FT5D67890; Mon, 1 Apr 2002 07:29:05 -0800 (PST) (envelope-from ume) Message-Id: <200204011529.g31FT5D67890@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 1 Apr 2002 07:29:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 scope6.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/04/01 07:29:05 PST Modified files: (Branch: RELENG_4) sys/netinet6 scope6.c Log: MFC 1.3: 3rd arg to bcmp() was wrong. From: David Wang Revision Changes Path 1.1.2.3 +2 -2 src/sys/netinet6/scope6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 7:37: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E89237B417; Mon, 1 Apr 2002 07:37:01 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Fb1269086; Mon, 1 Apr 2002 07:37:01 -0800 (PST) (envelope-from joe) Message-Id: <200204011537.g31Fb1269086@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 07:37:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdi_util.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 joe 2002/04/01 07:37:00 PST Modified files: sys/dev/usb usbdi_util.h Log: Tidy up the formatting so that it's in the style of NetBSD's copy of this file. Revision Changes Path 1.12 +27 -35 src/sys/dev/usb/usbdi_util.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 8: 9:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D45AE37B419; Mon, 1 Apr 2002 08:09:43 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31G9hR76947; Mon, 1 Apr 2002 08:09:43 -0800 (PST) (envelope-from joe) Message-Id: <200204011609.g31G9hR76947@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 08:09:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_port.h usbdi_util.c usbdi_util.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 joe 2002/04/01 08:09:43 PST Modified files: sys/dev/usb usb_port.h usbdi_util.c usbdi_util.h Log: Merge from NetBSD: usb_port.h (1.33), usbdi_util.c (1.32), usbdi_util.h (1.22): ---------------------------- date: 2000/06/01 14:37:51; author: augustss; Improve some portability items. ---------------------------- Revision Changes Path 1.43 +6 -0 src/sys/dev/usb/usb_port.h 1.22 +2 -7 src/sys/dev/usb/usbdi_util.c 1.13 +3 -8 src/sys/dev/usb/usbdi_util.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 8: 9:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52A1937B41C; Mon, 1 Apr 2002 08:09:45 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31G9j776975; Mon, 1 Apr 2002 08:09:45 -0800 (PST) (envelope-from ume) Message-Id: <200204011609.g31G9j776975@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 1 Apr 2002 08:09:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net res_send.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 08:09:45 PST Modified files: lib/libc/net res_send.c Log: When _kevent() returns with errno = EINTR and timeout is not exceeded, it should be falldown to next_ns. MFC after: 1 week Revision Changes Path 1.45 +3 -4 src/lib/libc/net/res_send.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 8:17:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F26937B400; Mon, 1 Apr 2002 08:17:13 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31GHD378146; Mon, 1 Apr 2002 08:17:13 -0800 (PST) (envelope-from joe) Message-Id: <200204011617.g31GHD378146@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 08:17:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/commitsdb query_commit_db X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 08:17:13 PST Modified files: tools/tools/commitsdb query_commit_db Log: Take an option flag to specify that we'd like a patch generated too. Revision Changes Path 1.2 +30 -2 src/tools/tools/commitsdb/query_commit_db To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 8:17:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CE5037B42A; Mon, 1 Apr 2002 08:17:22 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31GHMN78198; Mon, 1 Apr 2002 08:17:22 -0800 (PST) (envelope-from ume) Message-Id: <200204011617.g31GHMN78198@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 1 Apr 2002 08:17:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/04/01 08:17:21 PST Modified files: sys/net if.c Log: Make `route add -inet6 default ::1 -ifp gif0' work actually. The change between 1.13 and 1.14 is specific to AF_INET. MFC after: 1 week Revision Changes Path 1.135 +1 -5 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 8:22:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B735F37B416; Mon, 1 Apr 2002 08:22:23 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31GMN778991; Mon, 1 Apr 2002 08:22:23 -0800 (PST) (envelope-from roam) Message-Id: <200204011622.g31GMN778991@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 1 Apr 2002 08:22:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/smbfs 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 roam 2002/04/01 08:22:23 PST Modified files: (Branch: RELENG_4) share/examples/smbfs Makefile Log: MFC: install /usr/share/examples/smbfs/dot.nsmbrc. Revision Changes Path 1.1.2.2 +11 -1 src/share/examples/smbfs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 8:22:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9F5037B41A; Mon, 1 Apr 2002 08:22:26 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31GMQt79041; Mon, 1 Apr 2002 08:22:26 -0800 (PST) (envelope-from ijliao) Message-Id: <200204011622.g31GMQt79041@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 1 Apr 2002 08:22:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/centericq Makefile distinfo ports/net/centericq/files patch-ac patch-configure patch-libmsn-0.1::msn_commands.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/04/01 08:22:26 PST Modified files: net/centericq Makefile distinfo Removed files: net/centericq/files patch-ac patch-configure patch-libmsn-0.1::msn_commands.cc Log: upgrade to 4.6.9 change back to gettext-old Revision Changes Path 1.31 +2 -2 ports/net/centericq/Makefile 1.17 +1 -1 ports/net/centericq/distinfo 1.4 +0 -1256 ports/net/centericq/files/patch-ac (dead) 1.6 +0 -7 ports/net/centericq/files/patch-configure (dead) 1.2 +0 -11 ports/net/centericq/files/patch-libmsn-0.1::msn_commands.cc (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 8:29:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ADF737B41D; Mon, 1 Apr 2002 08:29:24 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31GTOn80397; Mon, 1 Apr 2002 08:29:24 -0800 (PST) (envelope-from joe) Message-Id: <200204011629.g31GTOn80397@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 08:29:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb 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 joe 2002/04/01 08:29:24 PST Modified files: sys/dev/usb usb.c Log: Merge from NetBSD: usb.c 1.40: revision 1.40 date: 2000/03/14 23:13:12; author: augustss; state: Exp; lines: +4 -1 Make sure the USB event thread discovers all devices first time it call usb_discover(). It should now be possible to have the root NFS mounted over a USB Ethernet Adapter. Revision Changes Path 1.59 +4 -1 src/sys/dev/usb/usb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 8:45:18 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22A0637B419; Mon, 1 Apr 2002 08:45:16 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31GjG882938; Mon, 1 Apr 2002 08:45:16 -0800 (PST) (envelope-from dinoex) Message-Id: <200204011645.g31GjG882938@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 1 Apr 2002 08:45:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/m6811-gcc 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 dinoex 2002/04/01 08:45:16 PST Removed files: devel/m6811-gcc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Removed, will be replaced with repository-copy. Revision Changes Path 1.2 +0 -32 ports/devel/m6811-gcc/Makefile (dead) 1.2 +0 -2 ports/devel/m6811-gcc/distinfo (dead) 1.2 +0 -1 ports/devel/m6811-gcc/pkg-comment (dead) 1.2 +0 -8 ports/devel/m6811-gcc/pkg-descr (dead) 1.2 +0 -160 ports/devel/m6811-gcc/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 Mon Apr 1 8:53:35 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8802237B419; Mon, 1 Apr 2002 08:53:29 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31GrT184246; Mon, 1 Apr 2002 08:53:29 -0800 (PST) (envelope-from joe) Message-Id: <200204011653.g31GrT184246@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 08:53:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.c usb_port.h usb_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 joe 2002/04/01 08:53:29 PST Modified files: sys/dev/usb usb.c usb_port.h usb_subr.c Log: Merge from NetBSD: usb.c rev 1.43, usb_port.h rev 1.26, usb_subr.c rev 1.71 Some OpenBSD portability fixes. Revision Changes Path 1.60 +3 -3 src/sys/dev/usb/usb.c 1.44 +8 -4 src/sys/dev/usb/usb_port.h 1.36 +1 -1 src/sys/dev/usb/usb_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 Apr 1 8:59:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A19737B416; Mon, 1 Apr 2002 08:59:43 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Gxhe85284; Mon, 1 Apr 2002 08:59:43 -0800 (PST) (envelope-from joe) Message-Id: <200204011659.g31Gxhe85284@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 08:59:43 -0800 (PST) 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 joe 2002/04/01 08:59:43 PST Modified files: . Makefile.inc1 Log: Install libusbhid.h during 'make includes'. Requested by: jhb MFC after: 3 days Revision Changes Path 1.247 +37 -0 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 Apr 1 9: 6: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E194C37B405; Mon, 1 Apr 2002 09:05:55 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31H5td90414; Mon, 1 Apr 2002 09:05:55 -0800 (PST) (envelope-from joe) Message-Id: <200204011705.g31H5td90414@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 09:05:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 09:05:55 PST Modified files: sys/dev/usb usbdi.c Log: Merge from NetBSD: Make it compile with USB_DEBUG. Revision Changes Path 1.52 +6 -9 src/sys/dev/usb/usbdi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:18:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9722C37B419; Mon, 1 Apr 2002 09:18:38 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HIcp92093; Mon, 1 Apr 2002 09:18:38 -0800 (PST) (envelope-from pat) Message-Id: <200204011718.g31HIcp92093@freefall.freebsd.org> From: Patrick Li Date: Mon, 1 Apr 2002 09:18:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/tgif Makefile distinfo pkg-plist ports/graphics/tgif/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/04/01 09:18:38 PST Modified files: graphics/tgif Makefile distinfo pkg-plist graphics/tgif/files patch-aa Log: Update to 4.1.42 PR: 36620 Submitted by: maintainer Revision Changes Path 1.31 +5 -3 ports/graphics/tgif/Makefile 1.24 +1 -1 ports/graphics/tgif/distinfo 1.20 +4 -4 ports/graphics/tgif/files/patch-aa 1.10 +3 -0 ports/graphics/tgif/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 Apr 1 9:20:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1239737B41A; Mon, 1 Apr 2002 09:20:18 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HKHn92519; Mon, 1 Apr 2002 09:20:17 -0800 (PST) (envelope-from pat) Message-Id: <200204011720.g31HKHn92519@freefall.freebsd.org> From: Patrick Li Date: Mon, 1 Apr 2002 09:20:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipsorc Makefile distinfo ports/net/ipsorc/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/04/01 09:20:17 PST Modified files: net/ipsorc Makefile distinfo net/ipsorc/files patch-aa Log: - Update to 1.5 - Respect CFLAGS, CC PR: 36617 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/net/ipsorc/Makefile 1.4 +1 -1 ports/net/ipsorc/distinfo 1.3 +26 -6 ports/net/ipsorc/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 Apr 1 9:24:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEA3E37B42A; Mon, 1 Apr 2002 09:24:49 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HOnx93302; Mon, 1 Apr 2002 09:24:49 -0800 (PST) (envelope-from joe) Message-Id: <200204011724.g31HOnx93302@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 09:24:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 09:24:49 PST Modified files: sys/dev/usb usbdi.c Log: Use ANSI prototypes and declarations. Revision Changes Path 1.53 +65 -155 src/sys/dev/usb/usbdi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:25:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57B8F37B400; Mon, 1 Apr 2002 09:25:16 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HPFS93444; Mon, 1 Apr 2002 09:25:15 -0800 (PST) (envelope-from dinoex) Message-Id: <200204011725.g31HPFS93444@freefall.freebsd.org> From: Dirk Meyer Date: Mon, 1 Apr 2002 09:25:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/m6811-binutils Makefile pkg-plist ports/devel/m6811-gcc Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/m6811-gcc/files patch-aa patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/04/01 09:25:15 PST Modified files: devel/m6811-binutils Makefile pkg-plist devel/m6811-gcc Makefile distinfo pkg-comment pkg-descr pkg-plist Removed files: devel/m6811-gcc/files patch-aa patch-ab patch-ac patch-ad Log: - Update to gcc 2.95.2 - Take maintainership for a bit Revision Changes Path 1.4 +1 -1 ports/devel/m6811-binutils/Makefile 1.3 +0 -1 ports/devel/m6811-binutils/pkg-plist 1.13 +25 -26 ports/devel/m6811-gcc/Makefile 1.2 +2 -2 ports/devel/m6811-gcc/distinfo 1.2 +0 -24 ports/devel/m6811-gcc/files/patch-aa (dead) 1.2 +0 -127 ports/devel/m6811-gcc/files/patch-ab (dead) 1.2 +0 -82 ports/devel/m6811-gcc/files/patch-ac (dead) 1.2 +0 -7 ports/devel/m6811-gcc/files/patch-ad (dead) 1.3 +1 -1 ports/devel/m6811-gcc/pkg-comment 1.3 +6 -20 ports/devel/m6811-gcc/pkg-descr 1.3 +166 -58 ports/devel/m6811-gcc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:27:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AADFC37B416; Mon, 1 Apr 2002 09:27:29 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HRTo94125; Mon, 1 Apr 2002 09:27:29 -0800 (PST) (envelope-from pat) Message-Id: <200204011727.g31HRTo94125@freefall.freebsd.org> From: Patrick Li Date: Mon, 1 Apr 2002 09:27:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/py-curl 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/04/01 09:27:29 PST Modified files: ftp/py-curl Makefile distinfo pkg-plist Log: Update to 0.4.5 PR: 36612 Submitted by: maintainer Revision Changes Path 1.5 +7 -14 ports/ftp/py-curl/Makefile 1.5 +1 -1 ports/ftp/py-curl/distinfo 1.4 +10 -10 ports/ftp/py-curl/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 Apr 1 9:30:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16DA037B417; Mon, 1 Apr 2002 09:30:25 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HUPR94881; Mon, 1 Apr 2002 09:30:25 -0800 (PST) (envelope-from joe) Message-Id: <200204011730.g31HUPR94881@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 09:30:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdi.c usbdi.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 joe 2002/04/01 09:30:25 PST Modified files: sys/dev/usb usbdi.c usbdi.h Log: Merge from NetBSD: usbdi.c rev 1.77, usbdi.h rev 1.44 date: 2000/09/23 21:02:04; author: augustss; Add a way to do control transfers on other pipes than the default pipe. Revision Changes Path 1.54 +11 -2 src/sys/dev/usb/usbdi.c 1.28 +4 -1 src/sys/dev/usb/usbdi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:30:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81B3437B417; Mon, 1 Apr 2002 09:30:37 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HUbj94916; Mon, 1 Apr 2002 09:30:37 -0800 (PST) (envelope-from pat) Message-Id: <200204011730.g31HUbj94916@freefall.freebsd.org> From: Patrick Li Date: Mon, 1 Apr 2002 09:30:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam_ldap Makefile ports/security/pam_ldap/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/04/01 09:30:37 PST Modified files: security/pam_ldap Makefile Added files: security/pam_ldap/files patch-configure Log: Unbreak pam_ldap on -CURRENT after the latest OpenPAM patch PR: 36613 Submitted by: maintainer Revision Changes Path 1.14 +0 -4 ports/security/pam_ldap/Makefile 1.1 +11 -0 ports/security/pam_ldap/files/patch-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:31:51 2002 Delivered-To: cvs-all@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 41B8C37B429; Mon, 1 Apr 2002 09:31:29 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [127.0.0.1]) by horsey.gshapiro.net (8.12.3.Gamma0/8.12.3.Gamma0) with ESMTP id g31HSpRn091014 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 1 Apr 2002 09:28:52 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.3.Gamma0/8.12.3.Gamma0/Submit) id g31HSkcY091010; Mon, 1 Apr 2002 09:28:46 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15528.39118.594495.477422@horsey.gshapiro.net> Date: Mon, 1 Apr 2002 09:28:46 -0800 From: Gregory Neil Shapiro To: Mark Murray Cc: Giorgos Keramidas , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/lib pam_set_data.c In-Reply-To: <200204011329.g31DT7PL027493@grimreaper.grondar.org> References: <20020401132445.GA7049@hades.hell.gr> <200204011329.g31DT7PL027493@grimreaper.grondar.org> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >> > des 2002/04/01 04:20:48 PST >> > >> > Modified files: (Branch: 1.1.1) >> > contrib/openpam/lib pam_set_data.c >> >> Branch: 1.1.1 ? >> >> Err, what branch's that? mark> Vendor. No, that could be a vendor version (except CVS would not let you use '.'s in a tag). I think the vendor branch was supposed to be "OPENPAM". However, it looks fixed in the repo already. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:32:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F3F037B425; Mon, 1 Apr 2002 09:32:25 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HWOW95256; Mon, 1 Apr 2002 09:32:25 -0800 (PST) (envelope-from pat) Message-Id: <200204011732.g31HWOW95256@freefall.freebsd.org> From: Patrick Li Date: Mon, 1 Apr 2002 09:32:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ccache 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/04/01 09:32:24 PST Modified files: devel/ccache Makefile distinfo Log: Update to 1.3 PR: 36611 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/devel/ccache/Makefile 1.2 +1 -1 ports/devel/ccache/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:38:47 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F19D337B416; Mon, 1 Apr 2002 09:38:44 -0800 (PST) Received: (from pat@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Hci196393; Mon, 1 Apr 2002 09:38:44 -0800 (PST) (envelope-from pat) Message-Id: <200204011738.g31Hci196393@freefall.freebsd.org> From: Patrick Li Date: Mon, 1 Apr 2002 09:38:44 -0800 (PST) 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/04/01 09:38:44 PST Modified files: x11-fm/gentoo Makefile distinfo Log: Update to 0.11.23 PR: 36609 Submitted by: maintainer Revision Changes Path 1.9 +1 -1 ports/x11-fm/gentoo/Makefile 1.7 +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 Mon Apr 1 9:43:34 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B44837B41E; Mon, 1 Apr 2002 09:43:29 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HhTg97362; Mon, 1 Apr 2002 09:43:29 -0800 (PST) (envelope-from joe) Message-Id: <200204011743.g31HhTg97362@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 09:43:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdi.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 joe 2002/04/01 09:43:29 PST Modified files: sys/dev/usb usbdi.h Log: Synchronise with the NetBSD version of this header file for formatting. Revision Changes Path 1.29 +72 -84 src/sys/dev/usb/usbdi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:49:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1F8837B416; Mon, 1 Apr 2002 09:49:12 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HnCF98322; Mon, 1 Apr 2002 09:49:12 -0800 (PST) (envelope-from joe) Message-Id: <200204011749.g31HnCF98322@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 09:49:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb 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 joe 2002/04/01 09:49:12 PST Modified files: sys/dev/usb usb.c Log: Merge from NetBSD: Removed unnecessary variable declaration. Revision Changes Path 1.61 +1 -6 src/sys/dev/usb/usb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:51:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C59537B41B; Mon, 1 Apr 2002 09:51:27 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HpRK98851; Mon, 1 Apr 2002 09:51:27 -0800 (PST) (envelope-from joe) Message-Id: <200204011751.g31HpRK98851@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 09:51:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/commitsdb query_commit_db X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 09:51:27 PST Modified files: tools/tools/commitsdb query_commit_db Log: We might as well show the log message if we're going to produce the patch. Revision Changes Path 1.3 +4 -0 src/tools/tools/commitsdb/query_commit_db To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:53:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28E8337B41B; Mon, 1 Apr 2002 09:53:43 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HrhT99150; Mon, 1 Apr 2002 09:53:43 -0800 (PST) (envelope-from jhb) Message-Id: <200204011753.g31HrhT99150@freefall.freebsd.org> From: John Baldwin Date: Mon, 1 Apr 2002 09:53:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/04/01 09:53:43 PST Modified files: sys/kern kern_prot.c Log: Fix style bug in previous commit. Revision Changes Path 1.148 +1 -1 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:54:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57AE337B400; Mon, 1 Apr 2002 09:54:07 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Hs7I99246; Mon, 1 Apr 2002 09:54:07 -0800 (PST) (envelope-from joe) Message-Id: <200204011754.g31Hs7I99246@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 09:54:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c usb.c usbdi_util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/04/01 09:54:07 PST Modified files: sys/dev/usb uhci.c usb.c usbdi_util.c Log: Update $NetBSD$ idents to reflect reality. Revision Changes Path 1.91 +1 -1 src/sys/dev/usb/uhci.c 1.62 +1 -1 src/sys/dev/usb/usb.c 1.23 +1 -1 src/sys/dev/usb/usbdi_util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 9:55: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11C0F37B41B; Mon, 1 Apr 2002 09:54:59 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HsxR99430; Mon, 1 Apr 2002 09:54:59 -0800 (PST) (envelope-from roam) Message-Id: <200204011754.g31HsxR99430@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 1 Apr 2002 09:54:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmailadmin 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 roam 2002/04/01 09:54:59 PST Modified files: mail/qmailadmin Makefile distinfo pkg-plist Log: Update to 1.0.2. Revision Changes Path 1.9 +1 -1 ports/mail/qmailadmin/Makefile 1.7 +1 -1 ports/mail/qmailadmin/distinfo 1.7 +3 -0 ports/mail/qmailadmin/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 Apr 1 9:55:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B657B37B416; Mon, 1 Apr 2002 09:55:35 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31HtZG99668; Mon, 1 Apr 2002 09:55:35 -0800 (PST) (envelope-from archie) Message-Id: <200204011755.g31HtZG99668@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 1 Apr 2002 09:55:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mpd/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 archie 2002/04/01 09:55:35 PST Removed files: net/mpd/files patch-aa patch-ab Log: Remove patches left over from the old mpd port. Revision Changes Path 1.6 +0 -11 ports/net/mpd/files/patch-aa (dead) 1.4 +0 -24 ports/net/mpd/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 Mon Apr 1 10: 1:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33DB937B41B; Mon, 1 Apr 2002 10:01:27 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31I1RR00773; Mon, 1 Apr 2002 10:01:27 -0800 (PST) (envelope-from dwcjr) Message-Id: <200204011801.g31I1RR00773@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 1 Apr 2002 10:01:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix Makefile distinfo pkg-install ports/mail/postfix/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 10:01:27 PST Modified files: mail/postfix Makefile distinfo pkg-install mail/postfix/scripts configure.postfix Log: Update postfix to 1.1.7 PR: 36621 Submitted by: maintainer Revision Changes Path 1.56 +2 -1 ports/mail/postfix/Makefile 1.26 +2 -2 ports/mail/postfix/distinfo 1.12 +14 -4 ports/mail/postfix/pkg-install 1.19 +3 -3 ports/mail/postfix/scripts/configure.postfix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10: 3: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8CF037B416; Mon, 1 Apr 2002 10:03:00 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31I30501322; Mon, 1 Apr 2002 10:03:00 -0800 (PST) (envelope-from joe) Message-Id: <200204011803.g31I30501322@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 10:03:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_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 joe 2002/04/01 10:03:00 PST Modified files: sys/dev/usb usb_subr.c Log: Merge from NetBSD: revision 1.72 Part of this got merged in a previous commit, but not all. revision 1.72 date: 2000/04/14 14:13:56; author: augustss; state: Exp; lines: +34 -27 Make attach of ugen work as it should so product&vendor locators can be used. Revision Changes Path 1.37 +4 -7 src/sys/dev/usb/usb_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 Apr 1 10: 7: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A64837B41A; Mon, 1 Apr 2002 10:07:05 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31I75E05633; Mon, 1 Apr 2002 10:07:05 -0800 (PST) (envelope-from imp) Message-Id: <200204011807.g31I75E05633@freefall.freebsd.org> From: Warner Losh Date: Mon, 1 Apr 2002 10:07:05 -0800 (PST) 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/04/01 10:07:05 PST Modified files: sys/dev/wi if_wi.c if_wireg.h Log: Add more ID's from the PRISM family. from wi.c 1.61 and wireg.h 1.26 by ichiro@netbsd.org Obtained from: NetBSD Revision Changes Path 1.84 +8 -0 src/sys/dev/wi/if_wi.c 1.23 +4 -0 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 Apr 1 10: 8:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 167E737B416; Mon, 1 Apr 2002 10:08:09 -0800 (PST) Received: (from dwcjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31I89705789; Mon, 1 Apr 2002 10:08:09 -0800 (PST) (envelope-from dwcjr) Message-Id: <200204011808.g31I89705789@freefall.freebsd.org> From: "David W. Chapman Jr." Date: Mon, 1 Apr 2002 10:08:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix-current Makefile distinfo pkg-install pkg-plist ports/mail/postfix-current/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 10:08:09 PST Modified files: mail/postfix-current Makefile distinfo pkg-install pkg-plist mail/postfix-current/scripts configure.postfix Log: Update to latest snapshot Add IS_INTERACTIVE PR: 36623 Submitted by: maintainer Revision Changes Path 1.81 +4 -3 ports/mail/postfix-current/Makefile 1.37 +2 -2 ports/mail/postfix-current/distinfo 1.10 +14 -2 ports/mail/postfix-current/pkg-install 1.31 +1 -0 ports/mail/postfix-current/pkg-plist 1.33 +5 -5 ports/mail/postfix-current/scripts/configure.postfix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:22:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73DBB37B416; Mon, 1 Apr 2002 10:22:31 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31IMVb08205; Mon, 1 Apr 2002 10:22:31 -0800 (PST) (envelope-from joe) Message-Id: <200204011822.g31IMVb08205@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 10:22:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_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 joe 2002/04/01 10:22:31 PST Modified files: sys/dev/usb usb_subr.c Log: Merge from NetBSD: revision 1.81 date: 2000/10/24 15:01:26; author: augustss; lines: +36 -10 Add a hack to try and figure out if the TI UTUSB41 hub is bus powered despite claiming to be self powered (it's important to know so that the power budget can be met). Revision Changes Path 1.38 +38 -14 src/sys/dev/usb/usb_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 Apr 1 10:24: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C033137B417; Mon, 1 Apr 2002 10:23:58 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31INwp08378; Mon, 1 Apr 2002 10:23:58 -0800 (PST) (envelope-from jhb) Message-Id: <200204011823.g31INwp08378@freefall.freebsd.org> From: John Baldwin Date: Mon, 1 Apr 2002 10:23:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore savecore.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/04/01 10:23:58 PST Modified files: sbin/savecore savecore.c Log: Add long long casts so that this compiles on archs with 64-bit longs. Pointy-hat to: phk Revision Changes Path 1.52 +4 -4 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:26:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 24A0B37B416 for ; Mon, 1 Apr 2002 10:26:23 -0800 (PST) Received: (qmail 23878 invoked from network); 1 Apr 2002 18:26:22 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 1 Apr 2002 18:26:22 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g31IR8v14999; Mon, 1 Apr 2002 13:27:08 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200204011753.g31HrhT99150@freefall.freebsd.org> Date: Mon, 01 Apr 2002 13:26:24 -0500 (EST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/kern kern_prot.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 01-Apr-2002 John Baldwin wrote: > jhb 2002/04/01 09:53:43 PST > > Modified files: > sys/kern kern_prot.c > Log: > Fix style bug in previous commit. > > Revision Changes Path > 1.148 +1 -1 src/sys/kern/kern_prot.c The changes in 1.147 don't seem to be very related to the log message. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:27: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E137D37B41C; Mon, 1 Apr 2002 10:26:32 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31IQWP08946; Mon, 1 Apr 2002 10:26:32 -0800 (PST) (envelope-from imp) Message-Id: <200204011826.g31IQWP08946@freefall.freebsd.org> From: Warner Losh Date: Mon, 1 Apr 2002 10:26:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 10:26:32 PST Modified files: sys/dev/wi if_wi.c Log: Fix type from last commit Revision Changes Path 1.85 +2 -2 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:28:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2105737B400; Mon, 1 Apr 2002 10:28:21 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31ISLx09321; Mon, 1 Apr 2002 10:28:21 -0800 (PST) (envelope-from imp) Message-Id: <200204011828.g31ISLx09321@freefall.freebsd.org> From: Warner Losh Date: Mon, 1 Apr 2002 10:28:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wavelan_ieee.h 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/04/01 10:28:21 PST Modified files: sys/dev/wi if_wavelan_ieee.h if_wireg.h Log: Merge a little from NetBSD. This changes reduces the diffs between the two a little, but more commits like this will follow. Revision Changes Path 1.9 +7 -15 src/sys/dev/wi/if_wavelan_ieee.h 1.24 +7 -10 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 Apr 1 10:31:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFA3337B417; Mon, 1 Apr 2002 10:31:16 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31IVGf09763; Mon, 1 Apr 2002 10:31:16 -0800 (PST) (envelope-from joe) Message-Id: <200204011831.g31IVGf09763@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 10:31:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_subr.c usbdi.h usbdivar.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 joe 2002/04/01 10:31:16 PST Modified files: sys/dev/usb usb_subr.c usbdi.h usbdivar.h Log: Update $NetBSD$ idents to better reflect reality. Revision Changes Path 1.39 +1 -1 src/sys/dev/usb/usb_subr.c 1.30 +1 -1 src/sys/dev/usb/usbdi.h 1.24 +1 -1 src/sys/dev/usb/usbdivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:33:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D132737B41C; Mon, 1 Apr 2002 10:33:45 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31IXjq10014; Mon, 1 Apr 2002 10:33:45 -0800 (PST) (envelope-from dougb) Message-Id: <200204011833.g31IXjq10014@freefall.freebsd.org> From: Doug Barton Date: Mon, 1 Apr 2002 10:33:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 10:33:45 PST Modified files: etc rc.network Log: The good news is that my initial PR was correct... the bad news is that I was apparently smoking something when I committed the last fix, because as ume was kindly enough to set me straight on, amd *will* start with no arguments at all, as long as there is an /etc/amd.conf file for it to read. What it won't do is start with *just* -p. In any case, now it's fixed. Revision Changes Path 1.132 +6 -2 src/etc/rc.network To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:38:50 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAF0B37B405; Mon, 1 Apr 2002 10:38:43 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Ich710903; Mon, 1 Apr 2002 10:38:43 -0800 (PST) (envelope-from keramida) Message-Id: <200204011838.g31Ich710903@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 10:38:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive 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 keramida 2002/04/01 10:38:42 PST Modified files: en_US.ISO8859-1/articles/zip-drive article.sgml Log: Consistently capitalize IOMEGA's name. Revision Changes Path 1.6 +1 -1 doc/en_US.ISO8859-1/articles/zip-drive/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:39:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AF2137B416; Mon, 1 Apr 2002 10:39:18 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31IdH710996; Mon, 1 Apr 2002 10:39:17 -0800 (PST) (envelope-from keramida) Message-Id: <200204011839.g31IdH710996@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 10:39:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive 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 keramida 2002/04/01 10:39:17 PST Modified files: en_US.ISO8859-1/articles/zip-drive article.sgml Log: Change the device names from wd* to the new ad* devices. Revision Changes Path 1.7 +4 -4 doc/en_US.ISO8859-1/articles/zip-drive/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:41: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99E7E37B400; Mon, 1 Apr 2002 10:40:57 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Ievk11275; Mon, 1 Apr 2002 10:40:57 -0800 (PST) (envelope-from keramida) Message-Id: <200204011840.g31Ievk11275@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 10:40:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive 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 keramida 2002/04/01 10:40:57 PST Modified files: en_US.ISO8859-1/articles/zip-drive article.sgml Log: Split the kernel configuration into a new , separated from the kernel source installation. Revision Changes Path 1.8 +5 -0 doc/en_US.ISO8859-1/articles/zip-drive/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:41:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAC5337B416; Mon, 1 Apr 2002 10:41:27 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31IfRV11410; Mon, 1 Apr 2002 10:41:27 -0800 (PST) (envelope-from keramida) Message-Id: <200204011841.g31IfRV11410@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 10:41:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive 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 keramida 2002/04/01 10:41:27 PST Modified files: en_US.ISO8859-1/articles/zip-drive article.sgml Log: Reword stuff. The user is not making "kernel modifications", but editing their custom kernel configuration. Revision Changes Path 1.9 +2 -2 doc/en_US.ISO8859-1/articles/zip-drive/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:42:15 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC48637B419; Mon, 1 Apr 2002 10:41:55 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31IftJ11690; Mon, 1 Apr 2002 10:41:55 -0800 (PST) (envelope-from keramida) Message-Id: <200204011841.g31IftJ11690@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 10:41:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/zip-drive 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 keramida 2002/04/01 10:41:55 PST Modified files: en_US.ISO8859-1/articles/zip-drive article.sgml Log: Whitespace only change. Remove all EOL whitespace, and wrap paragraphs that need it to 78 columns. Revision Changes Path 1.10 +52 -51 doc/en_US.ISO8859-1/articles/zip-drive/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 10:53: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 512A637B419; Mon, 1 Apr 2002 10:52:54 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31IqsY14068; Mon, 1 Apr 2002 10:52:54 -0800 (PST) (envelope-from imp) Message-Id: <200204011852.g31IqsY14068@freefall.freebsd.org> From: Warner Losh Date: Mon, 1 Apr 2002 10:52:54 -0800 (PST) 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/04/01 10:52:54 PST Modified files: sys/dev/wi if_wi.c if_wireg.h Log: More diff reduction patches Revision Changes Path 1.86 +1 -1 src/sys/dev/wi/if_wi.c 1.25 +13 -14 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 Apr 1 10:58: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CD9D37B41A; Mon, 1 Apr 2002 10:57:58 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Ivwl15065; Mon, 1 Apr 2002 10:57:58 -0800 (PST) (envelope-from keramida) Message-Id: <200204011857.g31Ivwl15065@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 10:57:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/security 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 keramida 2002/04/01 10:57:58 PST Modified files: en_US.ISO8859-1/books/handbook/security chapter.sgml Log: Unbreak build. I accidentally removed the leading < from a -with-ssl{inc,lib} Approved by: maintainer Revision Changes Path 1.79 +1 -1 ports/net/samba/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12: 1:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4843837B400; Mon, 1 Apr 2002 12:01:42 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31K1gb32841; Mon, 1 Apr 2002 12:01:42 -0800 (PST) (envelope-from joe) Message-Id: <200204012001.g31K1gb32841@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 12:01:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 12:01:42 PST Modified files: sys/dev/usb ohci.c uhci.c Log: MFNetBSD: ohci.c rev 1.94, uhci.c rev 1.126 date: 2000/11/10 14:11:49; author: augustss; Update frlengths after a isoc transfer. Suggested by Yuri Revision Changes Path 1.76 +2 -1 src/sys/dev/usb/ohci.c 1.93 +5 -3 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12: 3:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6234737B405; Mon, 1 Apr 2002 12:03:05 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31K35q33046; Mon, 1 Apr 2002 12:03:05 -0800 (PST) (envelope-from phk) Message-Id: <200204012003.g31K35q33046@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 1 Apr 2002 12:03:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 disktab.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 phk 2002/04/01 12:03:05 PST Modified files: share/man/man5 disktab.5 Log: Point to the correct #include file. Revision Changes Path 1.10 +2 -2 src/share/man/man5/disktab.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12: 3:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6901E37B41B; Mon, 1 Apr 2002 12:03:31 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31K3VG33135; Mon, 1 Apr 2002 12:03:31 -0800 (PST) (envelope-from phk) Message-Id: <200204012003.g31K3VG33135@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 1 Apr 2002 12:03:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include disktab.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/04/01 12:03:31 PST Removed files: include disktab.h Log: This file is entirely bogus. Revision Changes Path 1.3 +0 -62 src/include/disktab.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12: 4: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CF5E37B419; Mon, 1 Apr 2002 12:04:00 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31K40633192; Mon, 1 Apr 2002 12:04:00 -0800 (PST) (envelope-from joe) Message-Id: <200204012004.g31K40633192@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 12:04:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 12:04:00 PST Modified files: sys/dev/usb uhci.c Log: MFNetBSD: revision 1.127 date: 2000/11/22 05:50:59; author: soren; state: Exp; lines: +5 -5 In uhci_intr(), only warn about power state confusion if the interrupt was actually for us. Revision Changes Path 1.94 +4 -5 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12: 6:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 578D937B419; Mon, 1 Apr 2002 12:06:15 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31K6FV37186; Mon, 1 Apr 2002 12:06:15 -0800 (PST) (envelope-from phk) Message-Id: <200204012006.g31K6FV37186@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 1 Apr 2002 12:06:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/04/01 12:06:15 PST Modified files: sys/sys disklabel.h Log: Remove various controller/disk type hacks for SMD, ST506 and ancient SCSI stuff which have far outlived its sell by date. Revision Changes Path 1.75 +0 -20 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12: 7:17 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41EAA37B416; Mon, 1 Apr 2002 12:07:11 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31K7Bg37355; Mon, 1 Apr 2002 12:07:11 -0800 (PST) (envelope-from lioux) Message-Id: <200204012007.g31K7Bg37355@freefall.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 1 Apr 2002 12:07:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/understand_ada Makefile distinfo ports/devel/understand_c 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/04/01 12:07:11 PST Modified files: devel/understand_ada Makefile distinfo devel/understand_c Makefile distinfo Log: Update to 1.4 Build 155 Revision Changes Path 1.23 +1 -1 ports/devel/understand_ada/Makefile 1.21 +1 -1 ports/devel/understand_ada/distinfo 1.42 +1 -1 ports/devel/understand_c/Makefile 1.39 +1 -1 ports/devel/understand_c/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:13: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A792D37B416; Mon, 1 Apr 2002 12:13:04 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KD4F38448; Mon, 1 Apr 2002 12:13:04 -0800 (PST) (envelope-from phk) Message-Id: <200204012013.g31KD4F38448@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 1 Apr 2002 12:13:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 12:13:04 PST Modified files: sys/kern kern_shutdown.c Log: Extend a hack to also hack around PC98's definition of __i386__ Revision Changes Path 1.123 +1 -1 src/sys/kern/kern_shutdown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:13:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7DA637B41F; Mon, 1 Apr 2002 12:13:31 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KDVO38514; Mon, 1 Apr 2002 12:13:31 -0800 (PST) (envelope-from jhb) Message-Id: <200204012013.g31KDVO38514@freefall.freebsd.org> From: John Baldwin Date: Mon, 1 Apr 2002 12:13:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_prot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/04/01 12:13:31 PST Modified files: sys/kern kern_prot.c Log: Whitespace only change: use ANSI function declarations instead of K&R. Revision Changes Path 1.149 +46 -130 src/sys/kern/kern_prot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:14:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22FE337B400; Mon, 1 Apr 2002 12:14:24 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KEOp38643; Mon, 1 Apr 2002 12:14:24 -0800 (PST) (envelope-from joe) Message-Id: <200204012014.g31KEOp38643@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 12:14:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 12:14:24 PST Modified files: sys/dev/usb uhci.c Log: MFNetBSD: revision 1.129 date: 2000/12/16 16:09:24; author: augustss; state: Exp; lines: +4 -3 Don't repeat 'host controller halted' message. From OpenBSD. Revision Changes Path 1.95 +4 -3 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:18: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 441A837B416; Mon, 1 Apr 2002 12:18:02 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KI2u39400; Mon, 1 Apr 2002 12:18:02 -0800 (PST) (envelope-from phk) Message-Id: <200204012018.g31KI2u39400@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 1 Apr 2002 12:18:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/04/01 12:18:02 PST Modified files: sys/sys disklabel.h Log: Really sweep the broom on this one. It's amazing how much cruft accumulate over the years... Revision Changes Path 1.76 +13 -47 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:18:28 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BE7537B432; Mon, 1 Apr 2002 12:18:21 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KILS39468; Mon, 1 Apr 2002 12:18:21 -0800 (PST) (envelope-from joe) Message-Id: <200204012018.g31KILS39468@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 12:18:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 12:18:21 PST Modified files: sys/dev/usb uhci.c Log: MFNetBSD: revision 1.130 date: 2000/12/18 15:55:30; author: tsutsui; state: Exp; lines: +2 -2 Add missed le32toh() in uhci_device_isoc_abort(). Revision Changes Path 1.96 +2 -2 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:20:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07CFC37B41D; Mon, 1 Apr 2002 12:20:17 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KKHd40006; Mon, 1 Apr 2002 12:20:17 -0800 (PST) (envelope-from phk) Message-Id: <200204012020.g31KKHd40006@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 1 Apr 2002 12:20:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 12:20:16 PST Modified files: include Makefile Log: Remove the disktab.h include file from the build. Revision Changes Path 1.166 +1 -1 src/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:23:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAE1237B417; Mon, 1 Apr 2002 12:23:50 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KNoh40572; Mon, 1 Apr 2002 12:23:50 -0800 (PST) (envelope-from joe) Message-Id: <200204012023.g31KNoh40572@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 12:23:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdivar.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 joe 2002/04/01 12:23:50 PST Modified files: sys/dev/usb usbdivar.h Log: MFNetBSD: revision 1.58 date: 2000/06/24 04:12:53; author: thorpej; state: Exp; lines: +5 -2 Kill SPLUSBCHECK -- it's not portable, and quite annoying on some platforms which otherwise function just fine. Revision Changes Path 1.26 +5 -2 src/sys/dev/usb/usbdivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:26:42 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4188737B41C; Mon, 1 Apr 2002 12:26:39 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KQdW41045; Mon, 1 Apr 2002 12:26:39 -0800 (PST) (envelope-from joe) Message-Id: <200204012026.g31KQdW41045@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 12:26:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdivar.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 joe 2002/04/01 12:26:39 PST Modified files: sys/dev/usb usbdivar.h Log: MFNetBSD: revision 1.60 date: 2000/12/28 10:40:36; author: augustss; state: Exp; lines: +2 -1 #define for USB_2_0 Revision Changes Path 1.27 +2 -1 src/sys/dev/usb/usbdivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:32: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C6B037B41B; Mon, 1 Apr 2002 12:31:55 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KVtr41998; Mon, 1 Apr 2002 12:31:55 -0800 (PST) (envelope-from mike) Message-Id: <200204012031.g31KVtr41998@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 1 Apr 2002 12:31:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/paste paste.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 mike 2002/04/01 12:31:55 PST Modified files: (Branch: RELENG_4) usr.bin/paste paste.c Log: MFC Rev 1.7: When invoked with no file arguments, display usage. Use new ID scheme. Revision Changes Path 1.6.2.1 +7 -4 src/usr.bin/paste/paste.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:32:56 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8177737B400; Mon, 1 Apr 2002 12:32:50 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KWow42126; Mon, 1 Apr 2002 12:32:50 -0800 (PST) (envelope-from joe) Message-Id: <200204012032.g31KWow42126@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 12:32:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhid.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 12:32:50 PST Modified files: sys/dev/usb uhid.c Log: MFNetBSD: revision 1.40 date: 2000/10/10 12:37:01; author: augustss; state: Exp; lines: +4 -3 Don't free unallocated pointer in detach (can happen if detach happens before attach has finished). Revision Changes Path 1.46 +4 -3 src/sys/dev/usb/uhid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 12:47:36 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAF1937B41F; Mon, 1 Apr 2002 12:47:27 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31KlRp44914; Mon, 1 Apr 2002 12:47:27 -0800 (PST) (envelope-from joe) Message-Id: <200204012047.g31KlRp44914@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 12:47:27 -0800 (PST) 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 joe 2002/04/01 12:47:27 PST Modified files: . Makefile.inc1 Log: Back out lots of the last commit that was committed by accident. (It's my test rig for some CVSUP,SUP code). Spotted by: Michael G. Petry Revision Changes Path 1.248 +0 -36 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 Apr 1 13:13:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A5A837B405; Mon, 1 Apr 2002 13:13:17 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LDHX51952; Mon, 1 Apr 2002 13:13:17 -0800 (PST) (envelope-from mike) Message-Id: <200204012113.g31LDHX51952@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 1 Apr 2002 13:13:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/revnetgroup parse_netgroup.c src/usr.sbin/arp arp.c src/usr.sbin/fdformat fdformat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 13:13:17 PST Modified files: libexec/revnetgroup parse_netgroup.c usr.sbin/arp arp.c usr.sbin/fdformat fdformat.c Log: Include for some prototypes, rather than depending on pollution from . Revision Changes Path 1.9 +1 -0 src/libexec/revnetgroup/parse_netgroup.c 1.36 +1 -0 src/usr.sbin/arp/arp.c 1.20 +1 -0 src/usr.sbin/fdformat/fdformat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:13:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2296537B42C; Mon, 1 Apr 2002 13:13:23 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LDN552005; Mon, 1 Apr 2002 13:13:23 -0800 (PST) (envelope-from joe) Message-Id: <200204012113.g31LDN552005@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 13:13:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c uhci.c uhcivar.h ukbd.c umass.c umodem.c ums.c usbdi.c usbdivar.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 joe 2002/04/01 13:13:22 PST Modified files: sys/dev/usb ohci.c uhci.c uhcivar.h ukbd.c umass.c umodem.c ums.c usbdi.c usbdivar.h Log: MFNetBSD: Update many URLs. Revision Changes Path 1.77 +3 -3 src/sys/dev/usb/ohci.c 1.97 +1 -1 src/sys/dev/usb/uhci.c 1.32 +1 -1 src/sys/dev/usb/uhcivar.h 1.36 +1 -1 src/sys/dev/usb/ukbd.c 1.57 +7 -3 src/sys/dev/usb/umass.c 1.37 +2 -1 src/sys/dev/usb/umodem.c 1.52 +1 -1 src/sys/dev/usb/ums.c 1.55 +1 -1 src/sys/dev/usb/usbdi.c 1.28 +1 -1 src/sys/dev/usb/usbdivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:18:53 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6051C37B41A; Mon, 1 Apr 2002 13:18:50 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LIoa52762; Mon, 1 Apr 2002 13:18:50 -0800 (PST) (envelope-from joe) Message-Id: <200204012118.g31LIoa52762@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 13:18:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 13:18:50 PST Modified files: sys/dev/usb uhci.c Log: MFNetBSD: revision 1.132 date: 2001/01/20 23:36:02; author: augustss; state: Exp; lines: +6 -7 Change some splusb() to splhardusb(). Revision Changes Path 1.98 +6 -10 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:28:41 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 2D83137B41A; Mon, 1 Apr 2002 13:28:37 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 12AED5346; Mon, 1 Apr 2002 23:28:33 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Gregory Neil Shapiro Cc: Mark Murray , Giorgos Keramidas , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/lib pam_set_data.c References: <20020401132445.GA7049@hades.hell.gr> <200204011329.g31DT7PL027493@grimreaper.grondar.org> <15528.39118.594495.477422@horsey.gshapiro.net> From: Dag-Erling Smorgrav Date: 01 Apr 2002 23:28:32 +0200 In-Reply-To: <15528.39118.594495.477422@horsey.gshapiro.net> Message-ID: Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 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 Gregory Neil Shapiro writes: > No, that could be a vendor version (except CVS would not let you use '.'s > in a tag). I think the vendor branch was supposed to be "OPENPAM". > However, it looks fixed in the repo already. No, 1.1.1 is the vendor branch while 1.1.1.5 is a version on the vendor branch. I used 1.1.1 because it's easier to remember than VENDOR_BRANCH_NAME_OF_THE_WEEK (see src/crypto/openssh for a good example of this). Nothing in the repository needed fixing. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:31:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7381637B400; Mon, 1 Apr 2002 13:31:13 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LVDY55627; Mon, 1 Apr 2002 13:31:13 -0800 (PST) (envelope-from jhb) Message-Id: <200204012131.g31LVDY55627@freefall.freebsd.org> From: John Baldwin Date: Mon, 1 Apr 2002 13:31:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha promcons.c sys_machdep.c src/sys/alpha/osf1 osf1_misc.c src/sys/alpha/tlsb zs_tlsb.c src/sys/compat/linux linux_misc.c linux_uid16.c src/sys/compat/svr4 svr4_fcntl.c svr4_misc.c svr4_stat.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/04/01 13:31:13 PST Modified files: sys/alpha/alpha promcons.c sys_machdep.c sys/alpha/osf1 osf1_misc.c sys/alpha/tlsb zs_tlsb.c sys/compat/linux linux_misc.c linux_uid16.c sys/compat/svr4 svr4_fcntl.c svr4_misc.c svr4_stat.c sys/dev/an if_an.c sys/dev/asr asr.c sys/dev/ata atapi-cd.c sys/dev/awi awi.c awi_wep.c awi_wicfg.c sys/dev/cnw if_cnw.c sys/dev/dgb dgb.c sys/dev/digi digi.c sys/dev/nmdm nmdm.c sys/dev/null null.c sys/dev/ofw ofw_console.c sys/dev/random randomdev.c sys/dev/rp rp.c sys/dev/sbni if_sbni.c sys/dev/si si.c sys/dev/sio sio.c sys/dev/syscons syscons.c sysmouse.c sys/dev/usb ucom.c umodem.c sys/dev/vinum vinum.c sys/dev/wi if_wi.c sys/dev/wl if_wl.c sys/fs/devfs devfs_vnops.c sys/fs/hpfs hpfs_vnops.c sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c sys/fs/procfs procfs_ioctl.c sys/fs/umapfs umap_vfsops.c sys/gnu/ext2fs ext2_vfsops.c ext2_vnops.c sys/i386/i386 machdep.c mem.c sys_machdep.c vm86.c sys/i386/ibcs2 ibcs2_misc.c ibcs2_socksys.c ibcs2_sysi86.c sys/i386/isa cx.c cy.c istallion.c rc.c spigot.c stallion.c sys/i386/isa/pcvt pcvt_drv.c pcvt_ext.c sys/i386/linux linux_machdep.c sys/i4b/driver i4b_ipr.c sys/ia64/ia64 ssc.c sys/isa fd.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern kern_acct.c kern_acl.c kern_exec.c kern_jail.c kern_ktrace.c kern_linker.c kern_ntptime.c kern_prot.c kern_resource.c kern_shutdown.c kern_sysctl.c kern_time.c kern_xxx.c subr_prf.c sysv_ipc.c sysv_msg.c tty.c tty_cons.c tty_pty.c vfs_subr.c vfs_syscalls.c vfs_vnops.c sys/net if.c if_ppp.c if_sl.c if_tap.c if_tun.c net_osdep.h ppp_tty.c raw_usrreq.c rtsock.c sys/netatalk at_control.c ddp_usrreq.c sys/netatm atm_usrreq.c sys/netgraph ng_socket.c ng_tty.c sys/netinet in.c in_pcb.c ip_divert.c ip_output.c raw_ip.c tcp_subr.c udp_usrreq.c sys/netinet6 in6.c in6_pcb.c in6_src.c ip6_input.c ip6_output.c raw_ip6.c udp6_output.c udp6_usrreq.c sys/netipx ipx.c ipx_pcb.c ipx_usrreq.c sys/netncp ncp_subr.h sys/netsmb smb_subr.h sys/nfsclient nfs_lock.c sys/nfsserver nfs_serv.c nfs_syscalls.c sys/pc98/i386 machdep.c sys/pc98/pc98 fd.c sio.c syscons.c wd_cd.c sys/pccard pccard.c sys/security/lomac kernel_mmap.c kernel_util.c sys/sys systm.h ucred.h sys/ufs/ffs ffs_alloc.c ffs_vfsops.c sys/ufs/ifs ifs_vnops.c sys/ufs/ufs ufs_extattr.c ufs_quota.c ufs_readwrite.c ufs_vfsops.c ufs_vnops.c sys/vm vm_mmap.c vm_swap.c Log: Change the suser() API to take advantage of td_ucred as well as do a general cleanup of the API. The entire API now consists of two functions similar to the pre-KSE API. The suser() function takes a thread pointer as its only argument. The td_ucred member of this thread must be valid so the only valid thread pointers are curthread and a few kernel threads such as thread0. The suser_cred() function takes a pointer to a struct ucred as its first argument and an integer flag as its second argument. The flag is currently only used for the PRISON_ROOT flag. Discussed on: smp@ Revision Changes Path 1.26 +1 -1 src/sys/alpha/alpha/promcons.c 1.17 +1 -1 src/sys/alpha/alpha/sys_machdep.c 1.28 +2 -2 src/sys/alpha/osf1/osf1_misc.c 1.33 +1 -1 src/sys/alpha/tlsb/zs_tlsb.c 1.117 +1 -1 src/sys/compat/linux/linux_misc.c 1.6 +1 -1 src/sys/compat/linux/linux_uid16.c 1.23 +1 -1 src/sys/compat/svr4/svr4_fcntl.c 1.44 +1 -1 src/sys/compat/svr4/svr4_misc.c 1.12 +2 -2 src/sys/compat/svr4/svr4_stat.c 1.34 +5 -5 src/sys/dev/an/if_an.c 1.20 +1 -1 src/sys/dev/asr/asr.c 1.115 +1 -1 src/sys/dev/ata/atapi-cd.c 1.18 +16 -0 src/sys/dev/awi/awi.c 1.7 +4 -0 src/sys/dev/awi/awi_wep.c 1.7 +8 -0 src/sys/dev/awi/awi_wicfg.c 1.6 +8 -4 src/sys/dev/cnw/if_cnw.c 1.70 +3 -3 src/sys/dev/dgb/dgb.c 1.21 +3 -3 src/sys/dev/digi/digi.c 1.10 +1 -1 src/sys/dev/nmdm/nmdm.c 1.8 +1 -1 src/sys/dev/null/null.c 1.6 +1 -1 src/sys/dev/ofw/ofw_console.c 1.35 +2 -2 src/sys/dev/random/randomdev.c 1.45 +3 -3 src/sys/dev/rp/rp.c 1.3 +5 -3 src/sys/dev/sbni/if_sbni.c 1.110 +6 -6 src/sys/dev/si/si.c 1.372 +3 -3 src/sys/dev/sio/sio.c 1.380 +2 -2 src/sys/dev/syscons/syscons.c 1.13 +2 -2 src/sys/dev/syscons/sysmouse.c 1.16 +1 -1 src/sys/dev/usb/ucom.c 1.38 +1 -1 src/sys/dev/usb/umodem.c 1.49 +1 -1 src/sys/dev/vinum/vinum.c 1.87 +6 -6 src/sys/dev/wi/if_wi.c 1.41 +5 -5 src/sys/dev/wl/if_wl.c 1.36 +5 -6 src/sys/fs/devfs/devfs_vnops.c 1.26 +1 -1 src/sys/fs/hpfs/hpfs_vnops.c 1.89 +2 -2 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.118 +5 -5 src/sys/fs/msdosfs/msdosfs_vnops.c 1.4 +1 -1 src/sys/fs/procfs/procfs_ioctl.c 1.45 +1 -1 src/sys/fs/umapfs/umap_vfsops.c 1.92 +2 -2 src/sys/gnu/ext2fs/ext2_vfsops.c 1.61 +1 -1 src/sys/gnu/ext2fs/ext2_vnops.c 1.509 +1 -1 src/sys/i386/i386/machdep.c 1.96 +1 -1 src/sys/i386/i386/mem.c 1.71 +1 -1 src/sys/i386/i386/sys_machdep.c 1.44 +1 -2 src/sys/i386/i386/vm86.c 1.40 +2 -2 src/sys/i386/ibcs2/ibcs2_misc.c 1.17 +1 -1 src/sys/i386/ibcs2/ibcs2_socksys.c 1.15 +1 -1 src/sys/i386/ibcs2/ibcs2_sysi86.c 1.50 +2 -2 src/sys/i386/isa/cx.c 1.128 +3 -3 src/sys/i386/isa/cy.c 1.46 +4 -4 src/sys/i386/isa/istallion.c 1.71 +2 -2 src/sys/i386/isa/pcvt/pcvt_drv.c 1.28 +1 -1 src/sys/i386/isa/pcvt/pcvt_ext.c 1.68 +2 -2 src/sys/i386/isa/rc.c 1.55 +2 -2 src/sys/i386/isa/spigot.c 1.49 +4 -4 src/sys/i386/isa/stallion.c 1.26 +1 -1 src/sys/i386/linux/linux_machdep.c 1.16 +2 -2 src/sys/i4b/driver/i4b_ipr.c 1.11 +1 -1 src/sys/ia64/ia64/ssc.c 1.227 +4 -4 src/sys/isa/fd.c 1.99 +1 -1 src/sys/isofs/cd9660/cd9660_vfsops.c 1.42 +1 -1 src/sys/kern/kern_acct.c 1.26 +1 -1 src/sys/kern/kern_acl.c 1.160 +1 -1 src/sys/kern/kern_exec.c 1.22 +1 -1 src/sys/kern/kern_jail.c 1.63 +1 -1 src/sys/kern/kern_ktrace.c 1.86 +2 -2 src/sys/kern/kern_linker.c 1.42 +1 -1 src/sys/kern/kern_ntptime.c 1.150 +32 -53 src/sys/kern/kern_prot.c 1.101 +3 -3 src/sys/kern/kern_resource.c 1.124 +1 -1 src/sys/kern/kern_shutdown.c 1.123 +2 -2 src/sys/kern/kern_sysctl.c 1.79 +3 -3 src/sys/kern/kern_time.c 1.35 +4 -4 src/sys/kern/kern_xxx.c 1.80 +1 -1 src/sys/kern/subr_prf.c 1.23 +2 -2 src/sys/kern/sysv_ipc.c 1.39 +1 -1 src/sys/kern/sysv_msg.c 1.169 +7 -5 src/sys/kern/tty.c 1.100 +1 -1 src/sys/kern/tty_cons.c 1.97 +1 -1 src/sys/kern/tty_pty.c 1.351 +1 -1 src/sys/kern/vfs_subr.c 1.242 +25 -25 src/sys/kern/vfs_syscalls.c 1.142 +1 -1 src/sys/kern/vfs_vnops.c 1.136 +9 -9 src/sys/net/if.c 1.77 +8 -8 src/sys/net/if_ppp.c 1.101 +1 -1 src/sys/net/if_sl.c 1.16 +1 -1 src/sys/net/if_tap.c 1.103 +1 -1 src/sys/net/if_tun.c 1.7 +4 -0 src/sys/net/net_osdep.h 1.50 +4 -4 src/sys/net/ppp_tty.c 1.22 +1 -1 src/sys/net/raw_usrreq.c 1.69 +1 -1 src/sys/net/rtsock.c 1.31 +2 -2 src/sys/netatalk/at_control.c 1.24 +1 -1 src/sys/netatalk/ddp_usrreq.c 1.14 +4 -4 src/sys/netatm/atm_usrreq.c 1.34 +1 -1 src/sys/netgraph/ng_socket.c 1.23 +1 -1 src/sys/netgraph/ng_tty.c 1.63 +3 -3 src/sys/netinet/in.c 1.102 +3 -4 src/sys/netinet/in_pcb.c 1.57 +1 -1 src/sys/netinet/ip_divert.c 1.154 +1 -1 src/sys/netinet/ip_output.c 1.92 +1 -1 src/sys/netinet/raw_ip.c 1.126 +2 -2 src/sys/netinet/tcp_subr.c 1.107 +1 -1 src/sys/netinet/udp_usrreq.c 1.20 +1 -1 src/sys/netinet6/in6.c 1.25 +1 -1 src/sys/netinet6/in6_pcb.c 1.8 +1 -1 src/sys/netinet6/in6_src.c 1.33 +6 -2 src/sys/netinet6/ip6_input.c 1.36 +4 -4 src/sys/netinet6/ip6_output.c 1.17 +1 -1 src/sys/netinet6/raw_ip6.c 1.7 +2 -2 src/sys/netinet6/udp6_output.c 1.23 +1 -1 src/sys/netinet6/udp6_usrreq.c 1.21 +2 -2 src/sys/netipx/ipx.c 1.23 +1 -1 src/sys/netipx/ipx_pcb.c 1.31 +1 -1 src/sys/netipx/ipx_usrreq.c 1.7 +1 -1 src/sys/netncp/ncp_subr.h 1.5 +1 -1 src/sys/netsmb/smb_subr.h 1.21 +1 -1 src/sys/nfsclient/nfs_lock.c 1.117 +2 -2 src/sys/nfsserver/nfs_serv.c 1.75 +1 -1 src/sys/nfsserver/nfs_syscalls.c 1.272 +1 -1 src/sys/pc98/i386/machdep.c 1.116 +4 -4 src/sys/pc98/pc98/fd.c 1.169 +4 -4 src/sys/pc98/pc98/sio.c 1.171 +2 -2 src/sys/pc98/pc98/syscons.c 1.43 +1 -1 src/sys/pc98/pc98/wd_cd.c 1.147 +4 -8 src/sys/pccard/pccard.c 1.5 +1 -1 src/sys/security/lomac/kernel_mmap.c 1.5 +2 -2 src/sys/security/lomac/kernel_util.c 1.169 +4 -6 src/sys/sys/systm.h 1.33 +1 -1 src/sys/sys/ucred.h 1.90 +2 -2 src/sys/ufs/ffs/ffs_alloc.c 1.174 +2 -2 src/sys/ufs/ffs/ffs_vfsops.c 1.5 +1 -1 src/sys/ufs/ifs/ifs_vnops.c 1.49 +2 -2 src/sys/ufs/ufs/ufs_extattr.c 1.53 +2 -2 src/sys/ufs/ufs/ufs_quota.c 1.86 +1 -1 src/sys/ufs/ufs/ufs_readwrite.c 1.31 +1 -1 src/sys/ufs/ufs/ufs_vfsops.c 1.189 +5 -5 src/sys/ufs/ufs/ufs_vnops.c 1.136 +3 -3 src/sys/vm/vm_mmap.c 1.117 +1 -1 src/sys/vm/vm_swap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:34:11 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 120D737B400; Mon, 1 Apr 2002 13:34:02 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LY2C56050; Mon, 1 Apr 2002 13:34:02 -0800 (PST) (envelope-from joe) Message-Id: <200204012134.g31LY2C56050@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 13:34:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c uhci.c usb.c usb_port.h usbdi.c usbdi.h usbdivar.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 joe 2002/04/01 13:34:01 PST Modified files: sys/dev/usb ohci.c uhci.c usb.c usb_port.h usbdi.c usbdi.h usbdivar.h Log: MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.h (1.39), usbdi.c (1.79), usbdi.h (1.47), usbdivar.h (1.62) date: 2001/01/21 02:39:52; author: augustss; Add code to use soft interrupt to handle USB interrupt processing. Don't enable the code since it doesn't work with the kludgy Ethernet drivers. Revision Changes Path 1.78 +4 -4 src/sys/dev/usb/ohci.c 1.99 +4 -4 src/sys/dev/usb/uhci.c 1.63 +41 -2 src/sys/dev/usb/usb.c 1.45 +2 -0 src/sys/dev/usb/usb_port.h 1.56 +5 -1 src/sys/dev/usb/usbdi.c 1.32 +6 -9 src/sys/dev/usb/usbdi.h 1.29 +11 -3 src/sys/dev/usb/usbdivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:35:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mail13.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by hub.freebsd.org (Postfix) with ESMTP id EC61C37B400 for ; Mon, 1 Apr 2002 13:35:23 -0800 (PST) Received: (qmail 30274 invoked from network); 1 Apr 2002 21:35:21 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 1 Apr 2002 21:35:21 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g31La7v15770; Mon, 1 Apr 2002 16:36:07 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200204012131.g31LVDY55627@freefall.freebsd.org> Date: Mon, 01 Apr 2002 16:35:22 -0500 (EST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/alpha/alpha promcons.c sys_machdep.c src Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 01-Apr-2002 John Baldwin wrote: > jhb 2002/04/01 13:31:13 PST > > Modified files: > > [ snip ] > > Log: > Change the suser() API to take advantage of td_ucred as well as do a > general cleanup of the API. The entire API now consists of two functions > similar to the pre-KSE API. The suser() function takes a thread pointer > as its only argument. The td_ucred member of this thread must be valid > so the only valid thread pointers are curthread and a few kernel threads > such as thread0. The suser_cred() function takes a pointer to a struct > ucred as its first argument and an integer flag as its second argument. > The flag is currently only used for the PRISON_ROOT flag. > > Discussed on: smp@ Oops, forgot: Tested on: x86, alpha It would be nice if someone would do the NOTES JKH task I mentioned last week as it would provide better testing coverage for !i386 archs for API changes like this that cover large portions of the kernel. The next victim in the credential API changes will be the p_can*() functions which will change to take a thread pointer as the first argument and to assert that the process being looked at as the second argument is locked. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:36: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC60C37B429; Mon, 1 Apr 2002 13:35:38 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LZcS56467; Mon, 1 Apr 2002 13:35:38 -0800 (PST) (envelope-from obrien) Message-Id: <200204012135.g31LZcS56467@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Apr 2002 13:35:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 13:35:37 PST Modified files: usr.sbin/sysinstall install.c installUpgrade.c media.c package.c Log: Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp. Revision Changes Path 1.320 +1 -1 src/usr.sbin/sysinstall/install.c 1.80 +2 -2 src/usr.sbin/sysinstall/installUpgrade.c 1.118 +1 -1 src/usr.sbin/sysinstall/media.c 1.98 +1 -1 src/usr.sbin/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:37:14 2002 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 8DBDF37B417; Mon, 1 Apr 2002 13:37:01 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 6EFAD5BB; Mon, 1 Apr 2002 22:36:41 +0100 (BST) Date: Mon, 1 Apr 2002 22:36:41 +0100 From: Josef Karthauser To: Dag-Erling Smorgrav Cc: Gregory Neil Shapiro , Mark Murray , Giorgos Keramidas , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/lib pam_set_data.c Message-ID: <20020401213641.GE34214@genius.tao.org.uk> References: <20020401132445.GA7049@hades.hell.gr> <200204011329.g31DT7PL027493@grimreaper.grondar.org> <15528.39118.594495.477422@horsey.gshapiro.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-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, Apr 01, 2002 at 11:28:32PM +0200, Dag-Erling Smorgrav wrote: > Gregory Neil Shapiro writes: > > No, that could be a vendor version (except CVS would not let you use '.'s > > in a tag). I think the vendor branch was supposed to be "OPENPAM". > > However, it looks fixed in the repo already. > > No, 1.1.1 is the vendor branch while 1.1.1.5 is a version on the > vendor branch. I used 1.1.1 because it's easier to remember than > VENDOR_BRANCH_NAME_OF_THE_WEEK (see src/crypto/openssh for a good > example of this). Nothing in the repository needed fixing. I guess that the cvsroot scripts should try and look this up if its numeric? Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:37:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCB1437B419; Mon, 1 Apr 2002 13:37:16 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LbGQ57089; Mon, 1 Apr 2002 13:37:16 -0800 (PST) (envelope-from obrien) Message-Id: <200204012137.g31LbGQ57089@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Apr 2002 13:37:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall install.c installUpgrade.c media.c package.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 obrien 2002/04/01 13:37:16 PST Modified files: (Branch: RELENG_4) release/sysinstall install.c installUpgrade.c media.c package.c Log: MFC: our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp. Revision Changes Path 1.268.2.35 +2 -2 src/release/sysinstall/install.c 1.71.2.11 +3 -3 src/release/sysinstall/installUpgrade.c 1.107.2.8 +2 -2 src/release/sysinstall/media.c 1.90.2.7 +2 -2 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:42:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07AEA37B41C; Mon, 1 Apr 2002 13:42:44 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LghM58176; Mon, 1 Apr 2002 13:42:44 -0800 (PST) (envelope-from joe) Message-Id: <200204012142.g31LghM58176@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 13:42:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 13:42:43 PST Modified files: sys/dev/usb uhci.c Log: MFNetBSD: revision 1.134 date: 2001/03/25 22:52:21; author: augustss; state: Exp; lines: +4 -1 Try to make resume work on more machines. Revision Changes Path 1.100 +4 -1 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:44: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFFC037B417; Mon, 1 Apr 2002 13:43:53 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Lhr758355; Mon, 1 Apr 2002 13:43:53 -0800 (PST) (envelope-from joe) Message-Id: <200204012143.g31Lhr758355@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 13:43:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 13:43:53 PST Modified files: sys/dev/usb uhci.c Log: MFNetBSD: revision 1.135 date: 2001/04/01 14:59:52; author: augustss; state: Exp; lines: +2 -4 Avoid a potential null pointer dereference. From OpenBSD. Revision Changes Path 1.101 +2 -4 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:49:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E433537B400; Mon, 1 Apr 2002 13:49:19 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LnJA59295; Mon, 1 Apr 2002 13:49:19 -0800 (PST) (envelope-from trevor) Message-Id: <200204012149.g31LnJA59295@freefall.freebsd.org> From: Trevor Johnson Date: Mon, 1 Apr 2002 13:49:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/lilypond Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 13:49:19 PST Modified files: print/lilypond Makefile Log: This fails with "mv: rename parser.yy.tab.h to out/parser.hh: No such file or directory". Revision Changes Path 1.5 +3 -1 ports/print/lilypond/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:50: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id CF86037B430; Mon, 1 Apr 2002 13:49:32 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 44E585346; Mon, 1 Apr 2002 23:49:27 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Josef Karthauser Cc: Gregory Neil Shapiro , Mark Murray , Giorgos Keramidas , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/lib pam_set_data.c References: <20020401132445.GA7049@hades.hell.gr> <200204011329.g31DT7PL027493@grimreaper.grondar.org> <15528.39118.594495.477422@horsey.gshapiro.net> <20020401213641.GE34214@genius.tao.org.uk> From: Dag-Erling Smorgrav Date: 01 Apr 2002 23:49:26 +0200 In-Reply-To: <20020401213641.GE34214@genius.tao.org.uk> Message-ID: Lines: 51 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 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 Josef Karthauser writes: > I guess that the cvsroot scripts should try and look this up if its > numeric? It can be ambiguous: des@des ~/cvstest% echo foo >file des@des ~/cvstest% cvs import -m'Test' test TEST_VENDOR_1 TEST_RELEASE_1 N test/file No conflicts created by this import des@des ~/cvstest% echo bar >file des@des ~/cvstest% cvs import -m'Test' test TEST_VENDOR_2 TEST_RELEASE_2 U test/file No conflicts created by this import des@des ~/cvstest% cvs rlog test/file RCS file: /home/des/cvs/test/file,v head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: TEST_RELEASE_2: 1.1.1.2 TEST_VENDOR_2: 1.1.1 TEST_RELEASE_1: 1.1.1.1 TEST_VENDOR_1: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.1 date: 2002/04/01 21:47:37; author: des; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.2 date: 2002/04/01 21:47:44; author: des; state: Exp; lines: +1 -1 Test ---------------------------- revision 1.1.1.1 date: 2002/04/01 21:47:37; author: des; state: Exp; lines: +0 -0 Test ============================================================================= DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:52: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 033AE37B400; Mon, 1 Apr 2002 13:51:58 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 84E885BB; Mon, 1 Apr 2002 22:51:37 +0100 (BST) Date: Mon, 1 Apr 2002 22:51:37 +0100 From: Josef Karthauser To: Dag-Erling Smorgrav Cc: Gregory Neil Shapiro , Mark Murray , Giorgos Keramidas , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/openpam/lib pam_set_data.c Message-ID: <20020401215137.GG34214@genius.tao.org.uk> References: <20020401132445.GA7049@hades.hell.gr> <200204011329.g31DT7PL027493@grimreaper.grondar.org> <15528.39118.594495.477422@horsey.gshapiro.net> <20020401213641.GE34214@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i Sender: owner-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, Apr 01, 2002 at 11:49:26PM +0200, Dag-Erling Smorgrav wrote: > Josef Karthauser writes: > > I guess that the cvsroot scripts should try and look this up if its > > numeric? > > It can be ambiguous: I'll not worry about trying to fix it then. :P. Thanks for saving me the work. J. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:52:41 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 2E11237B400; Mon, 1 Apr 2002 13:52:34 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g31LpTYm023538; Mon, 1 Apr 2002 13:51:29 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g31LoEP1023508; Mon, 1 Apr 2002 13:50:14 -0800 (PST) Date: Mon, 1 Apr 2002 13:50:14 -0800 From: "David O'Brien" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/asr asr.c Message-ID: <20020401135014.A23412@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200204010609.g3169IU31260@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: <200204010609.g3169IU31260@freefall.freebsd.org>; from alfred@FreeBSD.org on Sun, Mar 31, 2002 at 10:09:18PM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Mar 31, 2002 at 10:09:18PM -0800, Alfred Perlstein wrote: > alfred 2002/03/31 22:09:18 PST > > Modified files: > sys/dev/asr asr.c > Log: > Remove erronious destroy_dev. Not sure what the author's intent was here > but this makes the driver not panic my -current box. Sigh. Last night on IRC I told you I would test this on both UP and SMP kernel's and commit it; and you said "OK". If you were just going to commit this you should have told me. Rather I stayed up an extra 3 hours into the wee hours setting up a test machine to do this with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:53:12 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18A9C37B41C; Mon, 1 Apr 2002 13:52:46 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LqkU59872; Mon, 1 Apr 2002 13:52:46 -0800 (PST) (envelope-from joe) Message-Id: <200204012152.g31LqkU59872@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 13:52:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 13:52:46 PST Modified files: sys/dev/usb uhci.c Log: MFNetBSD: revision 1.136 date: 2001/07/11 14:11:00; author: augustss; state: Exp; lines: +5 -5 Rearrange register dump when the controller is dying. Fixes PR 13430. Revision Changes Path 1.102 +8 -3 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:53:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AAF937B419; Mon, 1 Apr 2002 13:53:39 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Lrdt60013; Mon, 1 Apr 2002 13:53:39 -0800 (PST) (envelope-from kris) Message-Id: <200204012153.g31Lrdt60013@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 1 Apr 2002 13:53:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/pam_ssh 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 kris 2002/04/01 13:53:39 PST Modified files: security Makefile Removed files: security/pam_ssh Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Remove this port at the request of the maintainer. The version of pam_ssh in the base system is more up-to-date and is being actively maintained. Revision Changes Path 1.286 +0 -1 ports/security/Makefile 1.2 +0 -19 ports/security/pam_ssh/Makefile (dead) 1.2 +0 -1 ports/security/pam_ssh/distinfo (dead) 1.2 +0 -1 ports/security/pam_ssh/pkg-comment (dead) 1.2 +0 -8 ports/security/pam_ssh/pkg-descr (dead) 1.2 +0 -1 ports/security/pam_ssh/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 Mon Apr 1 13:55: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E06937B419; Mon, 1 Apr 2002 13:55:00 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Lt0M60308; Mon, 1 Apr 2002 13:55:00 -0800 (PST) (envelope-from jake) Message-Id: <200204012155.g31Lt0M60308@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 1 Apr 2002 13:55:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys systm.h src/sys/sparc64/include param.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/04/01 13:55:00 PST Modified files: sys/sys systm.h sys/sparc64/include param.h Log: Move the CTASSERT macro from MD code to systm.h alongside KASSERT so other code can use it. This takes a single constant argument and fails to compile if it is 0 (false). The main application of this is to make assertions about structure sizes at compile time, in order to validate assumptions made in other code. Examples: CTASSERT(sizeof(struct foo) == FOO_SIZEOF); CTASSERT(sizeof(struct foo) == (1 << FOO_SHIFT)); Requested by: jhb, phk Revision Changes Path 1.12 +0 -4 src/sys/sparc64/include/param.h 1.170 +4 -0 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:56:35 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 8BE3737B400; Mon, 1 Apr 2002 13:56:28 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 612B2AE163; Mon, 1 Apr 2002 13:56:28 -0800 (PST) Date: Mon, 1 Apr 2002 13:56:28 -0800 From: Alfred Perlstein To: David O'Brien Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/asr asr.c Message-ID: <20020401215628.GA93885@elvis.mu.org> References: <200204010609.g3169IU31260@freefall.freebsd.org> <20020401135014.A23412@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020401135014.A23412@dragon.nuxi.com> 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 * David O'Brien [020401 13:52] wrote: > On Sun, Mar 31, 2002 at 10:09:18PM -0800, Alfred Perlstein wrote: > > alfred 2002/03/31 22:09:18 PST > > > > Modified files: > > sys/dev/asr asr.c > > Log: > > Remove erronious destroy_dev. Not sure what the author's intent was here > > but this makes the driver not panic my -current box. > > Sigh. Last night on IRC I told you I would test this on both UP and SMP > kernel's and commit it; and you said "OK". If you were just going to > commit this you should have told me. Rather I stayed up an extra 3 hours > into the wee hours setting up a test machine to do this with. David, the fact that you are maintainer, have hardware and didn't realize that this card calls destroy_dev in a stupid manner that _always_ panic()s machines sort of negates any sympathy I might have for your plight. There is no SMP issues, just misuse of the {make,destroy}_dev API. I spent hours trying to get this _unmaintained_ PoS working, so don't nag me when you're the one who dropped the ball initially. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 13:56:58 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CB5837B41F; Mon, 1 Apr 2002 13:56:42 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Lugr60708; Mon, 1 Apr 2002 13:56:42 -0800 (PST) (envelope-from joe) Message-Id: <200204012156.g31Lugr60708@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 13:56:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 13:56:42 PST Modified files: sys/dev/usb uhci.c Log: MFNetBSD: revision 1.138 date: 2001/10/02 17:59:38; author: pooka; state: Exp; lines: +6 -6 move DIAGNOSTIC-printf up one block to make it reachable noted by Christophe Kalt in private email Revision Changes Path 1.103 +6 -7 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 14: 1:27 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A01F37B416; Mon, 1 Apr 2002 14:01:22 -0800 (PST) Received: (from znerd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31M1MC61592; Mon, 1 Apr 2002 14:01:22 -0800 (PST) (envelope-from znerd) Message-Id: <200204012201.g31M1MC61592@freefall.freebsd.org> From: Ernst de Haan Date: Mon, 1 Apr 2002 14:01:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jakarta-tomcat Makefile distinfo pkg-deinstall pkg-plist ports/www/jakarta-tomcat/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/04/01 14:01:22 PST Modified files: www/jakarta-tomcat Makefile distinfo pkg-deinstall pkg-plist Added files: www/jakarta-tomcat/files patch-aa Log: Upgrade to Jakarta Tomcat 4.0.3. The Jakarta Tomcat 3 branch has moved to www/jakarta-tomcat3. PR: 31096, 32022 Revision Changes Path 1.25 +23 -14 ports/www/jakarta-tomcat/Makefile 1.6 +1 -1 ports/www/jakarta-tomcat/distinfo 1.4 +44 -0 ports/www/jakarta-tomcat/files/patch-aa (new) 1.4 +1 -1 ports/www/jakarta-tomcat/pkg-deinstall 1.14 +1057 -203 ports/www/jakarta-tomcat/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 Apr 1 14: 2:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 2529D37B41A for ; Mon, 1 Apr 2002 14:02:21 -0800 (PST) Received: (qmail 18561 invoked from network); 1 Apr 2002 22:02:20 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 1 Apr 2002 22:02:20 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g31M37v15957; Mon, 1 Apr 2002 17:03:07 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200204012155.g31Lt0M60308@freefall.freebsd.org> Date: Mon, 01 Apr 2002 17:02:22 -0500 (EST) From: John Baldwin To: Jake Burkholder Subject: RE: cvs commit: src/sys/sys systm.h src/sys/sparc64/include para Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 01-Apr-2002 Jake Burkholder wrote: > jake 2002/04/01 13:55:00 PST > > Modified files: > sys/sys systm.h > sys/sparc64/include param.h > Log: > Move the CTASSERT macro from MD code to systm.h alongside KASSERT so other > code can use it. This takes a single constant argument and fails to > compile > if it is 0 (false). The main application of this is to make assertions > about > structure sizes at compile time, in order to validate assumptions made in > other code. Examples: > > CTASSERT(sizeof(struct foo) == FOO_SIZEOF); > CTASSERT(sizeof(struct foo) == (1 << FOO_SHIFT)); > > Requested by: jhb, phk Can you use this to fix the kinfo_proc thing instead of the 20 seconds of messages during bootup? ;) Thanks, btw. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 14: 3:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AEBC37B419; Mon, 1 Apr 2002 14:03:37 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31M3bw61838; Mon, 1 Apr 2002 14:03:37 -0800 (PST) (envelope-from joe) Message-Id: <200204012203.g31M3bw61838@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 14:03:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 14:03:37 PST Modified files: sys/dev/usb uhci.c Log: MFNetBSD: revision 1.140 date: 2001/10/24 20:20:03; author: augustss; state: Exp; lines: +9 -5 More debug. Revision Changes Path 1.104 +7 -5 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 14:15:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [62.232.68.68]) by hub.freebsd.org (Postfix) with ESMTP id E6A0A37B400; Mon, 1 Apr 2002 14:15:02 -0800 (PST) Received: from lobster.originative.co.uk (lobster [62.232.68.81]) by mailgate.originative.co.uk (Postfix) with ESMTP id C267C1D16B; Mon, 1 Apr 2002 23:15:01 +0100 (BST) Subject: cvs commit: src/sys/kern syscalls.master From: Paul Richards To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 02 Apr 2002 00:15:12 +0200 Message-Id: <1017699312.25844.36.camel@lobster.freebsd-services.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 paul 2002/04/01 11:48:33 PST Modified files: sys/kern syscalls.master Log: Re-arrange the syscall numbers so they match the equivalent Linux syscalls. Revision Changes Path 4.01 +530 -530 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 Mon Apr 1 14:16:35 2002 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 540D837B400; Mon, 1 Apr 2002 14:16:29 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 28823AE027; Mon, 1 Apr 2002 14:16:29 -0800 (PST) Date: Mon, 1 Apr 2002 14:16:29 -0800 From: Alfred Perlstein To: Paul Richards Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master Message-ID: <20020401221628.GB93885@elvis.mu.org> References: <1017699312.25844.36.camel@lobster.freebsd-services.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1017699312.25844.36.camel@lobster.freebsd-services.com> 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 * Paul Richards [020401 14:15] wrote: > paul 2002/04/01 11:48:33 PST > > Modified files: > sys/kern syscalls.master > Log: > Re-arrange the syscall numbers so they match the equivalent > Linux syscalls. > > Revision Changes Path > 4.01 +530 -530 src/sys/kern/syscalls.master It's all fun and games until one of us has a heart attack. :P -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 14:42:54 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 77CD737B417; Mon, 1 Apr 2002 14:42:48 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g31MgkYm024043; Mon, 1 Apr 2002 14:42:46 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g31MfVEJ024036; Mon, 1 Apr 2002 14:41:31 -0800 (PST) Date: Mon, 1 Apr 2002 14:41:31 -0800 From: "David O'Brien" To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/asr asr.c Message-ID: <20020401144131.A24001@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200204010609.g3169IU31260@freefall.freebsd.org> <20020401135014.A23412@dragon.nuxi.com> <20020401215628.GA93885@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020401215628.GA93885@elvis.mu.org>; from alfred@FreeBSD.org on Mon, Apr 01, 2002 at 01:56:28PM -0800 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, Apr 01, 2002 at 01:56:28PM -0800, Alfred Perlstein wrote: > David, the fact that you are maintainer, have hardware and didn't See below. > realize that this card calls destroy_dev in a stupid manner that > _always_ panic()s machines sort of negates any sympathy I might > have for your plight. There is no SMP issues, just misuse of > the {make,destroy}_dev API. Go read the archives. > I spent hours trying to get this _unmaintained_ PoS working, *sigh* you have so little concern for your other co-developers. I told you I was working on testing something for you, you acknowledged this, knew it wasn't something I needed to do at that time and yet still let me continue. > so > don't nag me when you're the one who dropped the ball initially. I just recently (1 1/2 weeks ago), got all the hardware I need to start doing this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 14:55: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA78237B417; Mon, 1 Apr 2002 14:55:01 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Mt1e74807; Mon, 1 Apr 2002 14:55:01 -0800 (PST) (envelope-from obrien) Message-Id: <200204012255.g31Mt1e74807@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Apr 2002 14:55:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 14:55:01 PST Modified files: usr.bin/find Makefile Log: Allow to compile a YACC produced file with GCC 3.1 (which has different header searching rules for generated files with #line). Revision Changes Path 1.14 +1 -0 src/usr.bin/find/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 14:57: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A6D637B400; Mon, 1 Apr 2002 14:56:57 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Muvq75398; Mon, 1 Apr 2002 14:56:57 -0800 (PST) (envelope-from obrien) Message-Id: <200204012256.g31Muvq75398@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Apr 2002 14:56:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.c function.c ls.c main.c misc.c operator.c option.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 14:56:57 PST Modified files: usr.bin/find find.c function.c ls.c main.c misc.c operator.c option.c Log: Fix SCM IDs. Revision Changes Path 1.13 +2 -2 src/usr.bin/find/find.c 1.40 +2 -3 src/usr.bin/find/function.c 1.13 +2 -3 src/usr.bin/find/ls.c 1.14 +2 -3 src/usr.bin/find/main.c 1.6 +2 -2 src/usr.bin/find/misc.c 1.12 +2 -3 src/usr.bin/find/operator.c 1.16 +2 -2 src/usr.bin/find/option.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 14:57:55 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F8BD37B400; Mon, 1 Apr 2002 14:57:51 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Mvpp75569; Mon, 1 Apr 2002 14:57:51 -0800 (PST) (envelope-from tmm) Message-Id: <200204012257.g31Mvpp75569@freefall.freebsd.org> From: Thomas Moestl Date: Mon, 1 Apr 2002 14:57:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/boot1 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/04/01 14:57:51 PST Modified files: sys/boot/sparc64/boot1 Makefile Log: 1.) Produce a boot1 disklabel template of the format disklabel(8) expects. 2.) Clean up and change over to using bsd.prog.mk Submitted by: jake (2) Revision Changes Path 1.3 +25 -15 src/sys/boot/sparc64/boot1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 15: 4:24 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BDC237B419; Mon, 1 Apr 2002 15:04:21 -0800 (PST) Received: (from mi@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31N4Lr76782; Mon, 1 Apr 2002 15:04:21 -0800 (PST) (envelope-from mi) Message-Id: <200204012304.g31N4Lr76782@freefall.freebsd.org> From: Mikhail Teterin Date: Mon, 1 Apr 2002 15:04:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql7 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mi 2002/04/01 15:04:21 PST Modified files: databases/postgresql7 Makefile Log: Fix some bitrot for the non-default case of WITH_GETTEXT -- lib-depend on -lintl instead of build-depending on msgfmt and make sure -lintl is linked into the shared -lpq. Approved by: maintainer Revision Changes Path 1.94 +2 -1 ports/databases/postgresql7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 15:28:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E0E837B417; Mon, 1 Apr 2002 15:28:35 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31NSZk84237; Mon, 1 Apr 2002 15:28:35 -0800 (PST) (envelope-from tmm) Message-Id: <200204012328.g31NSZk84237@freefall.freebsd.org> From: Thomas Moestl Date: Mon, 1 Apr 2002 15:28:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/sparc64/loader Makefile 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 tmm 2002/04/01 15:28:35 PST Modified files: sys/boot/sparc64/loader Makefile main.c Log: Add support for booting from CD-ROM. Make it possible to enable UFS support using make arguments. Revision Changes Path 1.5 +8 -0 src/sys/boot/sparc64/loader/Makefile 1.7 +19 -0 src/sys/boot/sparc64/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 15:42: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4042B37B41D; Mon, 1 Apr 2002 15:42:05 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31Ng5687394; Mon, 1 Apr 2002 15:42:05 -0800 (PST) (envelope-from keramida) Message-Id: <200204012342.g31Ng5687394@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 15:42:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/filtering-bridges 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 keramida 2002/04/01 15:42:04 PST Modified files: en_US.ISO8859-1/articles/filtering-bridges article.sgml Log: Bring in the english translation of the new filtering-bridges article, that is already in the italian part of our docs. PR: docs/34821 Submitted by: Alex Dupre Revision Changes Path 1.8 +319 -290 doc/en_US.ISO8859-1/articles/filtering-bridges/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 15:51:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CCFE37B417; Mon, 1 Apr 2002 15:51:24 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31NpO890339; Mon, 1 Apr 2002 15:51:24 -0800 (PST) (envelope-from dillon) Message-Id: <200204012351.g31NpO890339@freefall.freebsd.org> From: Matt Dillon Date: Mon, 1 Apr 2002 15:51:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 critical.c src/sys/i386/include cpufunc.h critical.h src/sys/i386/isa apic_vector.s icu_vector.s src/sys/kern kern_fork.c kern_proc.c kern_switch.c src/sys/alpha/alpha critical.c src/sys/alpha/include cpufunc.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 dillon 2002/04/01 15:51:24 PST Modified files: sys/i386/i386 critical.c sys/i386/include cpufunc.h sys/i386/isa apic_vector.s icu_vector.s sys/kern kern_fork.c kern_proc.c kern_switch.c sys/alpha/alpha critical.c sys/alpha/include cpufunc.h sys/ia64/ia64 critical.c sys/ia64/include cpufunc.h sys/powerpc/include cpufunc.h sys/powerpc/powerpc critical.c sys/sparc64/include cpufunc.h sys/sparc64/sparc64 critical.c Added files: sys/i386/include critical.h sys/alpha/include critical.h sys/ia64/include critical.h sys/powerpc/include critical.h sys/sparc64/include critical.h Log: Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() and cpu_critical_exit() and moves associated critical prototypes into their own header file, //critical.h, which is only included by the three MI source files that need it. Backout and re-apply improperly comitted syntactical cleanups made to files that were still under active development. Backout improperly comitted program structure changes that moved localized declarations to the top of two procedures. Partially re-apply one of the program structure changes to move 'mask' into an intermediate block rather then in three separate sub-blocks to make the code more readable. Re-integrate bug fixes that Jake made to the sparc64 code. Note: In general, developers should not gratuitously move declarations out of sub-blocks. They are where they are for reasons of structure, grouping, readability, compiler-localizability, and to avoid developer-introduced bugs similar to several found in recent years in the VFS and VM code. Reviewed by: jake Revision Changes Path 1.3 +1 -18 src/sys/alpha/alpha/critical.c 1.15 +0 -5 src/sys/alpha/include/cpufunc.h 1.1 +72 -0 src/sys/alpha/include/critical.h (new) 1.3 +19 -74 src/sys/i386/i386/critical.c 1.119 +0 -4 src/sys/i386/include/cpufunc.h 1.1 +111 -0 src/sys/i386/include/critical.h (new) 1.81 +2 -2 src/sys/i386/isa/apic_vector.s 1.36 +2 -2 src/sys/i386/isa/icu_vector.s 1.3 +1 -18 src/sys/ia64/ia64/critical.c 1.12 +0 -5 src/sys/ia64/include/cpufunc.h 1.1 +73 -0 src/sys/ia64/include/critical.h (new) 1.143 +1 -0 src/sys/kern/kern_fork.c 1.125 +1 -0 src/sys/kern/kern_proc.c 1.25 +1 -0 src/sys/kern/kern_switch.c 1.12 +0 -6 src/sys/powerpc/include/cpufunc.h 1.1 +76 -0 src/sys/powerpc/include/critical.h (new) 1.2 +0 -20 src/sys/powerpc/powerpc/critical.c 1.14 +0 -5 src/sys/sparc64/include/cpufunc.h 1.1 +75 -0 src/sys/sparc64/include/critical.h (new) 1.5 +0 -21 src/sys/sparc64/sparc64/critical.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 15:53:26 2002 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id BF49037B41A; Mon, 1 Apr 2002 15:53:17 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id g31Nqo323061; Mon, 1 Apr 2002 15:52:50 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c In-Reply-To: Message from "David E. O'Brien" of "Mon, 01 Apr 2002 13:35:38 PST." <200204012135.g31LZcS56467@freefall.freebsd.org> Date: Mon, 01 Apr 2002 15:52:50 -0800 Message-ID: <23057.1017705170@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'll bet you find out the hard way that such is not the case. More specifically, you'll find that /var/tmp exists but is chosen at too small a size to make all the packages extract properly. Try your fix with some really large packages and you'll find this out. /usr/tmp was chosen specifically as a temporary storage location that's far more likely to have enough free space to do what we need to do for packages even as large as xemacs or XFree86. - Jordan > obrien 2002/04/01 13:35:37 PST > > Modified files: > usr.sbin/sysinstall install.c installUpgrade.c media.c > package.c > Log: > Our persistent-state, large temporary file dir is /VAR/tmp, not /USR/tmp. > > Revision Changes Path > 1.320 +1 -1 src/usr.sbin/sysinstall/install.c > 1.80 +2 -2 src/usr.sbin/sysinstall/installUpgrade.c > 1.118 +1 -1 src/usr.sbin/sysinstall/media.c > 1.98 +1 -1 src/usr.sbin/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 15:55: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id D942A37B417; Mon, 1 Apr 2002 15:54:53 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id g31NsR323077; Mon, 1 Apr 2002 15:54:27 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/sysinstall install.c installUpgrade.c media.c package.c In-Reply-To: Message from "David E. O'Brien" of "Mon, 01 Apr 2002 13:37:16 PST." <200204012137.g31LbGQ57089@freefall.freebsd.org> Date: Mon, 01 Apr 2002 15:54:27 -0800 Message-ID: <23074.1017705267@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Erm, isn't some time supposed to elapse before things are MFC'd? You're generally usually such a stickler for procedure (some would say ``annoying pedant'' but I'm kinder than that ;) that I'm surprised to see this. See previous point of order in my comment on your commit to -current. - Jordan > obrien 2002/04/01 13:37:16 PST > > Modified files: (Branch: RELENG_4) > release/sysinstall install.c installUpgrade.c media.c > package.c > Log: > MFC: our persistent-state, large temporary file dir is /VAR/tmp, not /USR/t mp. > > Revision Changes Path > 1.268.2.35 +2 -2 src/release/sysinstall/install.c > 1.71.2.11 +3 -3 src/release/sysinstall/installUpgrade.c > 1.107.2.8 +2 -2 src/release/sysinstall/media.c > 1.90.2.7 +2 -2 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 15:57:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4320337B416; Mon, 1 Apr 2002 15:57:19 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31NvJp91896; Mon, 1 Apr 2002 15:57:19 -0800 (PST) (envelope-from murray) Message-Id: <200204012357.g31NvJp91896@freefall.freebsd.org> From: Murray Stokely Date: Mon, 1 Apr 2002 15:57:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall package.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 murray 2002/04/01 15:57:19 PST Modified files: (Branch: RELENG_4) release/sysinstall package.c Log: MFC: r1.96 - fix type of NULL arg to execl(). Revision Changes Path 1.90.2.8 +5 -3 src/release/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 16: 1:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 886CB37B419; Mon, 1 Apr 2002 16:01:49 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3201np92735; Mon, 1 Apr 2002 16:01:49 -0800 (PST) (envelope-from des) Message-Id: <200204020001.g3201np92735@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 1 Apr 2002 16:01:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/kern kern_mutex.c src/sys/sys _mutex.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 des 2002/04/01 16:01:49 PST Modified files: sys/conf options sys/kern kern_mutex.c sys/sys _mutex.h Log: Mutex profiling code, conditional on the MUTEX_PROFILING option. Adds the following sysctl variables: debug.mutex.prof.enable enable / disable profiling debug.mutex.prof.acquisitions number of mutex acquisitions recorded debug.mutex.prof.records number of acquisition points recorded debug.mutex.prof.maxrecords max number of acquisition points debug.mutex.prof.rejected number of rejections (due to full table) debug.mutex.prof.hashsize hash size debug.mutex.prof.collisions number of hash collisions debug.mutex.prof.stats profiling statistics The code records four numbers for each acquisition point (identified by source file name and line number): longest time held, total time held, number of non-recursive acquisitions, average time held. The measurements are in clock cycles (as returned by get_cyclecount(9)); this may cause measurements on some SMP systems to be unreliable. This can probably be worked around by replacing get_cyclecount(9) by some incarnation of nanotime(9). This work was derived from initial patches by eivind. Revision Changes Path 1.308 +3 -0 src/sys/conf/options 1.84 +159 -2 src/sys/kern/kern_mutex.c 1.5 +5 -0 src/sys/sys/_mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 16: 3:26 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id AA7D637B400; Mon, 1 Apr 2002 16:03:22 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3203LYm038343; Mon, 1 Apr 2002 16:03:21 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g3202636038314; Mon, 1 Apr 2002 16:02:06 -0800 (PST) Date: Mon, 1 Apr 2002 16:02:06 -0800 From: "David O'Brien" To: Jordan Hubbard Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/sysinstall install.c installUpgrade.c media.c package.c Message-ID: <20020401160206.C37730@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <23074.1017705267@winston.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: <23074.1017705267@winston.freebsd.org>; from jkh@winston.freebsd.org on Mon, Apr 01, 2002 at 03:54:27PM -0800 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, Apr 01, 2002 at 03:54:27PM -0800, Jordan Hubbard wrote: > Erm, isn't some time supposed to elapse before things are MFC'd? > You're generally usually such a stickler for procedure (some would say > ``annoying pedant'' but I'm kinder than that ;) that I'm surprised to > see this. See previous point of order in my comment on your commit > to -current. I guess you forgot how my "don't immediately MFC spirit" was broken in January 2000 when Core legitmized it when I questioned Alfred doing it. I now follow the crowd and do immediate MFC's often. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 16: 7:55 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id D34A137B416; Mon, 1 Apr 2002 16:07:51 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3207oYm038474; Mon, 1 Apr 2002 16:07:50 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g3206Z4a038389; Mon, 1 Apr 2002 16:06:35 -0800 (PST) Date: Mon, 1 Apr 2002 16:06:35 -0800 From: "David O'Brien" To: Jordan Hubbard Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c Message-ID: <20020401160635.A38369@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <23057.1017705170@winston.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: <23057.1017705170@winston.freebsd.org>; from jkh@winston.freebsd.org on Mon, Apr 01, 2002 at 03:52:50PM -0800 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, Apr 01, 2002 at 03:52:50PM -0800, Jordan Hubbard wrote: > I'll bet you find out the hard way that such is not the case. More > specifically, you'll find that /var/tmp exists but is chosen at too > small a size to make all the packages extract properly. Try your > fix with some really large packages and you'll find this out. /usr/tmp > was chosen specifically as a temporary storage location that's far > more likely to have enough free space to do what we need to do for > packages even as large as xemacs or XFree86. Matt Dillon made /var 256MB by default. Has Emacs gotten bigger than that? (I would be believe you if you said "yes"). There will be a sync'ing of RELENG_4 and -current's sysinstall bits RSN. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 16:15: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 8B66C37B41E; Mon, 1 Apr 2002 16:14:56 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id g320EU323185; Mon, 1 Apr 2002 16:14:30 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c In-Reply-To: Message from "David O'Brien" of "Mon, 01 Apr 2002 16:06:35 PST." <20020401160635.A38369@dragon.nuxi.com> Date: Mon, 01 Apr 2002 16:14:30 -0800 Message-ID: <23181.1017706470@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Matt Dillon made /var 256MB by default. Has Emacs gotten bigger than > that? (I would be believe you if you said "yes"). That may be large enough for emacs (no predictions for XEmacs though) but I'm not totally sure it will be large enough for XFree86 or KDE3. Don't forget that when a package has dependencies, they're all recursively extracted in turn until the dependency graph is down to all the leaf nodes. For KDE or GNOME, that could be quite a few packages lying unpacked in $TMPDIR simultaneously. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 16:21:38 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 5EEA037B41B; Mon, 1 Apr 2002 16:21:34 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g320LXYm081038; Mon, 1 Apr 2002 16:21:33 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g320KIZg059488; Mon, 1 Apr 2002 16:20:18 -0800 (PST) Date: Mon, 1 Apr 2002 16:20:17 -0800 From: "David O'Brien" To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb uhci.c Message-ID: <20020401162017.A38457@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200204012152.g31LqkU59872@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: <200204012152.g31LqkU59872@freefall.freebsd.org>; from joe@FreeBSD.org on Mon, Apr 01, 2002 at 01:52:46PM -0800 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, Apr 01, 2002 at 01:52:46PM -0800, Josef Karthauser wrote: > joe 2002/04/01 13:52:46 PST > > Modified files: > sys/dev/usb uhci.c > Log: > MFNetBSD: > revision 1.136 > date: 2001/07/11 14:11:00; author: augustss; state: Exp; lines: +5 -5 > Rearrange register dump when the controller is dying. Fixes PR 13430. > > Revision Changes Path > 1.102 +8 -3 src/sys/dev/usb/uhci.c > http://cvsweb.freebsd.org/src/sys/dev/usb/uhci.c.diff?r1=1.101&r2=1.102 Thank you for updating the $NetBSD$'s so we can tell what version we were synced with. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 16:22: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B84337B41D; Mon, 1 Apr 2002 16:21:57 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g320LvR99496; Mon, 1 Apr 2002 16:21:57 -0800 (PST) (envelope-from jedgar) Message-Id: <200204020021.g320LvR99496@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 1 Apr 2002 16:21:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/sim 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 jedgar 2002/04/01 16:21:57 PST Modified files: emulators/sim Makefile distinfo Log: Update port to version V2.9-3 (2.9.3) PR: 35839, 36588 Submitted by: KANOU Hiroki , Miguel Mendez Revision Changes Path 1.16 +1 -1 ports/emulators/sim/Makefile 1.6 +1 -1 ports/emulators/sim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 16:28:19 2002 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 8729737B41B; Mon, 1 Apr 2002 16:28:14 -0800 (PST) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.12.2/8.12.2) with ESMTP id g320RwFX041492; Mon, 1 Apr 2002 19:28:02 -0500 (EST) (envelope-from mi@aldan.algebra.com) Message-Id: <200204020028.g320RwFX041492@aldan.algebra.com> Date: Mon, 1 Apr 2002 19:27:58 -0500 (EST) From: Mikhail Teterin Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c To: jkh@winston.freebsd.org Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <23057.1017705170@winston.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 1 Apr, Jordan Hubbard wrote: > I'll bet you find out the hard way that such is not the case. More > specifically, you'll find that /var/tmp exists but is chosen at too > small a size to make all the packages extract properly. Why can't the packages be extracted "in place" by the sysinstall? Failing that, why can't the temporary directory be under the PREFIX, to make the installations faster and less disk-space consuming? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 16:35:22 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 7DF0F37B41A; Mon, 1 Apr 2002 16:35:11 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g320ZAYm019169; Mon, 1 Apr 2002 16:35:10 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g320XtsP097192; Mon, 1 Apr 2002 16:33:55 -0800 (PST) Date: Mon, 1 Apr 2002 16:33:55 -0800 From: "David O'Brien" To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 critical.c src/sys/i386/include cpufunc.h critical.h src/sys/i386/isa apic_vector.s icu_vector.s src/sys/kern kern_fork.c kern_proc.c kern_switch.c src/sys/alpha/alpha critical.c src/sys/alpha/include cpufunc.h ... Message-ID: <20020401163355.B38457@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200204012351.g31NpO890339@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: <200204012351.g31NpO890339@freefall.freebsd.org>; from dillon@FreeBSD.org on Mon, Apr 01, 2002 at 03:51:24PM -0800 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, Apr 01, 2002 at 03:51:24PM -0800, Matt Dillon wrote: > Backout and re-apply improperly comitted syntactical cleanups made to files > that were still under active development. Backout improperly comitted program > structure changes that moved localized declarations to the top of two > procedures. Why are the "program structure changes that moved localized declarations to the top of two procedures", improper? > Note: In general, developers should not gratuitously move declarations out > of sub-blocks. They are where they are for reasons of structure, grouping, > readability, compiler-localizability, and to avoid developer-introduced bugs > similar to several found in recent years in the VFS and VM code. style(9) says otherwise -- code is more readable when all variables are declared at the top of a function. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 16:53:37 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 732BA37B417; Mon, 1 Apr 2002 16:53:32 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g320rSi53055; Mon, 1 Apr 2002 17:53:28 -0700 (MST) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g320rRf60174; Mon, 1 Apr 2002 17:53:28 -0700 (MST) (envelope-from imp@village.org) Date: Mon, 01 Apr 2002 17:51:36 -0700 (MST) Message-Id: <20020401.175136.106024419.imp@village.org> To: dillon@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 critical.c src/sys/i386/include cpufunc.h critical.h src/sys/i386/isa apic_vector.s icu_vector.s src/sys/kern kern_fork.c kern_proc.c kern_switch.c src/sys/alpha/alpha critical.c src/sys/alpha/include cpufunc.h ... From: "M. Warner Losh" In-Reply-To: <200204012351.g31NpO890339@freefall.freebsd.org> References: <200204012351.g31NpO890339@freefall.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.1 / 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: <200204012351.g31NpO890339@freefall.freebsd.org> Matt Dillon writes: : Note: In general, developers should not gratuitously move declarations out : of sub-blocks. They are where they are for reasons of structure, grouping, : readability, compiler-localizability, and to avoid developer-introduced bugs : similar to several found in recent years in the VFS and VM code. Yes. Style(9) says don't do this unless the code is really complicated: Parts of a for loop may be left empty. Do not put declarations inside blocks unless the routine is unusually complicated. I suspect that the stuff you are working on is complicated enough to justify their use. Style(9) doesn't say never do this. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 16:56:25 2002 Delivered-To: cvs-all@freebsd.org Received: from winston.freebsd.org (adsl-64-173-15-98.dsl.sntc01.pacbell.net [64.173.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 5D42F37B41E; Mon, 1 Apr 2002 16:56:19 -0800 (PST) Received: from winston.freebsd.org (jkh@localhost [127.0.0.1]) by winston.freebsd.org (8.11.6/8.11.6) with ESMTP id g320tl323284; Mon, 1 Apr 2002 16:55:48 -0800 (PST) (envelope-from jkh@winston.freebsd.org) To: Mikhail Teterin Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c In-Reply-To: Message from Mikhail Teterin of "Mon, 01 Apr 2002 19:27:58 EST." <200204020028.g320RwFX041492@aldan.algebra.com> Date: Mon, 01 Apr 2002 16:55:47 -0800 Message-ID: <23280.1017708947@winston.freebsd.org> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Why can't the packages be extracted "in place" by the sysinstall? Because that's just not the way it works. If you wanted to do that, you'd need to invert the logic of pkg_add to extract in place and then clean up the non-essentials, rather than extracting in a temporary directory, moving only the essentials into place, and then deleting the temp dir. You certainly shouldn't let us stop you from doing that, of course, and I'm sure someone will be happy to review your diffs. :) > Failing that, why can't the temporary directory be under the PREFIX, to > make the installations faster and less disk-space consuming? Same deal as above, with the added complication of not knowing the PREFIX up-front. The package utilities are a lot ickier inside than most people realize and one of the goals of libh was to replace all of that with a much cleaner mechanism. Volunteers for libh always welcome! - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 17: 5: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C75D37B419; Mon, 1 Apr 2002 17:05:06 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32156h06189; Mon, 1 Apr 2002 17:05:06 -0800 (PST) (envelope-from keramida) Message-Id: <200204020105.g32156h06189@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 17:05:02 -0800 (PST) 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 keramida 2002/04/01 17:05:02 PST Modified files: en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml Log: Change CTS/RTS to RTS/CTS. A google search, a grep on the doc/* files, and a grep on all the manpages shows that this is used more often. Try to be a tiny bit more consistent. PR: docs/36624 Submitted by: Martin Heinen Revision Changes Path 1.56 +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 Mon Apr 1 17: 7: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id E564637B417; Mon, 1 Apr 2002 17:06:58 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3216uYm002025; Mon, 1 Apr 2002 17:06:56 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g3215cXE079718; Mon, 1 Apr 2002 17:05:38 -0800 (PST) Date: Mon, 1 Apr 2002 17:05:38 -0800 From: "David O'Brien" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.lib.mk sys.mk src/sys/conf kern.post.mk kmod.mk Message-ID: <20020401170538.D95927@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020330013157.A22664@hub.freebsd.org> <200203302136.g2ULa6PL025669@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203302136.g2ULa6PL025669@grimreaper.grondar.org>; from mark@grondar.za on Sat, Mar 30, 2002 at 09:36:06PM +0000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 30, 2002 at 09:36:06PM +0000, Mark Murray wrote: > > > If these are going to be revisited, I wouldn't mind if the end-of-line > > > redirector was set to " 2>&1 | cat". This would help make "make lint | less" > > > more sane in the face of mixed stdout and stderr output. > > > > What was the reasoning for the redirection? Can you give an example of > > what output you are trying to affect? The current "| more" is quite > > annoying. Do we remove it, or go with the cat above? > > The "2>&1 | more" thing was from the earliest days. I liked it because it > allowed me to type less. Is it still needed? When I used `make lint |less' things were more sane w/o the "2>&1 | more". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 17: 9:42 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 6CB3F37B416; Mon, 1 Apr 2002 17:09:38 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3219aYm045880; Mon, 1 Apr 2002 17:09:36 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g3218LXe025481; Mon, 1 Apr 2002 17:08:21 -0800 (PST) Date: Mon, 1 Apr 2002 17:08:21 -0800 From: "David O'Brien" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/sort append.c extern.h fields.c files.c fsort.c init.c msort.c sort.1 sort.c tmp.c Message-ID: <20020401170821.G95927@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020330012421.A74485@dragon.nuxi.com> <200203302132.g2ULWSPL025623@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203302132.g2ULWSPL025623@grimreaper.grondar.org>; from mark@grondar.za on Sat, Mar 30, 2002 at 09:32:28PM +0000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 30, 2002 at 09:32:28PM +0000, Mark Murray wrote: > > Fixes are fine. 1/3 of this commit did not contain fixes -- append.c, > > Wrong. > > Append.c: > > diff -u -d -r1.1.1.1 -r1.2 > --- append.c 22 Mar 2002 13:53:52 -0000 1.1.1.1 > +++ append.c 24 Mar 2002 15:59:17 -0000 1.2 > @@ -39,9 +39,14 @@ > #include "sort.h" > > #ifndef lint > +#if 0 > __RCSID("$NetBSD: append.c,v 1.9 2001/01/18 20:59:43 jdolecek Exp $"); > __SCCSID("@(#)append.c 8.1 (Berkeley) 6/6/93"); > +#endif > #endif /* not lint */ > + > +#include > +__FBSDID("$FreeBSD: src/usr.bin/sort/append.c,v 1.2 2002/03/24 15:59:17 markm E > xp $"); Huh? What is the _problem_ you fixed? I don't see it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 17:10:14 2002 Delivered-To: cvs-all@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id C652F37B419; Mon, 1 Apr 2002 17:10:01 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g321BVn07363; Mon, 1 Apr 2002 20:11:31 -0500 (EST) (envelope-from jake) Date: Mon, 1 Apr 2002 20:11:30 -0500 From: Jake Burkholder To: "M. Warner Losh" Cc: dillon@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 critical.c src/sys/i386/include cpufunc.h critical.h src/sys/i386/isa apic_vector.s icu_vector.s src/sys/kern kern_fork.c kern_proc.c kern_switch.c src/sys/alpha/alpha critical.c src/sys/alpha/include cpufunc.h ... Message-ID: <20020401201130.K207@locore.ca> References: <200204012351.g31NpO890339@freefall.freebsd.org> <20020401.175136.106024419.imp@village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020401.175136.106024419.imp@village.org>; from imp@village.org on Mon, Apr 01, 2002 at 05:51:36PM -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 Mon, Apr 01, 2002 at 05:51:36PM -0700, M. Warner Losh said words to the effect of; > In message: <200204012351.g31NpO890339@freefall.freebsd.org> > Matt Dillon writes: > : Note: In general, developers should not gratuitously move declarations out > : of sub-blocks. They are where they are for reasons of structure, grouping, > : readability, compiler-localizability, and to avoid developer-introduced bugs > : similar to several found in recent years in the VFS and VM code. > > Yes. Style(9) says don't do this unless the code is really complicated: > > Parts of a for loop may be left empty. Do not put declarations inside > blocks unless the routine is unusually complicated. > > I suspect that the stuff you are working on is complicated enough to > justify their use. Style(9) doesn't say never do this. I personally don't like it, but I think you are correct. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 17:10:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BE1D37B41F; Mon, 1 Apr 2002 17:10:04 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g321A4F10614; Mon, 1 Apr 2002 17:10:04 -0800 (PST) (envelope-from kuriyama) Message-Id: <200204020110.g321A4F10614@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 1 Apr 2002 17:10:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/smokeping Makefile distinfo ports/net/smokeping/files smokeping.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 kuriyama 2002/04/01 17:10:04 PST Modified files: net/smokeping Makefile distinfo net/smokeping/files smokeping.sh Log: o Upgrade to 1.6. o Fix a bug of "stop" feature in smokeping.sh. Submitted by: Lars Thegler (maintainer) PR: ports/36006 Revision Changes Path 1.3 +1 -2 ports/net/smokeping/Makefile 1.2 +1 -1 ports/net/smokeping/distinfo 1.3 +1 -1 ports/net/smokeping/files/smokeping.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 17:18:39 2002 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id A1E8837B405; Mon, 1 Apr 2002 17:18:21 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g321IKi53189; Mon, 1 Apr 2002 18:18:20 -0700 (MST) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g321IJf60311; Mon, 1 Apr 2002 18:18:19 -0700 (MST) (envelope-from imp@village.org) Date: Mon, 01 Apr 2002 18:16:28 -0700 (MST) Message-Id: <20020401.181628.15900667.imp@village.org> To: jake@locore.ca Cc: dillon@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 critical.c src/sys/i386/include cpufunc.h critical.h src/sys/i386/isa apic_vector.s icu_vector.s src/sys/kern kern_fork.c kern_proc.c kern_switch.c src/sys/alpha/alpha critical.c src/sys/alpha/include cpufunc.h ... From: "M. Warner Losh" In-Reply-To: <20020401201130.K207@locore.ca> References: <200204012351.g31NpO890339@freefall.freebsd.org> <20020401.175136.106024419.imp@village.org> <20020401201130.K207@locore.ca> X-Mailer: Mew version 2.1 on Emacs 21.1 / 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: <20020401201130.K207@locore.ca> Jake Burkholder writes: : Apparently, On Mon, Apr 01, 2002 at 05:51:36PM -0700, : M. Warner Losh said words to the effect of; : : > In message: <200204012351.g31NpO890339@freefall.freebsd.org> : > Matt Dillon writes: : > : Note: In general, developers should not gratuitously move declarations out : > : of sub-blocks. They are where they are for reasons of structure, grouping, : > : readability, compiler-localizability, and to avoid developer-introduced bugs : > : similar to several found in recent years in the VFS and VM code. : > : > Yes. Style(9) says don't do this unless the code is really complicated: : > : > Parts of a for loop may be left empty. Do not put declarations inside : > blocks unless the routine is unusually complicated. : > : > I suspect that the stuff you are working on is complicated enough to : > justify their use. Style(9) doesn't say never do this. : : I personally don't like it, but I think you are correct. I personally hate it too, and never use it. In most cases it argues for simpler code. However, sometimes the code isn't that easy to simplify and still have it be understandable and/or perform adequeately. It should be the exception rather than the rule. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 17:26: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4055037B419; Mon, 1 Apr 2002 17:26:01 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g321Q1F13138; Mon, 1 Apr 2002 17:26:01 -0800 (PST) (envelope-from kuriyama) Message-Id: <200204020126.g321Q1F13138@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 1 Apr 2002 17:26:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/netrexx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-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/04/01 17:26:01 PST Modified files: java/netrexx Makefile Log: Convert read.me.first from CRLF to LF, too. Use \015 in Makefile instead of literal CR character. PR: ports/36027 Submitted by: parv Revision Changes Path 1.8 +2 -1 ports/java/netrexx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 17:30:32 2002 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id B96BB37B423; Mon, 1 Apr 2002 17:30:21 -0800 (PST) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.12.2/8.12.2) with ESMTP id g321U4FX074483; Mon, 1 Apr 2002 20:30:09 -0500 (EST) (envelope-from mi@aldan.algebra.com) Message-Id: <200204020130.g321U4FX074483@aldan.algebra.com> Date: Mon, 1 Apr 2002 20:30:04 -0500 (EST) From: Mikhail Teterin Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c To: jkh@winston.freebsd.org Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <23280.1017708947@winston.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 1 Apr, Jordan Hubbard wrote: >> Why can't the packages be extracted "in place" by the sysinstall? > > Because that's just not the way it works. If you wanted to do that, > you'd need to invert the logic of pkg_add to extract in place and then > clean up the non-essentials, rather than extracting in a temporary > directory, moving only the essentials into place, and then deleting > the temp dir. I just wonder how, then, the ``@option extract-in-place'' is implemented and why is it not used by default... > You certainly shouldn't let us stop you from doing that, of course, > and I'm sure someone will be happy to review your diffs. :) I'm not so certain of that, as a matter of fact. My last attempt to enhance pkg-code is still waiting (after two months) in the bin/34628: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/34628 >> Failing that, why can't the temporary directory be under the PREFIX, >> to make the installations faster and less disk-space consuming? >Same deal as above, with the added complication of not knowing the >PREFIX up-front. It is certainly possible to extract only the controlling (+CONTENTS?) file(s) to read the PREFIX and extract the rest under it. We don't have to provide for non-seekable package files, do we? But even without that, something under the /usr/local or /usr/X11R6 is a better guess than /usr/tmp or /var/tmp... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 17:33:28 2002 Delivered-To: cvs-all@freebsd.org Received: from quemadura.shockwave.org (quemadura.shockwave.org [63.199.168.250]) by hub.freebsd.org (Postfix) with ESMTP id 45ACD37B41B; Mon, 1 Apr 2002 17:32:59 -0800 (PST) Received: from vaio2 (protempore.shockwave.org [192.111.107.37]) by quemadura.shockwave.org (8.12.1/8.12.1/Debian -5) with ESMTP id g321Wt9w023918 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 1 Apr 2002 17:32:55 -0800 Message-ID: <00e701c1d9e6$4ff44ac0$256b6fc0@shockwave.org> From: "Paul Traina" To: "Mikhail Teterin" , "Jordan Hubbard" Cc: , , References: <23280.1017708947@winston.freebsd.org> Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c Date: Mon, 1 Apr 2002 17:32:54 -0800 Organization: Traina & Associates, LLC MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 While keeping in mind what day it is today, has anyone considered making packages compressed CD9660 filesystems which can be mounted by the vndevice, and then layered/stacked into place with unionfs? It would make for a very sexy and robust "real" filesystem. ----- Original Message ----- From: "Jordan Hubbard" To: "Mikhail Teterin" Cc: ; ; Sent: Monday, April 01, 2002 4:55 PM Subject: Re: cvs commit: src/usr.sbin/sysinstall install.c installUpgrade.c media.c package.c > > Why can't the packages be extracted "in place" by the sysinstall? > > Because that's just not the way it works. If you wanted to do that, > you'd need to invert the logic of pkg_add to extract in place and then > clean up the non-essentials, rather than extracting in a temporary > directory, moving only the essentials into place, and then deleting > the temp dir. You certainly shouldn't let us stop you from doing > that, of course, and I'm sure someone will be happy to review your > diffs. :) > > > Failing that, why can't the temporary directory be under the PREFIX, to > > make the installations faster and less disk-space consuming? > > Same deal as above, with the added complication of not knowing the > PREFIX up-front. > > The package utilities are a lot ickier inside than most people realize > and one of the goals of libh was to replace all of that with a much > cleaner mechanism. Volunteers for libh always welcome! > > - Jordan > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Apr 1 17:45:45 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B2FE37B405; Mon, 1 Apr 2002 17:45:40 -0800 (PST) Received: (from keramida@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g321jeI16012; Mon, 1 Apr 2002 17:45:40 -0800 (PST) (envelope-from keramida) Message-Id: <200204020145.g321jeI16012@freefall.freebsd.org> From: Giorgos Keramidas Date: Mon, 1 Apr 2002 17:45:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/ports 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 keramida 2002/04/01 17:45:39 PST Modified files: en_US.ISO8859-1/books/handbook/ports chapter.sgml Log: - Finish properly sentences with fullstops. - Change FreeBSD Power Pak to PowerPak (as FreeBSD Mall lists it). - Change packages -> applications. Packages do not have compile time options. - Add tags ,