From owner-cvs-src@FreeBSD.ORG Sun Nov 30 00:04:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05BFC16A4CE; Sun, 30 Nov 2003 00:04:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 543F143FE3; Sun, 30 Nov 2003 00:04:02 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU842XJ002539; Sun, 30 Nov 2003 00:04:02 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAU84211002538; Sun, 30 Nov 2003 00:04:02 -0800 (PST) (envelope-from jeff) Message-Id: <200311300804.hAU84211002538@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Nov 2003 00:04:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 08:04:03 -0000 jeff 2003/11/30 00:04:01 PST FreeBSD src repository Modified files: sys/vm uma_core.c Log: - Replace the local maxcpu with mp_maxid. Previously, if mp_maxid was equal to MAXCPU, we would overrun the pcpu_mtx array because maxcpu was calculated incorrectly. - Add some more debugging code so that memory leaks at the time of uma_zdestroy() are more easily diagnosed. Approved by: re (rwatson) Revision Changes Path 1.87 +48 -20 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 00:50:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16CAD16A4CE; Sun, 30 Nov 2003 00:50:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7274543FB1; Sun, 30 Nov 2003 00:50:18 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAU8oIXJ009548; Sun, 30 Nov 2003 00:50:18 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAU8oIJ1009547; Sun, 30 Nov 2003 00:50:18 -0800 (PST) (envelope-from ru) Message-Id: <200311300850.hAU8oIJ1009547@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 30 Nov 2003 00:50:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 stg.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 08:50:19 -0000 ru 2003/11/30 00:50:17 PST FreeBSD src repository Modified files: share/man/man4 stg.4 Log: Removed the i386 specific bit from title. Reviewed by: non Approved by: re (rwatson) Revision Changes Path 1.3 +1 -1 src/share/man/man4/stg.4 From owner-cvs-src@FreeBSD.ORG Sun Nov 30 04:42:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 190A416A4CE; Sun, 30 Nov 2003 04:42:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B96D43FCB; Sun, 30 Nov 2003 04:42:01 -0800 (PST) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUCg1XJ021057; Sun, 30 Nov 2003 04:42:01 -0800 (PST) (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUCg16C021056; Sun, 30 Nov 2003 04:42:01 -0800 (PST) (envelope-from simon) Message-Id: <200311301242.hAUCg16C021056@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 30 Nov 2003 04:42:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 CPU_ELAN.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 12:42:02 -0000 simon 2003/11/30 04:42:01 PST FreeBSD src repository (doc committer) Modified files: share/man/man4/man4.i386 CPU_ELAN.4 Log: Mdoc(7) janitor cleanup. Reviewed and improved by: ru OK'ed by: phk Approved by: re (rwatson) Revision Changes Path 1.2 +89 -42 src/share/man/man4/man4.i386/CPU_ELAN.4 From owner-cvs-src@FreeBSD.ORG Sun Nov 30 04:47:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 403A716A4CE; Sun, 30 Nov 2003 04:47:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95BBF43FA3; Sun, 30 Nov 2003 04:47:25 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUClPXJ026868; Sun, 30 Nov 2003 04:47:25 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUClP8F026863; Sun, 30 Nov 2003 04:47:25 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301247.hAUClP8F026863@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 04:47:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 miibus.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 12:47:26 -0000 akiyama 2003/11/30 04:47:25 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 miibus.4 Log: MFC: revision 1.7 Add rue(4) into list of miibus-using drivers and reference. Revision Changes Path 1.3.2.3 +3 -0 src/share/man/man4/miibus.4 From owner-cvs-src@FreeBSD.ORG Sun Nov 30 04:48:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08A7616A4CF; Sun, 30 Nov 2003 04:48:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E4C743FDD; Sun, 30 Nov 2003 04:48:53 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUCmrXJ026910; Sun, 30 Nov 2003 04:48:53 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUCmr4g026909; Sun, 30 Nov 2003 04:48:53 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301248.hAUCmr4g026909@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 04:48:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb ucom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 12:48:54 -0000 akiyama 2003/11/30 04:48:53 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ucom.c Log: MFC: revision 1.35 Add missing ioctl functions. Revision Changes Path 1.24.2.5 +19 -4 src/sys/dev/usb/ucom.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 04:51:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AECE16A4CE; Sun, 30 Nov 2003 04:51:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B27843F85; Sun, 30 Nov 2003 04:51:56 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUCpuXJ027105; Sun, 30 Nov 2003 04:51:56 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUCpuvM027104; Sun, 30 Nov 2003 04:51:56 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301251.hAUCpuvM027104@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 04:51:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb uplcom.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 12:51:57 -0000 akiyama 2003/11/30 04:51:56 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb uplcom.c Log: MFC: Revision 1.15, 1.17 Add device IDs supported by uplcom(4). - SOURCENEXT Corp. KeikaiDenwa 8 - SOUECENEXT Corp. KeikaiDenwa 8 with charger - HAL Corp. Crossam2+USB Revision Changes Path 1.8.2.4 +6 -0 src/sys/dev/usb/uplcom.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 04:53:41 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BE216A4CE; Sun, 30 Nov 2003 04:53:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0A943FE3; Sun, 30 Nov 2003 04:53:41 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUCreXJ027183; Sun, 30 Nov 2003 04:53:40 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUCreZK027182; Sun, 30 Nov 2003 04:53:40 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301253.hAUCreZK027182@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 04:53:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/usb ubsa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 12:53:41 -0000 akiyama 2003/11/30 04:53:40 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb ubsa.c Log: MFC: revision 1.11 Apply some fixups in the driver_t's. Revision Changes Path 1.2.2.2 +1 -1 src/sys/dev/usb/ubsa.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 05:05:39 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31FB316A4CE; Sun, 30 Nov 2003 05:05:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81FB543FCB; Sun, 30 Nov 2003 05:05:38 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUD5cXJ028596; Sun, 30 Nov 2003 05:05:38 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUD5cHX028595; Sun, 30 Nov 2003 05:05:38 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301305.hAUD5cHX028595@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 05:05:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/dev/usb uplcom.c uvscom.c src/sys/modules/uplcom Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 13:05:39 -0000 akiyama 2003/11/30 05:05:38 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf options sys/i386/conf LINT sys/dev/usb uplcom.c uvscom.c sys/modules/uplcom Makefile Log: MFC: Make interrupt pipe interval time configurable. - Add kernel options: {UPLCOM,UVSCOM}_INTR_INTERVAL - Add sysctl variables: 'hw.usb.{uplcom,uvscom}.interval' sys/conf/options: 1.426 sys/dev/usb/uplcom.c: 1.16 sys/dev/usb/uvscom.c: 1.19 sys/i386/conf/LINT: 1.1189 (in NOTES) sys/modules/uplcom/Makefile: 1.2 Revision Changes Path 1.191.2.60 +2 -0 src/sys/conf/options 1.8.2.5 +29 -2 src/sys/dev/usb/uplcom.c 1.9.2.8 +27 -1 src/sys/dev/usb/uvscom.c 1.749.2.158 +6 -0 src/sys/i386/conf/LINT 1.1.2.3 +2 -1 src/sys/modules/uplcom/Makefile From owner-cvs-src@FreeBSD.ORG Sun Nov 30 05:12:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52FCE16A4CE; Sun, 30 Nov 2003 05:12:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A738443F3F; Sun, 30 Nov 2003 05:12:47 -0800 (PST) (envelope-from akiyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUDClXJ028793; Sun, 30 Nov 2003 05:12:47 -0800 (PST) (envelope-from akiyama@repoman.freebsd.org) Received: (from akiyama@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUDClsV028792; Sun, 30 Nov 2003 05:12:47 -0800 (PST) (envelope-from akiyama) Message-Id: <200311301312.hAUDClsV028792@repoman.freebsd.org> From: Shunsuke Akiyama Date: Sun, 30 Nov 2003 05:12:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man4 uplcom.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 13:12:48 -0000 akiyama 2003/11/30 05:12:47 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man4 uplcom.4 Log: MFC: revision 1.4 Add the following devices to the list of supported devices, to sync manual page with the source code: - HAL Corporation Crossam2+USB IR commander - RATOC REX-USB60 - SOURCENEXT KeikaiDenwa 8 (with and without charger) Revision Changes Path 1.3.2.2 +6 -0 src/share/man/man4/uplcom.4 From owner-cvs-src@FreeBSD.ORG Sun Nov 30 06:11:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B1D716A4CE; Sun, 30 Nov 2003 06:11:19 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B7443FCB; Sun, 30 Nov 2003 06:11:18 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 598F4652FE; Sun, 30 Nov 2003 14:11:17 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10114-01; Sun, 30 Nov 2003 14:11:16 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 858196520E; Sun, 30 Nov 2003 14:11:16 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 66550C8; Sun, 30 Nov 2003 14:11:15 +0000 (GMT) Date: Sun, 30 Nov 2003 14:11:15 +0000 From: Bruce M Simpson To: Jeff Roberson Message-ID: <20031130141115.GA19707@saboteur.dek.spc.org> Mail-Followup-To: Jeff Roberson , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311300804.hAU84211002538@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311300804.hAU84211002538@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 14:11:19 -0000 Jeff, On Sun, Nov 30, 2003 at 12:04:01AM -0800, Jeff Roberson wrote: > Log: > - Replace the local maxcpu with mp_maxid. Previously, if mp_maxid > was equal to MAXCPU, we would overrun the pcpu_mtx array because maxcpu > was calculated incorrectly. > - Add some more debugging code so that memory leaks at the time of > uma_zdestroy() are more easily diagnosed. This change appears to break compilation of uniprocessor kernels. The mp_maxid variable is defined in kern/subr_smp.c. In a uniprocessor kernel, this symbol is undefined:- kimchi:~/cvs/src/sys % nm /boot/kernel/kernel | grep mp_maxid Exit 1 Regards, BMS From owner-cvs-src@FreeBSD.ORG Sun Nov 30 08:28:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6362216A4CE; Sun, 30 Nov 2003 08:28:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A334443FDD; Sun, 30 Nov 2003 08:27:59 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUGRxXJ037628; Sun, 30 Nov 2003 08:27:59 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUGRxG6037627; Sun, 30 Nov 2003 08:27:59 -0800 (PST) (envelope-from sos) Message-Id: <200311301627.hAUGRxG6037627@repoman.freebsd.org> From: Søren Schmidt Date: Sun, 30 Nov 2003 08:27:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.c ata-card.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 16:28:01 -0000 sos 2003/11/30 08:27:59 PST FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-card.c Log: Fix ata-card. The altio resource magic no longer worked probably due to other changes in the kernel. Redo that part so it also fits better into ATAng. Fix detach so it doesn't panic the system when a pccard device is yanked. Approved by: re@ Revision Changes Path 1.198 +1 -1 src/sys/dev/ata/ata-all.c 1.20 +27 -37 src/sys/dev/ata/ata-card.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 10:06:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8828E16A4CE; Sun, 30 Nov 2003 10:06:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD70343F93; Sun, 30 Nov 2003 10:06:02 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUI62XJ048416; Sun, 30 Nov 2003 10:06:02 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUI62oA048415; Sun, 30 Nov 2003 10:06:02 -0800 (PST) (envelope-from phk) Message-Id: <200311301806.hAUI62oA048415@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 30 Nov 2003 10:06:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/mtree specspec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 18:06:03 -0000 phk 2003/11/30 10:06:02 PST FreeBSD src repository Modified files: usr.sbin/mtree specspec.c Log: The new "spec against spec" comparison code was yet another time victim of the special sort order employed where files come before directories and alphabetic inside these two groups. Approved by: re@ Revision Changes Path 1.2 +22 -7 src/usr.sbin/mtree/specspec.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 11:12:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B98B16A4CE; Sun, 30 Nov 2003 11:12:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A03F243FAF; Sun, 30 Nov 2003 11:11:59 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUJBxXJ051713; Sun, 30 Nov 2003 11:11:59 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUJBxTk051712; Sun, 30 Nov 2003 11:11:59 -0800 (PST) (envelope-from bmah) Message-Id: <200311301911.hAUJBxTk051712@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 30 Nov 2003 11:11:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 19:12:00 -0000 bmah 2003/11/30 11:11:59 PST FreeBSD src repository Modified files: release/doc/share/sgml release.ent Log: Version number bump for 5.2-BETA release documentation. Approved by: re (implicitly) Revision Changes Path 1.14 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sun Nov 30 12:29:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E38416A4CE; Sun, 30 Nov 2003 12:29:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1EFE43FB1; Sun, 30 Nov 2003 12:29:42 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUKTgXJ055751; Sun, 30 Nov 2003 12:29:42 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUKTgiK055750; Sun, 30 Nov 2003 12:29:42 -0800 (PST) (envelope-from ambrisko) Message-Id: <200311302029.hAUKTgiK055750@repoman.freebsd.org> From: Doug Ambrisko Date: Sun, 30 Nov 2003 12:29:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/an if_aironet_ieee.h if_an.c if_an_pci.c if_anreg.h src/usr.sbin/ancontrol ancontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 20:29:43 -0000 ambrisko 2003/11/30 12:29:42 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/an if_aironet_ieee.h if_an.c if_an_pci.c if_anreg.h usr.sbin/ancontrol ancontrol.c Log: MFC: - Support for newer firmware on non MPI350 cards (ie. new RID lengths) and more flexible SSID lists. - Some tweaks to the MPI350 handling but not the hack to kick start the new MPI350 firmware. Revision Changes Path 1.1.2.8 +17 -4 src/sys/dev/an/if_aironet_ieee.h 1.2.2.14 +137 -74 src/sys/dev/an/if_an.c 1.2.2.9 +1 -1 src/sys/dev/an/if_an_pci.c 1.1.2.9 +17 -9 src/sys/dev/an/if_anreg.h 1.1.2.10 +40 -50 src/usr.sbin/ancontrol/ancontrol.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 13:10:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FBBE16A4CE; Sun, 30 Nov 2003 13:10:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6498E43F75; Sun, 30 Nov 2003 13:09:59 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUL9xXJ063587; Sun, 30 Nov 2003 13:09:59 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUL9x24063586; Sun, 30 Nov 2003 13:09:59 -0800 (PST) (envelope-from murray) Message-Id: <200311302109.hAUL9x24063586@repoman.freebsd.org> From: Murray Stokely Date: Sun, 30 Nov 2003 13:09:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dhclient Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 21:10:00 -0000 murray 2003/11/30 13:09:59 PST FreeBSD src repository Modified files: sbin/dhclient Makefile.inc Log: Update maintainer line. mbr has been maintainer for at least the last 6 months. Approved by: re (murray) Revision Changes Path 1.7 +1 -1 src/sbin/dhclient/Makefile.inc From owner-cvs-src@FreeBSD.ORG Sun Nov 30 14:08:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E977E16A4CF; Sun, 30 Nov 2003 14:08:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB2A43FB1; Sun, 30 Nov 2003 14:08:25 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUM8OXJ066547; Sun, 30 Nov 2003 14:08:24 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUM8O4q066546; Sun, 30 Nov 2003 14:08:24 -0800 (PST) (envelope-from jeff) Message-Id: <200311302208.hAUM8O4q066546@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Nov 2003 14:08:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 22:08:30 -0000 jeff 2003/11/30 14:08:24 PST FreeBSD src repository Modified files: sys/alpha/alpha mp_machdep.c Log: - Set mp_maxid in a way that is consistent with every other arch. It is one more than the last valid 'cpuid'. Approved by: re (rwatson) Revision Changes Path 1.50 +2 -3 src/sys/alpha/alpha/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 14:09:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC2C316A4CE; Sun, 30 Nov 2003 14:09:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F7CD43FB1; Sun, 30 Nov 2003 14:09:59 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUM9xXJ066599; Sun, 30 Nov 2003 14:09:59 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUM9woS066598; Sun, 30 Nov 2003 14:09:58 -0800 (PST) (envelope-from jeff) Message-Id: <200311302209.hAUM9woS066598@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Nov 2003 14:09:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 22:10:00 -0000 jeff 2003/11/30 14:09:58 PST FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Don't forget to unlock the vnode interlock in the LK_NOWAIT case. Submitted by: Stephan Uphoff Approved by: re (rwatson) Revision Changes Path 1.473 +2 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 14:18:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92EFF16A4CE; Sun, 30 Nov 2003 14:18:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E407143F3F; Sun, 30 Nov 2003 14:18:14 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUMIEXJ066969; Sun, 30 Nov 2003 14:18:14 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUMIEie066968; Sun, 30 Nov 2003 14:18:14 -0800 (PST) (envelope-from jeff) Message-Id: <200311302218.hAUMIEie066968@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Nov 2003 14:18:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 22:18:15 -0000 jeff 2003/11/30 14:18:14 PST FreeBSD src repository Modified files: sys/vm uma_core.c Log: - Unbreak UP. mp_maxid is not defined on uni-processor machines, although I believe it and the other MP variables should be. For now, just define it here and wait for jhb to clean it up later. Approved by: re (rwatson) Revision Changes Path 1.88 +8 -0 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 14:20:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42B6116A4CE; Sun, 30 Nov 2003 14:20:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA5343F85; Sun, 30 Nov 2003 14:20:41 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUMKfXJ067105; Sun, 30 Nov 2003 14:20:41 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUMKfHF067104; Sun, 30 Nov 2003 14:20:41 -0800 (PST) (envelope-from jeff) Message-Id: <200311302220.hAUMKfHF067104@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Nov 2003 14:20:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 22:20:42 -0000 jeff 2003/11/30 14:20:41 PST FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c Log: - Make mp_maxid reflect the same meaning as it does on other architectures. It is one past the last valid cpuid. This relied on a different bug in UMA to work properly. Reported/Tested by: phk Approved by: rwatson Revision Changes Path 1.229 +2 -2 src/sys/amd64/amd64/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 15:30:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 192D116A4CE; Sun, 30 Nov 2003 15:30:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7882643FB1; Sun, 30 Nov 2003 15:30:10 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUNUAXJ070310; Sun, 30 Nov 2003 15:30:10 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUNUApV070309; Sun, 30 Nov 2003 15:30:10 -0800 (PST) (envelope-from iedowse) Message-Id: <200311302330.hAUNUApV070309@repoman.freebsd.org> From: Ian Dowse Date: Sun, 30 Nov 2003 15:30:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 23:30:11 -0000 iedowse 2003/11/30 15:30:09 PST FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: In dounmount(), only call checkdirs() prior to VFS_UNMOUNT() in the forced unmount case. Otherwise, a file system that is referenced only by process fd_cdir/fd_rdir references to the file system root vnode will be successfully unmounted without the MNT_FORCE flag. The previous behaviour was not compatible with the unmount semantics required by amd(8), so file systems could be unexpectedly unmounted while there were still references to the file system root directory. Reported by: Erez Zadok Approved by: re (scottl) Revision Changes Path 1.117 +7 -3 src/sys/kern/vfs_mount.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 15:55:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44AC016A4CE; Sun, 30 Nov 2003 15:55:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9205143FCB; Sun, 30 Nov 2003 15:54:59 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAUNsxXJ071199; Sun, 30 Nov 2003 15:54:59 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAUNsxWA071198; Sun, 30 Nov 2003 15:54:59 -0800 (PST) (envelope-from bmah) Message-Id: <200311302354.hAUNsxWA071198@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 30 Nov 2003 15:54:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 23:55:00 -0000 bmah 2003/11/30 15:54:59 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Trim ncv(4) and nsp(4) devices from the hardware notes and point to on-line manpages via hyperlinks. Approved by: re (implicitly) Revision Changes Path 1.202 +2 -36 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Sun Nov 30 16:17:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21B6516A4CE; Sun, 30 Nov 2003 16:17:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA07243FA3; Sun, 30 Nov 2003 16:17:33 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB10HXXJ072851; Sun, 30 Nov 2003 16:17:33 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB10HXHd072850; Sun, 30 Nov 2003 16:17:33 -0800 (PST) (envelope-from bmah) Message-Id: <200312010017.hB10HXHd072850@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 30 Nov 2003 16:17:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 00:17:37 -0000 bmah 2003/11/30 16:17:33 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: SA-03.19, tcp_hostcache, compat4x.i386 updates, nologin(8) C implementation, no more sysinstall(8) security profiles Modified release notes: Dynamic /bin and /sbin only apply to non-ia64, BIND 8.3.7 (+ MFC), add old version information to sendmail update note. Approved by: re (implicitly) Revision Changes Path 1.658 +30 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Nov 30 16:32:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F417616A4CE; Sun, 30 Nov 2003 16:32:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50FB943F75; Sun, 30 Nov 2003 16:32:35 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB10WZXJ073330; Sun, 30 Nov 2003 16:32:35 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB10WZ1S073329; Sun, 30 Nov 2003 16:32:35 -0800 (PST) (envelope-from truckman) Message-Id: <200312010032.hB10WZ1S073329@repoman.freebsd.org> From: Don Lewis Date: Sun, 30 Nov 2003 16:32:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 00:32:36 -0000 truckman 2003/11/30 16:32:34 PST FreeBSD src repository Modified files: sbin/dumpfs dumpfs.c Log: Swap avgfilesize and avgfpdir order to give better column alignment. Revision Changes Path 1.40 +2 -2 src/sbin/dumpfs/dumpfs.c From owner-cvs-src@FreeBSD.ORG Sun Nov 30 16:34:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F60516A4CE; Sun, 30 Nov 2003 16:34:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E4E943F85; Sun, 30 Nov 2003 16:34:58 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB10YwXJ073414; Sun, 30 Nov 2003 16:34:58 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB10YwcK073413; Sun, 30 Nov 2003 16:34:58 -0800 (PST) (envelope-from bmah) Message-Id: <200312010034.hB10YwcK073413@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 30 Nov 2003 16:34:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 00:34:59 -0000 bmah 2003/11/30 16:34:58 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: New release notes: SA-03:19, BIND 8.3.7. Add old version information to sendmail note. Revision Changes Path 1.22.2.390 +10 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Nov 30 19:22:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0F9016A4CE; Sun, 30 Nov 2003 19:22:10 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54EE743FBD; Sun, 30 Nov 2003 19:22:07 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB13M6vX041488; Sun, 30 Nov 2003 19:22:06 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB13M6tG041487; Sun, 30 Nov 2003 19:22:06 -0800 (PST) (envelope-from obrien) Date: Sun, 30 Nov 2003 19:22:05 -0800 From: "David O'Brien" To: Scott Long Message-ID: <20031201032205.GA41354@dragon.nuxi.com> References: <200311292348.hATNmi50060667@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311292348.hATNmi50060667@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA 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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 03:22:10 -0000 On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > scottl 2003/11/29 15:48:44 PST > > FreeBSD src repository > > Modified files: > release/scripts print-cdrom-packages.sh > Log: > vim-lite can hardly be considered 'lite'. Remove it. Why isn't it "lite"? -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz Lets look at the Emacs editors you left behind: -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz I predict you will become very unpopular for this commit. Please remove Emacs instead. From owner-cvs-src@FreeBSD.ORG Sun Nov 30 19:29:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A93116A4CE; Sun, 30 Nov 2003 19:29:32 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F0CC43F3F; Sun, 30 Nov 2003 19:29:30 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hB13QoMg076169; Sun, 30 Nov 2003 22:26:50 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hB13Qonn076166; Sun, 30 Nov 2003 22:26:50 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 30 Nov 2003 22:26:50 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: "David O'Brien" In-Reply-To: <20031201032205.GA41354@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 03:29:32 -0000 On Sun, 30 Nov 2003, David O'Brien wrote: > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > > scottl 2003/11/29 15:48:44 PST > > > > FreeBSD src repository > > > > Modified files: > > release/scripts print-cdrom-packages.sh > > Log: > > vim-lite can hardly be considered 'lite'. Remove it. > > Why isn't it "lite"? > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > Lets look at the Emacs editors you left behind: > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > I predict you will become very unpopular for this commit. > Please remove Emacs instead. Maybe compared to vim, and both vim and vim-lite were previously on CD1? 2662422 vim-6.2.139.tbz 2195668 vim-lite-6.2.139.tbz Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Sun Nov 30 19:36:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C9D616A4CE for ; Sun, 30 Nov 2003 19:36:38 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id B170543FBF for ; Sun, 30 Nov 2003 19:36:34 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 71577 invoked by uid 1002); 1 Dec 2003 03:36:32 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 1 Dec 2003 03:36:32 -0000 Message-ID: <3FCAB702.4040603@freebsd.org> Date: Sun, 30 Nov 2003 20:35:30 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.org References: <200311292348.hATNmi50060667@repoman.freebsd.org> <20031201032205.GA41354@dragon.nuxi.com> In-Reply-To: <20031201032205.GA41354@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 03:36:38 -0000 David O'Brien wrote: > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > >>scottl 2003/11/29 15:48:44 PST >> >> FreeBSD src repository >> >> Modified files: >> release/scripts print-cdrom-packages.sh >> Log: >> vim-lite can hardly be considered 'lite'. Remove it. > > > Why isn't it "lite"? > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > Lets look at the Emacs editors you left behind: > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > I predict you will become very unpopular for this commit. > Please remove Emacs instead. > I think that you failed to see that there was both 'vim' and 'vim-lite'. In the interest of saving space, one needed to go. I'm happy to discuss which of the two is more appropriate, but I'm adamant that I will remain silent on an emacs v. vi debate. From owner-cvs-src@FreeBSD.ORG Sun Nov 30 19:39:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C921D16A4CE; Sun, 30 Nov 2003 19:39:06 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080C443FA3; Sun, 30 Nov 2003 19:39:05 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id F1B692ED453; Sun, 30 Nov 2003 19:39:04 -0800 (PST) Date: Sun, 30 Nov 2003 19:39:04 -0800 From: Alfred Perlstein To: Robert Watson Message-ID: <20031201033904.GD75620@elvis.mu.org> References: <20031201032205.GA41354@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org cc: David O'Brien Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 03:39:07 -0000 * Robert Watson [031130 19:30] wrote: > > On Sun, 30 Nov 2003, David O'Brien wrote: > > > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > > > scottl 2003/11/29 15:48:44 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > release/scripts print-cdrom-packages.sh > > > Log: > > > vim-lite can hardly be considered 'lite'. Remove it. > > > > Why isn't it "lite"? > > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > > > Lets look at the Emacs editors you left behind: > > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > > > I predict you will become very unpopular for this commit. > > Please remove Emacs instead. > > Maybe compared to vim, and both vim and vim-lite were previously on CD1? > > 2662422 vim-6.2.139.tbz > 2195668 vim-lite-6.2.139.tbz vim-lite is really nice to have around and I have to agree... wait... anyone really tired of nvi?... and wants us to be a little more like OS X? And let's not forget helping the children of Uganda... :) When are we going to replace nvi with vim-without-x11? -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Sun Nov 30 19:56:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D50A016A4CE; Sun, 30 Nov 2003 19:56:29 -0800 (PST) Received: from saturn.criticalmagic.com (saturn.criticalmagic.com [68.213.16.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA1243FBF; Sun, 30 Nov 2003 19:56:28 -0800 (PST) (envelope-from richardcoleman@mindspring.com) Received: from mindspring.com (titan.criticalmagic.com [68.213.16.23]) by saturn.criticalmagic.com (Postfix) with ESMTP id D3C5E3BD10; Sun, 30 Nov 2003 22:56:27 -0500 (EST) Message-ID: <3FCABBFA.9010200@mindspring.com> Date: Sun, 30 Nov 2003 22:56:42 -0500 From: Richard Coleman Organization: Critical Magic, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200311292348.hATNmi50060667@repoman.freebsd.org> <20031201032205.GA41354@dragon.nuxi.com> <3FCAB702.4040603@freebsd.org> In-Reply-To: <3FCAB702.4040603@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: obrien@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richardcoleman@mindspring.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 03:56:30 -0000 Scott Long wrote: >> Why isn't it "lite"? >> -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 >> vim-lite-6.2.139.tbz >> >> Lets look at the Emacs editors you left behind: >> -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz >> >> I predict you will become very unpopular for this commit. >> Please remove Emacs instead. >> > > I think that you failed to see that there was both 'vim' and 'vim-lite'. > In the interest of saving space, one needed to go. I'm happy to discuss > which of the two is more appropriate, but I'm adamant that I will remain > silent on an emacs v. vi debate. Actually, leaving vim-lite rather than vim may be preferable. Those who really want gvim, or vim compiled with their favorite interpreter built in (perl, python, tcl, whatever) will want to recompile anyways. And the default build for vim uses the GTK1 libraries, and that's getting kinda dated. But, it's not a bad deal, one way or the other. Just a suggestion. Richard Coleman richardcoleman@mindspring.com From owner-cvs-src@FreeBSD.ORG Sun Nov 30 20:19:19 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA69C16A4CE for ; Sun, 30 Nov 2003 20:19:19 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8C25443FBD for ; Sun, 30 Nov 2003 20:19:17 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 11591 invoked by uid 1000); 1 Dec 2003 04:19:19 -0000 Date: Sun, 30 Nov 2003 20:19:19 -0800 (PST) From: Nate Lawson To: Shunsuke Akiyama In-Reply-To: <20031130125353.EC71716A558@hub.freebsd.org> Message-ID: <20031130201755.K11560@root.org> References: <20031130125353.EC71716A558@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ubsa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 04:19:19 -0000 On Sun, 30 Nov 2003, Shunsuke Akiyama wrote: > Modified files: (Branch: RELENG_4) > sys/dev/usb ubsa.c > Log: > MFC: revision 1.11 > > Apply some fixups in the driver_t's. > > Revision Changes Path > 1.2.2.2 +1 -1 src/sys/dev/usb/ubsa.c > > --- src/sys/dev/usb/ubsa.c:1.2.2.1 Wed Dec 11 12:54:47 2002 > +++ src/sys/dev/usb/ubsa.c Sun Nov 30 04:53:40 2003 > @@ -237,7 +237,7 @@ > }; > > Static driver_t ubsa_driver = { > - "ubsa", > + "ucom", > ubsa_methods, > sizeof (struct ubsa_softc) > }; > Are you sure this is the direction you want to go? The driver is called ubsa and has a man page called ubsa.4. Why make it inaccurate? -Nate From owner-cvs-src@FreeBSD.ORG Sun Nov 30 20:40:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58E8F16A4D3; Sun, 30 Nov 2003 20:40:18 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A48FB43F75; Sun, 30 Nov 2003 20:40:17 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB14eHvX042470; Sun, 30 Nov 2003 20:40:17 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB14eH22042469; Sun, 30 Nov 2003 20:40:17 -0800 (PST) (envelope-from obrien) Date: Sun, 30 Nov 2003 20:40:17 -0800 From: "David O'Brien" To: Robert Watson Message-ID: <20031201044017.GA42037@dragon.nuxi.com> References: <20031201032205.GA41354@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA 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 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 04:40:24 -0000 On Sun, Nov 30, 2003 at 10:26:50PM -0500, Robert Watson wrote: > On Sun, 30 Nov 2003, David O'Brien wrote: > > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > > > scottl 2003/11/29 15:48:44 PST > > > > > > FreeBSD src repository > > > > > > Modified files: > > > release/scripts print-cdrom-packages.sh > > > Log: > > > vim-lite can hardly be considered 'lite'. Remove it. > > > > Why isn't it "lite"? > > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > Lets look at the Emacs editors you left behind: > > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > > > I predict you will become very unpopular for this commit. > > Please remove Emacs instead. > > Maybe compared to vim, and both vim and vim-lite were previously on CD1? > > 2662422 vim-6.2.139.tbz > 2195668 vim-lite-6.2.139.tbz We really need to decide if disc1 is for servers or desktops. We've been able to kind-of do both for a while now. But I think we're at the point of having to make that hard decision. Server guys really want vim-lite as it doesn't require X11. Desktop guys really want vim so they get the GUI. Seriously we're only talking 2MB here; how in the world much as KDE and GNOME bloatware pigged out since 5.1-RELEASE? -- -- David (obrien@FreeBSD.org) P.S. We could also easily trim 1MB from tools/. Many of these things are MS-DOS utils from the 1990's. From owner-cvs-src@FreeBSD.ORG Sun Nov 30 20:48:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D380E16A4CE; Sun, 30 Nov 2003 20:48:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37BBA43F85; Sun, 30 Nov 2003 20:48:52 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB14mqXJ096427; Sun, 30 Nov 2003 20:48:52 -0800 (PST) (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB14mpV4096426; Sun, 30 Nov 2003 20:48:51 -0800 (PST) (envelope-from jkoshy) Message-Id: <200312010448.hB14mpV4096426@repoman.freebsd.org> From: Joseph Koshy Date: Sun, 30 Nov 2003 20:48:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/share/man/man5 host.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 04:48:53 -0000 jkoshy 2003/11/30 20:48:51 PST FreeBSD src repository Modified files: (Branch: RELENG_4) share/man/man5 host.conf.5 Log: Correct typos. Revision Changes Path 1.1.2.3 +2 -2 src/share/man/man5/host.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Nov 30 22:55:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C2DD16A4CE; Sun, 30 Nov 2003 22:55:23 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 194C343FAF; Sun, 30 Nov 2003 22:55:21 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) hB16tGvq011692 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 1 Dec 2003 07:55:18 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)hB16tEGK011691; Mon, 1 Dec 2003 07:55:15 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id hB16rHcX009814; Mon, 1 Dec 2003 07:53:18 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)hB16rH0v009813; Mon, 1 Dec 2003 07:53:17 +0100 (CET) (envelope-from andreas) Date: Mon, 1 Dec 2003 07:53:17 +0100 From: Andreas Klemm To: "David O'Brien" Message-ID: <20031201065317.GA9772@titan.klemm.apsfilter.org> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201044017.GA42037@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201044017.GA42037@dragon.nuxi.com> X-Operating-System: FreeBSD 5.2-BETA X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.5.1i cc: Scott Long cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 06:55:23 -0000 On Sun, Nov 30, 2003 at 08:40:17PM -0800, David O'Brien wrote: > We really need to decide if disc1 is for servers or desktops. We've been > able to kind-of do both for a while now. But I think we're at the point > of having to make that hard decision. If DVD would be our standard distrib we'd have no problems ;-) What about making CD1 our "complete" server CD and making another CD (#3) a complete Desktop CD ? Or vice versa. Could sysinstall be tought, to change CD-Rom during installation ?? To use CD#1 and CD#3 ? echo "Do you want to install Desktop services" ? umount CD echo "prompt insert CD #3" mount CD -> install X11 ... kde, gnome and related utilities .... Best regards Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-cvs-src@FreeBSD.ORG Sun Nov 30 23:57:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B9816A4D0 for ; Sun, 30 Nov 2003 23:57:10 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C782A43FB1 for ; Sun, 30 Nov 2003 23:57:08 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 12029 invoked by uid 1000); 1 Dec 2003 07:57:11 -0000 Date: Sun, 30 Nov 2003 23:57:11 -0800 (PST) From: Nate Lawson To: Jeff Roberson In-Reply-To: <20031130221848.6FC5316A4DC@hub.freebsd.org> Message-ID: <20031130235614.B12001@root.org> References: <20031130221848.6FC5316A4DC@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 07:57:11 -0000 On Sun, 30 Nov 2003, Jeff Roberson wrote: > Modified files: > sys/vm uma_core.c > Log: > - Unbreak UP. mp_maxid is not defined on uni-processor machines, although > I believe it and the other MP variables should be. For now, just define it > here and wait for jhb to clean it up later. That would also help modules a lot. I had problems using mp_ncpu in a module because I couldn't expect the SMP define to pass through from the kernel config. -Nate From owner-cvs-src@FreeBSD.ORG Mon Dec 1 01:38:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FB4216A4CE; Mon, 1 Dec 2003 01:38:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC3B543F3F; Mon, 1 Dec 2003 01:38:12 -0800 (PST) (envelope-from dg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB19cCXJ016633; Mon, 1 Dec 2003 01:38:12 -0800 (PST) (envelope-from dg@repoman.freebsd.org) Received: (from dg@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB19cCwZ016632; Mon, 1 Dec 2003 01:38:12 -0800 (PST) (envelope-from dg) Message-Id: <200312010938.hB19cCwZ016632@repoman.freebsd.org> From: David Greenman Date: Mon, 1 Dec 2003 01:38:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/sys sendfile.2 src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 09:38:13 -0000 dg 2003/12/01 01:38:12 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/sys sendfile.2 sys/kern uipc_syscalls.c Log: Fixed a bug in sendfile(2) where the sent data would be corrupted due to sendfile(2) being erroneously automatically restarted after a signal is delivered. Fixed by converting ERESTART to EINTR prior to exiting. Updated manual page to indicate the potential EINTR error, its cause and consequences. Revision Changes Path 1.6.2.7 +6 -2 src/lib/libc/sys/sendfile.2 1.65.2.18 +5 -0 src/sys/kern/uipc_syscalls.c From owner-cvs-src@FreeBSD.ORG Mon Dec 1 02:13:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9202416A4D8; Mon, 1 Dec 2003 02:13:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC92943F93; Mon, 1 Dec 2003 02:13:00 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1AD0XJ018693; Mon, 1 Dec 2003 02:13:00 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1AD0If018692; Mon, 1 Dec 2003 02:13:00 -0800 (PST) (envelope-from obrien) Message-Id: <200312011013.hB1AD0If018692@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Dec 2003 02:13:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_all.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 10:13:01 -0000 obrien 2003/12/01 02:13:00 PST FreeBSD src repository Modified files: sys/cam/scsi scsi_all.c Log: SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode. This reduces the 90+ lines boot output of spewage GEOM does for my Plextor SCSI burner. Submitted by: scottl Approved by: scottl Revision Changes Path 1.44 +1 -1 src/sys/cam/scsi/scsi_all.c From owner-cvs-src@FreeBSD.ORG Mon Dec 1 02:46:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F65616A4CE; Mon, 1 Dec 2003 02:46:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 976DF43FBF; Mon, 1 Dec 2003 02:46:45 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1AkjXJ019819; Mon, 1 Dec 2003 02:46:45 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1AkjoU019818; Mon, 1 Dec 2003 02:46:45 -0800 (PST) (envelope-from obrien) Message-Id: <200312011046.hB1AkjoU019818@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Dec 2003 02:46:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 10:46:46 -0000 obrien 2003/12/01 02:46:45 PST FreeBSD src repository Modified files: release Makefile Log: Automatically generate the CHECKSUM.MD5 file for ISO's. Approved by: scottl Revision Changes Path 1.825 +1 -0 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Mon Dec 1 05:22:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E83216A5C2; Mon, 1 Dec 2003 05:22:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C69E43F85; Mon, 1 Dec 2003 05:21:47 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1DLlXJ033338; Mon, 1 Dec 2003 05:21:47 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1DLlJJ033337; Mon, 1 Dec 2003 05:21:47 -0800 (PST) (envelope-from bde) Message-Id: <200312011321.hB1DLlJJ033337@repoman.freebsd.org> From: Bruce Evans Date: Mon, 1 Dec 2003 05:21:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_3 Subject: cvs commit: src/sys/i386/i386 mpboot.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 13:22:10 -0000 bde 2003/12/01 05:21:47 PST FreeBSD src repository Modified files: (Branch: RELENG_3) sys/i386/i386 mpboot.s Log: Avoid depending on a gas bug, so that this file works when assembled by current versions of gas that don't have the bug as well as by the RELENG_3 version. A 32-bit load of %esp in 16-bit mode was mangled. The current version of gas still produces a different object file due to related (but harmless) bugs involving bogus operand size prefixes for segment registers. Revision Changes Path 1.8.2.2 +2 -1 src/sys/i386/i386/mpboot.s From owner-cvs-src@FreeBSD.ORG Mon Dec 1 08:35:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB13F16A4CE; Mon, 1 Dec 2003 08:35:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D3D043FDD; Mon, 1 Dec 2003 08:35:58 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1GZvXJ042316; Mon, 1 Dec 2003 08:35:57 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1GZv7P042315; Mon, 1 Dec 2003 08:35:57 -0800 (PST) (envelope-from mtm) Message-Id: <200312011635.hB1GZv7P042315@repoman.freebsd.org> From: Mike Makonnen Date: Mon, 1 Dec 2003 08:35:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 16:35:59 -0000 mtm 2003/12/01 08:35:57 PST FreeBSD src repository Modified files: etc/rc.d cleartmp Log: When clearing /tmp, X11 lock and temporary files are special. Remove them unconditionaly. PR: bin/59065 Approved by: re (scottl) Revision Changes Path 1.5 +13 -13 src/etc/rc.d/cleartmp From owner-cvs-src@FreeBSD.ORG Mon Dec 1 08:49:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2822D16A4CF for ; Mon, 1 Dec 2003 08:49:28 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id EFF3C44005 for ; Mon, 1 Dec 2003 08:48:25 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 13289 invoked by uid 1000); 1 Dec 2003 16:48:26 -0000 Date: Mon, 1 Dec 2003 08:48:26 -0800 (PST) From: Nate Lawson To: Mike Makonnen In-Reply-To: <20031201163631.B160A16A557@hub.freebsd.org> Message-ID: <20031201084533.H13221@root.org> References: <20031201163631.B160A16A557@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 16:49:28 -0000 On Mon, 1 Dec 2003, Mike Makonnen wrote: > Modified files: > etc/rc.d cleartmp > Log: > When clearing /tmp, X11 lock and temporary files are special. > Remove them unconditionaly. > > PR: bin/59065 > Approved by: re (scottl) > > Revision Changes Path > 1.5 +13 -13 src/etc/rc.d/cleartmp > > load_rc_config $name > run_rc_command "$1" > + > +case ${OSTYPE} in > +FreeBSD) > + # Remove X lock files, since they will prevent you from > + # restarting X > + # > + rm -f /tmp/.X*-lock > + rm -fr /tmp/.X11-unix > + mkdir -m 1777 /tmp/.X11-unix > + ;; > +NetBSD) > + ;; > +esac How about .X[0-9]-lock instead of *? -Nate From owner-cvs-src@FreeBSD.ORG Mon Dec 1 08:56:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA93216A4CE; Mon, 1 Dec 2003 08:56:29 -0800 (PST) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7044643FEC; Mon, 1 Dec 2003 08:55:02 -0800 (PST) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.10/8.12.10) with ESMTP id hB1Gt1B5071691; Mon, 1 Dec 2003 19:55:01 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Mon, 1 Dec 2003 19:55:01 +0300 (MSK) From: Dmitry Morozovsky To: Nate Lawson In-Reply-To: <20031201084533.H13221@root.org> Message-ID: <20031201195318.O68895@woozle.rinet.ru> References: <20031201163631.B160A16A557@hub.freebsd.org> <20031201084533.H13221@root.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Mike Makonnen cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 16:56:30 -0000 On Mon, 1 Dec 2003, Nate Lawson wrote: NL> > When clearing /tmp, X11 lock and temporary files are special. NL> > Remove them unconditionaly. NL> > NL> > PR: bin/59065 NL> > Approved by: re (scottl) NL> > NL> > Revision Changes Path NL> > 1.5 +13 -13 src/etc/rc.d/cleartmp NL> > NL> > load_rc_config $name NL> > run_rc_command "$1" NL> > + NL> > +case ${OSTYPE} in NL> > +FreeBSD) NL> > + # Remove X lock files, since they will prevent you from NL> > + # restarting X NL> > + # NL> > + rm -f /tmp/.X*-lock NL> > + rm -fr /tmp/.X11-unix NL> > + mkdir -m 1777 /tmp/.X11-unix NL> > + ;; NL> > +NetBSD) NL> > + ;; NL> > +esac NL> NL> How about .X[0-9]-lock instead of *? Hmm... what about (rare, but possible) situation with symlink poisoning? Maybe find /tmp -name '.X[0-9]-lock -type f | xargs rm -f [ -d /tmp/.X11-unix ] && rm -rf /tmp/.X11-unix mkdir -m 1777 /tmp/.X11-unix ? Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Mon Dec 1 09:28:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3C5A16A4CF for ; Mon, 1 Dec 2003 09:28:23 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A2A344017 for ; Mon, 1 Dec 2003 09:28:19 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 13415 invoked by uid 1000); 1 Dec 2003 17:28:19 -0000 Date: Mon, 1 Dec 2003 09:28:19 -0800 (PST) From: Nate Lawson To: Dmitry Morozovsky In-Reply-To: <20031201195318.O68895@woozle.rinet.ru> Message-ID: <20031201092551.A13395@root.org> References: <20031201163631.B160A16A557@hub.freebsd.org> <20031201084533.H13221@root.org> <20031201195318.O68895@woozle.rinet.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Mike Makonnen cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 17:28:24 -0000 On Mon, 1 Dec 2003, Dmitry Morozovsky wrote: > On Mon, 1 Dec 2003, Nate Lawson wrote: > NL> > run_rc_command "$1" > NL> > + > NL> > +case ${OSTYPE} in > NL> > +FreeBSD) > NL> > + # Remove X lock files, since they will prevent you from > NL> > + # restarting X > NL> > + # > NL> > + rm -f /tmp/.X*-lock > NL> > + rm -fr /tmp/.X11-unix > NL> > + mkdir -m 1777 /tmp/.X11-unix > NL> > + ;; > NL> > +NetBSD) > NL> > + ;; > NL> > +esac > NL> > NL> How about .X[0-9]-lock instead of *? > > Hmm... what about (rare, but possible) situation with symlink poisoning? > > Maybe > > find /tmp -name '.X[0-9]-lock -type f | xargs rm -f > [ -d /tmp/.X11-unix ] && rm -rf /tmp/.X11-unix > mkdir -m 1777 /tmp/.X11-unix rm doesn't follow symlinks. But yes, filename poisoning is the kind of thing I thought needed to be solved. -Nate From owner-cvs-src@FreeBSD.ORG Mon Dec 1 09:59:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2E7C16A4CF for ; Mon, 1 Dec 2003 09:59:49 -0800 (PST) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14A1443FCB for ; Mon, 1 Dec 2003 09:59:38 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 16192 invoked from network); 1 Dec 2003 17:59:37 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 1 Dec 2003 17:59:37 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB1HxSFn094548; Mon, 1 Dec 2003 12:59:29 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200311302208.hAUM8O4q066546@repoman.freebsd.org> Date: Mon, 01 Dec 2003 12:59:30 -0500 (EST) From: John Baldwin To: Jeff Roberson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 17:59:50 -0000 On 30-Nov-2003 Jeff Roberson wrote: > jeff 2003/11/30 14:08:24 PST > > FreeBSD src repository > > Modified files: > sys/alpha/alpha mp_machdep.c > Log: > - Set mp_maxid in a way that is consistent with every other arch. It is > one more than the last valid 'cpuid'. > > Approved by: re (rwatson) Eh? No it's not. All that needs to be true is that for every processor, PCPU_GET(cpuid) <= mp_maxid. It can be equal to the highest ID and should be so for most cases. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Mon Dec 1 10:19:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B1B16A4CE; Mon, 1 Dec 2003 10:19:45 -0800 (PST) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2845D43FD7; Mon, 1 Dec 2003 10:18:52 -0800 (PST) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.12.10/8.12.10) with ESMTP id hB1IIoB5072537; Mon, 1 Dec 2003 21:18:50 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Mon, 1 Dec 2003 21:18:50 +0300 (MSK) From: Dmitry Morozovsky To: Nate Lawson In-Reply-To: <20031201092551.A13395@root.org> Message-ID: <20031201211508.P68895@woozle.rinet.ru> References: <20031201163631.B160A16A557@hub.freebsd.org> <20031201084533.H13221@root.org><20031201092551.A13395@root.org> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@freebsd.org cc: Mike Makonnen cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 18:19:45 -0000 On Mon, 1 Dec 2003, Nate Lawson wrote: NL> > find /tmp -name '.X[0-9]-lock -type f | xargs rm -f NL> > [ -d /tmp/.X11-unix ] && rm -rf /tmp/.X11-unix NL> > mkdir -m 1777 /tmp/.X11-unix NL> NL> rm doesn't follow symlinks. But yes, filename poisoning is the kind of NL> thing I thought needed to be solved. Ah, yeah, sure, the first line is not needed (in find form). Checking for .X11-unix should exist however due to recursive remove. Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Mon Dec 1 10:58:17 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3420016A4CE; Mon, 1 Dec 2003 10:58:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42C0E43FE1; Mon, 1 Dec 2003 10:58:16 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1IwFXJ054535; Mon, 1 Dec 2003 10:58:16 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1IwF6h054534; Mon, 1 Dec 2003 10:58:15 -0800 (PST) (envelope-from rwatson) Message-Id: <200312011858.hB1IwF6h054534@repoman.freebsd.org> From: Robert Watson Date: Mon, 1 Dec 2003 10:58:15 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 18:58:17 -0000 rwatson 2003/12/01 10:58:15 PST FreeBSD src repository Modified files: usr.sbin/sysinstall menus.c Log: Spell SSHd as sshd. Requested by: jhb Approved by: re (jhb) Revision Changes Path 1.385 +1 -1 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Mon Dec 1 11:05:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B4D216A4CE; Mon, 1 Dec 2003 11:05:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C6344137; Mon, 1 Dec 2003 11:03:54 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1J3pXJ055636; Mon, 1 Dec 2003 11:03:51 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1J3pbh055635; Mon, 1 Dec 2003 11:03:51 -0800 (PST) (envelope-from truckman) Message-Id: <200312011903.hB1J3pbh055635@repoman.freebsd.org> From: Don Lewis Date: Mon, 1 Dec 2003 11:03:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bktr bktr_core.c bktr_os.c bktr_os.h bktr_reg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 19:05:29 -0000 truckman 2003/12/01 11:03:50 PST FreeBSD src repository Modified files: sys/dev/bktr bktr_core.c bktr_os.c bktr_os.h bktr_reg.h Log: Use a mutex to synchronize the driver top and bottom halves instead of using critcal_enter() and critical_exit() to attempt to replace spl*() calls. The critical section was calling selrecord(), which locks an MTX_DEF mutex, which is not legal in a critical section. Tested by: Stefan Ehmann and "make universe" Approved by: re (scottl) Revision Changes Path 1.132 +44 -6 src/sys/dev/bktr/bktr_core.c 1.40 +5 -0 src/sys/dev/bktr/bktr_os.c 1.7 +10 -3 src/sys/dev/bktr/bktr_os.h 1.46 +3 -0 src/sys/dev/bktr/bktr_reg.h From owner-cvs-src@FreeBSD.ORG Mon Dec 1 11:10:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B454416A4CF; Mon, 1 Dec 2003 11:10:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6658043F75; Mon, 1 Dec 2003 11:10:30 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1JAUXJ056017; Mon, 1 Dec 2003 11:10:30 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1JATWQ056016; Mon, 1 Dec 2003 11:10:29 -0800 (PST) (envelope-from obrien) Message-Id: <200312011910.hB1JATWQ056016@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 1 Dec 2003 11:10:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/ls ls.1 ls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 19:10:33 -0000 obrien 2003/12/01 11:10:29 PST FreeBSD src repository Modified files: bin/ls ls.1 ls.c Log: Do something sensible if both -h and -k are given. Approved by: re(scottl) Revision Changes Path 1.77 +8 -0 src/bin/ls/ls.1 1.75 +1 -0 src/bin/ls/ls.c From owner-cvs-src@FreeBSD.ORG Mon Dec 1 11:12:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA85416A4CE; Mon, 1 Dec 2003 11:12:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1605643FB1; Mon, 1 Dec 2003 11:12:59 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1JCwXJ056100; Mon, 1 Dec 2003 11:12:58 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1JCwiT056099; Mon, 1 Dec 2003 11:12:58 -0800 (PST) (envelope-from ceri) Message-Id: <200312011912.hB1JCwiT056099@repoman.freebsd.org> From: Ceri Davies Date: Mon, 1 Dec 2003 11:12:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/gnu/usr.bin/send-pr send-pr.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 19:12:59 -0000 ceri 2003/12/01 11:12:58 PST FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_4) gnu/usr.bin/send-pr send-pr.sh Log: MFC r1.35: Attempt to save the last dregs of emacs users' sanity by saving the contents of the PR when an interrupt is received during the editor session. This stops the use of ^G from deleting a filled PR from underneath the user. PR: bin/59201 Submitted by: Heikki Suonsivu Revision Changes Path 1.13.2.13 +1 -1 src/gnu/usr.bin/send-pr/send-pr.sh From owner-cvs-src@FreeBSD.ORG Mon Dec 1 11:17:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89BCB16A4CE; Mon, 1 Dec 2003 11:17:16 -0800 (PST) Received: from renaissance.homeip.net (m73.net81-65-152.noos.fr [81.65.152.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7850A43FD7; Mon, 1 Dec 2003 11:17:08 -0800 (PST) (envelope-from anthony.ginepro@laposte.net) Received: by renaissance.homeip.net (Postfix, from userid 1001) id 0DB7C204D; Mon, 1 Dec 2003 20:17:07 +0100 (CET) Date: Mon, 1 Dec 2003 20:17:06 +0100 From: Anthony Ginepro To: Mike Makonnen Message-ID: <20031201191706.GA1826@renaissance.homeip.net> References: <200312011635.hB1GZv7P042315@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312011635.hB1GZv7P042315@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA i386 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 19:17:16 -0000 Isn't it what /etc/periodic/daily/110.clean-tmps is for ? Or will all periodic scripts be integrated in /etc/rc.d ? > mtm 2003/12/01 08:35:57 PST > > FreeBSD src repository > > Modified files: > etc/rc.d cleartmp > Log: > When clearing /tmp, X11 lock and temporary files are special. > Remove them unconditionaly. > > PR: bin/59065 > Approved by: re (scottl) > > Revision Changes Path > 1.5 +13 -13 src/etc/rc.d/cleartmp > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > From owner-cvs-src@FreeBSD.ORG Mon Dec 1 12:39:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93ADE16A4CE; Mon, 1 Dec 2003 12:39:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA69043FA3; Mon, 1 Dec 2003 12:39:04 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1Kd4XJ060085; Mon, 1 Dec 2003 12:39:04 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1Kd4EY060084; Mon, 1 Dec 2003 12:39:04 -0800 (PST) (envelope-from phk) Message-Id: <200312012039.hB1Kd4EY060084@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 1 Dec 2003 12:39:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 20:39:05 -0000 phk 2003/12/01 12:39:04 PST FreeBSD src repository Modified files: sys/conf options.i386 Log: Rename the ELAN_* options to CPU_ELAN_* according the the brucification. This commit was forgotten a few days ago. Approved by: re@ Revision Changes Path 1.203 +2 -2 src/sys/conf/options.i386 From owner-cvs-src@FreeBSD.ORG Mon Dec 1 12:45:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A245A16A4CE; Mon, 1 Dec 2003 12:45:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E5D43FE3; Mon, 1 Dec 2003 12:45:09 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1Kj8XJ060392; Mon, 1 Dec 2003 12:45:08 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1Kj8CU060391; Mon, 1 Dec 2003 12:45:08 -0800 (PST) (envelope-from ambrisko) Message-Id: <200312012045.hB1Kj8CU060391@repoman.freebsd.org> From: Doug Ambrisko Date: Mon, 1 Dec 2003 12:45:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/puc pucdata.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 20:45:09 -0000 ambrisko 2003/12/01 12:45:08 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/puc pucdata.c Log: MFC: OX16PCI954 device id 0x950a. Revision Changes Path 1.2.2.16 +12 -0 src/sys/dev/puc/pucdata.c From owner-cvs-src@FreeBSD.ORG Mon Dec 1 13:07:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 980FB16A4CE; Mon, 1 Dec 2003 13:07:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2D4F44001; Mon, 1 Dec 2003 13:06:59 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1L6xXJ067785; Mon, 1 Dec 2003 13:06:59 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1L6x8t067784; Mon, 1 Dec 2003 13:06:59 -0800 (PST) (envelope-from ambrisko) Message-Id: <200312012106.hB1L6x8t067784@repoman.freebsd.org> From: Doug Ambrisko Date: Mon, 1 Dec 2003 13:06:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/mii brgphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 21:07:00 -0000 ambrisko 2003/12/01 13:06:59 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/bge if_bge.c if_bgereg.h sys/dev/mii brgphy.c Log: MFC: Dell 2650 no link led problem. Revision Changes Path 1.3.2.29 +2 -0 src/sys/dev/bge/if_bge.c 1.1.2.13 +7 -0 src/sys/dev/bge/if_bgereg.h 1.1.2.9 +7 -0 src/sys/dev/mii/brgphy.c From owner-cvs-src@FreeBSD.ORG Mon Dec 1 13:51:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBF516A4CE; Mon, 1 Dec 2003 13:51:10 -0800 (PST) Received: from perrin.nxad.com (internal.nxad.com [69.1.70.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8608F43FDF; Mon, 1 Dec 2003 13:50:09 -0800 (PST) (envelope-from sean@nxad.com) Received: by perrin.nxad.com (Postfix, from userid 1001) id 8427B2106B; Mon, 1 Dec 2003 13:48:59 -0800 (PST) Date: Mon, 1 Dec 2003 13:48:59 -0800 From: Sean Chittenden To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031201214859.GD9042@perrin.nxad.com> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201044017.GA42037@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201044017.GA42037@dragon.nuxi.com> X-PGP-Key: finger seanc@FreeBSD.org X-PGP-Fingerprint: 3849 3760 1AFE 7B17 11A0 83A6 DD99 E31F BC84 B341 X-Web-Homepage: http://sean.chittenden.org/ User-Agent: Mutt/1.5.4i Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 21:51:10 -0000 [CC list trimmed] > We really need to decide if disc1 is for servers or desktops. We've > been able to kind-of do both for a while now. But I think we're at > the point of having to make that hard decision. > > Server guys really want vim-lite as it doesn't require X11. Desktop > guys really want vim so they get the GUI. Seriously we're only > talking 2MB here; how in the world much as KDE and GNOME bloatware > pigged out since 5.1-RELEASE? Server guys have a net connection 99/100 times, while desktops don't necessarily. Being primarily a "server guy," I'd hate to see server bits being removed, but for all intents and purposes, I can't think of a single instance where an HTTP/FTP proxy, NAT, or net connection isn't available for me while installing a server. And even then, in a server environment, I don't generally want to run stale ports/ in a multi-user environment in the event of a security update since the last release was cut. That said, I generally fall back to updating ports. with CVSup before installing anyway, which makes having the packages available pretty worthless to me with my "server guy" hat on. Desktops, on the other hand, are often connected with a modem/DSL/cable, so keeping disk1 desktop focused would certainly help increase the usability and thus the number of seats that FreeBSD occupies. If a server guy wants a faster installing server disk, they need to be pointed in the PXE direction anyway. -sc -- Sean Chittenden From owner-cvs-src@FreeBSD.ORG Mon Dec 1 13:58:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6744116A4D3; Mon, 1 Dec 2003 13:58:23 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA7ED4400F; Mon, 1 Dec 2003 13:55:54 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id hB1Ltsl91537; Mon, 1 Dec 2003 16:55:54 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Mon, 1 Dec 2003 16:55:54 -0500 (EST) From: Jeff Roberson To: John Baldwin In-Reply-To: Message-ID: <20031201165303.C4201-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 21:58:23 -0000 On Mon, 1 Dec 2003, John Baldwin wrote: > > On 30-Nov-2003 Jeff Roberson wrote: > > jeff 2003/11/30 14:08:24 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/alpha/alpha mp_machdep.c > > Log: > > - Set mp_maxid in a way that is consistent with every other arch. It is > > one more than the last valid 'cpuid'. > > > > Approved by: re (rwatson) > > Eh? No it's not. All that needs to be true is that for every processor, > PCPU_GET(cpuid) <= mp_maxid. > > It can be equal to the highest ID and should be so for most cases. >From x86's mp_machdep: mp_maxid = MAXCPU; ia64 mp_maxid = min(mp_ncpus, MAXCPU) - 1; sparc64 cpus = 0; root = OF_peer(0); for (child = OF_child(root); child != 0; child = OF_peer(child)) { if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 && strcmp(buf, "cpu") == 0) cpus++; } mp_maxid = cpus; And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks like just sparc64 and x86 were wrong. Maybe I should change those to mean the right thing, and backout the changes to uma. yack. > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > From owner-cvs-src@FreeBSD.ORG Mon Dec 1 14:12:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFEC716A4CE; Mon, 1 Dec 2003 14:12:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29A474400D; Mon, 1 Dec 2003 14:12:51 -0800 (PST) (envelope-from dg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1MCoXJ071191; Mon, 1 Dec 2003 14:12:50 -0800 (PST) (envelope-from dg@repoman.freebsd.org) Received: (from dg@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1MCoKc071190; Mon, 1 Dec 2003 14:12:50 -0800 (PST) (envelope-from dg) Message-Id: <200312012212.hB1MCoKc071190@repoman.freebsd.org> From: David Greenman Date: Mon, 1 Dec 2003 14:12:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys sendfile.2 src/sys/kern uipc_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 22:12:54 -0000 dg 2003/12/01 14:12:50 PST FreeBSD src repository Modified files: lib/libc/sys sendfile.2 sys/kern uipc_syscalls.c Log: Fixed a bug in sendfile(2) where the sent data would be corrupted due to sendfile(2) being erroneously automatically restarted after a signal is delivered. Fixed by converting ERESTART to EINTR prior to exiting. Updated manual page to indicate the potential EINTR error, its cause and consequences. Approved by: re@freebsd.org Revision Changes Path 1.19 +6 -2 src/lib/libc/sys/sendfile.2 1.159 +5 -0 src/sys/kern/uipc_syscalls.c From owner-cvs-src@FreeBSD.ORG Mon Dec 1 14:14:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B038016A4CE; Mon, 1 Dec 2003 14:14:01 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D78034400F; Mon, 1 Dec 2003 14:13:34 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AQxMz-0000Fs-00; Tue, 02 Dec 2003 05:22:21 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AQxMx-0000Ec-00; Tue, 02 Dec 2003 05:22:19 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hB1MG7g1084537; Tue, 2 Dec 2003 04:16:07 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hB1MG6fA084466; Tue, 2 Dec 2003 04:16:06 +0600 (NOVT) (envelope-from danfe) Date: Tue, 2 Dec 2003 04:16:06 +0600 From: Alexey Dokuchaev To: Alfred Perlstein Message-ID: <20031201221606.GA78852@regency.nsu.ru> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201033904.GD75620@elvis.mu.org> User-Agent: Mutt/1.4.1i X-Envelope-To: src-committers@freebsd.org, rwatson@freebsd.org, cvs-src@freebsd.org, obrien@freebsd.org, scottl@freebsd.org, cvs-all@freebsd.org, bright@mu.org cc: src-committers@freebsd.org cc: Robert Watson cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: David O'Brien Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 22:14:01 -0000 On Sun, Nov 30, 2003 at 07:39:04PM -0800, Alfred Perlstein wrote: > * Robert Watson [031130 19:30] wrote: > > > > On Sun, 30 Nov 2003, David O'Brien wrote: > > > > > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > > > > scottl 2003/11/29 15:48:44 PST > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > release/scripts print-cdrom-packages.sh > > > > Log: > > > > vim-lite can hardly be considered 'lite'. Remove it. > > > > > > Why isn't it "lite"? > > > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > > > > > Lets look at the Emacs editors you left behind: > > > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > > > > > I predict you will become very unpopular for this commit. > > > Please remove Emacs instead. > > > > Maybe compared to vim, and both vim and vim-lite were previously on CD1? > > > > 2662422 vim-6.2.139.tbz > > 2195668 vim-lite-6.2.139.tbz > > vim-lite is really nice to have around and I have to agree... > wait... > anyone really tired of nvi?... and wants us to be a little more > like OS X? And let's not forget helping the children of Uganda... :) > > When are we going to replace nvi with vim-without-x11? Is this really that worth it? Speaking for myself, I'm perfectly happy with nvi, and had never felt like installing any of vim* ports. ./danfe From owner-cvs-src@FreeBSD.ORG Mon Dec 1 14:21:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 700B216A4CE; Mon, 1 Dec 2003 14:21:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D0243FF5; Mon, 1 Dec 2003 14:21:25 -0800 (PST) (envelope-from dg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB1MLPXJ071787; Mon, 1 Dec 2003 14:21:25 -0800 (PST) (envelope-from dg@repoman.freebsd.org) Received: (from dg@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB1MLPnp071786; Mon, 1 Dec 2003 14:21:25 -0800 (PST) (envelope-from dg) Message-Id: <200312012221.hB1MLPnp071786@repoman.freebsd.org> From: David Greenman Date: Mon, 1 Dec 2003 14:21:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/lib/libc/sys sendfile.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 22:21:26 -0000 dg 2003/12/01 14:21:25 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/sys sendfile.2 Log: Fixed typo: is -> it Revision Changes Path 1.6.2.8 +1 -1 src/lib/libc/sys/sendfile.2 From owner-cvs-src@FreeBSD.ORG Mon Dec 1 14:32:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6607016A4CF for ; Mon, 1 Dec 2003 14:32:22 -0800 (PST) Received: from mail8.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C69E43FE3 for ; Mon, 1 Dec 2003 14:32:16 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 16232 invoked from network); 1 Dec 2003 22:32:15 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 1 Dec 2003 22:32:15 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB1MWCFn097807; Mon, 1 Dec 2003 17:32:12 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031201165303.C4201-100000@mail.chesapeake.net> Date: Mon, 01 Dec 2003 17:32:15 -0500 (EST) From: John Baldwin To: Jeff Roberson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 22:32:22 -0000 On 01-Dec-2003 Jeff Roberson wrote: > On Mon, 1 Dec 2003, John Baldwin wrote: > >> >> On 30-Nov-2003 Jeff Roberson wrote: >> > jeff 2003/11/30 14:08:24 PST >> > >> > FreeBSD src repository >> > >> > Modified files: >> > sys/alpha/alpha mp_machdep.c >> > Log: >> > - Set mp_maxid in a way that is consistent with every other arch. It is >> > one more than the last valid 'cpuid'. >> > >> > Approved by: re (rwatson) >> >> Eh? No it's not. All that needs to be true is that for every processor, >> PCPU_GET(cpuid) <= mp_maxid. >> >> It can be equal to the highest ID and should be so for most cases. > > From x86's mp_machdep: > mp_maxid = MAXCPU; That's a bug. > ia64 > mp_maxid = min(mp_ncpus, MAXCPU) - 1; This is correct. Note - 1. > sparc64 > cpus = 0; > root = OF_peer(0); > for (child = OF_child(root); child != 0; child = OF_peer(child)) { > if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 > && > strcmp(buf, "cpu") == 0) > cpus++; > } > mp_maxid = cpus; This should be cpus - 1. > And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks like > just sparc64 and x86 were wrong. Maybe I should change those to mean the > right thing, and backout the changes to uma. yack. Heh. I am already waiting for approval from re@ to fix x86. That was definitely my bug. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Mon Dec 1 14:54:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF06216A4CE; Mon, 1 Dec 2003 14:54:08 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A4543F93; Mon, 1 Dec 2003 14:54:06 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id hB1Ms5O30852; Mon, 1 Dec 2003 17:54:05 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Mon, 1 Dec 2003 17:54:05 -0500 (EST) From: Jeff Roberson To: John Baldwin In-Reply-To: Message-ID: <20031201175237.S4201-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 22:54:09 -0000 On Mon, 1 Dec 2003, John Baldwin wrote: > > On 01-Dec-2003 Jeff Roberson wrote: > > On Mon, 1 Dec 2003, John Baldwin wrote: > > > >> > >> On 30-Nov-2003 Jeff Roberson wrote: > >> > jeff 2003/11/30 14:08:24 PST > >> > > >> > FreeBSD src repository > >> > > >> > Modified files: > >> > sys/alpha/alpha mp_machdep.c > >> > Log: > >> > - Set mp_maxid in a way that is consistent with every other arch. It is > >> > one more than the last valid 'cpuid'. > >> > > >> > Approved by: re (rwatson) > >> > >> Eh? No it's not. All that needs to be true is that for every processor, > >> PCPU_GET(cpuid) <= mp_maxid. > >> > >> It can be equal to the highest ID and should be so for most cases. > > > > From x86's mp_machdep: > > mp_maxid = MAXCPU; > > That's a bug. > > > ia64 > > mp_maxid = min(mp_ncpus, MAXCPU) - 1; > > This is correct. Note - 1. > > > sparc64 > > cpus = 0; > > root = OF_peer(0); > > for (child = OF_child(root); child != 0; child = OF_peer(child)) { > > if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 > > && > > strcmp(buf, "cpu") == 0) > > cpus++; > > } > > mp_maxid = cpus; > > This should be cpus - 1. > > > And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks like > > just sparc64 and x86 were wrong. Maybe I should change those to mean the > > right thing, and backout the changes to uma. yack. > > Heh. I am already waiting for approval from re@ to fix x86. That was > definitely my bug. Well, since ULE and UMA are the only two subsystems which make use of mp_maxid, can I request that it be one over the maximum id so that I can use it in loops like: for (i = 0; i < mp_maxid; i++) { Otherwise I guess I can do <=. If you fix x86, can you fix alpha and amd64, and uma and ule? :-) > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > From owner-cvs-src@FreeBSD.ORG Mon Dec 1 15:09:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6462E16A4D0 for ; Mon, 1 Dec 2003 15:09:42 -0800 (PST) Received: from mail8.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id F328343FB1 for ; Mon, 1 Dec 2003 15:09:35 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 29454 invoked from network); 1 Dec 2003 23:09:35 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 1 Dec 2003 23:09:35 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB1N9VFn097987; Mon, 1 Dec 2003 18:09:32 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031201175237.S4201-100000@mail.chesapeake.net> Date: Mon, 01 Dec 2003 18:09:35 -0500 (EST) From: John Baldwin To: Jeff Roberson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 23:09:42 -0000 On 01-Dec-2003 Jeff Roberson wrote: > > On Mon, 1 Dec 2003, John Baldwin wrote: > >> >> On 01-Dec-2003 Jeff Roberson wrote: >> > On Mon, 1 Dec 2003, John Baldwin wrote: >> > >> >> >> >> On 30-Nov-2003 Jeff Roberson wrote: >> >> > jeff 2003/11/30 14:08:24 PST >> >> > >> >> > FreeBSD src repository >> >> > >> >> > Modified files: >> >> > sys/alpha/alpha mp_machdep.c >> >> > Log: >> >> > - Set mp_maxid in a way that is consistent with every other arch. It is >> >> > one more than the last valid 'cpuid'. >> >> > >> >> > Approved by: re (rwatson) >> >> >> >> Eh? No it's not. All that needs to be true is that for every processor, >> >> PCPU_GET(cpuid) <= mp_maxid. >> >> >> >> It can be equal to the highest ID and should be so for most cases. >> > >> > From x86's mp_machdep: >> > mp_maxid = MAXCPU; >> >> That's a bug. >> >> > ia64 >> > mp_maxid = min(mp_ncpus, MAXCPU) - 1; >> >> This is correct. Note - 1. >> >> > sparc64 >> > cpus = 0; >> > root = OF_peer(0); >> > for (child = OF_child(root); child != 0; child = OF_peer(child)) { >> > if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 >> > && >> > strcmp(buf, "cpu") == 0) >> > cpus++; >> > } >> > mp_maxid = cpus; >> >> This should be cpus - 1. >> >> > And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks like >> > just sparc64 and x86 were wrong. Maybe I should change those to mean the >> > right thing, and backout the changes to uma. yack. >> >> Heh. I am already waiting for approval from re@ to fix x86. That was >> definitely my bug. > > Well, since ULE and UMA are the only two subsystems which make use of > mp_maxid, can I request that it be one over the maximum id so that I can > use it in loops like: > for (i = 0; i < mp_maxid; i++) { > > Otherwise I guess I can do <=. If you fix x86, can you fix alpha and > amd64, and uma and ule? :-) I'll fix all of them and work up a patch tomorrow, sure. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Mon Dec 1 15:14:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F25116A4CF; Mon, 1 Dec 2003 15:14:32 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B389F43FDF; Mon, 1 Dec 2003 15:14:30 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id A73182ED43D; Mon, 1 Dec 2003 15:14:30 -0800 (PST) Date: Mon, 1 Dec 2003 15:14:30 -0800 From: Alfred Perlstein To: Alexey Dokuchaev Message-ID: <20031201231430.GI75620@elvis.mu.org> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201221606.GA78852@regency.nsu.ru> User-Agent: Mutt/1.4.1i cc: src-committers@freebsd.org cc: Robert Watson cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: David O'Brien Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2003 23:14:32 -0000 * Alexey Dokuchaev [031201 14:15] wrote: > On Sun, Nov 30, 2003 at 07:39:04PM -0800, Alfred Perlstein wrote: > > > > vim-lite is really nice to have around and I have to agree... > > wait... > > anyone really tired of nvi?... and wants us to be a little more > > like OS X? And let's not forget helping the children of Uganda... :) > > > > When are we going to replace nvi with vim-without-x11? > > Is this really that worth it? Speaking for myself, I'm perfectly happy > with nvi, and had never felt like installing any of vim* ports. And it's not like the Geo Metro didn't sell. But really, vim will get us more converts, it's just easier, has syntax highlighting and a TON of features that nvi either doesn't have or requires much more complex commands to access. -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Mon Dec 1 16:00:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC6B216A4CE; Mon, 1 Dec 2003 16:00:04 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8A1A43FE0; Mon, 1 Dec 2003 15:59:56 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id hB1NxuH70723; Mon, 1 Dec 2003 18:59:56 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Mon, 1 Dec 2003 18:59:56 -0500 (EST) From: Jeff Roberson To: John Baldwin In-Reply-To: Message-ID: <20031201185924.Y4201-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 00:00:05 -0000 On Mon, 1 Dec 2003, John Baldwin wrote: > > On 01-Dec-2003 Jeff Roberson wrote: > > > > On Mon, 1 Dec 2003, John Baldwin wrote: > > > >> > >> On 01-Dec-2003 Jeff Roberson wrote: > >> > On Mon, 1 Dec 2003, John Baldwin wrote: > >> > > >> >> > >> >> On 30-Nov-2003 Jeff Roberson wrote: > >> >> > jeff 2003/11/30 14:08:24 PST > >> >> > > >> >> > FreeBSD src repository > >> >> > > >> >> > Modified files: > >> >> > sys/alpha/alpha mp_machdep.c > >> >> > Log: > >> >> > - Set mp_maxid in a way that is consistent with every other arch. It is > >> >> > one more than the last valid 'cpuid'. > >> >> > > >> >> > Approved by: re (rwatson) > >> >> > >> >> Eh? No it's not. All that needs to be true is that for every processor, > >> >> PCPU_GET(cpuid) <= mp_maxid. > >> >> > >> >> It can be equal to the highest ID and should be so for most cases. > >> > > >> > From x86's mp_machdep: > >> > mp_maxid = MAXCPU; > >> > >> That's a bug. > >> > >> > ia64 > >> > mp_maxid = min(mp_ncpus, MAXCPU) - 1; > >> > >> This is correct. Note - 1. > >> > >> > sparc64 > >> > cpus = 0; > >> > root = OF_peer(0); > >> > for (child = OF_child(root); child != 0; child = OF_peer(child)) { > >> > if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 > >> > && > >> > strcmp(buf, "cpu") == 0) > >> > cpus++; > >> > } > >> > mp_maxid = cpus; > >> > >> This should be cpus - 1. > >> > >> > And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks like > >> > just sparc64 and x86 were wrong. Maybe I should change those to mean the > >> > right thing, and backout the changes to uma. yack. > >> > >> Heh. I am already waiting for approval from re@ to fix x86. That was > >> definitely my bug. > > > > Well, since ULE and UMA are the only two subsystems which make use of > > mp_maxid, can I request that it be one over the maximum id so that I can > > use it in loops like: > > for (i = 0; i < mp_maxid; i++) { > > > > Otherwise I guess I can do <=. If you fix x86, can you fix alpha and > > amd64, and uma and ule? :-) > > I'll fix all of them and work up a patch tomorrow, sure. :) Thanks, I implemented the HTT topology stuff. You can remove that from your list. Cheers, Jeff > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > From owner-cvs-src@FreeBSD.ORG Mon Dec 1 16:15:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 442DF16A4CE; Mon, 1 Dec 2003 16:15:18 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836E643FCB; Mon, 1 Dec 2003 16:15:16 -0800 (PST) (envelope-from DougB@freebsd.org) Received: from dougb.net ([24.6.53.79]) by comcast.net (sccrmhc12) with SMTP id <20031202001515012003aq2qe>; Tue, 2 Dec 2003 00:15:15 +0000 Date: Mon, 1 Dec 2003 16:15:13 -0800 (PST) From: Doug Barton To: Anthony Ginepro In-Reply-To: <20031201191706.GA1826@renaissance.homeip.net> Message-ID: <20031201161350.A97771@qbhto.arg> References: <200312011635.hB1GZv7P042315@repoman.freebsd.org> <20031201191706.GA1826@renaissance.homeip.net> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Mike Makonnen cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 00:15:18 -0000 On Mon, 1 Dec 2003, Anthony Ginepro wrote: > Isn't it what /etc/periodic/daily/110.clean-tmps is for ? No, for several reasons. Most importantly, they are different solution spaces (boot time, and run time). The other reason these deserve different solutions is that a person might want to have one enabled, but not the other (which is what I do myself). > Or will all periodic scripts be integrated in /etc/rc.d ? Incredibly unlikely to happen. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Mon Dec 1 16:17:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48D8C16A4CE; Mon, 1 Dec 2003 16:17:03 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E1C43FA3; Mon, 1 Dec 2003 16:17:01 -0800 (PST) (envelope-from DougB@freebsd.org) Received: from dougb.net ([24.6.53.79]) by comcast.net (sccrmhc11) with SMTP id <2003120200165901100npc4re>; Tue, 2 Dec 2003 00:17:00 +0000 Date: Mon, 1 Dec 2003 16:16:58 -0800 (PST) From: Doug Barton To: Alfred Perlstein In-Reply-To: <20031201231430.GI75620@elvis.mu.org> Message-ID: <20031201161527.T97771@qbhto.arg> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> <20031201231430.GI75620@elvis.mu.org> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Alexey Dokuchaev cc: src-committers@freebsd.org cc: Robert Watson cc: David O'Brien cc: cvs-src@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 00:17:03 -0000 On Mon, 1 Dec 2003, Alfred Perlstein wrote: > But really, vim will get us more converts, I find it very hard to believe that people who care so much about what editor they use wouldn't be willing to install it from ports. OTOH, the main reason I don't use vim is that it's not installed by default on all the boxes I am responsible for, so I'd rather us (n)vi which is. Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Mon Dec 1 16:23:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2CDF16A4CE; Mon, 1 Dec 2003 16:23:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C98A43F85; Mon, 1 Dec 2003 16:23:46 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB20NkXJ077726; Mon, 1 Dec 2003 16:23:46 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB20Nj9p077725; Mon, 1 Dec 2003 16:23:45 -0800 (PST) (envelope-from sam) Message-Id: <200312020023.hB20Nj9p077725@repoman.freebsd.org> From: Sam Leffler Date: Mon, 1 Dec 2003 16:23:45 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 00:23:47 -0000 sam 2003/12/01 16:23:45 PST FreeBSD src repository Modified files: sys/netinet ip_fw2.c sbin/ipfw ipfw.8 Log: Include opt_ipsec.h so IPSEC/FAST_IPSEC is defined and the appropriate code is compiled in to support the O_IPSEC operator. Previously no support was included and ipsec rules were always matching. Note that we do not return an error when an ipsec rule is added and the kernel does not have IPsec support compiled in; this is done intentionally but we may want to revisit this (document this in the man page). PR: 58899 Submitted by: Bjoern A. Zeeb Approved by: re (rwatson) Revision Changes Path 1.134 +8 -1 src/sbin/ipfw/ipfw.8 1.51 +1 -0 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Mon Dec 1 17:37:18 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E7BB16A4CE; Mon, 1 Dec 2003 17:37:18 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 387CA43FCB; Mon, 1 Dec 2003 17:37:17 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 1B8502A7EA; Mon, 1 Dec 2003 17:37:17 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Jeff Roberson In-Reply-To: <20031201175237.S4201-100000@mail.chesapeake.net> Date: Mon, 01 Dec 2003 17:37:17 -0800 From: Peter Wemm Message-Id: <20031202013717.1B8502A7EA@canning.wemm.org> cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: John Baldwin Subject: Re: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 01:37:18 -0000 Jeff Roberson wrote: > > On Mon, 1 Dec 2003, John Baldwin wrote: > > Heh. I am already waiting for approval from re@ to fix x86. That was > > definitely my bug. > > Well, since ULE and UMA are the only two subsystems which make use of > mp_maxid, can I request that it be one over the maximum id so that I can > use it in loops like: > for (i = 0; i < mp_maxid; i++) { > > Otherwise I guess I can do <=. What? Change your code to: for (i = 0; i <= mp_maxid; i++) ? :-) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Mon Dec 1 17:50:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E60516A4CE; Mon, 1 Dec 2003 17:50:53 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E344D43F85; Mon, 1 Dec 2003 17:50:44 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id CA74E2A7EA; Mon, 1 Dec 2003 17:50:44 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: John Baldwin In-Reply-To: Date: Mon, 01 Dec 2003 17:50:44 -0800 From: Peter Wemm Message-Id: <20031202015044.CA74E2A7EA@canning.wemm.org> cc: Jeff Roberson cc: Jeff Roberson cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 01:50:53 -0000 John Baldwin wrote: > > On 01-Dec-2003 Jeff Roberson wrote: > > > > On Mon, 1 Dec 2003, John Baldwin wrote: > > > >> > >> On 01-Dec-2003 Jeff Roberson wrote: > >> > On Mon, 1 Dec 2003, John Baldwin wrote: > >> > > >> >> > >> >> On 30-Nov-2003 Jeff Roberson wrote: > >> >> > jeff 2003/11/30 14:08:24 PST > >> >> > > >> >> > FreeBSD src repository > >> >> > > >> >> > Modified files: > >> >> > sys/alpha/alpha mp_machdep.c > >> >> > Log: > >> >> > - Set mp_maxid in a way that is consistent with every other arch. It is > >> >> > one more than the last valid 'cpuid'. > >> >> > > >> >> > Approved by: re (rwatson) > >> >> > >> >> Eh? No it's not. All that needs to be true is that for every processo r, > >> >> PCPU_GET(cpuid) <= mp_maxid. > >> >> > >> >> It can be equal to the highest ID and should be so for most cases. > >> > > >> > From x86's mp_machdep: > >> > mp_maxid = MAXCPU; > >> > >> That's a bug. > >> > >> > ia64 > >> > mp_maxid = min(mp_ncpus, MAXCPU) - 1; > >> > >> This is correct. Note - 1. > >> > >> > sparc64 > >> > cpus = 0; > >> > root = OF_peer(0); > >> > for (child = OF_child(root); child != 0; child = OF_peer(child)) { > >> > if (OF_getprop(child, "device_type", buf, sizeof(buf)) > 0 > >> > && > >> > strcmp(buf, "cpu") == 0) > >> > cpus++; > >> > } > >> > mp_maxid = cpus; > >> > >> This should be cpus - 1. > >> > >> > And I just changed amd64 and alpha to mean maxid + 1. Damn. it looks li ke > >> > just sparc64 and x86 were wrong. Maybe I should change those to mean th e > >> > right thing, and backout the changes to uma. yack. > >> > >> Heh. I am already waiting for approval from re@ to fix x86. That was > >> definitely my bug. > > > > Well, since ULE and UMA are the only two subsystems which make use of > > mp_maxid, can I request that it be one over the maximum id so that I can > > use it in loops like: > > for (i = 0; i < mp_maxid; i++) { > > > > Otherwise I guess I can do <=. If you fix x86, can you fix alpha and > > amd64, and uma and ule? :-) > > I'll fix all of them and work up a patch tomorrow, sure. :) Well, whatever happens, please do something promptly because the amd64 GENERIC kernel is broken by all this and panics on a UP machine. I think the problem is currently bandaid-able by doing this: +++ mp_machdep.c 2 Dec 2003 01:41:02 -0000 @@ -201,3 +201,3 @@ else if (mp_ncpus == 1) - mp_maxid = 0; + mp_maxid = 1; else @@ -234,3 +234,3 @@ */ - mp_maxid = 0; + mp_maxid = 1; return (0); In other words, the code sets it to 1 and then changes it back to 0 again. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Mon Dec 1 18:08:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F7616A4CF; Mon, 1 Dec 2003 18:08:36 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F83943F93; Mon, 1 Dec 2003 18:08:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB228YRm013217; Mon, 1 Dec 2003 18:08:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB228XOX013216; Mon, 1 Dec 2003 18:08:33 -0800 (PST) (envelope-from obrien) Date: Mon, 1 Dec 2003 18:08:33 -0800 From: "David O'Brien" To: Peter Wemm Message-ID: <20031202020833.GB13079@dragon.nuxi.com> References: <20031202015044.CA74E2A7EA@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031202015044.CA74E2A7EA@canning.wemm.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA 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 cc: src-committers@FreeBSD.org cc: John Baldwin cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: Jeff Roberson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 02:08:36 -0000 On Mon, Dec 01, 2003 at 05:50:44PM -0800, Peter Wemm wrote: > Well, whatever happens, please do something promptly because the amd64 GENERIC > kernel is broken by all this and panics on a UP machine. I think the problem > is currently bandaid-able by doing this: > > +++ mp_machdep.c 2 Dec 2003 01:41:02 -0000 > - mp_maxid = 0; > + mp_maxid = 1; ... > - mp_maxid = 0; > + mp_maxid = 1; This patch definately works on my Solo9 with GENERIC (minus WITNESS). From owner-cvs-src@FreeBSD.ORG Mon Dec 1 20:40:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10E5016A4CE; Mon, 1 Dec 2003 20:40:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B9F43FDF; Mon, 1 Dec 2003 20:40:34 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB24eYXJ095057; Mon, 1 Dec 2003 20:40:34 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB24eYCf095056; Mon, 1 Dec 2003 20:40:34 -0800 (PST) (envelope-from imp) Message-Id: <200312020440.hB24eYCf095056@repoman.freebsd.org> From: Warner Losh Date: Mon, 1 Dec 2003 20:40:34 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 04:40:35 -0000 imp 2003/12/01 20:40:34 PST FreeBSD src repository Modified files: sys/conf majors Log: Major 186 for sx driver (for Specialix I/O8+) by frank@exit.com Revision Changes Path 1.183 +1 -0 src/sys/conf/majors From owner-cvs-src@FreeBSD.ORG Mon Dec 1 20:47:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B222916A4CE; Mon, 1 Dec 2003 20:47:23 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A40743FE5; Mon, 1 Dec 2003 20:47:17 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB24lGgt021048; Mon, 1 Dec 2003 21:47:16 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 01 Dec 2003 21:47:03 -0700 (MST) Message-Id: <20031201.214703.109283523.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200312020440.hB24eYCf095056@repoman.freebsd.org> References: <200312020440.hB24eYCf095056@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/conf majors X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 04:47:23 -0000 In message: <200312020440.hB24eYCf095056@repoman.freebsd.org> Warner Losh writes: : imp 2003/12/01 20:40:34 PST : : FreeBSD src repository : : Modified files: : sys/conf majors : Log: : Major 186 for sx driver (for Specialix I/O8+) by frank@exit.com Forgot: Approved by: re@ (rwatson) From owner-cvs-src@FreeBSD.ORG Mon Dec 1 20:48:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 598DB16A4CE; Mon, 1 Dec 2003 20:48:13 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F48443FCB; Mon, 1 Dec 2003 20:48:11 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AR3Wv-0007oV-00; Tue, 02 Dec 2003 11:57:01 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AR3Wt-0007mZ-00; Tue, 02 Dec 2003 11:56:59 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hB24ofg1027431; Tue, 2 Dec 2003 10:50:41 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hB24ofes027354; Tue, 2 Dec 2003 10:50:41 +0600 (NOVT) (envelope-from danfe) Date: Tue, 2 Dec 2003 10:50:41 +0600 From: Alexey Dokuchaev To: Doug Barton Message-ID: <20031202045041.GB4997@regency.nsu.ru> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> <20031201231430.GI75620@elvis.mu.org> <20031201161527.T97771@qbhto.arg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201161527.T97771@qbhto.arg> User-Agent: Mutt/1.4.1i X-Envelope-To: DougB@freebsd.org, bright@mu.org, rwatson@freebsd.org, cvs-src@freebsd.org, src-committers@freebsd.org, scottl@freebsd.org, cvs-all@freebsd.org, obrien@freebsd.org cc: src-committers@freebsd.org cc: Robert Watson cc: David O'Brien cc: cvs-src@freebsd.org cc: Alfred Perlstein cc: Scott Long cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 04:48:13 -0000 On Mon, Dec 01, 2003 at 04:16:58PM -0800, Doug Barton wrote: > On Mon, 1 Dec 2003, Alfred Perlstein wrote: > > > But really, vim will get us more converts, > > I find it very hard to believe that people who care so much about what > editor they use wouldn't be willing to install it from ports. OTOH, the I'm also concerned about another bloat^Wpiece of contributed code we'd have to maintain in the base, in case of vim import. ./danfe From owner-cvs-src@FreeBSD.ORG Mon Dec 1 21:00:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C927416A4CE; Mon, 1 Dec 2003 21:00:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2590943F75; Mon, 1 Dec 2003 21:00:00 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB24xxXJ002001; Mon, 1 Dec 2003 20:59:59 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB24xx5B002000; Mon, 1 Dec 2003 20:59:59 -0800 (PST) (envelope-from imp) Message-Id: <200312020459.hB24xx5B002000@repoman.freebsd.org> From: Warner Losh Date: Mon, 1 Dec 2003 20:59:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 05:00:01 -0000 imp 2003/12/01 20:59:59 PST FreeBSD src repository Modified files: sys/dev/wi if_wi.c Log: Fix Lucent cards. o Back out workaround for not resetting lucent cards more than once. With these fixes, it appaers they are no longer necessary. o Set wi_gone when the card goes awol: typically when we get 0xffff back from the card. Also, don't interact with a card that's gone, so we fail in seconds rather than minutes. Also reduce amount of time we wait to .5s in wi_cmd. o clear wi_gone on ifconfig down to give some cards a chance after they wedge (this appears to unwedge one of my prism cards with old firmware). ifconfig up will fail quickly enough if the card really is out to lunch. o Add delay in wi_init of 100ms. o wi_stop(ifp, 0->1) changes so that we clear sc_enabled so that we exit out of the interrupt routine by just acking the interrupt Submitted by: iedowse Approved by: re@ (scottl) # after the freeze I'll fix some of the minor style issues that reviewers # of this patch have told me about. Revision Changes Path 1.158 +25 -10 src/sys/dev/wi/if_wi.c From owner-cvs-src@FreeBSD.ORG Mon Dec 1 21:54:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C4C416A4CE; Mon, 1 Dec 2003 21:54:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C1643F3F; Mon, 1 Dec 2003 21:54:35 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB25sZXJ004933; Mon, 1 Dec 2003 21:54:35 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB25sZQK004932; Mon, 1 Dec 2003 21:54:35 -0800 (PST) (envelope-from bmah) Message-Id: <200312020554.hB25sZQK004932@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 1 Dec 2003 21:54:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/early-adopter article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 05:54:36 -0000 bmah 2003/12/01 21:54:35 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/early-adopter article.sgml Log: IFP4: Update the Early Adopters Guide to bring it up to the state of the world roughly as of the upcoming 5.2 release. Approved by: re (implicitly) Revision Changes Path 1.17 +90 -39 src/release/doc/en_US.ISO8859-1/early-adopter/article.sgml From owner-cvs-src@FreeBSD.ORG Mon Dec 1 22:18:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD9616A4CE; Mon, 1 Dec 2003 22:18:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B7F43FDF; Mon, 1 Dec 2003 22:18:37 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB26IbXJ006630; Mon, 1 Dec 2003 22:18:37 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB26Ib1J006629; Mon, 1 Dec 2003 22:18:37 -0800 (PST) (envelope-from bde) Message-Id: <200312020618.hB26Ib1J006629@repoman.freebsd.org> From: Bruce Evans Date: Mon, 1 Dec 2003 22:18:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_3,RELENG_4 Subject: cvs commit: src/sys/isa sio.c src/sys/i386/isa sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 06:18:38 -0000 bde 2003/12/01 22:18:37 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/isa sio.c Modified files: (Branch: RELENG_3) sys/i386/isa sio.c Log: MFC (1.405: quick fix for most of the pessimization in rev.1.194). Revision Changes Path 1.224.2.10 +8 -3 src/sys/i386/isa/sio.c 1.291.2.36 +7 -2 src/sys/isa/sio.c From owner-cvs-src@FreeBSD.ORG Mon Dec 1 23:07:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D67516A4CF; Mon, 1 Dec 2003 23:07:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C8A43F75; Mon, 1 Dec 2003 23:07:46 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB277kXJ009814; Mon, 1 Dec 2003 23:07:46 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB277kpV009813; Mon, 1 Dec 2003 23:07:46 -0800 (PST) (envelope-from bmah) Message-Id: <200312020707.hB277kpV009813@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 1 Dec 2003 23:07:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 wi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 07:07:47 -0000 bmah 2003/12/01 23:07:46 PST FreeBSD src repository Modified files: share/man/man4 wi.4 Log: Add a few wi-supported cards to get this manpage caught up with the hardware notes. Reviewed by: imp Approved by: re (implicitly) Revision Changes Path 1.58 +6 -0 src/share/man/man4/wi.4 From owner-cvs-src@FreeBSD.ORG Mon Dec 1 23:13:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AFFC16A4CE; Mon, 1 Dec 2003 23:13:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 538BF43FBF; Mon, 1 Dec 2003 23:13:04 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB27D4XJ010081; Mon, 1 Dec 2003 23:13:04 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB27D45O010080; Mon, 1 Dec 2003 23:13:04 -0800 (PST) (envelope-from bmah) Message-Id: <200312020713.hB27D45O010080@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 1 Dec 2003 23:13:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 07:13:05 -0000 bmah 2003/12/01 23:13:03 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Trim wi(4) devices from the hardware notes. Also add a listing of the various chipsets supported by this driver as there are only a few and this seems to be useful information. Approved by: re (implicitly) Revision Changes Path 1.203 +5 -121 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Mon Dec 1 23:57:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 733BA16A4CE; Mon, 1 Dec 2003 23:57:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA8EF43FA3; Mon, 1 Dec 2003 23:57:20 -0800 (PST) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB27vKXJ011546; Mon, 1 Dec 2003 23:57:20 -0800 (PST) (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB27vKIW011545; Mon, 1 Dec 2003 23:57:20 -0800 (PST) (envelope-from ps) Message-Id: <200312020757.hB27vKIW011545@repoman.freebsd.org> From: Paul Saab Date: Mon, 1 Dec 2003 23:57:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c twe_tables.h tweio.h twereg.h twevar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 07:57:21 -0000 ps 2003/12/01 23:57:20 PST FreeBSD src repository Modified files: sys/dev/twe twe.c twe_compat.h twe_freebsd.c twe_tables.h tweio.h twereg.h twevar.h Log: After extensive QA cycles at 3ware, bring the driver in-line with all the issues which they found and asked to be changed so 3ware can offcially support the driver. Summary of the most significant changes: - TWE_OVERRIDE is no longer supported - If twe_getparam failed, bogus data would be returned to the caller - Cache the device unit in the twe_drive structure to aid debugging - Add the 3ware driver version. - Proper return error codes for many functions. - Track the minimum queue length statistics - 4.x compat: use the cached unit number from the twe_drive structure instead of the the cached si_drv2. 3ware found that after many loads and unloads that si_drv2 became corrupted. This did not happen in -current. Submitted by: Vinod Kashyap (with modifications by me) Approved by: re (rwatson) Revision Changes Path 1.18 +100 -48 src/sys/dev/twe/twe.c 1.11 +4 -34 src/sys/dev/twe/twe_compat.h 1.31 +42 -49 src/sys/dev/twe/twe_freebsd.c 1.4 +4 -17 src/sys/dev/twe/twe_tables.h 1.3 +6 -3 src/sys/dev/twe/tweio.h 1.10 +4 -1 src/sys/dev/twe/twereg.h 1.9 +26 -8 src/sys/dev/twe/twevar.h From owner-cvs-src@FreeBSD.ORG Tue Dec 2 03:10:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5684316A4CE; Tue, 2 Dec 2003 03:10:53 -0800 (PST) Received: from mail.tcoip.com.br (erato.tco.net.br [200.220.254.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089DF43FE1; Tue, 2 Dec 2003 03:10:47 -0800 (PST) (envelope-from dcs@tcoip.com.br) Received: from tcoip.com.br ([10.0.2.6]) by mail.tcoip.com.br (8.11.6/8.11.6) with ESMTP id hB2BAhb18585; Tue, 2 Dec 2003 09:10:43 -0200 Message-ID: <3FCC7333.8080602@tcoip.com.br> Date: Tue, 02 Dec 2003 09:10:43 -0200 From: "Daniel C. Sobral" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en, pt-br, ja MIME-Version: 1.0 To: Bruce M Simpson References: <200311300258.hAU2wism078340@repoman.freebsd.org> In-Reply-To: <200311300258.hAU2wism078340@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/netstat if.c netstat.1 route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 11:10:53 -0000 Bruce M Simpson wrote: > bms 2003/11/29 18:58:44 PST >=20 > FreeBSD src repository >=20 > Modified files: (Branch: RELENG_4) > usr.bin/netstat if.c netstat.1 route.c=20 > Log: > MFC: Fix some minor nits in netstat whereby large interface names wou= ld be > truncated. In environments where many tunnel or vlan interfaces are c= reated, > interface names have high numbers which overflow the field width. Thanks! The only reason I won't be naming my first child after you is=20 because, frankly, "Bruce" wouldn't sound right here. :-) --=20 Daniel C. Sobral Ger=EAncia de Opera=E7=F5es Divis=E3o de Comunica=E7=E3o de Dados Coordena=E7=E3o de Seguran=E7a VIVO Centro Oeste Norte Fones: 55-61-313-7654/Cel: 55-61-9618-0904 E-mail: Daniel.Capo@tco.net.br Daniel.Sobral@tcoip.com.br dcs@tcoip.com.br From owner-cvs-src@FreeBSD.ORG Tue Dec 2 04:36:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A7116A4CE; Tue, 2 Dec 2003 04:36:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3797C43F85; Tue, 2 Dec 2003 04:36:01 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2Ca0XJ031144; Tue, 2 Dec 2003 04:36:00 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2Ca0AF031143; Tue, 2 Dec 2003 04:36:00 -0800 (PST) (envelope-from bde) Message-Id: <200312021236.hB2Ca0AF031143@repoman.freebsd.org> From: Bruce Evans Date: Tue, 2 Dec 2003 04:36:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa cy.c src/sys/pci cy_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 12:36:02 -0000 bde 2003/12/02 04:36:00 PST FreeBSD src repository Modified files: sys/i386/isa cy.c sys/pci cy_pci.c Log: Fixed breakage of the pci case of the cy driver by the new interrupt code. Both the driver and the new code were wrong. Driver interrupt handlers are supposed to take "void *vsc" arg, but some including all COMPAT_ISA drivers and the pci part of the cy driver want an "int unit" arg. They got this using bogus casts of function pointers which should have kept working despite their bogusness. However, the new interrupt code doesn't honor requests to pass an arg of ((void *)0), so things are very broken if the arg is actually a representation of unit 0. The fix is to use a normal "void *vsc" arg for the pci case and a wrapper for the COMPAT_ISA case (of the cy driver). This cleans up new-busification of the pci case but takes the COMPAT_ISA case a little further from new-bus. The corresponding bug for the COMPAT_ISA case has already been fixed similarly using a wrapper in compat_isa.c and we need another wrapper just to undo that. Fixed some directly related style bugs (mainly by removing compatibility cruft). cy.c: Fixed an indirectly related old bug in cyattach_common(). A wrong status was returned in the unlikely event that malloc() failed. Approved by: re (scottl) Revision Changes Path 1.137 +32 -31 src/sys/i386/isa/cy.c 1.30 +8 -17 src/sys/pci/cy_pci.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 04:47:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A97416A4CE; Tue, 2 Dec 2003 04:47:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6495443FBD; Tue, 2 Dec 2003 04:47:09 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2Cl9XJ035048; Tue, 2 Dec 2003 04:47:09 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2Cl9Lv034999; Tue, 2 Dec 2003 04:47:09 -0800 (PST) (envelope-from bde) Message-Id: <200312021247.hB2Cl9Lv034999@repoman.freebsd.org> From: Bruce Evans Date: Tue, 2 Dec 2003 04:47:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci cy_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 12:47:10 -0000 bde 2003/12/02 04:47:09 PST FreeBSD src repository Modified files: sys/pci cy_pci.c Log: Fixed some minor indentation bugs. Approved by: re (scottl) Revision Changes Path 1.31 +12 -12 src/sys/pci/cy_pci.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 04:52:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94AA216A4CE; Tue, 2 Dec 2003 04:52:13 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9761443FF2; Tue, 2 Dec 2003 04:52:10 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 86824530E; Tue, 2 Dec 2003 13:52:09 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id B6B055308; Tue, 2 Dec 2003 13:52:02 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 9D34733C7B; Tue, 2 Dec 2003 13:52:02 +0100 (CET) To: Alfred Perlstein References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 02 Dec 2003 13:52:02 +0100 In-Reply-To: <20031201033904.GD75620@elvis.mu.org> (Alfred Perlstein's message of "Sun, 30 Nov 2003 19:39:04 -0800") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: src-committers@FreeBSD.org cc: Robert Watson cc: David O'Brien cc: cvs-src@FreeBSD.org cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 12:52:13 -0000 Alfred Perlstein writes: > When are we going to replace nvi with vim-without-x11? Over my dead body. I consider vim a st****ng pile of s**t. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Dec 2 05:01:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE1C216A4CE; Tue, 2 Dec 2003 05:01:33 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7255E43FAF; Tue, 2 Dec 2003 05:01:32 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 6083B530C; Tue, 2 Dec 2003 14:01:31 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 6B62D5308; Tue, 2 Dec 2003 14:01:20 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id D3BB433C7B; Tue, 2 Dec 2003 14:01:19 +0100 (CET) To: Mike Makonnen References: <200312011635.hB1GZv7P042315@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 02 Dec 2003 14:01:19 +0100 In-Reply-To: <200312011635.hB1GZv7P042315@repoman.freebsd.org> (Mike Makonnen's message of "Mon, 1 Dec 2003 08:35:57 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 13:01:34 -0000 Mike Makonnen writes: > Log: > When clearing /tmp, X11 lock and temporary files are special. > Remove them unconditionaly. Thanks. It's always a pain when X refuses to start after a crash. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Dec 2 07:02:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DACD516A4CE; Tue, 2 Dec 2003 07:02:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A966B43FE9; Tue, 2 Dec 2003 07:02:13 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2F2DXJ043417; Tue, 2 Dec 2003 07:02:13 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2F2Dfj043416; Tue, 2 Dec 2003 07:02:13 -0800 (PST) (envelope-from bde) Message-Id: <200312021502.hB2F2Dfj043416@repoman.freebsd.org> From: Bruce Evans Date: Tue, 2 Dec 2003 07:02:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 apic_vector.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 15:02:15 -0000 bde 2003/12/02 07:02:12 PST FreeBSD src repository Modified files: sys/i386/i386 apic_vector.s Log: Fixed panics in apic interrupt handlers if kernel profiling is turned on. MCOUNT and FAKE_MCOUNT() may clobber all the call-used registers, and one FAKE_MCOUNT() was placed so that an active %eax was clobbered. The fix is to move this FAKE_MCOUNT() earlier where it should have been anyway. Fixed 3 layers of bitrot in the comment about why this FAKE_MCOUNT() was where it was by removing the comment. (mcount() should be called as early as possible after entering a new level, but an implementation detail got in the way until 3 layers of changes ago.) Kernel profiling still gives wrong results because the new interrupt code rearranged object files too much. mcount() depends on trap, syscall and interrupt handlers being between certain magic labels with interrupt handlers last, and on nothing else being there. Splitting up exception.o moved the magic labels to effectively random places relative to what they are supposed to delimit. This mainly broke the call graph; the flat profile is still usable. Revision Changes Path 1.95 +1 -1 src/sys/i386/i386/apic_vector.s From owner-cvs-src@FreeBSD.ORG Tue Dec 2 07:05:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D571E16A4CE; Tue, 2 Dec 2003 07:05:44 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A1343FD7; Tue, 2 Dec 2003 07:05:42 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id hB2F5fEU011715; Tue, 2 Dec 2003 16:05:41 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Bruce Evans From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 02 Dec 2003 07:02:13 PST." <200312021502.hB2F2Dfj043416@repoman.freebsd.org> Date: Tue, 02 Dec 2003 16:05:41 +0100 Message-ID: <11714.1070377541@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 apic_vector.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 15:05:45 -0000 In message <200312021502.hB2F2Dfj043416@repoman.freebsd.org>, Bruce Evans write s: > Kernel profiling still gives wrong results because the new interrupt > code rearranged object files too much. I should add that I have patches in the re@ queue which makes kernbb(8) and gcov(1) work on -current. Basic Block Profiling always gives correct results. -- 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. From owner-cvs-src@FreeBSD.ORG Tue Dec 2 08:00:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C92216A4D0; Tue, 2 Dec 2003 08:00:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70AC543FBD; Tue, 2 Dec 2003 08:00:27 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2G0RXJ046145; Tue, 2 Dec 2003 08:00:27 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2G0Qb8046144; Tue, 2 Dec 2003 08:00:26 -0800 (PST) (envelope-from mtm) Message-Id: <200312021600.hB2G0Qb8046144@repoman.freebsd.org> From: Mike Makonnen Date: Tue, 2 Dec 2003 08:00:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/arch/i386/i386 _setcurthread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 16:00:28 -0000 mtm 2003/12/02 08:00:26 PST FreeBSD src repository Modified files: lib/libthr/arch/i386/i386 _setcurthread.c Log: Use dynamic instead of static LDT allocation. Approved by: re (scottl) Revision Changes Path 1.11 +4 -5 src/lib/libthr/arch/i386/i386/_setcurthread.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 09:11:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 881D116A4CE; Tue, 2 Dec 2003 09:11:43 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E2F43F3F; Tue, 2 Dec 2003 09:11:42 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 3CD6572DB8; Tue, 2 Dec 2003 09:11:42 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 3AF7072DB5; Tue, 2 Dec 2003 09:11:42 -0800 (PST) Date: Tue, 2 Dec 2003 09:11:42 -0800 (PST) From: Doug White To: Paul Saab In-Reply-To: <200312020757.hB27vKIW011545@repoman.freebsd.org> Message-ID: <20031202091116.X59423@carver.gumbysoft.com> References: <200312020757.hB27vKIW011545@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c twe_tables.h tweio.h twereg.h twevar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 17:11:43 -0000 On Mon, 1 Dec 2003, Paul Saab wrote: > Log: > After extensive QA cycles at 3ware, bring the driver in-line with all the > issues which they found and asked to be changed so 3ware can offcially > support the driver. Nice! -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 2 10:28:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1305716A4CE; Tue, 2 Dec 2003 10:28:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAEFE43FF5; Tue, 2 Dec 2003 10:28:00 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2IS0XJ059780; Tue, 2 Dec 2003 10:28:00 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2IS0Ih059775; Tue, 2 Dec 2003 10:28:00 -0800 (PST) (envelope-from brooks) Message-Id: <200312021828.hB2IS0Ih059775@repoman.freebsd.org> From: Brooks Davis Date: Tue, 2 Dec 2003 10:28:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/ipfilter/netinet ip_log.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:28:02 -0000 brooks 2003/12/02 10:28:00 PST FreeBSD src repository Modified files: sys/contrib/ipfilter/netinet ip_log.c Log: Use parens more reasionably so we match the vendor code. This is part of the if_xname change. Submitted by: darrenr Approved by: re (scottl) Revision Changes Path 1.26 +2 -2 src/sys/contrib/ipfilter/netinet/ip_log.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 10:33:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA00816A4CF; Tue, 2 Dec 2003 10:33:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A9943FDD; Tue, 2 Dec 2003 10:33:37 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2IXaXJ060025; Tue, 2 Dec 2003 10:33:36 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2IXaxu060024; Tue, 2 Dec 2003 10:33:36 -0800 (PST) (envelope-from brooks) Message-Id: <200312021833.hB2IXaxu060024@repoman.freebsd.org> From: Brooks Davis Date: Tue, 2 Dec 2003 10:33:36 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: DARRENREED Subject: cvs commit: src/contrib/ipfilter ipt.c kmem.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:33:38 -0000 brooks 2003/12/02 10:33:36 PST FreeBSD src repository Modified files: (Branch: DARRENREED) contrib/ipfilter ipt.c kmem.c Log: This is a direct commit to the vendor branch with code from the vendor. Replace the if_name and if_unit members of struct ifnet with new members if_xname, if_dname, and if_dunit. if_xname is the name of the interface and if_dname/unit are the driver name and instance. This change paves the way for interface renaming and enhanced pseudo device creation and configuration symantics. Submitted by: darrenr Approved by: re (scottl) Revision Changes Path 1.1.1.13 +4 -2 src/contrib/ipfilter/ipt.c 1.1.1.11 +4 -2 src/contrib/ipfilter/kmem.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 10:51:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19BCC16A4CE; Tue, 2 Dec 2003 10:51:37 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DD543FE1; Tue, 2 Dec 2003 10:51:34 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB2IpXRm023049; Tue, 2 Dec 2003 10:51:33 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB2IpX3Q023048; Tue, 2 Dec 2003 10:51:33 -0800 (PST) (envelope-from obrien) Date: Tue, 2 Dec 2003 10:51:33 -0800 From: "David O'Brien" To: Dag-Erling Sm?rgrav Message-ID: <20031202185133.GD20823@dragon.nuxi.com> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA 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 cc: src-committers@FreeBSD.org cc: Robert Watson cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:51:37 -0000 On Tue, Dec 02, 2003 at 01:52:02PM +0100, Dag-Erling Sm?rgrav wrote: > Alfred Perlstein writes: > > When are we going to replace nvi with vim-without-x11? > > Over my dead body. I consider vim a st****ng pile of s**t. I consider nvi a st****ng pile of s**t. So there! 8-))))) Any talk of importing Vim should just stop right here, right now. The license on it is close enough to GPL that even I would strongly block its import. -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Tue Dec 2 10:55:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F2D516A4CE; Tue, 2 Dec 2003 10:55:38 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FBFE43FE0; Tue, 2 Dec 2003 10:55:29 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hB2IqjMg068543; Tue, 2 Dec 2003 13:52:45 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hB2IqjLn068540; Tue, 2 Dec 2003 13:52:45 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 2 Dec 2003 13:52:45 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: "David O'Brien" In-Reply-To: <20031202185133.GD20823@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: Dag-Erling Sm?rgrav cc: Alfred Perlstein cc: Scott Long cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 18:55:38 -0000 On Tue, 2 Dec 2003, David O'Brien wrote: > On Tue, Dec 02, 2003 at 01:52:02PM +0100, Dag-Erling Sm?rgrav wrote: > > Alfred Perlstein writes: > > > When are we going to replace nvi with vim-without-x11? > > > > Over my dead body. I consider vim a st****ng pile of s**t. > > I consider nvi a st****ng pile of s**t. So there! 8-))))) > > Any talk of importing Vim should just stop right here, right now. The > license on it is close enough to GPL that even I would strongly block > its import. I've been thinking we could solve all this by moving to nvi.ko and vim.ko, and let the user decide using a boot-time loader tunable. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Tue Dec 2 12:05:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC4C016A4CF; Tue, 2 Dec 2003 12:05:24 -0800 (PST) Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6996443F93; Tue, 2 Dec 2003 12:05:21 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtpzilla3.xs4all.nl (8.12.9/8.12.9) with ESMTP id hB2K5CiX055461; Tue, 2 Dec 2003 21:05:13 +0100 (CET) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.10/8.12.9) with ESMTP id hB2K5CF3014267; Tue, 2 Dec 2003 21:05:12 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.10/8.12.9/Submit) id hB2K5CDF014266; Tue, 2 Dec 2003 21:05:12 +0100 (CET) (envelope-from wkb) Date: Tue, 2 Dec 2003 21:05:12 +0100 From: Wilko Bulte To: Robert Watson Message-ID: <20031202200512.GA14248@freebie.xs4all.nl> References: <20031202185133.GD20823@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.9-STABLE X-PGP: finger wilko@freebsd.org cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: Dag-Erling Sm?rgrav cc: Alfred Perlstein cc: Scott Long cc: David O'Brien Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 20:05:25 -0000 On Tue, Dec 02, 2003 at 01:52:45PM -0500, Robert Watson wrote: > > On Tue, 2 Dec 2003, David O'Brien wrote: > > > On Tue, Dec 02, 2003 at 01:52:02PM +0100, Dag-Erling Sm?rgrav wrote: > > > Alfred Perlstein writes: > > > > When are we going to replace nvi with vim-without-x11? > > > > > > Over my dead body. I consider vim a st****ng pile of s**t. > > > > I consider nvi a st****ng pile of s**t. So there! 8-))))) > > > > Any talk of importing Vim should just stop right here, right now. The > > license on it is close enough to GPL that even I would strongly block > > its import. > > I've been thinking we could solve all this by moving to nvi.ko and vim.ko, > and let the user decide using a boot-time loader tunable. Wimps.. all of you.. Real programmers don't rely on fancy screen editors, /bin/ed is your friend. And only if your cardreader is broken! :) -- | / o / /_ _ |/|/ / / /( (_) Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Dec 2 12:47:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09D8116A4CE; Tue, 2 Dec 2003 12:47:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 574AC43FB1; Tue, 2 Dec 2003 12:47:32 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2KlWXJ072143; Tue, 2 Dec 2003 12:47:32 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2KlVl2072142; Tue, 2 Dec 2003 12:47:31 -0800 (PST) (envelope-from marcus) Message-Id: <200312022047.hB2KlVl2072142@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 2 Dec 2003 12:47:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 20:47:33 -0000 marcus 2003/12/02 12:47:31 PST FreeBSD src repository (doc,ports committer) Modified files: release/scripts print-cdrom-packages.sh Log: Depend on kde-lite and gnome2-lite instead of kde3 and gnome2. This greatly reduces the amount of space occupied by packages on release disc 1. Approved by: re (scottl) Revision Changes Path 1.51 +2 -2 src/release/scripts/print-cdrom-packages.sh From owner-cvs-src@FreeBSD.ORG Tue Dec 2 12:49:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6755616A4CE; Tue, 2 Dec 2003 12:49:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B24FE43FAF; Tue, 2 Dec 2003 12:49:47 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2KnlXJ072205; Tue, 2 Dec 2003 12:49:47 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2Knlo9072204; Tue, 2 Dec 2003 12:49:47 -0800 (PST) (envelope-from marcus) Message-Id: <200312022049.hB2Knlo9072204@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 2 Dec 2003 12:49:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall config.c menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 20:49:48 -0000 marcus 2003/12/02 12:49:47 PST FreeBSD src repository (doc,ports committer) Modified files: usr.sbin/sysinstall config.c menus.c Log: Replace the KDE and GNOME 2 desktops with KDE (Lite Edition) and GNOME 2 (Lite Edition) respectively. These "lite" packages are streamlined to provide users with the core essentials for each desktop and to fit on the release disc 1. Approved by: re (scottl) Revision Changes Path 1.219 +2 -2 src/usr.sbin/sysinstall/config.c 1.386 +2 -2 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 13:25:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E250B16A4CE; Tue, 2 Dec 2003 13:25:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F2643FAF; Tue, 2 Dec 2003 13:25:13 -0800 (PST) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2LPDXJ074254; Tue, 2 Dec 2003 13:25:13 -0800 (PST) (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2LPCob074253; Tue, 2 Dec 2003 13:25:12 -0800 (PST) (envelope-from andre) Message-Id: <200312022125.hB2LPCob074253@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 2 Dec 2003 13:25:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet tcp_hostcache.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 21:25:14 -0000 andre 2003/12/02 13:25:12 PST FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: Swap destination and source arguments of two bcopy() calls. Before committing the initial tcp_hostcache I changed them from memcpy() to conform with FreeBSD style without realizing the difference in argument definition. This fixes hostcache operation for IPv6 (in general and explicitly IPv6 path mtu discovery) and T/TCP (RFC1644). Submitted by: Taku YAMAMOTO Approved by: re (rwatson) Revision Changes Path 1.3 +2 -2 src/sys/netinet/tcp_hostcache.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 13:52:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3367216A4CE; Tue, 2 Dec 2003 13:52:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FF8543FB1; Tue, 2 Dec 2003 13:52:15 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2LqFXJ075237; Tue, 2 Dec 2003 13:52:15 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2LqEqX075236; Tue, 2 Dec 2003 13:52:14 -0800 (PST) (envelope-from brooks) Message-Id: <200312022152.hB2LqEqX075236@repoman.freebsd.org> From: Brooks Davis Date: Tue, 2 Dec 2003 13:52:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/rescue/rescue Makefile src/sbin Makefile src/usr.sbin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 21:52:16 -0000 brooks 2003/12/02 13:52:14 PST FreeBSD src repository Modified files: rescue/rescue Makefile sbin Makefile usr.sbin Makefile Log: Reconnect ipfstat, ipnat, and ipftest to the build now that if_xname support is enabled. Approved by: re (scottl) Revision Changes Path 1.22 +1 -1 src/rescue/rescue/Makefile 1.129 +3 -1 src/sbin/Makefile 1.280 +2 -1 src/usr.sbin/Makefile From owner-cvs-src@FreeBSD.ORG Tue Dec 2 14:13:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D35F16A4CE; Tue, 2 Dec 2003 14:13:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B205543F3F; Tue, 2 Dec 2003 14:13:08 -0800 (PST) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB2MD8XJ076830; Tue, 2 Dec 2003 14:13:08 -0800 (PST) (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB2MD8vH076829; Tue, 2 Dec 2003 14:13:08 -0800 (PST) (envelope-from pdeuskar) Message-Id: <200312022213.hB2MD8vH076829@repoman.freebsd.org> From: Prafulla Deuskar Date: Tue, 2 Dec 2003 14:13:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2003 22:13:09 -0000 pdeuskar 2003/12/02 14:13:08 PST FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Use if_flags to check for IFF_POLLING instead of if_ipending. Submitted by: jroberson (Jeff Roberson) Approved by: re (scottl) Revision Changes Path 1.35 +3 -3 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 17:10:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B747916A4CE; Tue, 2 Dec 2003 17:10:15 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3EA43FE1; Tue, 2 Dec 2003 17:10:11 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 155C6654B4; Tue, 2 Dec 2003 11:59:32 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 62024-05; Tue, 2 Dec 2003 11:59:31 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 804F465468; Tue, 2 Dec 2003 11:59:31 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 665BEBA; Tue, 2 Dec 2003 11:59:30 +0000 (GMT) Date: Tue, 2 Dec 2003 11:59:29 +0000 From: Bruce M Simpson To: "Daniel C. Sobral" Message-ID: <20031202115929.GC7901@saboteur.dek.spc.org> Mail-Followup-To: "Daniel C. Sobral" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311300258.hAU2wism078340@repoman.freebsd.org> <3FCC7333.8080602@tcoip.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FCC7333.8080602@tcoip.com.br> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/netstat if.c netstat.1 route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 01:10:16 -0000 On Tue, Dec 02, 2003 at 09:10:43AM -0200, Daniel C. Sobral wrote: > Thanks! The only reason I won't be naming my first child after you is > because, frankly, "Bruce" wouldn't sound right here. :-) It's a dirty job but somebody has to do it. BMS From owner-cvs-src@FreeBSD.ORG Tue Dec 2 17:51:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B5816A4CE; Tue, 2 Dec 2003 17:51:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4EEB43F3F; Tue, 2 Dec 2003 17:51:23 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB31pNXJ092735; Tue, 2 Dec 2003 17:51:23 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB31pNme092734; Tue, 2 Dec 2003 17:51:23 -0800 (PST) (envelope-from fjoe) Message-Id: <200312030151.hB31pNme092734@repoman.freebsd.org> From: Max Khon Date: Tue, 2 Dec 2003 17:51:23 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sbin/mount_msdos mount_msdos.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 01:51:24 -0000 fjoe 2003/12/02 17:51:23 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/mount_msdos mount_msdos.c Log: Mention -M option in usage(). PR: 57462 Submitted by: Ryuichiro Imura Revision Changes Path 1.19.2.3 +2 -2 src/sbin/mount_msdos/mount_msdos.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 18:00:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C898A16A4CF; Tue, 2 Dec 2003 18:00:16 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E3C543FDF; Tue, 2 Dec 2003 18:00:12 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 22B01651F4; Tue, 2 Dec 2003 03:02:37 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 57156-06-3; Tue, 2 Dec 2003 03:02:36 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 59B06654DB; Tue, 2 Dec 2003 03:02:35 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 4CCCE1C; Tue, 2 Dec 2003 03:02:32 +0000 (GMT) Date: Tue, 2 Dec 2003 03:02:31 +0000 From: Bruce M Simpson To: Peter Wemm Message-ID: <20031202030231.GA64413@saboteur.dek.spc.org> Mail-Followup-To: Peter Wemm , Jeff Roberson , John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Jeff Roberson References: <20031201175237.S4201-100000@mail.chesapeake.net> <20031202013717.1B8502A7EA@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031202013717.1B8502A7EA@canning.wemm.org> cc: src-committers@FreeBSD.org cc: John Baldwin cc: cvs-src@FreeBSD.org cc: Jeff Roberson cc: Jeff Roberson cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 02:00:17 -0000 On Mon, Dec 01, 2003 at 05:37:17PM -0800, Peter Wemm wrote: > What? Change your code to: for (i = 0; i <= mp_maxid; i++) ? :-) When I first bandaided it yesterday (at re@'s request), I defined mp_maxid statically with 0, and the system point out wouldn't boot because of this... or rather the lack of this change. I didn't commit my bandaid because it didn't reach re@ due to local DNS problems (I have since updated BIND). BMS From owner-cvs-src@FreeBSD.ORG Tue Dec 2 19:39:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E79116A4CE; Tue, 2 Dec 2003 19:39:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88B1643FE0; Tue, 2 Dec 2003 19:39:56 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB33duXJ099047; Tue, 2 Dec 2003 19:39:56 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB33dua3099046; Tue, 2 Dec 2003 19:39:56 -0800 (PST) (envelope-from imp) Message-Id: <200312030339.hB33dua3099046@repoman.freebsd.org> From: Warner Losh Date: Tue, 2 Dec 2003 19:39:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 03:39:57 -0000 imp 2003/12/02 19:39:56 PST FreeBSD src repository Modified files: . access Log: BMS reports that arr wishes to take a break. Core will put this bit in their safekeeping hopper. Thanks for the great work arr. Submitted by: bms Revision Changes Path 1.622 +0 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Tue Dec 2 22:54:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41EF316A4CE; Tue, 2 Dec 2003 22:54:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CEFF43FE3; Tue, 2 Dec 2003 22:54:41 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB36sfXJ014281; Tue, 2 Dec 2003 22:54:41 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB36sfBs014280; Tue, 2 Dec 2003 22:54:41 -0800 (PST) (envelope-from peter) Message-Id: <200312030654.hB36sfBs014280@repoman.freebsd.org> From: Peter Wemm Date: Tue, 2 Dec 2003 22:54:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc_r/uthread uthread_create.c uthread_init.c uthread_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 06:54:42 -0000 peter 2003/12/02 22:54:41 PST FreeBSD src repository Modified files: lib/libc_r/uthread uthread_create.c uthread_init.c uthread_sig.c Log: For the amd64 we need to do some extra stack alignment fixups. Otherwise we can end up with some threads with a non-16-byte-aligned stack. This causes some interesting side effects, including general protection faults leading to a SIGBUS when doing floating point or varargs. This should be just a verbose NOP for the other platforms. Approved by: re (scottl) Revision Changes Path 1.38 +8 -3 src/lib/libc_r/uthread/uthread_create.c 1.46 +8 -2 src/lib/libc_r/uthread/uthread_init.c 1.46 +11 -1 src/lib/libc_r/uthread/uthread_sig.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 22:58:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3163516A4CE; Tue, 2 Dec 2003 22:58:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8533943FBD; Tue, 2 Dec 2003 22:58:48 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB36wmXJ014481; Tue, 2 Dec 2003 22:58:48 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB36wmuK014480; Tue, 2 Dec 2003 22:58:48 -0800 (PST) (envelope-from peter) Message-Id: <200312030658.hB36wmuK014480@repoman.freebsd.org> From: Peter Wemm Date: Tue, 2 Dec 2003 22:58:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/acpica madt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 06:58:49 -0000 peter 2003/12/02 22:58:48 PST FreeBSD src repository Modified files: sys/amd64/acpica madt.c Log: Add an additional knob to just disable the apic code without also having to resort to disabling acpi as well. I'll document this in the release notes for amd64. Approved by: re (scottl) Revision Changes Path 1.8 +1 -1 src/sys/amd64/acpica/madt.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 23:00:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BA0216A4CE; Tue, 2 Dec 2003 23:00:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7FD43FD7; Tue, 2 Dec 2003 23:00:31 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB370UXJ014541; Tue, 2 Dec 2003 23:00:30 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB370Ukg014540; Tue, 2 Dec 2003 23:00:30 -0800 (PST) (envelope-from peter) Message-Id: <200312030700.hB370Ukg014540@repoman.freebsd.org> From: Peter Wemm Date: Tue, 2 Dec 2003 23:00:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/ia32 ia32_signal.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:00:32 -0000 peter 2003/12/02 23:00:30 PST FreeBSD src repository Modified files: sys/amd64/ia32 ia32_signal.c Log: Catch up with the procsig locking changes elsewhere. We were doing things like copyin/out with psp->ps_mtx held. That was not good. Approved by: re (scottl) Revision Changes Path 1.7 +6 -0 src/sys/amd64/ia32/ia32_signal.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 23:29:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C13516A4CE; Tue, 2 Dec 2003 23:29:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9BB43F3F; Tue, 2 Dec 2003 23:29:39 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB37TdXJ016537; Tue, 2 Dec 2003 23:29:39 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB37TcW1016536; Tue, 2 Dec 2003 23:29:38 -0800 (PST) (envelope-from imp) Message-Id: <200312030729.hB37TcW1016536@repoman.freebsd.org> From: Warner Losh Date: Tue, 2 Dec 2003 23:29:38 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include cserial.h src/sys/dev/cx cronyxfw.h csigma.c csigmafw.h cxddk.c cxddk.h cxreg.h if_cx.c machdep.h ng_cx.h src/sys/modules/cx Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:29:40 -0000 imp 2003/12/02 23:29:38 PST FreeBSD src repository Added files: sys/i386/include cserial.h sys/dev/cx cronyxfw.h csigma.c csigmafw.h cxddk.c cxddk.h cxreg.h if_cx.c machdep.h ng_cx.h sys/modules/cx Makefile Log: Updated cx driver commit part 1: bring in the new kernel driver. This is the vastly updated cx drvier from Roman Kurakin who has been patiently waiting for this update for sometime. The driver is mostly a rewrite from the version we have in the tree. While some similarities remain, losing the little history that the old driver has is not a big loss, and the re@ felt it was easier this way (less error prone). The userland parts of this update will be committed shortly. The driver is not connected to the build yet. I want to make sure I don't break any platform at any time, so I want to test that with these files in the tree before I continue (on the off chance I'm forgetting a file). I changed the DEBUG macro to CX_DEBUG from the code that was submitted (to not break when we go to building with opt_global.h after the release), as well adding $FreeBSD$. Submitted by: Roman Kurakin Approved by: re@ Revision Changes Path 1.1 +32 -0 src/sys/dev/cx/cronyxfw.h (new) 1.1 +1438 -0 src/sys/dev/cx/csigma.c (new) 1.1 +852 -0 src/sys/dev/cx/csigmafw.h (new) 1.1 +905 -0 src/sys/dev/cx/cxddk.c (new) 1.1 +487 -0 src/sys/dev/cx/cxddk.h (new) 1.1 +486 -0 src/sys/dev/cx/cxreg.h (new) 1.1 +3240 -0 src/sys/dev/cx/if_cx.c (new) 1.1 +96 -0 src/sys/dev/cx/machdep.h (new) 1.1 +30 -0 src/sys/dev/cx/ng_cx.h (new) 1.1 +449 -0 src/sys/i386/include/cserial.h (new) 1.1 +39 -0 src/sys/modules/cx/Makefile (new) From owner-cvs-src@FreeBSD.ORG Tue Dec 2 23:40:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11FE416A4CE; Tue, 2 Dec 2003 23:40:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6810443FE1; Tue, 2 Dec 2003 23:40:04 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB37e4XJ016951; Tue, 2 Dec 2003 23:40:04 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB37e4AP016950; Tue, 2 Dec 2003 23:40:04 -0800 (PST) (envelope-from phk) Message-Id: <200312030740.hB37e4AP016950@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 2 Dec 2003 23:40:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf ldscript.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:40:05 -0000 phk 2003/12/02 23:40:03 PST FreeBSD src repository Modified files: sys/conf ldscript.i386 Log: Align the .ctors section correctly. This fixes the 75% probable panic when using basic block profiling. Approved by: re@ Revision Changes Path 1.9 +1 -0 src/sys/conf/ldscript.i386 From owner-cvs-src@FreeBSD.ORG Tue Dec 2 23:43:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E8B416A4CE; Tue, 2 Dec 2003 23:43:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3E0943FA3; Tue, 2 Dec 2003 23:43:03 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB37h3XJ017128; Tue, 2 Dec 2003 23:43:03 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB37h3bQ017123; Tue, 2 Dec 2003 23:43:03 -0800 (PST) (envelope-from phk) Message-Id: <200312030743.hB37h3bQ017123@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 2 Dec 2003 23:43:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/kernbb Makefile kernbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:43:04 -0000 phk 2003/12/02 23:43:03 PST FreeBSD src repository Modified files: usr.sbin/kernbb Makefile kernbb.c Log: Fix our kernel support for Basic Block Profiling to work with GCC33. Approved by: re@ Revision Changes Path 1.10 +2 -0 src/usr.sbin/kernbb/Makefile 1.16 +67 -13 src/usr.sbin/kernbb/kernbb.c From owner-cvs-src@FreeBSD.ORG Tue Dec 2 23:59:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 749CB16A4CE; Tue, 2 Dec 2003 23:59:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2D8143FCB; Tue, 2 Dec 2003 23:59:49 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB37xnXJ017723; Tue, 2 Dec 2003 23:59:49 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB37xnOb017722; Tue, 2 Dec 2003 23:59:49 -0800 (PST) (envelope-from imp) Message-Id: <200312030759.hB37xnOb017722@repoman.freebsd.org> From: Warner Losh Date: Tue, 2 Dec 2003 23:59:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sconfig Makefile sconfig.8 sconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 07:59:50 -0000 imp 2003/12/02 23:59:49 PST FreeBSD src repository Added files: sbin/sconfig Makefile sconfig.8 sconfig.c Log: New cx driver part 2: Commit the new userland pieces. This is the new cronyx serial control program. # A future commit will remove the old driver/userland pieces and connect things # to the build. Submitted by: Roamn Kurakin Revision Changes Path 1.1 +13 -0 src/sbin/sconfig/Makefile (new) 1.1 +909 -0 src/sbin/sconfig/sconfig.8 (new) 1.1 +2275 -0 src/sbin/sconfig/sconfig.c (new) From owner-cvs-src@FreeBSD.ORG Wed Dec 3 00:01:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46A9F16A571; Wed, 3 Dec 2003 00:01:26 -0800 (PST) Received: from telecom.net.et (sparrow.telecom.net.et [213.55.64.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F09043F93; Wed, 3 Dec 2003 00:00:48 -0800 (PST) (envelope-from mtm@identd.net) Received: from [213.55.65.194] (HELO pool-151-200-10-97.res.east.verizon.net) by telecom.net.et (CommuniGate Pro SMTP 3.4.8) with ESMTP-TLS id 31337929; Wed, 03 Dec 2003 10:55:33 +0300 Received: from mobile.acsolutions.com (localhost [127.0.0.1]) ESMTP id hB380axg001233; Wed, 3 Dec 2003 11:00:39 +0300 (EAT) (envelope-from mtm@mobile.acsolutions.com) Received: (from mtm@localhost) by mobile.acsolutions.com (8.12.10/8.12.10/Submit) id hB380WpZ001232; Wed, 3 Dec 2003 11:00:32 +0300 (EAT) (envelope-from mtm) Date: Wed, 3 Dec 2003 11:00:30 +0300 From: Mike Makonnen To: Nate Lawson Message-ID: <20031203080030.GA1201@mobile.acsolutions.com> References: <20031201163631.B160A16A557@hub.freebsd.org> <20031201084533.H13221@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201084533.H13221@root.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD/5.2-BETA (i386) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d cleartmp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 08:01:26 -0000 On Mon, Dec 01, 2003 at 08:48:26AM -0800, Nate Lawson wrote: > > How about .X[0-9]-lock instead of *? Sure, feel free to go ahead and make the change. Cheers. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: 00E8 61BC 0D75 7FFB E4D3 6BF1 B239 D010 3215 D418 mtm@FreeBSD.Org| FreeBSD - Unleash the Daemon ! From owner-cvs-src@FreeBSD.ORG Wed Dec 3 00:04:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E70D816A4CE; Wed, 3 Dec 2003 00:04:53 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD28E43FD7; Wed, 3 Dec 2003 00:04:52 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB384qgt036625; Wed, 3 Dec 2003 01:04:52 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 03 Dec 2003 01:04:37 -0700 (MST) Message-Id: <20031203.010437.76479566.imp@bsdimp.com> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200312030759.hB37xnOb017722@repoman.freebsd.org> References: <200312030759.hB37xnOb017722@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sbin/sconfig Makefile sconfig.8 sconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 08:04:54 -0000 Forgot approved by re@ (scottl) From owner-cvs-src@FreeBSD.ORG Wed Dec 3 05:40:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEF9516A4CE; Wed, 3 Dec 2003 05:40:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 246CC43FDD; Wed, 3 Dec 2003 05:40:27 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3DeQXJ045484; Wed, 3 Dec 2003 05:40:26 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3DeQut045483; Wed, 3 Dec 2003 05:40:26 -0800 (PST) (envelope-from sos) Message-Id: <200312031340.hB3DeQut045483@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 3 Dec 2003 05:40:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 13:40:27 -0000 sos 2003/12/03 05:40:26 PST FreeBSD src repository Modified files: sys/dev/ata ata-isa.c Log: Fix modesetting on ISA only systems. Approved by: re@ Revision Changes Path 1.18 +1 -1 src/sys/dev/ata/ata-isa.c From owner-cvs-src@FreeBSD.ORG Wed Dec 3 06:55:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB0416A4CE; Wed, 3 Dec 2003 06:55:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F9E43F3F; Wed, 3 Dec 2003 06:55:31 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3EtVXJ048883; Wed, 3 Dec 2003 06:55:31 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3EtV4F048874; Wed, 3 Dec 2003 06:55:31 -0800 (PST) (envelope-from jhb) Message-Id: <200312031455.hB3EtV4F048874@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 06:55:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/kern subr_smp.c src/sys/sys smp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 14:55:32 -0000 jhb 2003/12/03 06:55:31 PST FreeBSD src repository Modified files: sys/conf files sys/kern subr_smp.c sys/sys smp.h Log: Export a few SMP related symbols in UP kernels as well. This is needed to aid other kernel code, especially code which can be in a module such as the acpi_cpu(4) driver, to work properly with both SMP and UP kernels. The exported symbols include mp_ncpus, all_cpus, mp_maxid, smp_started, and the smp_rendezvous() function. This also means that CPU_ABSENT() is now always implemented the same on all kernels. Approved by: re (scottl) Revision Changes Path 1.855 +1 -1 src/sys/conf/files 1.180 +36 -0 src/sys/kern/subr_smp.c 1.75 +7 -6 src/sys/sys/smp.h From owner-cvs-src@FreeBSD.ORG Wed Dec 3 06:57:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D2A716A4CE; Wed, 3 Dec 2003 06:57:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F1AB43FAF; Wed, 3 Dec 2003 06:57:26 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3EvQXJ049049; Wed, 3 Dec 2003 06:57:26 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3EvQEg049048; Wed, 3 Dec 2003 06:57:26 -0800 (PST) (envelope-from jhb) Message-Id: <200312031457.hB3EvQEg049048@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 06:57:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.c src/sys/kern sched_ule.c src/sys/sparc64/sparc64 mp_machdep.c src/sys/sys smp.h src/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 14:57:28 -0000 jhb 2003/12/03 06:57:26 PST FreeBSD src repository Modified files: sys/alpha/alpha mp_machdep.c sys/amd64/amd64 mp_machdep.c sys/i386/i386 mp_machdep.c sys/kern sched_ule.c sys/sparc64/sparc64 mp_machdep.c sys/sys smp.h sys/vm uma_core.c Log: Fix all users of mp_maxid to use the same semantics, namely: 1) mp_maxid is a valid FreeBSD CPU ID in the range 0 .. MAXCPU - 1. 2) For all active CPUs in the system, PCPU_GET(cpuid) <= mp_maxid. Approved by: re (scottl) Tested on: i386, amd64, alpha Revision Changes Path 1.51 +0 -1 src/sys/alpha/alpha/mp_machdep.c 1.230 +2 -2 src/sys/amd64/amd64/mp_machdep.c 1.227 +1 -1 src/sys/i386/i386/mp_machdep.c 1.84 +1 -1 src/sys/kern/sched_ule.c 1.25 +2 -2 src/sys/sparc64/sparc64/mp_machdep.c 1.76 +1 -1 src/sys/sys/smp.h 1.89 +8 -16 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Wed Dec 3 07:32:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B4516A4CE; Wed, 3 Dec 2003 07:32:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1323B43FAF; Wed, 3 Dec 2003 07:32:54 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3FWrXJ051228; Wed, 3 Dec 2003 07:32:53 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3FWrV4051227; Wed, 3 Dec 2003 07:32:53 -0800 (PST) (envelope-from sos) Message-Id: <200312031532.hB3FWrV4051227@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 3 Dec 2003 07:32:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-lowlevel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 15:32:54 -0000 sos 2003/12/03 07:32:53 PST FreeBSD src repository Modified files: sys/dev/ata ata-lowlevel.c Log: Fix for the missing slave problem. Approved by: re@ Revision Changes Path 1.24 +1 -1 src/sys/dev/ata/ata-lowlevel.c From owner-cvs-src@FreeBSD.ORG Wed Dec 3 07:42:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC07016A4CE; Wed, 3 Dec 2003 07:42:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BAED43F75; Wed, 3 Dec 2003 07:42:15 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3FgEXJ051523; Wed, 3 Dec 2003 07:42:14 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3FgDBt051522; Wed, 3 Dec 2003 07:42:13 -0800 (PST) (envelope-from scottl) Message-Id: <200312031542.hB3FgDBt051522@repoman.freebsd.org> From: Scott Long Date: Wed, 3 Dec 2003 07:42:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aac aac_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 15:42:16 -0000 scottl 2003/12/03 07:42:12 PST FreeBSD src repository Modified files: sys/dev/aac aac_cam.c Log: Temporary workaround for aac_cam to deal with CAM requiring Giant. This should fix the panics on boot with newer Adaptec RAID cards. Approved by: re (rwatson) Revision Changes Path 1.14 +9 -1 src/sys/dev/aac/aac_cam.c From owner-cvs-src@FreeBSD.ORG Wed Dec 3 09:03:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7B7316A4CE; Wed, 3 Dec 2003 09:03:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 222F443FE1; Wed, 3 Dec 2003 09:03:21 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3H3KXJ061859; Wed, 3 Dec 2003 09:03:20 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3H3KLo061858; Wed, 3 Dec 2003 09:03:20 -0800 (PST) (envelope-from imp) Message-Id: <200312031703.hB3H3KLo061858@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 09:03:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/sconfig Makefile sconfig.8 sconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 17:03:21 -0000 imp 2003/12/03 09:03:20 PST FreeBSD src repository Modified files: sbin/sconfig Makefile sconfig.8 sconfig.c Log: + Patch is not my friend, but an evil toad + Patch is not my friend, but an evil toad Remove redunant copy of each of these files that patch appended to them. # Still not connected to the build. Approved by: re@ Revision Changes Path 1.2 +0 -6 src/sbin/sconfig/Makefile 1.2 +0 -454 src/sbin/sconfig/sconfig.8 1.2 +0 -1137 src/sbin/sconfig/sconfig.c From owner-cvs-src@FreeBSD.ORG Wed Dec 3 09:09:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9F2F16A4DD; Wed, 3 Dec 2003 09:09:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5AAD43FE0; Wed, 3 Dec 2003 09:09:41 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3H9fXJ062093; Wed, 3 Dec 2003 09:09:41 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3H9fbs062092; Wed, 3 Dec 2003 09:09:41 -0800 (PST) (envelope-from imp) Message-Id: <200312031709.hB3H9fbs062092@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 09:09:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin Makefile src/sbin/cxconfig Makefile cxconfig.8 cxconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 17:09:43 -0000 imp 2003/12/03 09:09:41 PST FreeBSD src repository Modified files: sbin Makefile Removed files: sbin/cxconfig Makefile cxconfig.8 cxconfig.c Log: Remove old cxconfig utility and connect new sconfig utility to the build. The sconfig utility supports more than just cx boards, and those drivers will make their way into FreeBSD shortly (maybe before 5.2). Confirmed that this doesn't break the build. Submitted by: Roman Kurakin Approved by: re@ Revision Changes Path 1.130 +1 -1 src/sbin/Makefile 1.6 +0 -6 src/sbin/cxconfig/Makefile (dead) 1.12 +0 -329 src/sbin/cxconfig/cxconfig.8 (dead) 1.7 +0 -768 src/sbin/cxconfig/cxconfig.c (dead) From owner-cvs-src@FreeBSD.ORG Wed Dec 3 09:12:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73BB316A4CE; Wed, 3 Dec 2003 09:12:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA57343F3F; Wed, 3 Dec 2003 09:12:35 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3HCZXJ062236; Wed, 3 Dec 2003 09:12:35 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3HCZFY062235; Wed, 3 Dec 2003 09:12:35 -0800 (PST) (envelope-from imp) Message-Id: <200312031712.hB3HCZFY062235@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 09:12:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 17:12:36 -0000 imp 2003/12/03 09:12:35 PST FreeBSD src repository Modified files: rescue/rescue Makefile Log: Remove cxconfig and add sconfig # maybe we can remove sconfig later from rescue? Submitted by: Roman Kurakin Approved by: re@ Revision Changes Path 1.23 +1 -1 src/rescue/rescue/Makefile From owner-cvs-src@FreeBSD.ORG Wed Dec 3 10:46:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7566016A4CF for ; Wed, 3 Dec 2003 10:46:44 -0800 (PST) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C0843FEC for ; Wed, 3 Dec 2003 10:46:37 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 27199 invoked from network); 3 Dec 2003 18:46:36 -0000 Received: from unknown (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Dec 2003 18:46:36 -0000 Received: from hydrogen.funkthat.com (hktgbs@localhost.funkthat.com [127.0.0.1])hB3IkZgP066986; Wed, 3 Dec 2003 10:46:36 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id hB3IkZmJ066985; Wed, 3 Dec 2003 10:46:35 -0800 (PST) Date: Wed, 3 Dec 2003 10:46:35 -0800 From: John-Mark Gurney To: Ian Dowse Message-ID: <20031203184635.GC54398@funkthat.com> References: <200311250223.hAP2NTua051542@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311250223.hAP2NTua051542@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: green@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ohci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 18:46:44 -0000 Ian Dowse wrote this message on Mon, Nov 24, 2003 at 18:23 -0800: > iedowse 2003/11/24 18:23:29 PST > > FreeBSD src repository > > Modified files: > sys/dev/usb ohci.c > Log: > Write the correct value to `td_be' for the second and further > transfer descriptors when a large request needs to be split into > more than one 8k chunk. The bug was that the calculation did not > take into account the offset of the chunk within the overall request. > This is reported to fix crashes and data corruption on ohci > controllers. > > Submitted by: green > Approved by: re Thanks for tracking this down for me. I wonder how/why it worked on my system with such an obvious bug!! -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Wed Dec 3 12:27:49 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFFD916A4CE; Wed, 3 Dec 2003 12:27:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1857B43FB1; Wed, 3 Dec 2003 12:27:49 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3KRmXJ071599; Wed, 3 Dec 2003 12:27:48 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3KRmtq071598; Wed, 3 Dec 2003 12:27:48 -0800 (PST) (envelope-from jhb) Message-Id: <200312032027.hB3KRmtq071598@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 12:27:48 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi_cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 20:27:49 -0000 jhb 2003/12/03 12:27:48 PST FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c Log: Update this driver to be more module friendly: - Dynamically allocate the cpu_softc[] array based on mp_maxid instead of using a statically sized array that depended on 'options SMP'. - Use mp_maxid rather than MAXCPU when walking all the CPUs looking for a match. - Always call smp_rendezvous() since UP kernels now provide this. - Use mp_ncpus rather than cpu_ndevices when determining if we need to disable C3 for SMP machines. Approved by: re (rwatson) Reviewed by: njl Revision Changes Path 1.23 +7 -5 src/sys/dev/acpica/acpi_cpu.c From owner-cvs-src@FreeBSD.ORG Wed Dec 3 12:33:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD1416A4CE; Wed, 3 Dec 2003 12:33:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E89E43FB1; Wed, 3 Dec 2003 12:33:19 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3KXJXJ071879; Wed, 3 Dec 2003 12:33:19 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3KXJes071878; Wed, 3 Dec 2003 12:33:19 -0800 (PST) (envelope-from jhb) Message-Id: <200312032033.hB3KXJes071878@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 12:33:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c mptable.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 20:33:21 -0000 jhb 2003/12/03 12:33:19 PST FreeBSD src repository Modified files: sys/i386/acpica madt.c sys/i386/i386 local_apic.c mptable.c Log: - Reorder the APIC enumerator SYSINIT's to register enumeators at SI_SUB_CPU - 1 and probe enumerators, probe CPUs, and setup the local APIC programming all at SI_SUB_CPU / SI_ORDER_FIRST. This is needed to help get the ACPI module working again as it moves the APIC enumeration code after SI_SUB_KLD. - In the MADT parser, use mp_maxid rather than MAXCPU to terminate a loop when assigning per-cpu ACPI IDs to avoid a dependency on 'options SMP'. - Allow the apic device to be disabled via 'hint.apic.0.disabled' from the loader. Note that since this is done in the local APIC code, it works for both the ACPI and non-ACPI cases. Approved by: re (scott / blanket) Revision Changes Path 1.8 +2 -3 src/sys/i386/acpica/madt.c 1.4 +16 -24 src/sys/i386/i386/local_apic.c 1.228 +2 -2 src/sys/i386/i386/mptable.c From owner-cvs-src@FreeBSD.ORG Wed Dec 3 13:10:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DFA616A4CE; Wed, 3 Dec 2003 13:10:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4913143FA3; Wed, 3 Dec 2003 13:10:03 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3LA3XJ079680; Wed, 3 Dec 2003 13:10:03 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3LA26H079679; Wed, 3 Dec 2003 13:10:02 -0800 (PST) (envelope-from jhb) Message-Id: <200312032110.hB3LA26H079679@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 13:10:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:10:04 -0000 jhb 2003/12/03 13:10:02 PST FreeBSD src repository Modified files: sys/modules/acpi Makefile Log: Add madt.c to the list of sources for i386. Approved by: re (scottl / blanket) Revision Changes Path 1.34 +3 -0 src/sys/modules/acpi/Makefile From owner-cvs-src@FreeBSD.ORG Wed Dec 3 13:12:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F1BD16A4CE; Wed, 3 Dec 2003 13:12:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF7BC43F93; Wed, 3 Dec 2003 13:12:09 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3LC9XJ079835; Wed, 3 Dec 2003 13:12:09 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3LC9GT079834; Wed, 3 Dec 2003 13:12:09 -0800 (PST) (envelope-from jhb) Message-Id: <200312032112.hB3LC9GT079834@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 13:12:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:12:10 -0000 jhb 2003/12/03 13:12:09 PST FreeBSD src repository Modified files: sys/i386/i386 machdep.c Log: - Remove the hack to prevent the acpi module from loading. - Add a really, really, nasty hack to provide stub versions of all of the 'device apic' functions used by the ACPI MADT APIC enumerator if 'device apic' is not compiled into the kernel. This is gross but is the best we can do with the current kernel linker implementation. Approved by: re (scottl / blanket) Revision Changes Path 1.584 +95 -3 src/sys/i386/i386/machdep.c From owner-cvs-src@FreeBSD.ORG Wed Dec 3 13:13:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9E2B16A4CE; Wed, 3 Dec 2003 13:13:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3566A43FA3; Wed, 3 Dec 2003 13:13:07 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3LD7XJ079911; Wed, 3 Dec 2003 13:13:07 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3LD6ZU079910; Wed, 3 Dec 2003 13:13:06 -0800 (PST) (envelope-from jhb) Message-Id: <200312032113.hB3LD6ZU079910@repoman.freebsd.org> From: John Baldwin Date: Wed, 3 Dec 2003 13:13:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:13:08 -0000 jhb 2003/12/03 13:13:06 PST FreeBSD src repository Modified files: sys/i386/conf GENERIC sys/modules Makefile Log: - Reenable building of the ACPI module on i386. - Remove 'device acpi' from i386 GENERIC and revert back to using ACPI as a module by default. Approved by: re (scottl / blanket) Revision Changes Path 1.394 +0 -1 src/sys/i386/conf/GENERIC 1.356 +1 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Wed Dec 3 13:24:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB49916A4CE for ; Wed, 3 Dec 2003 13:24:56 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22B8043FB1 for ; Wed, 3 Dec 2003 13:24:50 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 7238 invoked from network); 3 Dec 2003 21:24:48 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 3 Dec 2003 21:24:48 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB3LOjFn010713; Wed, 3 Dec 2003 16:24:45 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200312032112.hB3LC9GT079834@repoman.freebsd.org> Date: Wed, 03 Dec 2003 16:24:46 -0500 (EST) From: John Baldwin To: John Baldwin X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:24:56 -0000 On 03-Dec-2003 John Baldwin wrote: > jhb 2003/12/03 13:12:09 PST > > FreeBSD src repository > > Modified files: > sys/i386/i386 machdep.c > Log: > - Remove the hack to prevent the acpi module from loading. > - Add a really, really, nasty hack to provide stub versions of all of > the 'device apic' functions used by the ACPI MADT APIC enumerator if > 'device apic' is not compiled into the kernel. This is gross but is > the best we can do with the current kernel linker implementation. > > Approved by: re (scottl / blanket) Ideally, acpi.ko would contain two modules: 1 main acpi.kld module that was required and one optional madt.kld module that just contained madt.o and was optional. Then loading the module would succeed so long as the required 'acpi' module linked but if the optional 'madt' module failed to link, it would just be tossed. We don't really seem to be setup to do such things right now though. A more feasible model might be an acpi.a that contains acpi.ko and madt.ko and allow the kernel linker to handle foo.a by requiring the first .ko in the archive to link and having any additional .ko's be optional. This would work both for the acpi.ko/madt.ko case as well as bus attachments for device drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Wed Dec 3 13:44:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9DFA16A4CE; Wed, 3 Dec 2003 13:44:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4675C43F3F; Wed, 3 Dec 2003 13:44:45 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3LijXJ080990; Wed, 3 Dec 2003 13:44:45 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3LiiR5080989; Wed, 3 Dec 2003 13:44:44 -0800 (PST) (envelope-from imp) Message-Id: <200312032144.hB3LiiR5080989@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 13:44:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.pc98 src/sys/pc98/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:44:47 -0000 imp 2003/12/03 13:44:44 PST FreeBSD src repository Modified files: sys/conf files.pc98 sys/pc98/conf NOTES Log: There is no such thing as a pc98 machine with ISA expansion slots, nor is there a C-BUS Cronyx Sigma board. Remove it from pc98 files and lint. Approved by: re Revision Changes Path 1.281 +0 -3 src/sys/conf/files.pc98 1.18 +0 -6 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Wed Dec 3 13:49:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FCB916A4CE; Wed, 3 Dec 2003 13:49:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E47AD43FAF; Wed, 3 Dec 2003 13:49:06 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3Ln6XJ081167; Wed, 3 Dec 2003 13:49:06 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3Ln6hO081166; Wed, 3 Dec 2003 13:49:06 -0800 (PST) (envelope-from truckman) Message-Id: <200312032149.hB3Ln6hO081166@repoman.freebsd.org> From: Don Lewis Date: Wed, 3 Dec 2003 13:49:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 21:49:10 -0000 truckman 2003/12/03 13:49:06 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern vfs_bio.c Log: The existing hash algorithm in bufhash() does not distribute entries very well across buckets, especially in the case of cylinder group blocks which are located at a sequence of locations that are a multiple of a large power of two apart. In the case of large file systems, one or possibly a few of the hash chains can get excessively long. Replace the existing hash algorithm with a variation on the Fibonacci hash. Tested by: Ken Marx Revision Changes Path 1.242.2.22 +37 -2 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Wed Dec 3 14:52:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A6D816A4CE; Wed, 3 Dec 2003 14:52:22 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C2643FE0; Wed, 3 Dec 2003 14:52:20 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc11) with ESMTP id <2003120322521801100anb7pe>; Wed, 3 Dec 2003 22:52:19 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA36106; Wed, 3 Dec 2003 14:52:17 -0800 (PST) Message-Id: <200312032252.OAA36106@InterJet.elischer.org> Date: Wed, 3 Dec 2003 14:52:16 -0800 (PST) From: Julian Elischer To: Paul Saab cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 22:52:22 -0000 twe_tables.h tweio.h twereg.h twevar.h In-Reply-To: <200312020757.hB27vKIW011545@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII great.. of course the question I have is my usual.. ETA for 4.x version? I'm getting pesterred for a better tool. On Mon, 1 Dec 2003, Paul Saab wrote: > ps 2003/12/01 23:57:20 PST > > FreeBSD src repository > > Modified files: > sys/dev/twe twe.c twe_compat.h twe_freebsd.c > twe_tables.h tweio.h twereg.h twevar.h > Log: > After extensive QA cycles at 3ware, bring the driver in-line with all the > issues which they found and asked to be changed so 3ware can offcially > support the driver. > > Summary of the most significant changes: > > - TWE_OVERRIDE is no longer supported > - If twe_getparam failed, bogus data would be returned to the caller > - Cache the device unit in the twe_drive structure to aid debugging > - Add the 3ware driver version. > - Proper return error codes for many functions. > - Track the minimum queue length statistics > - 4.x compat: use the cached unit number from the twe_drive structure > instead of the the cached si_drv2. 3ware found that after many loads > and unloads that si_drv2 became corrupted. This did not happen in > -current. > > Submitted by: Vinod Kashyap (with modifications by me) > Approved by: re (rwatson) > > Revision Changes Path > 1.18 +100 -48 src/sys/dev/twe/twe.c > 1.11 +4 -34 src/sys/dev/twe/twe_compat.h > 1.31 +42 -49 src/sys/dev/twe/twe_freebsd.c > 1.4 +4 -17 src/sys/dev/twe/twe_tables.h > 1.3 +6 -3 src/sys/dev/twe/tweio.h > 1.10 +4 -1 src/sys/dev/twe/twereg.h > 1.9 +26 -8 src/sys/dev/twe/twevar.h > From owner-cvs-src@FreeBSD.ORG Wed Dec 3 15:06:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 393EB16A4CE; Wed, 3 Dec 2003 15:06:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81B4943FE9; Wed, 3 Dec 2003 15:06:31 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3N6VXJ085600; Wed, 3 Dec 2003 15:06:31 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3N6Va2085599; Wed, 3 Dec 2003 15:06:31 -0800 (PST) (envelope-from imp) Message-Id: <200312032306.hB3N6Va2085599@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 15:06:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 23:06:32 -0000 imp 2003/12/03 15:06:31 PST FreeBSD src repository Modified files: sys/conf files.i386 options.i386 sys/i386/conf NOTES Log: Connect the cx driver to its new location in the tree. Update notes to reflect that cx is no longer a counted device Update options for new cx option # commented out ELAN_PPS and ELAN_XTAL since they produced errors Submitted by: rik@cronyx.ru Approved by: re@ Revision Changes Path 1.457 +3 -3 src/sys/conf/files.i386 1.204 +3 -0 src/sys/conf/options.i386 1.1107 +4 -4 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Wed Dec 3 15:07:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52A8E16A4CE; Wed, 3 Dec 2003 15:07:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1B343FAF; Wed, 3 Dec 2003 15:07:37 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB3N7bXJ085648; Wed, 3 Dec 2003 15:07:37 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB3N7bMF085647; Wed, 3 Dec 2003 15:07:37 -0800 (PST) (envelope-from imp) Message-Id: <200312032307.hB3N7bMF085647@repoman.freebsd.org> From: Warner Losh Date: Wed, 3 Dec 2003 15:07:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/isa cronyx.c cx.c cxreg.h if_cx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 23:07:38 -0000 imp 2003/12/03 15:07:37 PST FreeBSD src repository Removed files: sys/i386/isa cronyx.c cx.c cxreg.h if_cx.c Log: Remove cx in its old location. Approved by: re@ Revision Changes Path 1.13 +0 -1032 src/sys/i386/isa/cronyx.c (dead) 1.60 +0 -883 src/sys/i386/isa/cx.c (dead) 1.6 +0 -453 src/sys/i386/isa/cxreg.h (dead) 1.42 +0 -831 src/sys/i386/isa/if_cx.c (dead) From owner-cvs-src@FreeBSD.ORG Wed Dec 3 15:11:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D2E716A4CE for ; Wed, 3 Dec 2003 15:11:36 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id B2A3043FD7 for ; Wed, 3 Dec 2003 15:11:33 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 21439 invoked by uid 1000); 3 Dec 2003 23:11:35 -0000 Date: Wed, 3 Dec 2003 15:11:35 -0800 (PST) From: Nate Lawson To: Warner Losh In-Reply-To: <20031203230705.09B7D16A4F4@hub.freebsd.org> Message-ID: <20031203151103.F21352@root.org> References: <20031203230705.09B7D16A4F4@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 23:11:36 -0000 On Wed, 3 Dec 2003, Warner Losh wrote: > Modified files: > sys/conf files.i386 options.i386 > sys/i386/conf NOTES > Log: > Connect the cx driver to its new location in the tree. > Update notes to reflect that cx is no longer a counted device > Update options for new cx option > # commented out ELAN_PPS and ELAN_XTAL since they produced errors > > Submitted by: rik@cronyx.ru > Approved by: re@ > > Revision Changes Path > 1.457 +3 -3 src/sys/conf/files.i386 > 1.204 +3 -0 src/sys/conf/options.i386 > 1.1107 +4 -4 src/sys/i386/conf/NOTES I thought those were renamed. -Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 3 15:14:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B11A616A4CE; Wed, 3 Dec 2003 15:14:58 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8603943FF9; Wed, 3 Dec 2003 15:14:56 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB3NEtgt047448; Wed, 3 Dec 2003 16:14:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 03 Dec 2003 16:14:32 -0700 (MST) Message-Id: <20031203.161432.119908125.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20031203151103.F21352@root.org> References: <20031203230705.09B7D16A4F4@hub.freebsd.org> <20031203151103.F21352@root.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 23:14:58 -0000 In message: <20031203151103.F21352@root.org> Nate Lawson writes: : > # commented out ELAN_PPS and ELAN_XTAL since they produced errors : I thought those were renamed. They were, but someone didn't update NOTES. I commented them out to mostly unbreak LINT. I'll leave it to the person that renamed them to fix NOTES to include them again (since that was more than I felt confortable with in a code freeze). Warner From owner-cvs-src@FreeBSD.ORG Wed Dec 3 16:10:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5725116A4CE; Wed, 3 Dec 2003 16:10:56 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6E6143FD7; Wed, 3 Dec 2003 16:10:55 -0800 (PST) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 9C9262ED459; Wed, 3 Dec 2003 16:10:55 -0800 (PST) Date: Wed, 3 Dec 2003 16:10:55 -0800 From: Paul Saab To: Julian Elischer Message-ID: <20031204001055.GA98717@elvis.mu.org> References: <200312032252.OAA36106@InterJet.elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312032252.OAA36106@InterJet.elischer.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 00:10:56 -0000 Julian Elischer (julian@elischer.org) wrote: > great.. of course the question I have is my usual.. > ETA for 4.x version? > I'm getting pesterred for a better tool. the 4.x driver will be coming soon, but things like PAE need to be tested, which I do not have the time to deal with at this moment since my PAE test hardware does not have enough ram. From owner-cvs-src@FreeBSD.ORG Wed Dec 3 16:58:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D5BC16A4CE; Wed, 3 Dec 2003 16:58:35 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F85D43FB1; Wed, 3 Dec 2003 16:58:32 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB40wVgt048412; Wed, 3 Dec 2003 17:58:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 03 Dec 2003 17:58:06 -0700 (MST) Message-Id: <20031203.175806.132781932.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: <200312032112.hB3LC9GT079834@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 00:58:35 -0000 In message: John Baldwin writes: : : On 03-Dec-2003 John Baldwin wrote: : > jhb 2003/12/03 13:12:09 PST : > : > FreeBSD src repository : > : > Modified files: : > sys/i386/i386 machdep.c : > Log: : > - Remove the hack to prevent the acpi module from loading. : > - Add a really, really, nasty hack to provide stub versions of all of : > the 'device apic' functions used by the ACPI MADT APIC enumerator if : > 'device apic' is not compiled into the kernel. This is gross but is : > the best we can do with the current kernel linker implementation. : > : > Approved by: re (scottl / blanket) : : Ideally, acpi.ko would contain two modules: 1 main acpi.kld module : that was required and one optional madt.kld module that just contained : madt.o and was optional. Then loading the module would succeed so : long as the required 'acpi' module linked but if the optional 'madt' : module failed to link, it would just be tossed. We don't really seem : to be setup to do such things right now though. A more feasible model : might be an acpi.a that contains acpi.ko and madt.ko and allow the : kernel linker to handle foo.a by requiring the first .ko in the archive : to link and having any additional .ko's be optional. This would work : both for the acpi.ko/madt.ko case as well as bus attachments for device : drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. I'm not sure I follow what you are saying here. You need to have something to resolve the symbols that madt provides. As to the bus attachments, busses are supposed to provide a kobj interface such that no symbols are exported directly to the bus. eisa does, however, violate this. Warner From owner-cvs-src@FreeBSD.ORG Wed Dec 3 19:53:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1914C16A4CF for ; Wed, 3 Dec 2003 19:53:21 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A4BCF43FDF for ; Wed, 3 Dec 2003 19:53:18 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 21978 invoked by uid 1000); 4 Dec 2003 03:53:20 -0000 Date: Wed, 3 Dec 2003 19:53:20 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: <20031203203354.3F20D16A4F3@hub.freebsd.org> Message-ID: <20031203195217.D21901@root.org> References: <20031203203354.3F20D16A4F3@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c mptable.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:53:21 -0000 On Wed, 3 Dec 2003, John Baldwin wrote: > - Allow the apic device to be disabled via 'hint.apic.0.disabled' from the > loader. Note that since this is done in the local APIC code, it works > for both the ACPI and non-ACPI cases. > > Approved by: re (scott / blanket) > > Revision Changes Path > 1.8 +2 -3 src/sys/i386/acpica/madt.c > 1.4 +16 -24 src/sys/i386/i386/local_apic.c > 1.228 +2 -2 src/sys/i386/i386/mptable.c > > static void > apic_init(void *dummy __unused) > { > struct apic_enumerator *enumerator; > + uint64_t apic_base; > int retval, best; > > /* We only support built in local APICs. */ > if (!(cpu_feature & CPUID_APIC)) > return; > > + /* Don't probe if APIC mode is disabled. */ > + if (resource_disabled("apic", 0)) > + return; > + Isn't the code that Peter just committed to amd64 redundant with this? -Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 3 19:55:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 607EC16A4D1 for ; Wed, 3 Dec 2003 19:55:42 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E72BD43FCB for ; Wed, 3 Dec 2003 19:55:38 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 21998 invoked by uid 1000); 4 Dec 2003 03:55:40 -0000 Date: Wed, 3 Dec 2003 19:55:40 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: Message-ID: <20031203195324.P21901@root.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:55:42 -0000 On Wed, 3 Dec 2003, John Baldwin wrote: > On 03-Dec-2003 John Baldwin wrote: > > Modified files: > > sys/i386/i386 machdep.c > > Log: > > - Remove the hack to prevent the acpi module from loading. > > - Add a really, really, nasty hack to provide stub versions of all of > > the 'device apic' functions used by the ACPI MADT APIC enumerator if > > 'device apic' is not compiled into the kernel. This is gross but is > > the best we can do with the current kernel linker implementation. > > > > Approved by: re (scottl / blanket) > > Ideally, acpi.ko would contain two modules: 1 main acpi.kld module > that was required and one optional madt.kld module that just contained > madt.o and was optional. Then loading the module would succeed so > long as the required 'acpi' module linked but if the optional 'madt' > module failed to link, it would just be tossed. We don't really seem > to be setup to do such things right now though. A more feasible model > might be an acpi.a that contains acpi.ko and madt.ko and allow the > kernel linker to handle foo.a by requiring the first .ko in the archive > to link and having any additional .ko's be optional. This would work > both for the acpi.ko/madt.ko case as well as bus attachments for device > drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. I think this could be achieved by simply unloading a module (and any modules that depend on it) if it fails to link instead of panicing. The normal MODULE_DEPEND would still deal with the ordering of modules. Isn't it that simple? -Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 3 19:58:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B31816A4CF for ; Wed, 3 Dec 2003 19:58:35 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8F7BE43FA3 for ; Wed, 3 Dec 2003 19:58:32 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 22012 invoked by uid 1000); 4 Dec 2003 03:58:34 -0000 Date: Wed, 3 Dec 2003 19:58:34 -0800 (PST) From: Nate Lawson To: Don Lewis In-Reply-To: <20031203214943.4CDC516A565@hub.freebsd.org> Message-ID: <20031203195731.G21901@root.org> References: <20031203214943.4CDC516A565@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 03:58:35 -0000 On Wed, 3 Dec 2003, Don Lewis wrote: > Modified files: (Branch: RELENG_4) > sys/kern vfs_bio.c > Log: > The existing hash algorithm in bufhash() does not distribute entries > very well across buckets, especially in the case of cylinder group blocks > which are located at a sequence of locations that are a multiple of a large > power of two apart. In the case of large file systems, one or possibly > a few of the hash chains can get excessively long. Replace the existing > hash algorithm with a variation on the Fibonacci hash. > > Tested by: Ken Marx > > Revision Changes Path > 1.242.2.22 +37 -2 src/sys/kern/vfs_bio.c This is excellent. MTC? (Merge To Current) :) Also, whitespace nit: > + * Volume 3 / Sorting and Searching_ > + * > + * We reduce the argument to 32 bits before doing the hash to > + * avoid the need for a slow 64x64 multiply on 32 bit platforms. > + * -Nate From owner-cvs-src@FreeBSD.ORG Wed Dec 3 20:25:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8716916A4CE; Wed, 3 Dec 2003 20:25:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7669043FEA; Wed, 3 Dec 2003 20:25:07 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB44P7XJ040375; Wed, 3 Dec 2003 20:25:07 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB44P7PC040374; Wed, 3 Dec 2003 20:25:07 -0800 (PST) (envelope-from truckman) Message-Id: <200312040425.hB44P7PC040374@repoman.freebsd.org> From: Don Lewis Date: Wed, 3 Dec 2003 20:25:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 04:25:08 -0000 truckman 2003/12/03 20:25:07 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern vfs_bio.c Log: Fix two white space nits. Pointed out by: njl Revision Changes Path 1.242.2.23 +2 -2 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Wed Dec 3 20:30:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E3716A4CE; Wed, 3 Dec 2003 20:30:02 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B0C43FE0; Wed, 3 Dec 2003 20:29:58 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id hB44TjeF033327; Wed, 3 Dec 2003 20:29:49 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200312040429.hB44TjeF033327@gw.catspoiler.org> Date: Wed, 3 Dec 2003 20:29:45 -0800 (PST) From: Don Lewis To: nate@root.org In-Reply-To: <20031203195731.G21901@root.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 04:30:02 -0000 On 3 Dec, Nate Lawson wrote: > On Wed, 3 Dec 2003, Don Lewis wrote: >> Modified files: (Branch: RELENG_4) >> sys/kern vfs_bio.c >> Log: >> The existing hash algorithm in bufhash() does not distribute entries >> very well across buckets, especially in the case of cylinder group blocks >> which are located at a sequence of locations that are a multiple of a large >> power of two apart. In the case of large file systems, one or possibly >> a few of the hash chains can get excessively long. Replace the existing >> hash algorithm with a variation on the Fibonacci hash. >> >> Tested by: Ken Marx >> >> Revision Changes Path >> 1.242.2.22 +37 -2 src/sys/kern/vfs_bio.c > > This is excellent. MTC? (Merge To Current) :) Nope, -CURRENT uses a splay tree instead of a hash table here. > Also, whitespace nit: > >> + * Volume 3 / Sorting and Searching_ >> + * >> + * We reduce the argument to 32 bits before doing the hash to >> + * avoid the need for a slow 64x64 multiply on 32 bit platforms. >> + * Grumble ... actually two. Fix committed. From owner-cvs-src@FreeBSD.ORG Thu Dec 4 01:40:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51DBD16A4CE; Thu, 4 Dec 2003 01:40:08 -0800 (PST) Received: from exc-1.cc.CyberCity.dk (esplanaden.cybercity.dk [212.242.40.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590B143FF2; Thu, 4 Dec 2003 01:40:04 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk ([172.16.7.254]) by exc-1.cc.CyberCity.dk over TLS secured channel with Microsoft SMTPSVC(6.0.3790.0); Thu, 4 Dec 2003 10:40:02 +0100 Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id hB47urVG000670; Thu, 4 Dec 2003 08:56:53 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: "M. Warner Losh" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 03 Dec 2003 16:14:32 MST." <20031203.161432.119908125.imp@bsdimp.com> Date: Thu, 04 Dec 2003 08:56:53 +0100 Message-ID: <669.1070524613@critter.freebsd.dk> X-OriginalArrivalTime: 04 Dec 2003 09:40:02.0136 (UTC) FILETIME=[97118580:01C3BA4A] cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 09:40:08 -0000 In message <20031203.161432.119908125.imp@bsdimp.com>, "M. Warner Losh" writes: >In message: <20031203151103.F21352@root.org> > Nate Lawson writes: >: > # commented out ELAN_PPS and ELAN_XTAL since they produced errors >: I thought those were renamed. > >They were, but someone didn't update NOTES. I commented them out to >mostly unbreak LINT. I'll leave it to the person that renamed them to >fix NOTES to include them again (since that was more than I felt >confortable with in a code freeze). The patch to fix this is already in the re@ queue since dec 2nd. -- 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. From owner-cvs-src@FreeBSD.ORG Thu Dec 4 02:21:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F55116A4CE; Thu, 4 Dec 2003 02:21:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F2543FA3; Thu, 4 Dec 2003 02:21:06 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AL6XJ072590; Thu, 4 Dec 2003 02:21:06 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AL6IZ072589; Thu, 4 Dec 2003 02:21:06 -0800 (PST) (envelope-from des) Message-Id: <200312041021.hB4AL6IZ072589@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 4 Dec 2003 02:21:06 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc releng_5.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:21:07 -0000 des 2003/12/04 02:21:06 PST FreeBSD src repository Modified files: tools/tools/tinderbox/etc releng_5.rc Log: RELENG_5_2 is right around the corner. Revision Changes Path 1.2 +1 -1 src/tools/tools/tinderbox/etc/releng_5.rc From owner-cvs-src@FreeBSD.ORG Thu Dec 4 02:22:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F1DE16A4CE; Thu, 4 Dec 2003 02:22:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1FBE43FAF; Thu, 4 Dec 2003 02:22:56 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AMuXJ072740; Thu, 4 Dec 2003 02:22:56 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AMuQY072739; Thu, 4 Dec 2003 02:22:56 -0800 (PST) (envelope-from des) Message-Id: <200312041022.hB4AMuQY072739@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 4 Dec 2003 02:22:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox/etc releng_5.rc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:22:57 -0000 des 2003/12/04 02:22:56 PST FreeBSD src repository Modified files: tools/tools/tinderbox/etc releng_5.rc Log: Merge in uncommitted changes from the running configuration. Revision Changes Path 1.3 +2 -2 src/tools/tools/tinderbox/etc/releng_5.rc From owner-cvs-src@FreeBSD.ORG Thu Dec 4 02:33:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DA2916A4CE; Thu, 4 Dec 2003 02:33:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9256543FBD; Thu, 4 Dec 2003 02:33:54 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AXsXJ073613; Thu, 4 Dec 2003 02:33:54 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AXsTM073612; Thu, 4 Dec 2003 02:33:54 -0800 (PST) (envelope-from sos) Message-Id: <200312041033.hB4AXsTM073612@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 4 Dec 2003 02:33:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ata ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:33:55 -0000 sos 2003/12/04 02:33:54 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-pci.c Log: Fix support for the CMD648/649 chips, idea from -current but different impl. Sponsored by: Yahoo! Revision Changes Path 1.32.2.18 +7 -4 src/sys/dev/ata/ata-pci.c From owner-cvs-src@FreeBSD.ORG Thu Dec 4 02:39:32 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E0D316A4CE; Thu, 4 Dec 2003 02:39:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F7B843FBD; Thu, 4 Dec 2003 02:39:31 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AdVXJ073947; Thu, 4 Dec 2003 02:39:31 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4AdVIm073946; Thu, 4 Dec 2003 02:39:31 -0800 (PST) (envelope-from sos) Message-Id: <200312041039.hB4AdVIm073946@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 4 Dec 2003 02:39:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:39:32 -0000 sos 2003/12/04 02:39:31 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-dma.c ata-pci.c Log: Add support for the Serverworks CSB6. Idea from -current but different impl. Sponsored by: Yahoo! Revision Changes Path 1.35.2.36 +7 -2 src/sys/dev/ata/ata-dma.c 1.32.2.19 +6 -0 src/sys/dev/ata/ata-pci.c From owner-cvs-src@FreeBSD.ORG Thu Dec 4 02:47:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3231516A4CE; Thu, 4 Dec 2003 02:47:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E18243F85; Thu, 4 Dec 2003 02:47:42 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4AlgXJ074528; Thu, 4 Dec 2003 02:47:42 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Algfp074527; Thu, 4 Dec 2003 02:47:42 -0800 (PST) (envelope-from sos) Message-Id: <200312041047.hB4Algfp074527@repoman.freebsd.org> From: Søren Schmidt Date: Thu, 4 Dec 2003 02:47:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ata ata-dma.c ata-pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 10:47:43 -0000 sos 2003/12/04 02:47:42 PST FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/ata ata-dma.c ata-pci.c Log: Add support for the VIA 8235 and 8237 including the SATA part. Add support for the AMD 8111 Fix support for the nForce (so it actually does something). Add support for the nForc2 and nForce3. Ideas from -current but different impl. Sponsored by: Yahoo! Revision Changes Path 1.35.2.37 +40 -10 src/sys/dev/ata/ata-dma.c 1.32.2.20 +14 -0 src/sys/dev/ata/ata-pci.c From owner-cvs-src@FreeBSD.ORG Thu Dec 4 09:48:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EFED16A4D0 for ; Thu, 4 Dec 2003 09:48:47 -0800 (PST) Received: from mail8.speakeasy.net (mail8.speakeasy.net [216.254.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9ED43FDD for ; Thu, 4 Dec 2003 09:48:41 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 14856 invoked from network); 4 Dec 2003 17:48:40 -0000 Received: from unknown (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail8.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Dec 2003 17:48:40 -0000 Received: from hydrogen.funkthat.com (fgjajc@localhost.funkthat.com [127.0.0.1])hB4HmdgP087379; Thu, 4 Dec 2003 09:48:39 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id hB4HmcdJ087378; Thu, 4 Dec 2003 09:48:38 -0800 (PST) Date: Thu, 4 Dec 2003 09:48:38 -0800 From: John-Mark Gurney To: "M. Warner Losh" Message-ID: <20031204174838.GH54398@funkthat.com> References: <200312032112.hB3LC9GT079834@repoman.freebsd.org> <20031203.175806.132781932.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031203.175806.132781932.imp@bsdimp.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 17:48:47 -0000 M. Warner Losh wrote this message on Wed, Dec 03, 2003 at 17:58 -0700: > : Ideally, acpi.ko would contain two modules: 1 main acpi.kld module > : that was required and one optional madt.kld module that just contained > : madt.o and was optional. Then loading the module would succeed so > : long as the required 'acpi' module linked but if the optional 'madt' > : module failed to link, it would just be tossed. We don't really seem > : to be setup to do such things right now though. A more feasible model > : might be an acpi.a that contains acpi.ko and madt.ko and allow the > : kernel linker to handle foo.a by requiring the first .ko in the archive > : to link and having any additional .ko's be optional. This would work > : both for the acpi.ko/madt.ko case as well as bus attachments for device > : drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. > > I'm not sure I follow what you are saying here. You need to have > something to resolve the symbols that madt provides. I don't know the acpi/madt interface, but why wouldn't a SYSINIT in madt that calls an acpi function with a struct of function pointers to notify acpi that it exists work? Then you don't have problems with acpi referencing madt's symbols and being required to load. acpi will get the pointers registered if it exists. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Thu Dec 4 10:14:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 835A116A4CE; Thu, 4 Dec 2003 10:14:48 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B7943FE1; Thu, 4 Dec 2003 10:14:46 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB4IEhLS001382; Thu, 4 Dec 2003 11:14:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 04 Dec 2003 11:14:30 -0700 (MST) Message-Id: <20031204.111430.78763615.imp@bsdimp.com> To: gurney_j@efn.org From: "M. Warner Losh" In-Reply-To: <20031204174838.GH54398@funkthat.com> References: <20031203.175806.132781932.imp@bsdimp.com> <20031204174838.GH54398@funkthat.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: jhb@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:14:48 -0000 In message: <20031204174838.GH54398@funkthat.com> John-Mark Gurney writes: : M. Warner Losh wrote this message on Wed, Dec 03, 2003 at 17:58 -0700: : > : Ideally, acpi.ko would contain two modules: 1 main acpi.kld module : > : that was required and one optional madt.kld module that just contained : > : madt.o and was optional. Then loading the module would succeed so : > : long as the required 'acpi' module linked but if the optional 'madt' : > : module failed to link, it would just be tossed. We don't really seem : > : to be setup to do such things right now though. A more feasible model : > : might be an acpi.a that contains acpi.ko and madt.ko and allow the : > : kernel linker to handle foo.a by requiring the first .ko in the archive : > : to link and having any additional .ko's be optional. This would work : > : both for the acpi.ko/madt.ko case as well as bus attachments for device : > : drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. : > : > I'm not sure I follow what you are saying here. You need to have : > something to resolve the symbols that madt provides. : : I don't know the acpi/madt interface, but why wouldn't a SYSINIT in : madt that calls an acpi function with a struct of function pointers : to notify acpi that it exists work? Then you don't have problems with : acpi referencing madt's symbols and being required to load. acpi will : get the pointers registered if it exists. This seems like a much more straight forward way to deal. acpi.ko and madt.ko aren't unloadable at this point anyway (and any extra work that the table would cause is so lost in the noise to make the reloadable as to not be worth considering now). Function pointers or kobj are the same thing in this context, so either could potentially be used. However, it isn't an interface that needs to be 'stable to external users' so the normal reason to use kobj applies much less to this case. Warner From owner-cvs-src@FreeBSD.ORG Thu Dec 4 10:17:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E13CB16A4CF for ; Thu, 4 Dec 2003 10:17:07 -0800 (PST) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2589643FEC for ; Thu, 4 Dec 2003 10:17:04 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 19840 invoked from network); 4 Dec 2003 18:17:03 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Dec 2003 18:17:03 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB4IH0Fn015381; Thu, 4 Dec 2003 13:17:00 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200312032306.hB3N6Va2085599@repoman.freebsd.org> Date: Thu, 04 Dec 2003 13:17:08 -0500 (EST) From: John Baldwin To: Warner Losh X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:17:08 -0000 On 03-Dec-2003 Warner Losh wrote: > imp 2003/12/03 15:06:31 PST > > FreeBSD src repository > > Modified files: > sys/conf files.i386 options.i386 > sys/i386/conf NOTES > Log: > Connect the cx driver to its new location in the tree. > Update notes to reflect that cx is no longer a counted device > Update options for new cx option > # commented out ELAN_PPS and ELAN_XTAL since they produced errors I think they are CPU_ELAN_FOO now. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Thu Dec 4 10:17:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C06D16A4D1 for ; Thu, 4 Dec 2003 10:17:23 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B1ED43FE0 for ; Thu, 4 Dec 2003 10:17:18 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 14205 invoked from network); 4 Dec 2003 18:17:17 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Dec 2003 18:17:17 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB4IHEFn015406; Thu, 4 Dec 2003 13:17:14 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031203195324.P21901@root.org> Date: Thu, 04 Dec 2003 13:17:22 -0500 (EST) From: John Baldwin To: Nate Lawson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:17:23 -0000 On 04-Dec-2003 Nate Lawson wrote: > On Wed, 3 Dec 2003, John Baldwin wrote: >> On 03-Dec-2003 John Baldwin wrote: >> > Modified files: >> > sys/i386/i386 machdep.c >> > Log: >> > - Remove the hack to prevent the acpi module from loading. >> > - Add a really, really, nasty hack to provide stub versions of all of >> > the 'device apic' functions used by the ACPI MADT APIC enumerator if >> > 'device apic' is not compiled into the kernel. This is gross but is >> > the best we can do with the current kernel linker implementation. >> > >> > Approved by: re (scottl / blanket) >> >> Ideally, acpi.ko would contain two modules: 1 main acpi.kld module >> that was required and one optional madt.kld module that just contained >> madt.o and was optional. Then loading the module would succeed so >> long as the required 'acpi' module linked but if the optional 'madt' >> module failed to link, it would just be tossed. We don't really seem >> to be setup to do such things right now though. A more feasible model >> might be an acpi.a that contains acpi.ko and madt.ko and allow the >> kernel linker to handle foo.a by requiring the first .ko in the archive >> to link and having any additional .ko's be optional. This would work >> both for the acpi.ko/madt.ko case as well as bus attachments for device >> drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. > > I think this could be achieved by simply unloading a module (and any > modules that depend on it) if it fails to link instead of panicing. The > normal MODULE_DEPEND would still deal with the ordering of modules. > Isn't it that simple? Then the acpi.ko module would never load on a UP kernel. The problem is that madt.ko needs symbols from both ACPI and the device apic code. However, both acpi.ko and madt.ko are logical pieces of acpi, as would be foo.ko and foo_pci.ko logical pieces of the foo driver. So, I should be able to say 'set acpi_load=YES' in the loader and end up with the loader trying to load both acpi.ko and madt.ko but having things work fine and if madt.ko fails to link and just throwing madt.ko away in that case. If you create an acpi.a and have the loader load a foo.a file if foo.ko doesn't exist then that gets you a large part of the way there. Then you just need a way to have madt.ko fail to link w/o an error and w/o having acpi.ko unloaded as well. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Thu Dec 4 10:17:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1270016A4D1 for ; Thu, 4 Dec 2003 10:17:27 -0800 (PST) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id C97C943FE9 for ; Thu, 4 Dec 2003 10:17:21 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 20075 invoked from network); 4 Dec 2003 18:17:21 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Dec 2003 18:17:21 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB4IHIFn015411; Thu, 4 Dec 2003 13:17:18 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031203195217.D21901@root.org> Date: Thu, 04 Dec 2003 13:17:25 -0500 (EST) From: John Baldwin To: Nate Lawson X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c mptable.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:17:27 -0000 On 04-Dec-2003 Nate Lawson wrote: > On Wed, 3 Dec 2003, John Baldwin wrote: >> - Allow the apic device to be disabled via 'hint.apic.0.disabled' from the >> loader. Note that since this is done in the local APIC code, it works >> for both the ACPI and non-ACPI cases. >> >> Approved by: re (scott / blanket) >> >> Revision Changes Path >> 1.8 +2 -3 src/sys/i386/acpica/madt.c >> 1.4 +16 -24 src/sys/i386/i386/local_apic.c >> 1.228 +2 -2 src/sys/i386/i386/mptable.c >> >> static void >> apic_init(void *dummy __unused) >> { >> struct apic_enumerator *enumerator; >> + uint64_t apic_base; >> int retval, best; >> >> /* We only support built in local APICs. */ >> if (!(cpu_feature & CPUID_APIC)) >> return; >> >> + /* Don't probe if APIC mode is disabled. */ >> + if (resource_disabled("apic", 0)) >> + return; >> + > > Isn't the code that Peter just committed to amd64 redundant with this? His code only works for the ACPI case and doesn't handle the MP Table case. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Thu Dec 4 10:18:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE85716A4CE; Thu, 4 Dec 2003 10:18:27 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 530E943F85; Thu, 4 Dec 2003 10:18:26 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB4IIPLS001458; Thu, 4 Dec 2003 11:18:25 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 04 Dec 2003 11:18:12 -0700 (MST) Message-Id: <20031204.111812.59708792.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: <200312032306.hB3N6Va2085599@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 18:18:27 -0000 In message: John Baldwin writes: : : On 03-Dec-2003 Warner Losh wrote: : > imp 2003/12/03 15:06:31 PST : > : > FreeBSD src repository : > : > Modified files: : > sys/conf files.i386 options.i386 : > sys/i386/conf NOTES : > Log: : > Connect the cx driver to its new location in the tree. : > Update notes to reflect that cx is no longer a counted device : > Update options for new cx option : > # commented out ELAN_PPS and ELAN_XTAL since they produced errors : : I think they are CPU_ELAN_FOO now. I know they are, but phk should do the change. And he's had a request into re@ for a couple days to do it. Warner From owner-cvs-src@FreeBSD.ORG Thu Dec 4 11:20:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 052DC16A4CE; Thu, 4 Dec 2003 11:20:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 527B643FB1; Thu, 4 Dec 2003 11:20:30 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JKTXJ016427; Thu, 4 Dec 2003 11:20:29 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JKTb7016426; Thu, 4 Dec 2003 11:20:29 -0800 (PST) (envelope-from bmah) Message-Id: <200312041920.hB4JKTb7016426@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 11:20:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:20:31 -0000 bmah 2003/12/04 11:20:29 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: cx(4) update and sconfig(8), utopia(4) [1], wi(4) works on Lucent cards, NFSv4 client support, GNOME/KDE "Lite Edition" on disc 1. Approved by: re (implicitly) Submitted by: harti [1] Revision Changes Path 1.659 +27 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Dec 4 11:22:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 790CB16A4CE; Thu, 4 Dec 2003 11:22:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C667943F3F; Thu, 4 Dec 2003 11:22:07 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JM7XJ016589; Thu, 4 Dec 2003 11:22:07 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4JM7FI016588; Thu, 4 Dec 2003 11:22:07 -0800 (PST) (envelope-from bmah) Message-Id: <200312041922.hB4JM7FI016588@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 11:22:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:22:08 -0000 bmah 2003/12/04 11:22:07 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: For some reason, we never mentioned the cx(4) driver here, even though it even has a manual page. Correct this oversight. Approved by: re (implicitly) Revision Changes Path 1.204 +4 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Thu Dec 4 11:30:27 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA2EA16A4CE; Thu, 4 Dec 2003 11:30:27 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id B429543FDF; Thu, 4 Dec 2003 11:30:22 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) hB4JUJvq062419 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 4 Dec 2003 20:30:20 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)hB4JUHcu062415; Thu, 4 Dec 2003 20:30:18 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id hB4JQuRX020233; Thu, 4 Dec 2003 20:26:56 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)hB4JQtOT020232; Thu, 4 Dec 2003 20:26:55 +0100 (CET) (envelope-from andreas) Date: Thu, 4 Dec 2003 20:26:55 +0100 From: Andreas Klemm To: Alexey Dokuchaev Message-ID: <20031204192655.GA19989@titan.klemm.apsfilter.org> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> <20031201231430.GI75620@elvis.mu.org> <20031201161527.T97771@qbhto.arg> <20031202045041.GB4997@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031202045041.GB4997@regency.nsu.ru> X-Operating-System: FreeBSD 5.2-BETA X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:30:27 -0000 On Tue, Dec 02, 2003 at 10:50:41AM +0600, Alexey Dokuchaev wrote: > On Mon, Dec 01, 2003 at 04:16:58PM -0800, Doug Barton wrote: > > On Mon, 1 Dec 2003, Alfred Perlstein wrote: > > > > > But really, vim will get us more converts, > > > > I find it very hard to believe that people who care so much about what > > editor they use wouldn't be willing to install it from ports. OTOH, the > > I'm also concerned about another bloat^Wpiece of contributed code we'd > have to maintain in the base, in case of vim import. > > ./danfe second that. I think vim is a great piece of software but ... its somehow really "kind of bloated". Its so overloaded with functions, that I refuse since year to use it as my standard editor. The normal sysadmin expects something like vi. He reads an vi handbook, and we should provide such kind of standard vi. The ports collection exactly covers things like vim, emacsen, etc ... BTW, robert, if you already think of terms to "waste" time for loadable editor modules ... the only thing I'm really missing in standard vi is an extended command line with - history function - save history and - editable like everything other compiled and linked with readline lib. That would be a great change to nvi, that brings the most important user friendlyness, that really would be a big win ... Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-cvs-src@FreeBSD.ORG Thu Dec 4 11:43:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF4616A4CF for ; Thu, 4 Dec 2003 11:43:02 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1FB43FAF for ; Thu, 4 Dec 2003 11:42:58 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 6944 invoked from network); 4 Dec 2003 19:42:57 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Dec 2003 19:42:57 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB4JgsFn015775; Thu, 4 Dec 2003 14:42:54 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031204.111430.78763615.imp@bsdimp.com> Date: Thu, 04 Dec 2003 14:43:02 -0500 (EST) From: John Baldwin To: "M. Warner Losh" X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: gurney_j@efn.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:43:03 -0000 On 04-Dec-2003 M. Warner Losh wrote: > In message: <20031204174838.GH54398@funkthat.com> > John-Mark Gurney writes: >: M. Warner Losh wrote this message on Wed, Dec 03, 2003 at 17:58 -0700: >: > : Ideally, acpi.ko would contain two modules: 1 main acpi.kld module >: > : that was required and one optional madt.kld module that just contained >: > : madt.o and was optional. Then loading the module would succeed so >: > : long as the required 'acpi' module linked but if the optional 'madt' >: > : module failed to link, it would just be tossed. We don't really seem >: > : to be setup to do such things right now though. A more feasible model >: > : might be an acpi.a that contains acpi.ko and madt.ko and allow the >: > : kernel linker to handle foo.a by requiring the first .ko in the archive >: > : to link and having any additional .ko's be optional. This would work >: > : both for the acpi.ko/madt.ko case as well as bus attachments for device >: > : drivers such as a sym.a with sym.ko/sym_pci.ko/sym_cbus.ko, etc. >: > >: > I'm not sure I follow what you are saying here. You need to have >: > something to resolve the symbols that madt provides. >: >: I don't know the acpi/madt interface, but why wouldn't a SYSINIT in >: madt that calls an acpi function with a struct of function pointers >: to notify acpi that it exists work? Then you don't have problems with >: acpi referencing madt's symbols and being required to load. acpi will >: get the pointers registered if it exists. > > This seems like a much more straight forward way to deal. acpi.ko and > madt.ko aren't unloadable at this point anyway (and any extra work > that the table would cause is so lost in the noise to make the > reloadable as to not be worth considering now). > > Function pointers or kobj are the same thing in this context, so > either could potentially be used. However, it isn't an interface that > needs to be 'stable to external users' so the normal reason to use > kobj applies much less to this case. I don't think you guys understand what madt.ko does. Also, what exactly are you proposing? Should madt.o be part of 'device apic' rather than acpi.ko? Basically, a patch (even a rough one) would go a long way in explaining what you mean. The MADT code already uses a SYSINIT to register its enumerator switch table with the 'device apic' code. So MADT already provides function pointers to the apic code as it were. However, those functions call other functions in the APIC code to register the actual APIC devices. How does that interface work? Esp. how does it work any better than the current hack, and esp. how does it work better than a slightly more intelligent kernel module system? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Thu Dec 4 11:43:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C598916A4CF for ; Thu, 4 Dec 2003 11:43:09 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B4BF43F93 for ; Thu, 4 Dec 2003 11:43:05 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 17839 invoked from network); 4 Dec 2003 19:43:03 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 4 Dec 2003 19:43:03 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB4Jh0Fn015780; Thu, 4 Dec 2003 14:43:00 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <669.1070524613@critter.freebsd.dk> Date: Thu, 04 Dec 2003 14:43:08 -0500 (EST) From: John Baldwin To: Poul-Henning Kamp X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: cvs-all@FreeBSD.org cc: nate@root.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:43:09 -0000 On 04-Dec-2003 Poul-Henning Kamp wrote: > In message <20031203.161432.119908125.imp@bsdimp.com>, "M. Warner Losh" writes: >>In message: <20031203151103.F21352@root.org> >> Nate Lawson writes: >>: > # commented out ELAN_PPS and ELAN_XTAL since they produced errors >>: I thought those were renamed. >> >>They were, but someone didn't update NOTES. I commented them out to >>mostly unbreak LINT. I'll leave it to the person that renamed them to >>fix NOTES to include them again (since that was more than I felt >>confortable with in a code freeze). > > The patch to fix this is already in the re@ queue since dec 2nd. Approved. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Thu Dec 4 11:43:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from green.bikeshed.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95BF316A4CF; Thu, 4 Dec 2003 11:43:28 -0800 (PST) Received: from green.bikeshed.org (green@localhost [127.0.0.1]) by green.bikeshed.org (8.12.10/8.12.9) with ESMTP id hB4JhRGw007085; Thu, 4 Dec 2003 14:43:27 -0500 (EST) (envelope-from green@green.bikeshed.org) Received: from localhost (green@localhost)hB4JhK6I007082; Thu, 4 Dec 2003 14:43:24 -0500 (EST) Message-Id: <200312041943.hB4JhK6I007082@green.bikeshed.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Andreas Klemm In-Reply-To: Message from Andreas Klemm <20031204192655.GA19989@titan.klemm.apsfilter.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 04 Dec 2003 14:43:20 -0500 Sender: green@green.bikeshed.org cc: Alexey Dokuchaev cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:43:28 -0000 Andreas Klemm wrote: > BTW, robert, if you already think of terms to "waste" time > for loadable editor modules ... the only thing I'm really > missing in standard vi is an extended command line with > - history function > - save history and > - editable like everything other compiled and linked with readline lib. > > That would be a great change to nvi, that brings the most important > user friendlyness, that really would be a big win ... I like that idea a lot. I already use vi keys for my ksh command line editing, so if I could get the same kind of thing in my v... err.... I don't think it would be exactly the most trivial thing to give nvi vi-command-history, but it's certainly worth doing. It doesn't use -ledit or -lreadline, though I _imagine_ it wouldn't be hard to make just ":" do that, but history would be more difficult again if you want to support multiple windows in nvi with different history. -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Thu Dec 4 11:57:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570FE16A4CE; Thu, 4 Dec 2003 11:57:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBD643FDF; Thu, 4 Dec 2003 11:57:56 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4JvuXJ037027; Thu, 4 Dec 2003 11:57:56 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Jvugv037026; Thu, 4 Dec 2003 11:57:56 -0800 (PST) (envelope-from phk) Message-Id: <200312041957.hB4Jvugv037026@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 4 Dec 2003 11:57:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 19:57:57 -0000 phk 2003/12/04 11:57:56 PST FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Fix yet an oversight in my ELAN_* to CPU_ELAN_* debrucification commit. Approved by: re@ Revision Changes Path 1.1108 +4 -5 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Dec 4 13:09:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9006116A4CE for ; Thu, 4 Dec 2003 13:09:12 -0800 (PST) Received: from mail7.speakeasy.net (mail7.speakeasy.net [216.254.0.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EF3343FE5 for ; Thu, 4 Dec 2003 13:09:06 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 22324 invoked from network); 4 Dec 2003 21:09:05 -0000 Received: from unknown (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail7.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Dec 2003 21:09:05 -0000 Received: from hydrogen.funkthat.com (knwluz@localhost.funkthat.com [127.0.0.1])hB4L94gP090299; Thu, 4 Dec 2003 13:09:05 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id hB4L94Jt090298; Thu, 4 Dec 2003 13:09:04 -0800 (PST) Date: Thu, 4 Dec 2003 13:09:04 -0800 From: John-Mark Gurney To: John Baldwin Message-ID: <20031204210904.GI54398@funkthat.com> References: <20031204.111430.78763615.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:09:12 -0000 John Baldwin wrote this message on Thu, Dec 04, 2003 at 14:43 -0500: > >: I don't know the acpi/madt interface, but why wouldn't a SYSINIT in > >: madt that calls an acpi function with a struct of function pointers > >: to notify acpi that it exists work? Then you don't have problems with > >: acpi referencing madt's symbols and being required to load. acpi will > >: get the pointers registered if it exists. > > > > This seems like a much more straight forward way to deal. acpi.ko and > > madt.ko aren't unloadable at this point anyway (and any extra work > > that the table would cause is so lost in the noise to make the > > reloadable as to not be worth considering now). > > > > Function pointers or kobj are the same thing in this context, so > > either could potentially be used. However, it isn't an interface that > > needs to be 'stable to external users' so the normal reason to use > > kobj applies much less to this case. > > I don't think you guys understand what madt.ko does. Also, what > exactly are you proposing? Should madt.o be part of 'device apic' > rather than acpi.ko? Basically, a patch (even a rough one) would go > a long way in explaining what you mean. The MADT code already uses First off, madt isn't a module yet, but it shouldn't be hard to make it.. Since it calls acpi functions, all you have to do it make sure that it depends upon acpi, and it can be made it's own module. This will prevent the link problems... For people that new/can use madt, they just load the madt module which will autoload acpi, and for those that don't, they continue to load acpi.. (or they can load both acpi and madt from loader and the right thing will be done at kernel init time)... > a SYSINIT to register its enumerator switch table with the 'device > apic' code. So MADT already provides function pointers to the > apic code as it were. However, those functions call other functions > in the APIC code to register the actual APIC devices. How does > that interface work? Esp. how does it work any better than the current > hack, and esp. how does it work better than a slightly more intelligent > kernel module system? One way would be to make acpi a newbus (which is what I believe Warner is thinking of) attachment... Then madt would become a device off the acpi bus... If acpi can detect the presence of madt (self identifing bus), it can create the device node for madt to attach too... if acpi can't, then you use an identify function in the madt code to create the device node off the acpi bus... This method would also eliminate the enumerators struct you have since it would just call the methods of it's children, and the probe code would be assumed to call before the device gets attached. hmmm... We don't have a cpu device to hang some of the apic code off of... Which would be logical since we don't do apic code unless the cpu has a built in APIC... But I guess nexus would be fine... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Thu Dec 4 13:36:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B684116A4CE; Thu, 4 Dec 2003 13:36:25 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id F088F43FE0; Thu, 4 Dec 2003 13:36:23 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.10/8.12.10) with ESMTP id hB4LZwA1021238; Thu, 4 Dec 2003 13:35:58 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) hB4LZw2j052722; Thu, 4 Dec 2003 13:35:58 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.10/8.12.10/Submit) id hB4LZwsq052721; Thu, 4 Dec 2003 13:35:58 -0800 (PST) (envelope-from marcel) Date: Thu, 4 Dec 2003 13:35:58 -0800 From: Marcel Moolenaar To: John-Mark Gurney Message-ID: <20031204213558.GB52636@dhcp01.pn.xcllnt.net> References: <20031204.111430.78763615.imp@bsdimp.com> <20031204210904.GI54398@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031204210904.GI54398@funkthat.com> User-Agent: Mutt/1.5.5.1i cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:36:26 -0000 On Thu, Dec 04, 2003 at 01:09:04PM -0800, John-Mark Gurney wrote: > > One way would be to make acpi a newbus (which is what I believe Warner > is thinking of) attachment... Then madt would become a device off the > acpi bus... I think it's time people read the ACPI specification and try to understand how things are supposed to work, including on non-i386 platforms. I don't think I've heard of anything more silly than having a table (disguised as a device) attach to a bus (which is what ACPI disguises as). -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Thu Dec 4 13:55:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FA6316A4CF for ; Thu, 4 Dec 2003 13:55:15 -0800 (PST) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82AC143FCB for ; Thu, 4 Dec 2003 13:55:10 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 21262 invoked from network); 4 Dec 2003 21:55:09 -0000 Received: from unknown (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Dec 2003 21:55:09 -0000 Received: from hydrogen.funkthat.com (ahevuh@localhost.funkthat.com [127.0.0.1])hB4Lt8gP090983; Thu, 4 Dec 2003 13:55:08 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id hB4Lt7lm090982; Thu, 4 Dec 2003 13:55:07 -0800 (PST) Date: Thu, 4 Dec 2003 13:55:07 -0800 From: John-Mark Gurney To: Marcel Moolenaar Message-ID: <20031204215507.GK54398@funkthat.com> References: <20031204.111430.78763615.imp@bsdimp.com> <20031204210904.GI54398@funkthat.com> <20031204213558.GB52636@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031204213558.GB52636@dhcp01.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: John Baldwin Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 21:55:15 -0000 Marcel Moolenaar wrote this message on Thu, Dec 04, 2003 at 13:35 -0800: > I think it's time people read the ACPI specification and try to > understand how things are supposed to work, including on non-i386 > platforms. I don't think I've heard of anything more silly than > having a table (disguised as a device) attach to a bus (which is > what ACPI disguises as). Should we get into the whole discussion how silly it is to think of amd64 as a tree when it's really a graph, and the whole bus that doesn't exist (nexus0) on UP boxes? :) Along with all the busses that aren't really, but need to be busses since that's how newbus talks about them. I only was proposing away to hook it in to make it a module using an existing infastructure. I assume that the madt may/can be replaced with a difference enumerator, since the apic can have multiple different enumerators. So, where is a website we could download the documentation from? :) A quick google search turned up nothing. P.S. I think it's time people read some newbus docs. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Thu Dec 4 14:37:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30FE616A4CE; Thu, 4 Dec 2003 14:37:58 -0800 (PST) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B534743F93; Thu, 4 Dec 2003 14:37:56 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9p2/8.12.9) with ESMTP id hB4Mb2eF035869; Thu, 4 Dec 2003 14:37:06 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <200312042237.hB4Mb2eF035869@gw.catspoiler.org> Date: Thu, 4 Dec 2003 14:37:02 -0800 (PST) From: Don Lewis To: gurney_j@efn.org In-Reply-To: <20031204215507.GK54398@funkthat.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: src-committers@FreeBSD.org cc: imp@bsdimp.com cc: jhb@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: marcel@xcllnt.net Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 22:37:58 -0000 On 4 Dec, John-Mark Gurney wrote: > Marcel Moolenaar wrote this message on Thu, Dec 04, 2003 at 13:35 -0800: >> I think it's time people read the ACPI specification and try to >> understand how things are supposed to work, including on non-i386 >> platforms. I don't think I've heard of anything more silly than >> having a table (disguised as a device) attach to a bus (which is >> what ACPI disguises as). > So, where is a website we could download the documentation from? :) > A quick google search turned up nothing. From owner-cvs-src@FreeBSD.ORG Thu Dec 4 15:04:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A33C16A4CE; Thu, 4 Dec 2003 15:04:15 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0776C43FE9; Thu, 4 Dec 2003 15:04:12 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id E12AD2A7EA; Thu, 4 Dec 2003 15:04:11 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: John Baldwin In-Reply-To: Date: Thu, 04 Dec 2003 15:04:11 -0800 From: Peter Wemm Message-Id: <20031204230411.E12AD2A7EA@canning.wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Nate Lawson Subject: Re: cvs commit: src/sys/i386/acpica madt.c src/sys/i386/i386 local_apic.c mptable.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:04:15 -0000 John Baldwin wrote: > > On 04-Dec-2003 Nate Lawson wrote: > > On Wed, 3 Dec 2003, John Baldwin wrote: > >> - Allow the apic device to be disabled via 'hint.apic.0.disabled' from t he > >> loader. Note that since this is done in the local APIC code, it works > >> for both the ACPI and non-ACPI cases. > >> > >> Approved by: re (scott / blanket) > >> > >> Revision Changes Path > >> 1.8 +2 -3 src/sys/i386/acpica/madt.c > >> 1.4 +16 -24 src/sys/i386/i386/local_apic.c > >> 1.228 +2 -2 src/sys/i386/i386/mptable.c > >> > >> static void > >> apic_init(void *dummy __unused) > >> { > >> struct apic_enumerator *enumerator; > >> + uint64_t apic_base; > >> int retval, best; > >> > >> /* We only support built in local APICs. */ > >> if (!(cpu_feature & CPUID_APIC)) > >> return; > >> > >> + /* Don't probe if APIC mode is disabled. */ > >> + if (resource_disabled("apic", 0)) > >> + return; > >> + > > > > Isn't the code that Peter just committed to amd64 redundant with this? > > His code only works for the ACPI case and doesn't handle the MP Table > case. Correct. But we dont compile in the mptable code by default on the amd64 boxes. I've been meaning to merge this all across anyway. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Thu Dec 4 15:53:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F8C16A4CE; Thu, 4 Dec 2003 15:53:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 792C143FD7; Thu, 4 Dec 2003 15:53:54 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4NrsXJ056365; Thu, 4 Dec 2003 15:53:54 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB4Nrsac056364; Thu, 4 Dec 2003 15:53:54 -0800 (PST) (envelope-from bmah) Message-Id: <200312042353.hB4Nrsac056364@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 15:53:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:53:55 -0000 bmah 2003/12/04 15:53:54 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/errata article.sgml Log: New (well, belatedly added) errta: SA-03:19. Approved by: re (implicitly) Revision Changes Path 1.54 +8 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Thu Dec 4 15:59:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E69A16A4CE; Thu, 4 Dec 2003 15:59:13 -0800 (PST) Received: from peedub.jennejohn.org (p213.54.255.239.tisdip.tiscali.de [213.54.255.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48BEB43FA3; Thu, 4 Dec 2003 15:59:11 -0800 (PST) (envelope-from garyj@jennejohn.org) Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.10/8.11.6) with ESMTP id hB4Nx0FI005943; Fri, 5 Dec 2003 00:59:01 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200312042359.hB4Nx0FI005943@peedub.jennejohn.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: "Brian F. Feldman" In-Reply-To: Message from "Brian F. Feldman" <200312041943.hB4JhK6I007082@green.bikeshed.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 05 Dec 2003 00:59:00 +0100 From: Gary Jennejohn cc: Alexey Dokuchaev cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Andreas Klemm cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:59:13 -0000 "Brian F. Feldman" writes: > Andreas Klemm wrote: > > BTW, robert, if you already think of terms to "waste" time > > for loadable editor modules ... the only thing I'm really > > missing in standard vi is an extended command line with > > - history function > > - save history and > > - editable like everything other compiled and linked with readline lib. > > > > That would be a great change to nvi, that brings the most important > > user friendlyness, that really would be a big win ... > > I like that idea a lot. I already use vi keys for my ksh command line > editing, so if I could get the same kind of thing in my v... err.... > > I don't think it would be exactly the most trivial thing to give nvi > vi-command-history, but it's certainly worth doing. It doesn't use > -ledit or -lreadline, though I _imagine_ it wouldn't be hard to make just > ":" do that, but history would be more difficult again if you want to > support multiple windows in nvi with different history. > (x)vile already has functionality to edit thiings like search patterns and file names (using the arrow keys to move around). It also keeps track of quite a few of the last search patterns and allows scrolling through them using the arrow keys. I'm not aware of any way to save history, though. It also doesn't keep a history of the last commands entered AFAIK. But then, there's always ``.''. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org gj[at]denx.de From owner-cvs-src@FreeBSD.ORG Thu Dec 4 16:01:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A4A116A4CE; Thu, 4 Dec 2003 16:01:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D05343F85; Thu, 4 Dec 2003 16:01:30 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB501UXJ056690; Thu, 4 Dec 2003 16:01:30 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB501U0J056689; Thu, 4 Dec 2003 16:01:30 -0800 (PST) (envelope-from bmah) Message-Id: <200312050001.hB501U0J056689@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 4 Dec 2003 16:01:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:01:31 -0000 bmah 2003/12/04 16:01:30 PST FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: MFC: SA-03:19. Revision Changes Path 1.1.2.119 +8 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Thu Dec 4 16:21:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EFB816A4D0 for ; Thu, 4 Dec 2003 16:21:00 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 201C043FE0 for ; Thu, 4 Dec 2003 16:20:55 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 24816 invoked by uid 1000); 5 Dec 2003 00:20:56 -0000 Date: Thu, 4 Dec 2003 16:20:56 -0800 (PST) From: Nate Lawson To: Marcel Moolenaar In-Reply-To: <20031204213558.GB52636@dhcp01.pn.xcllnt.net> Message-ID: <20031204162032.Q24814@root.org> References: <20031204.111430.78763615.imp@bsdimp.com> <20031204213558.GB52636@dhcp01.pn.xcllnt.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: John Baldwin cc: cvs-src@FreeBSD.org cc: John-Mark Gurney cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:21:00 -0000 On Thu, 4 Dec 2003, Marcel Moolenaar wrote: > On Thu, Dec 04, 2003 at 01:09:04PM -0800, John-Mark Gurney wrote: > > > > One way would be to make acpi a newbus (which is what I believe Warner > > is thinking of) attachment... Then madt would become a device off the > > acpi bus... > > I think it's time people read the ACPI specification and try to > understand how things are supposed to work, including on non-i386 > platforms. I don't think I've heard of anything more silly than > having a table (disguised as a device) attach to a bus (which is > what ACPI disguises as). Yes, acpi is already a bus. See devinfo with acpi loaded. -Nate From owner-cvs-src@FreeBSD.ORG Thu Dec 4 16:57:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D51C16A4CE; Thu, 4 Dec 2003 16:57:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0C843FA3; Thu, 4 Dec 2003 16:57:12 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB50vCXJ065689; Thu, 4 Dec 2003 16:57:12 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB50vC2H065688; Thu, 4 Dec 2003 16:57:12 -0800 (PST) (envelope-from des) Message-Id: <200312050057.hB50vC2H065688@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 4 Dec 2003 16:57:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/alpha/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 00:57:13 -0000 des 2003/12/04 16:57:11 PST FreeBSD src repository Modified files: sys/alpha/conf GENERIC.hints Log: Since the fdc driver can't autodetect the drive capacity on the Alpha, give it a hint that fd0 is a 1440 kB drive. PR: alpha/59026 Approved by: re (murray) Revision Changes Path 1.7 +1 -0 src/sys/alpha/conf/GENERIC.hints From owner-cvs-src@FreeBSD.ORG Thu Dec 4 17:02:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B5FF16A4CE; Thu, 4 Dec 2003 17:02:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B092043FD7; Thu, 4 Dec 2003 17:02:46 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB512kXJ066266; Thu, 4 Dec 2003 17:02:46 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB512kcL066265; Thu, 4 Dec 2003 17:02:46 -0800 (PST) (envelope-from scottl) Message-Id: <200312050102.hB512kcL066265@repoman.freebsd.org> From: Scott Long Date: Thu, 4 Dec 2003 17:02:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata atapi-cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:02:47 -0000 scottl 2003/12/04 17:02:46 PST FreeBSD src repository Modified files: sys/dev/ata atapi-cam.c Log: Fix a potential problem with atapi-cam where an incorrect flag is passed into the ata queueing layer. Approved by: re Revision Changes Path 1.29 +1 -1 src/sys/dev/ata/atapi-cam.c From owner-cvs-src@FreeBSD.ORG Thu Dec 4 17:36:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC8416A4D1; Thu, 4 Dec 2003 17:36:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B755543FBD; Thu, 4 Dec 2003 17:36:44 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51aiXJ068400; Thu, 4 Dec 2003 17:36:44 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51aibO068399; Thu, 4 Dec 2003 17:36:44 -0800 (PST) (envelope-from peter) Message-Id: <200312050136.hB51aibO068399@repoman.freebsd.org> From: Peter Wemm Date: Thu, 4 Dec 2003 17:36:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/amd64/gen makecontext.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:36:45 -0000 peter 2003/12/04 17:36:44 PST FreeBSD src repository Modified files: lib/libc/amd64/gen makecontext.c Log: "Fix" makecontext() so that the C code begins execution with its ABI-required stack alignment. C code expects that the push of the return address disturbed the 16 byte alignment and it will take corrective measures to fix it before making another call. Of course, if its wrong to start with, then all hell breaks loose. Essentially we "fix" this by making the stack alignment odd to start with. This was one of the things that broke on libkse with apps that use floating point/varargs/etc. Approved by: re (scottl) Revision Changes Path 1.2 +6 -2 src/lib/libc/amd64/gen/makecontext.c From owner-cvs-src@FreeBSD.ORG Thu Dec 4 17:41:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A726B16A4CE; Thu, 4 Dec 2003 17:41:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE0A43F85; Thu, 4 Dec 2003 17:41:43 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB51fhXJ068664; Thu, 4 Dec 2003 17:41:43 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB51fh6r068663; Thu, 4 Dec 2003 17:41:43 -0800 (PST) (envelope-from peter) Message-Id: <200312050141.hB51fh6r068663@repoman.freebsd.org> From: Peter Wemm Date: Thu, 4 Dec 2003 17:41:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/amd64/amd64 enter_uts.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:41:44 -0000 peter 2003/12/04 17:41:43 PST FreeBSD src repository Modified files: lib/libpthread/arch/amd64/amd64 enter_uts.S Log: Apply a second fix for stack alignment with libkse. This time, enter the UTS with the stack correctly aligned. Also, while here, use an indirect jump rather than the pushq/ret hack. This fixes threaded apps that use floating point for me, although it hasn't solved all the problems. It is an improvement though. Preservation of the 128 byte red zone hasn't been resolved yet. Approved by: re (scottl) Revision Changes Path 1.4 +2 -2 src/lib/libpthread/arch/amd64/amd64/enter_uts.S From owner-cvs-src@FreeBSD.ORG Thu Dec 4 17:46:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61E0F16A4CE; Thu, 4 Dec 2003 17:46:06 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1824043F85; Thu, 4 Dec 2003 17:46:05 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id hB51k4ml002957; Thu, 4 Dec 2003 20:46:04 -0500 (EST) Date: Thu, 4 Dec 2003 20:46:04 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Peter Wemm In-Reply-To: <200312050136.hB51aibO068399@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/amd64/gen makecontext.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 01:46:06 -0000 On Thu, 4 Dec 2003, Peter Wemm wrote: > peter 2003/12/04 17:36:44 PST > > FreeBSD src repository > > Modified files: > lib/libc/amd64/gen makecontext.c > Log: > "Fix" makecontext() so that the C code begins execution with its > ABI-required stack alignment. C code expects that the push of the > return address disturbed the 16 byte alignment and it will take corrective > measures to fix it before making another call. Of course, if its wrong > to start with, then all hell breaks loose. Essentially we "fix" this > by making the stack alignment odd to start with. Hey, you didn't include this little bit of knowledge in your amd64 "notes" that you sent me ;-) > This was one of the things that broke on libkse with apps that use > floating point/varargs/etc. I guess we never hit this problem with the tests (ACE) that we ran on sledge... From owner-cvs-src@FreeBSD.ORG Thu Dec 4 18:08:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FEFB16A4CE; Thu, 4 Dec 2003 18:08:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A6343FDD; Thu, 4 Dec 2003 18:08:14 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB528DXJ070493; Thu, 4 Dec 2003 18:08:13 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB528DnA070490; Thu, 4 Dec 2003 18:08:13 -0800 (PST) (envelope-from matk) Message-Id: <200312050208.hB528DnA070490@repoman.freebsd.org> From: Mathew Kanner Date: Thu, 4 Dec 2003 18:08:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm channel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 02:08:15 -0000 matk 2003/12/04 18:08:13 PST FreeBSD src repository Modified files: sys/dev/sound/pcm channel.c Log: Fix some locking violations by creating seperate mutex classes for play and record channels. Approved by: seigo (mentor) Approved by: scottl (re) Revision Changes Path 1.93 +6 -3 src/sys/dev/sound/pcm/channel.c From owner-cvs-src@FreeBSD.ORG Thu Dec 4 20:28:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B87A616A4CE; Thu, 4 Dec 2003 20:28:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 108EF43FBF; Thu, 4 Dec 2003 20:28:04 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB54S3XJ077385; Thu, 4 Dec 2003 20:28:03 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB54S3VV077384; Thu, 4 Dec 2003 20:28:03 -0800 (PST) (envelope-from imp) Message-Id: <200312050428.hB54S3VV077384@repoman.freebsd.org> From: Warner Losh Date: Thu, 4 Dec 2003 20:28:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/init init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 04:28:04 -0000 imp 2003/12/04 20:28:03 PST FreeBSD src repository Modified files: sbin/init init.c Log: Fix the case where one goes from zero to more than zero items enabled in /etc/ttys. Before this fix, once the count of active services reaches 0, one could never restart any more without a reboot. Steve Passe did the leg work on this patch. After he found the fix, we discovered that an identical fix had been made to NetBSD. Approved by: re@ Approval tool: peril sensitive sunglasses Revision Changes Path 1.56 +0 -3 src/sbin/init/init.c From owner-cvs-src@FreeBSD.ORG Thu Dec 4 22:52:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CF7016A4CE; Thu, 4 Dec 2003 22:52:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1C9F43F75; Thu, 4 Dec 2003 22:52:05 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB56q5XJ090085; Thu, 4 Dec 2003 22:52:05 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB56q5Sc090084; Thu, 4 Dec 2003 22:52:05 -0800 (PST) (envelope-from imp) Message-Id: <200312050652.hB56q5Sc090084@repoman.freebsd.org> From: Warner Losh Date: Thu, 4 Dec 2003 22:52:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/include cronyx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 06:52:06 -0000 imp 2003/12/04 22:52:05 PST FreeBSD src repository Removed files: sys/i386/include cronyx.h Log: File forgotten in the cx shuffle. Pointed out by: Roman Kurakin Approved by: re@ (under go ahead and commit new cx approval) Revision Changes Path 1.10 +0 -484 src/sys/i386/include/cronyx.h (dead) From owner-cvs-src@FreeBSD.ORG Thu Dec 4 23:03:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB3EE16A4CE; Thu, 4 Dec 2003 23:03:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148BF43FB1; Thu, 4 Dec 2003 23:03:59 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB573wXJ091384; Thu, 4 Dec 2003 23:03:58 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB573wHg091383; Thu, 4 Dec 2003 23:03:58 -0800 (PST) (envelope-from imp) Message-Id: <200312050703.hB573wHg091383@repoman.freebsd.org> From: Warner Losh Date: Thu, 4 Dec 2003 23:03:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 cx.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 07:04:00 -0000 imp 2003/12/04 23:03:58 PST FreeBSD src repository Modified files: share/man/man4/man4.i386 cx.4 Log: Updated man page from cronyx. Forgotten by: imp Reminded by: Roman Kurakin Approved by: re@ Revision Changes Path 1.17 +75 -250 src/share/man/man4/man4.i386/cx.4 From owner-cvs-src@FreeBSD.ORG Fri Dec 5 01:22:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1ACF16A4CE; Fri, 5 Dec 2003 01:22:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B8643F93; Fri, 5 Dec 2003 01:22:41 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB59MfXJ004266; Fri, 5 Dec 2003 01:22:41 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB59MegW004265; Fri, 5 Dec 2003 01:22:40 -0800 (PST) (envelope-from iedowse) Message-Id: <200312050922.hB59MegW004265@repoman.freebsd.org> From: Ian Dowse Date: Fri, 5 Dec 2003 01:22:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/umount umount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 09:22:42 -0000 iedowse 2003/12/05 01:22:40 PST FreeBSD src repository Modified files: sbin/umount umount.c Log: Don't include the file system ID in the output of `mount -v' if it is all zeros. The kernel now consistently zeroes FSIDs for non-root users, so there's no point in printing these. Also fix a misspelling in a comment. Submitted by: Rudolf Cejka Approved by: re (scottl) Revision Changes Path 1.42 +4 -3 src/sbin/umount/umount.c From owner-cvs-src@FreeBSD.ORG Fri Dec 5 01:36:58 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F7BE16A4CE; Fri, 5 Dec 2003 01:36:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A974C43F3F; Fri, 5 Dec 2003 01:36:57 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB59avXJ004761; Fri, 5 Dec 2003 01:36:57 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB59avgw004760; Fri, 5 Dec 2003 01:36:57 -0800 (PST) (envelope-from iedowse) Message-Id: <200312050936.hB59avgw004760@repoman.freebsd.org> From: Ian Dowse Date: Fri, 5 Dec 2003 01:36:57 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 09:36:58 -0000 iedowse 2003/12/05 01:36:57 PST FreeBSD src repository Modified files: sbin/mount mount.c Log: Don't include the file system ID in the output of `mount -v' if it is all zeros. The kernel now consistently zeroes FSIDs for non-root users, so there's no point in printing these. Also fix a number of compiler warnings, including two real bugs: - a bracket placement bug caused `mount -t ufs localhost:/foo /mnt' to override the `-t ufs' specification and use mount_nfs. - an unitialised variable was used instead of _PATH_SYSPATH when warning that the mount_* program cound not be found. Submitted by: Rudolf Cejka (FSID part) Approved by: re (scottl) Revision Changes Path 1.55 +12 -10 src/sbin/mount/mount.c From owner-cvs-src@FreeBSD.ORG Fri Dec 5 02:03:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A33116A4CE; Fri, 5 Dec 2003 02:03:28 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E765A43F93; Fri, 5 Dec 2003 02:03:25 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1ASCo9-0004kx-00; Fri, 05 Dec 2003 16:03:33 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1ASCo7-0004jw-00; Fri, 05 Dec 2003 16:03:31 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hB5A6Cg1059038; Fri, 5 Dec 2003 16:06:12 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hB5A6CJK059016; Fri, 5 Dec 2003 16:06:12 +0600 (NOVT) (envelope-from danfe) Date: Fri, 5 Dec 2003 16:06:11 +0600 From: Alexey Dokuchaev To: Andreas Klemm Message-ID: <20031205100611.GA51182@regency.nsu.ru> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> <20031201231430.GI75620@elvis.mu.org> <20031201161527.T97771@qbhto.arg> <20031202045041.GB4997@regency.nsu.ru> <20031204192655.GA19989@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031204192655.GA19989@titan.klemm.apsfilter.org> User-Agent: Mutt/1.4.1i X-Envelope-To: andreas@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 10:03:28 -0000 On Thu, Dec 04, 2003 at 08:26:55PM +0100, Andreas Klemm wrote: > for loadable editor modules ... the only thing I'm really > missing in standard vi is an extended command line with > - history function > - save history and > - editable like everything other compiled and linked with readline lib. > > That would be a great change to nvi, that brings the most important > user friendlyness, that really would be a big win ... Hmm.. Ever considerend writing some patches and/or contacting nvi author (Keith Bostic)? ;-) ./danfe From owner-cvs-src@FreeBSD.ORG Fri Dec 5 03:25:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C58116A4CE; Fri, 5 Dec 2003 03:25:35 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C7743F85; Fri, 5 Dec 2003 03:25:32 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) hB5BPNvq072918 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 5 Dec 2003 12:25:26 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)hB5BPLD1072911; Fri, 5 Dec 2003 12:25:22 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.10/8.12.9) with ESMTP id hB5BNTRX037736; Fri, 5 Dec 2003 12:23:29 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost)hB5BNTcu037735; Fri, 5 Dec 2003 12:23:29 +0100 (CET) (envelope-from andreas) Date: Fri, 5 Dec 2003 12:23:29 +0100 From: Andreas Klemm To: Alexey Dokuchaev Message-ID: <20031205112329.GA37703@titan.klemm.apsfilter.org> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> <20031201221606.GA78852@regency.nsu.ru> <20031201231430.GI75620@elvis.mu.org> <20031201161527.T97771@qbhto.arg> <20031202045041.GB4997@regency.nsu.ru> <20031204192655.GA19989@titan.klemm.apsfilter.org> <20031205100611.GA51182@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031205100611.GA51182@regency.nsu.ru> X-Operating-System: FreeBSD 5.2-BETA X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.5.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Andreas Klemm Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 11:25:35 -0000 On Fri, Dec 05, 2003 at 04:06:11PM +0600, Alexey Dokuchaev wrote: > On Thu, Dec 04, 2003 at 08:26:55PM +0100, Andreas Klemm wrote: > > for loadable editor modules ... the only thing I'm really > > missing in standard vi is an extended command line with > > - history function > > - save history and > > - editable like everything other compiled and linked with readline lib. > > > > That would be a great change to nvi, that brings the most important > > user friendlyness, that really would be a big win ... > > Hmm.. Ever considerend writing some patches and/or contacting nvi author > (Keith Bostic)? ;-) No, I only wanted suggest a IMHO more useful enhancement than replacing nvi entirely with something that is really different in comparison to vi (-> vim). Andreas /// -- Andreas Klemm - Powered by FreeBSD 5.1-CURRENT Need a magic printfilter today ? -> http://www.apsfilter.org/ From owner-cvs-src@FreeBSD.ORG Fri Dec 5 04:59:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 505E716A4CE; Fri, 5 Dec 2003 04:59:56 -0800 (PST) Received: from mx0.freebsd-services.com (survey.codeburst.net [195.149.39.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFEA143FE3; Fri, 5 Dec 2003 04:59:50 -0800 (PST) (envelope-from paul@freebsd-services.com) Received: by mx0.freebsd-services.com (Postfix, from userid 1002) id B41351B219; Fri, 5 Dec 2003 12:59:49 +0000 (GMT) Date: Fri, 5 Dec 2003 12:59:49 +0000 From: Paul Richards To: Shunsuke Akiyama Message-ID: <20031205125949.GF62032@survey.codeburst.net> References: <200311161205.hAGC5BmT070154@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311161205.hAGC5BmT070154@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb uplcom.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 12:59:56 -0000 On Sun, Nov 16, 2003 at 04:05:11AM -0800, Shunsuke Akiyama wrote: > akiyama 2003/11/16 04:05:11 PST > > FreeBSD src repository > > Modified files: > sys/dev/usb uplcom.c usbdevs > Log: > Add vendor IDs, and device IDs supported by uplcom(4). Has anyone tried getting the Sony-Ericsson P800 USB cradle to work with this? Supposedly the Linux driver for the Prolific chipset works but I added the IDs for the P800 cradle to uplcom and nothing much happened. It recognised the hardware but failed to setup interrupts. My knowledge of USB is pretty much nonexistent at present so if there's a USB expert around who can suggest a path of investigation I'd appreciate the help. -- Tis a wise thing to know what is wanted, wiser still to know when it has been achieved and wisest of all to know when it is unachievable for then striving is folly. [Magician] From owner-cvs-src@FreeBSD.ORG Fri Dec 5 07:35:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B075916A4D8 for ; Fri, 5 Dec 2003 07:35:50 -0800 (PST) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A520A43FF5 for ; Fri, 5 Dec 2003 07:35:44 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 20713 invoked from network); 5 Dec 2003 15:35:44 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 5 Dec 2003 15:35:44 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB5FZeFn020155; Fri, 5 Dec 2003 10:35:40 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200312050057.hB50vC2H065688@repoman.freebsd.org> Date: Fri, 05 Dec 2003 10:35:55 -0500 (EST) From: John Baldwin To: Dag-Erling Smorgrav X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/alpha/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:35:50 -0000 On 05-Dec-2003 Dag-Erling Smorgrav wrote: > des 2003/12/04 16:57:11 PST > > FreeBSD src repository > > Modified files: > sys/alpha/conf GENERIC.hints > Log: > Since the fdc driver can't autodetect the drive capacity on the Alpha, > give it a hint that fd0 is a 1440 kB drive. > > PR: alpha/59026 > Approved by: re (murray) The patch I saw was to the actual driver that caused the driver to default to 144 on any arch that it can't auto detect the size on. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Fri Dec 5 07:49:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A621116A4CE; Fri, 5 Dec 2003 07:49:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F4F43FF2; Fri, 5 Dec 2003 07:49:03 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5Fn2XJ028754; Fri, 5 Dec 2003 07:49:02 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5Fn2Yw028753; Fri, 5 Dec 2003 07:49:02 -0800 (PST) (envelope-from jhb) Message-Id: <200312051549.hB5Fn2Yw028753@repoman.freebsd.org> From: John Baldwin Date: Fri, 5 Dec 2003 07:49:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:49:03 -0000 jhb 2003/12/05 07:49:02 PST FreeBSD src repository Modified files: sys/modules/acpi Makefile Log: Remove SMP option support from building the ACPI module as it is no longer needed. Approved by: re (murray) Requested by: njl Revision Changes Path 1.35 +0 -3 src/sys/modules/acpi/Makefile From owner-cvs-src@FreeBSD.ORG Fri Dec 5 08:23:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE3CB16A4CF for ; Fri, 5 Dec 2003 08:23:21 -0800 (PST) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A27E43FB1 for ; Fri, 5 Dec 2003 08:23:18 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 18075 invoked from network); 5 Dec 2003 16:23:17 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 5 Dec 2003 16:23:17 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB5GNDFn020369; Fri, 5 Dec 2003 11:23:13 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031204210904.GI54398@funkthat.com> Date: Fri, 05 Dec 2003 11:23:29 -0500 (EST) From: John Baldwin To: John-Mark Gurney X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 16:23:21 -0000 On 04-Dec-2003 John-Mark Gurney wrote: > John Baldwin wrote this message on Thu, Dec 04, 2003 at 14:43 -0500: >> >: I don't know the acpi/madt interface, but why wouldn't a SYSINIT in >> >: madt that calls an acpi function with a struct of function pointers >> >: to notify acpi that it exists work? Then you don't have problems with >> >: acpi referencing madt's symbols and being required to load. acpi will >> >: get the pointers registered if it exists. >> > >> > This seems like a much more straight forward way to deal. acpi.ko and >> > madt.ko aren't unloadable at this point anyway (and any extra work >> > that the table would cause is so lost in the noise to make the >> > reloadable as to not be worth considering now). >> > >> > Function pointers or kobj are the same thing in this context, so >> > either could potentially be used. However, it isn't an interface that >> > needs to be 'stable to external users' so the normal reason to use >> > kobj applies much less to this case. >> >> I don't think you guys understand what madt.ko does. Also, what >> exactly are you proposing? Should madt.o be part of 'device apic' >> rather than acpi.ko? Basically, a patch (even a rough one) would go >> a long way in explaining what you mean. The MADT code already uses > > First off, madt isn't a module yet, but it shouldn't be hard to make > it.. Since it calls acpi functions, all you have to do it make sure > that it depends upon acpi, and it can be made it's own module. This > will prevent the link problems... For people that new/can use madt, > they just load the madt module which will autoload acpi, and for those > that don't, they continue to load acpi.. (or they can load both acpi > and madt from loader and the right thing will be done at kernel init > time)... The problem (which you didn't read in my mail I guess) is that the fact that madt.ko is in its own module shouldn't be user visible. The user should just say "load ACPI' and all the right magic should happen. > is thinking of) attachment... Then madt would become a device off the > acpi bus... If acpi can detect the presence of madt (self identifing > bus), it can create the device node for madt to attach too... if acpi > can't, then you use an identify function in the madt code to create > the device node off the acpi bus... new-bus doesn't exist yet when we probe CPUs. Again, you haven't actually looked at how this stuff works. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Fri Dec 5 09:23:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B11FA16A4CE; Fri, 5 Dec 2003 09:23:03 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0ED043FE0; Fri, 5 Dec 2003 09:23:01 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id D1400530A; Fri, 5 Dec 2003 18:23:00 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 76BE45308; Fri, 5 Dec 2003 18:22:53 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 66A7D33C6A; Fri, 5 Dec 2003 18:22:53 +0100 (CET) To: John Baldwin References: From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 05 Dec 2003 18:22:53 +0100 In-Reply-To: (John Baldwin's message of "Fri, 05 Dec 2003 10:35:55 -0500 (EST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 17:23:03 -0000 John Baldwin writes: > The patch I saw was to the actual driver that caused the driver to > default to 144 on any arch that it can't auto detect the size on. The author of the driver disliked the patch and pointed out that he had previously removed code similar to that patch from the driver. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Fri Dec 5 10:46:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48FA416A4CE for ; Fri, 5 Dec 2003 10:46:45 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8811C43FE1 for ; Fri, 5 Dec 2003 10:46:42 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 19274 invoked from network); 5 Dec 2003 18:46:41 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 5 Dec 2003 18:46:41 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB5IkcFn021017; Fri, 5 Dec 2003 13:46:38 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 05 Dec 2003 13:46:54 -0500 (EST) From: John Baldwin To: (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 18:46:45 -0000 On 05-Dec-2003 Dag-Erling Smørgrav wrote: > John Baldwin writes: >> The patch I saw was to the actual driver that caused the driver to >> default to 144 on any arch that it can't auto detect the size on. > > The author of the driver disliked the patch and pointed out that he > had previously removed code similar to that patch from the driver. Yes, I saw that later on in my inbox. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Fri Dec 5 11:03:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D51B16A4CF for ; Fri, 5 Dec 2003 11:03:13 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 148E743FEC for ; Fri, 5 Dec 2003 11:03:02 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 26627 invoked from network); 5 Dec 2003 19:03:01 -0000 Received: from unknown (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Dec 2003 19:03:01 -0000 Received: from hydrogen.funkthat.com (ilclej@localhost.funkthat.com [127.0.0.1])hB5J30gP009093; Fri, 5 Dec 2003 11:03:00 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id hB5J2xN1009092; Fri, 5 Dec 2003 11:02:59 -0800 (PST) Date: Fri, 5 Dec 2003 11:02:59 -0800 From: John-Mark Gurney To: John Baldwin Message-ID: <20031205190259.GM54398@funkthat.com> References: <20031204210904.GI54398@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: "M. Warner Losh" cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 19:03:13 -0000 John Baldwin wrote this message on Fri, Dec 05, 2003 at 11:23 -0500: > The problem (which you didn't read in my mail I guess) is that the > fact that madt.ko is in its own module shouldn't be user visible. > The user should just say "load ACPI' and all the right magic should > happen. Well, now that you restate it, it's more clear. I got confused with your talking about linking issues, and other stuff, not just that issue. I was going to say, why don't you just call linker_load_module("madt.ko", NULL, NULL, NULL, NULL) from acpi and ignore the return code. Then if the module exists, it's loaded, if it doesn't, nothing changes... But this is problematic since SI_SUB_KMEM is significantly earlier than SI_SUB_KLD.. > > is thinking of) attachment... Then madt would become a device off the > > acpi bus... If acpi can detect the presence of madt (self identifing > > bus), it can create the device node for madt to attach too... if acpi > > can't, then you use an identify function in the madt code to create > > the device node off the acpi bus... > > new-bus doesn't exist yet when we probe CPUs. Again, you haven't > actually looked at how this stuff works. I realized that shortly after I sent off the email that we might be a bit earlier than the vm subsystem and friends have been setup for newbus. Ok, now I'm completely confused, why is ACPI mentioned sooo much when the apic code that madt uses doesn't reference ACPI?? -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-cvs-src@FreeBSD.ORG Fri Dec 5 12:06:30 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05C3C16A4CE; Fri, 5 Dec 2003 12:06:30 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B3B643FE3; Fri, 5 Dec 2003 12:06:26 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id hB5K6PRm060905; Fri, 5 Dec 2003 12:06:25 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id hB5K6NNt060904; Fri, 5 Dec 2003 12:06:23 -0800 (PST) (envelope-from obrien) Date: Fri, 5 Dec 2003 12:06:23 -0800 From: "David O'Brien" To: Gary Jennejohn Message-ID: <20031205200623.GB60766@dragon.nuxi.com> References: <200312041943.hB4JhK6I007082@green.bikeshed.org> <200312042359.hB4Nx0FI005943@peedub.jennejohn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312042359.hB4Nx0FI005943@peedub.jennejohn.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-BETA 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 cc: "Brian F. Feldman" cc: src-committers@FreeBSD.org cc: Andreas Klemm cc: Alexey Dokuchaev cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:06:30 -0000 On Fri, Dec 05, 2003 at 12:59:00AM +0100, Gary Jennejohn wrote: > "Brian F. Feldman" writes: > > Andreas Klemm wrote: > > > BTW, robert, if you already think of terms to "waste" time > > > for loadable editor modules ... the only thing I'm really > > > missing in standard vi is an extended command line with > > > - history function > > > - save history and > > > - editable like everything other compiled and linked with readline lib. ... > > I don't think it would be exactly the most trivial thing to give nvi > > vi-command-history, but it's certainly worth doing. It doesn't use ... > (x)vile already has functionality to edit thiings like search patterns > and file names (using the arrow keys to move around). It also keeps > track of quite a few of the last search patterns and allows scrolling > through them using the arrow keys. Vim has all this, that's how it got as big as it is -- people make lists like the above and the Vim author responds. So if we're going to import [x]vile, we should import Vim instead as its got a larger FreeBSD userbase. That said, I don't see us importing any 'vi' clones, so why is another editor to import being suggested? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Fri Dec 5 12:17:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 534C216A4CE for ; Fri, 5 Dec 2003 12:17:36 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 201DF43FE5 for ; Fri, 5 Dec 2003 12:17:31 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 13394 invoked from network); 5 Dec 2003 20:17:30 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender )encrypted SMTP for ; 5 Dec 2003 20:17:30 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.9/8.12.9) with ESMTP id hB5KHPFn021467; Fri, 5 Dec 2003 15:17:25 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20031205190259.GM54398@funkthat.com> Date: Fri, 05 Dec 2003 15:17:42 -0500 (EST) From: John Baldwin To: John-Mark Gurney X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "M. Warner Losh" Subject: Re: cvs commit: src/sys/i386/i386 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:17:36 -0000 On 05-Dec-2003 John-Mark Gurney wrote: > John Baldwin wrote this message on Fri, Dec 05, 2003 at 11:23 -0500: >> The problem (which you didn't read in my mail I guess) is that the >> fact that madt.ko is in its own module shouldn't be user visible. >> The user should just say "load ACPI' and all the right magic should >> happen. > > Well, now that you restate it, it's more clear. I got confused with > your talking about linking issues, and other stuff, not just that issue. > > I was going to say, why don't you just call > linker_load_module("madt.ko", NULL, NULL, NULL, NULL) from acpi and > ignore the return code. Then if the module exists, it's loaded, if it > doesn't, nothing changes... > > But this is problematic since SI_SUB_KMEM is significantly earlier than > SI_SUB_KLD.. > >> > is thinking of) attachment... Then madt would become a device off the >> > acpi bus... If acpi can detect the presence of madt (self identifing >> > bus), it can create the device node for madt to attach too... if acpi >> > can't, then you use an identify function in the madt code to create >> > the device node off the acpi bus... >> >> new-bus doesn't exist yet when we probe CPUs. Again, you haven't >> actually looked at how this stuff works. > > I realized that shortly after I sent off the email that we might be a > bit earlier than the vm subsystem and friends have been setup for newbus. > > Ok, now I'm completely confused, why is ACPI mentioned sooo much when > the apic code that madt uses doesn't reference ACPI?? Well, two issuse. First, the APIC "driver" consists of a couple of different pieces. One is the actual apic hardware driver for both the local and I/O apics that provides interrupt sources for over devices to use. The other pieces are apic enumerators. These "modules" perform functionality similar to an identify routine for a new-bus driver in that they create local and I/O APIC "devices" that the core apic driver code then manages. The second issue is PCI interrupt routing. Roughly, the function of PCI interrupt routing is so that when a PCI device wants to register an interrupt handler, it needs to know which interrupt source on the motherboard it is hooked up to. In FreeBSD we use an IRQ number as a kind of cookie. Some arch's like alpha do math on the cookie value to map it to a given PCI device. On i386, the cookie value is an index into an array of interrupt source objects. A given interrupt source may be a pin on an 8259A managed by the atpic "driver" or it may be a pin on an I/O apic managed by the apic "driver". The apic enumerator plays a role in PCI interrupt routing in that it provides PCI bridge drivers that give a PCI device an IRQ cookie at the "bottom" that map to the right interrupt source at the "top". For example, in the !ACPI case using the MP Table, the MP Table provides in addition to entries dsecribing each APIC, entries for each ISA, EISA, and PCI interrupt in the system. The entry lists which I/O APIC and pin that interrupt is mapped to. For PCI devices, the entry actually contains the bus, device, and intpin (#A through #D) and what (apic, pin) tuple it maps to. Thus, when a PCI device routes its interrupt, the MP Table PCI bridge drivers walk the MP Table to find an entry with a matching bus, device, and intpin. They then look up that I/O APIC in an internal array and ask it for the interrupt source associated with the given pin. They can then ask that interrupt source for its associated vector via the pic_get_vector() method. In the ACPI case, each PCI bridge in the ACPI tree has a _PRT object that describes interrupt routing for a given PCI device. Each entry in the _PRT matches a certain bus/device/intpin and says that it either maps to a fixed global interrupt number (common for APIC case) or to a given index of a routable PCI link device (common for 8259A case and some APIC cases). ACPI has a top-level _PIC method that OSPM executes to tell it what kind of interrupt model (PIC vs. APIC) it is using. The _PRT method then usually checks the saved value of this flag to determine which table to use. (It has separate tables for the APIC and 8259A cases.) Thus, while in the !ACPI case we have different sets of PCI bridge drivers for PIC (PCIBIOS) vs. APIC (MP Table), ACPI has one PCI bridge driver for both interrupt models. Now, it is absolutely crucial that when using the APIC we use the corresponding interrupt routing PCI bridge driver. For the PIC case, the interrupts are always the ISA IRQs 0-15 with values 0-15 always mapping to the 8259A master and slave PICs. However, for the MP Table case, there is no defined mapping for how pins on I/O APICs are ordered. We use a sensible model similar to ACPI in that we just assign the vectors consecutively. For example, ioapic0 gets irqs 0-23 for its intpins 0-23, ioapic1 gets IRQs 24-55 for its 32 intpins, etc. ACPI generally follows that model but sometimes it leaves gaps. For example, ioapic0 might be 0-23, and ioapic1 might be 48-79. Thus, the ACPI and !ACPI interrupt routings can be different. Now, ACPI provides those base interrupt numbers for I/O APICs in the MADT entries, thus if we use the MADT to probe APICs, we must use ACPI to route interrupts. If we don't use the MADT to probe APICs, we must not use ACPI to route interrupts but must use the MP Table drivers instead. Thus, madt.ko and acpi.ko really are conceptually part of a single ACPI driver in that both parts contribute to the acpi_pcib(4) drivers and their interrupt routing mechanism. Hopefully this helps clear up some of the confusion. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ From owner-cvs-src@FreeBSD.ORG Fri Dec 5 12:32:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29CFF16A4CE; Fri, 5 Dec 2003 12:32:33 -0800 (PST) Received: from peedub.jennejohn.org (p213.54.251.13.tisdip.tiscali.de [213.54.251.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6076243FB1; Fri, 5 Dec 2003 12:32:31 -0800 (PST) (envelope-from garyj@jennejohn.org) Received: from peedub.jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.12.10/8.11.6) with ESMTP id hB5KWRcC005087; Fri, 5 Dec 2003 21:32:28 +0100 (CET) (envelope-from garyj@peedub.jennejohn.org) Message-Id: <200312052032.hB5KWRcC005087@peedub.jennejohn.org> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: Message from "David O'Brien" <20031205200623.GB60766@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 05 Dec 2003 21:32:27 +0100 From: Gary Jennejohn cc: "Brian F. Feldman" cc: Andreas Klemm cc: Alexey Dokuchaev Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 20:32:33 -0000 "David O'Brien" writes: > On Fri, Dec 05, 2003 at 12:59:00AM +0100, Gary Jennejohn wrote: > > "Brian F. Feldman" writes: > > > Andreas Klemm wrote: > > > > BTW, robert, if you already think of terms to "waste" time > > > > for loadable editor modules ... the only thing I'm really > > > > missing in standard vi is an extended command line with > > > > - history function > > > > - save history and > > > > - editable like everything other compiled and linked with readline lib. > ... > > > I don't think it would be exactly the most trivial thing to give nvi > > > vi-command-history, but it's certainly worth doing. It doesn't use > ... > > (x)vile already has functionality to edit thiings like search patterns > > and file names (using the arrow keys to move around). It also keeps > > track of quite a few of the last search patterns and allows scrolling > > through them using the arrow keys. > > Vim has all this, that's how it got as big as it is -- people make lists > like the above and the Vim author responds. So if we're going to import > [x]vile, we should import Vim instead as its got a larger FreeBSD > userbase. > > That said, I don't see us importing any 'vi' clones, so why is another > editor to import being suggested? > I wasn't suggesting importing another editor but rather pointing out that, if one desires the ability to edit previous input, there are already existing editors which can do that in ports so why modify nvi? IMO nvi is more than good enough as it is for the base system. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org gj[at]denx.de From owner-cvs-src@FreeBSD.ORG Fri Dec 5 13:04:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0138316A4CE; Fri, 5 Dec 2003 13:04:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC9143FB1; Fri, 5 Dec 2003 13:04:52 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5L4qXJ057104; Fri, 5 Dec 2003 13:04:52 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5L4qno057103; Fri, 5 Dec 2003 13:04:52 -0800 (PST) (envelope-from bmah) Message-Id: <200312052104.hB5L4qno057103@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 5 Dec 2003 13:04:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 21:04:53 -0000 bmah 2003/12/05 13:04:51 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Move cx(4) entry from "Serial Devices" to "Miscellaneous Networks". Approved by: re (implicitly) Reviewed by: imp Revision Changes Path 1.205 +3 -3 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Fri Dec 5 14:08:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C9016A4CE; Fri, 5 Dec 2003 14:08:14 -0800 (PST) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4473B43FBD; Fri, 5 Dec 2003 14:08:08 -0800 (PST) (envelope-from bob@immure.com) Received: from maul.immure.com (adsl-66-136-206-1.dsl.austtx.swbell.net [66.136.206.1])hB5M86nW259166; Fri, 5 Dec 2003 17:08:07 -0500 Received: (from root@localhost) by maul.immure.com (8.12.10/8.12.10) id hB5M86E1073266; Fri, 5 Dec 2003 16:08:06 -0600 (CST) (envelope-from bob@immure.com) Received: from luke.immure.com (luke.immure.com [10.1.132.3]) by maul.immure.com (8.12.10/8.12.3) with ESMTP id hB5M85jY073241; Fri, 5 Dec 2003 16:08:05 -0600 (CST) (envelope-from bob@immure.com) Received: from luke.immure.com (localhost [127.0.0.1]) by luke.immure.com (8.12.10/8.12.10) with ESMTP id hB5M859R004265; Fri, 5 Dec 2003 16:08:05 -0600 (CST) (envelope-from bob@luke.immure.com) Received: (from bob@localhost) by luke.immure.com (8.12.10/8.12.10/Submit) id hB5M845W004264; Fri, 5 Dec 2003 16:08:04 -0600 (CST) (envelope-from bob) Date: Fri, 5 Dec 2003 16:08:04 -0600 From: Bob Willcox To: Alfred Perlstein Message-ID: <20031205220804.GA98454@luke.immure.com> References: <20031201032205.GA41354@dragon.nuxi.com> <20031201033904.GD75620@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031201033904.GD75620@elvis.mu.org> User-Agent: Mutt/1.5.4i X-scanner: scanned by Inflex 1.0.12.3 on maul.immure.com cc: src-committers@freebsd.org cc: Robert Watson cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: Scott Long cc: David O'Brien Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bob Willcox List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 22:08:14 -0000 On Sun, Nov 30, 2003 at 07:39:04PM -0800, Alfred Perlstein wrote: > * Robert Watson [031130 19:30] wrote: > > > > On Sun, 30 Nov 2003, David O'Brien wrote: > > > > > On Sat, Nov 29, 2003 at 03:48:44PM -0800, Scott Long wrote: > > > > scottl 2003/11/29 15:48:44 PST > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > release/scripts print-cdrom-packages.sh > > > > Log: > > > > vim-lite can hardly be considered 'lite'. Remove it. > > > > > > Why isn't it "lite"? > > > -rw-r--r-- 1 portmgr archive 2M Nov 18 01:09 vim-lite-6.2.139.tbz > > > > > > Lets look at the Emacs editors you left behind: > > > -rw-r--r-- 1 portmgr archive 11M Nov 21 17:21 emacs-21.3.tbz > > > > > > I predict you will become very unpopular for this commit. > > > Please remove Emacs instead. > > > > Maybe compared to vim, and both vim and vim-lite were previously on CD1? > > > > 2662422 vim-6.2.139.tbz > > 2195668 vim-lite-6.2.139.tbz > > vim-lite is really nice to have around and I have to agree... > wait... > anyone really tired of nvi?... and wants us to be a little more > like OS X? And let's not forget helping the children of Uganda... :) > > When are we going to replace nvi with vim-without-x11? I would hope never. I really don't like the small but annoying differences in vim. Bob -- Bob Willcox First Law of Procrastination: bob@immure.com Procrastination shortens the job and places the Austin, TX responsibility for its termination on someone else (i.e., the authority who imposed the deadline). From owner-cvs-src@FreeBSD.ORG Fri Dec 5 14:44:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F159116A4CE; Fri, 5 Dec 2003 14:44:30 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFEF43FE0; Fri, 5 Dec 2003 14:44:29 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 8FFF16530A; Fri, 5 Dec 2003 22:44:27 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08950-03-2; Fri, 5 Dec 2003 22:44:27 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 2084865292; Fri, 5 Dec 2003 22:44:27 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id EBE8B37; Fri, 5 Dec 2003 22:44:25 +0000 (GMT) Date: Fri, 5 Dec 2003 22:44:25 +0000 From: Bruce M Simpson To: "Bruce A. Mah" Message-ID: <20031205224425.GB28524@saboteur.dek.spc.org> Mail-Followup-To: "Bruce A. Mah" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200312052104.hB5L4qno057103@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312052104.hB5L4qno057103@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 22:44:31 -0000 On Fri, Dec 05, 2003 at 01:04:52PM -0800, Bruce A. Mah wrote: > Log: > Move cx(4) entry from "Serial Devices" to "Miscellaneous Networks". word yoyoyo! From owner-cvs-src@FreeBSD.ORG Fri Dec 5 18:29:35 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78A1716A4CE; Fri, 5 Dec 2003 18:29:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E9143FE0; Fri, 5 Dec 2003 18:29:32 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB62TVXJ079951; Fri, 5 Dec 2003 18:29:32 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB62TVrw079950; Fri, 5 Dec 2003 18:29:31 -0800 (PST) (envelope-from sanpei) Message-Id: <200312060229.hB62TVrw079950@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Fri, 5 Dec 2003 18:29:31 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_dc.c if_dcreg.h src/share/man/man4 dc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 02:29:35 -0000 sanpei 2003/12/05 18:29:31 PST FreeBSD src repository Modified files: sys/pci if_dc.c if_dcreg.h share/man/man4 dc.4 Log: Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA) Submitted by: Masahiro Yamagishi Approved by: re (scottl) Revision Changes Path 1.25 +2 -0 src/share/man/man4/dc.4 1.137 +2 -0 src/sys/pci/if_dc.c 1.40 +1 -0 src/sys/pci/if_dcreg.h From owner-cvs-src@FreeBSD.ORG Fri Dec 5 20:15:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83E0F16A4CE; Fri, 5 Dec 2003 20:15:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF42043FDD; Fri, 5 Dec 2003 20:15:13 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB64FDXJ085814; Fri, 5 Dec 2003 20:15:13 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB64FDmS085813; Fri, 5 Dec 2003 20:15:13 -0800 (PST) (envelope-from scottl) Message-Id: <200312060415.hB64FDmS085813@repoman.freebsd.org> From: Scott Long Date: Fri, 5 Dec 2003 20:15:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 04:15:14 -0000 scottl 2003/12/05 20:15:13 PST FreeBSD src repository Modified files: release/scripts print-cdrom-packages.sh Log: Slim down the package list some more. The KDE and Gnome metaports might need to be tweaked a bit, but this gives the disc1 ISO a fighting chance. Revision Changes Path 1.52 +2 -10 src/release/scripts/print-cdrom-packages.sh From owner-cvs-src@FreeBSD.ORG Fri Dec 5 21:45:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6120616A4D4; Fri, 5 Dec 2003 21:45:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD6543FBD; Fri, 5 Dec 2003 21:45:32 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB65jWXJ095326; Fri, 5 Dec 2003 21:45:32 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB65jWx4095325; Fri, 5 Dec 2003 21:45:32 -0800 (PST) (envelope-from alc) Message-Id: <200312060545.hB65jWx4095325@repoman.freebsd.org> From: Alan Cox Date: Fri, 5 Dec 2003 21:45:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 05:45:33 -0000 alc 2003/12/05 21:45:32 PST FreeBSD src repository Modified files: sys/vm vm_mmap.c Log: Fix a deadlock between vm_fault() and vm_mmap(): The expected lock ordering between vm_map and vnode locks is that vm_map locks are acquired first. In revision 1.150 mmap(2) was changed to pass a locked vnode into vm_mmap(). This creates a lock-order reversal when vm_mmap() calls one of the vm_map routines that acquires a vm_map lock. The solution implemented herein is to release the vnode lock in mmap() before calling vm_mmap() and reacquire this lock if necessary in vm_mmap(). Approved by: re (scottl) Reviewed by: jeff, kan, rwatson Revision Changes Path 1.174 +13 -4 src/sys/vm/vm_mmap.c From owner-cvs-src@FreeBSD.ORG Fri Dec 5 22:54:57 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3752F16A4CE for ; Fri, 5 Dec 2003 22:54:57 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id F212243FDF for ; Fri, 5 Dec 2003 22:54:53 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 41020 invoked from network); 6 Dec 2003 06:54:52 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 6 Dec 2003 06:54:52 -0000 X-pair-Authenticated: 209.68.2.70 Date: Sat, 6 Dec 2003 00:54:51 -0600 (CST) From: Mike Silbersack To: Alan Cox In-Reply-To: <200312060545.hB65jWx4095325@repoman.freebsd.org> Message-ID: <20031206005341.D33930@odysseus.silby.com> References: <200312060545.hB65jWx4095325@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 06:54:57 -0000 WHOOOOOOOOOOO HOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO I'm not sure if any has realized it yet, but I think that this may be our first actual deadlock condition. This means that we're actually locking things! Congrats, Mike "Silby" Silbersack On Fri, 5 Dec 2003, Alan Cox wrote: > alc 2003/12/05 21:45:32 PST > > FreeBSD src repository > > Modified files: > sys/vm vm_mmap.c > Log: > Fix a deadlock between vm_fault() and vm_mmap(): The expected lock ordering > between vm_map and vnode locks is that vm_map locks are acquired first. In > revision 1.150 mmap(2) was changed to pass a locked vnode into vm_mmap(). > This creates a lock-order reversal when vm_mmap() calls one of the vm_map > routines that acquires a vm_map lock. The solution implemented herein is > to release the vnode lock in mmap() before calling vm_mmap() and reacquire > this lock if necessary in vm_mmap(). > > Approved by: re (scottl) > Reviewed by: jeff, kan, rwatson > > Revision Changes Path > 1.174 +13 -4 src/sys/vm/vm_mmap.c > From owner-cvs-src@FreeBSD.ORG Fri Dec 5 23:10:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1ABC16A4CE; Fri, 5 Dec 2003 23:10:05 -0800 (PST) Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D079943FA3; Fri, 5 Dec 2003 23:10:04 -0800 (PST) (envelope-from alc@cs.rice.edu) Received: from localhost (localhost [127.0.0.1]) by cs.rice.edu (Postfix) with ESMTP id 5BC394A9A5; Sat, 6 Dec 2003 01:10:04 -0600 (CST) Received: from cs.rice.edu ([127.0.0.1]) by localhost (cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22691-02-40; Sat, 6 Dec 2003 01:10:02 -0600 (CST) Received: by cs.rice.edu (Postfix, from userid 19572) id 96E544A9A3; Sat, 6 Dec 2003 01:10:02 -0600 (CST) Date: Sat, 6 Dec 2003 01:10:02 -0600 From: Alan Cox To: Mike Silbersack Message-ID: <20031206071002.GE13902@cs.rice.edu> References: <200312060545.hB65jWx4095325@repoman.freebsd.org> <20031206005341.D33930@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031206005341.D33930@odysseus.silby.com> User-Agent: Mutt/1.3.28i X-Virus-Scanned: by amavis-20030616-p5 at rice.edu cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 07:10:06 -0000 On Sat, Dec 06, 2003 at 12:54:51AM -0600, Mike Silbersack wrote: > > WHOOOOOOOOOOO HOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO > > I'm not sure if any has realized it yet, but I think that this may be our > first actual deadlock condition. This means that we're actually locking > things! > > Congrats, > > Mike "Silby" Silbersack > That's one way of looking at it. :-) The other is that we really need witness to support lockmgr()-based locks. Regards, Alan From owner-cvs-src@FreeBSD.ORG Sat Dec 6 01:01:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81CB416A4CF; Sat, 6 Dec 2003 01:01:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C5443FCB; Sat, 6 Dec 2003 01:01:25 -0800 (PST) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB691PXJ010673; Sat, 6 Dec 2003 01:01:25 -0800 (PST) (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB691PZH010672; Sat, 6 Dec 2003 01:01:25 -0800 (PST) (envelope-from emax) Message-Id: <200312060901.hB691PZH010672@repoman.freebsd.org> From: Maksim Yevmenkin Date: Sat, 6 Dec 2003 01:01:25 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_dummynet.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 09:01:26 -0000 emax 2003/12/06 01:01:25 PST FreeBSD src repository Modified files: sys/netinet ip_dummynet.c Log: Do not panic when flushing dummynet firewall rules Reviewed by: andre Approved by: re (scottl) Revision Changes Path 1.75 +1 -1 src/sys/netinet/ip_dummynet.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 08:55:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A075616A4CE; Sat, 6 Dec 2003 08:55:44 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44E3543F85; Sat, 6 Dec 2003 08:55:41 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9p2/8.12.9) with ESMTP id hB6GqhMg017487; Sat, 6 Dec 2003 11:52:43 -0500 (EST) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)hB6GqhEv017484; Sat, 6 Dec 2003 11:52:43 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sat, 6 Dec 2003 11:52:43 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alan Cox In-Reply-To: <20031206071002.GE13902@cs.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Alan Cox cc: cvs-src@FreeBSD.org cc: Mike Silbersack cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 16:55:44 -0000 On Sat, 6 Dec 2003, Alan Cox wrote: > That's one way of looking at it. :-) The other is that we really need > witness to support lockmgr()-based locks. Unfortunately, if we add that, all hell will break loose :-). Not only does VFS not always obey its own lock order (quotas, etc), but the lock order changes as nodes are moved around the namespace using rename, etc. Any lockmgr witness support would have to completely ignore vnode locks. So far, the approach has been to move to "SMPng locks" for the final locking scheme for objects, at which point they pick up witness support... Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Senior Research Scientist, McAfee Research From owner-cvs-src@FreeBSD.ORG Sat Dec 6 10:13:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DCF716A4CE; Sat, 6 Dec 2003 10:13:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1C3343F75; Sat, 6 Dec 2003 10:13:21 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6IDLXJ052910; Sat, 6 Dec 2003 10:13:21 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6IDLrK052909; Sat, 6 Dec 2003 10:13:21 -0800 (PST) (envelope-from yar) Message-Id: <200312061813.hB6IDLrK052909@repoman.freebsd.org> From: Yar Tikhiy Date: Sat, 6 Dec 2003 10:13:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 18:13:22 -0000 yar 2003/12/06 10:13:20 PST FreeBSD src repository Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.c Log: MFC rev. 1.147: Avoid adding excessive CRs when in ASCII mode. Revision Changes Path 1.62.2.51 +4 -2 src/libexec/ftpd/ftpd.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 12:39:59 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB91416A4CE; Sat, 6 Dec 2003 12:39:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF43043FE9; Sat, 6 Dec 2003 12:39:58 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6KdwXJ059932; Sat, 6 Dec 2003 12:39:58 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6Kdwrl059931; Sat, 6 Dec 2003 12:39:58 -0800 (PST) (envelope-from bmah) Message-Id: <200312062039.hB6Kdwrl059931@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 12:39:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:39:59 -0000 bmah 2003/12/06 12:39:58 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/i386 proc-i386.sgml Log: HTT logical processors are now enabled (not disabled) by default, so reflect this in the hardware notes. Approved by: re (implicitly) Revision Changes Path 1.13 +3 -2 src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml From owner-cvs-src@FreeBSD.ORG Sat Dec 6 12:43:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287B816A4CE; Sat, 6 Dec 2003 12:43:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7106143FA3; Sat, 6 Dec 2003 12:43:49 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6KhnXJ060173; Sat, 6 Dec 2003 12:43:49 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6Khnu1060172; Sat, 6 Dec 2003 12:43:49 -0800 (PST) (envelope-from bmah) Message-Id: <200312062043.hB6Khnu1060172@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 12:43:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 20:43:50 -0000 bmah 2003/12/06 12:43:49 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Trim some unnecessary text from bt(4) and mly(4) listings, fix typo in sk(4) listing, trim em(4) devices, trim dgb(4) devices, trim stl(4)/stli(4) devices, trim uaudio(4) devices. Approved by: re (implicitly) Revision Changes Path 1.206 +3 -89 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Sat Dec 6 13:48:04 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E35316A4CE; Sat, 6 Dec 2003 13:48:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ADE943FBF; Sat, 6 Dec 2003 13:48:03 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6Lm3XJ069485; Sat, 6 Dec 2003 13:48:03 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6Lm3Te069484; Sat, 6 Dec 2003 13:48:03 -0800 (PST) (envelope-from rwatson) Message-Id: <200312062148.hB6Lm3Te069484@repoman.freebsd.org> From: Robert Watson Date: Sat, 6 Dec 2003 13:48:03 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_prot.c src/sys/security/mac mac_process.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_partition mac_partition.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 21:48:04 -0000 rwatson 2003/12/06 13:48:03 PST FreeBSD src repository Modified files: sys/kern kern_prot.c sys/security/mac mac_process.c sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_partition mac_partition.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/sys mac.h mac_policy.h Log: Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(), and the mpo_create_cred() MAC policy entry point to mpo_copy_cred_label(). This is more consistent with similar entry points for creation and label copying, as mac_create_cred() was called from crdup() as opposed to during process creation. For a number of policies, this removes the requirement for special handling when copying credential labels, and improves consistency. Approved by: re (scottl) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.179 +1 -1 src/sys/kern/kern_prot.c 1.105 +2 -2 src/sys/security/mac/mac_process.c 1.72 +1 -13 src/sys/security/mac_biba/mac_biba.c 1.25 +1 -13 src/sys/security/mac_lomac/mac_lomac.c 1.59 +1 -13 src/sys/security/mac_mls/mac_mls.c 1.9 +8 -8 src/sys/security/mac_partition/mac_partition.c 1.36 +1 -7 src/sys/security/mac_stub/mac_stub.c 1.38 +9 -9 src/sys/security/mac_test/mac_test.c 1.52 +1 -1 src/sys/sys/mac.h 1.46 +2 -2 src/sys/sys/mac_policy.h From owner-cvs-src@FreeBSD.ORG Sat Dec 6 14:49:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE9A516A4CE; Sat, 6 Dec 2003 14:49:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0BF43F75; Sat, 6 Dec 2003 14:49:31 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6MnUXJ073150; Sat, 6 Dec 2003 14:49:30 -0800 (PST) (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6MnUbZ073149; Sat, 6 Dec 2003 14:49:30 -0800 (PST) (envelope-from grog) Message-Id: <200312062249.hB6MnUbZ073149@repoman.freebsd.org> From: Greg Lehey Date: Sat, 6 Dec 2003 14:49:30 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 22:49:31 -0000 grog 2003/12/06 14:49:30 PST FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.history Log: Add Japan's real entry into the Second World War. http://www.abcmalaysia.com/tour_malaysia/kltn_japivsn.htm Revision Changes Path 1.31 +1 -0 src/usr.bin/calendar/calendars/calendar.history From owner-cvs-src@FreeBSD.ORG Sat Dec 6 14:56:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A117D16A4CE for ; Sat, 6 Dec 2003 14:56:02 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id AE48B43FDF for ; Sat, 6 Dec 2003 14:55:59 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 41869 invoked by uid 1002); 6 Dec 2003 22:55:59 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 6 Dec 2003 22:55:59 -0000 Message-ID: <3FD25E3A.20403@freebsd.org> Date: Sat, 06 Dec 2003 15:54:50 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Lehey References: <200312062249.hB6MnUbZ073149@repoman.freebsd.org> In-Reply-To: <200312062249.hB6MnUbZ073149@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 22:56:02 -0000 Greg Lehey wrote: > grog 2003/12/06 14:49:30 PST > > FreeBSD src repository > > Modified files: > usr.bin/calendar/calendars calendar.history > Log: > Add Japan's real entry into the Second World War. > > http://www.abcmalaysia.com/tour_malaysia/kltn_japivsn.htm > > Revision Changes Path > 1.31 +1 -0 src/usr.bin/calendar/calendars/calendar.history > Who approved this? From owner-cvs-src@FreeBSD.ORG Sat Dec 6 15:13:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F39616A4CE; Sat, 6 Dec 2003 15:13:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1C0D43F75; Sat, 6 Dec 2003 15:13:22 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NDMXJ075058; Sat, 6 Dec 2003 15:13:22 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NDM2p075057; Sat, 6 Dec 2003 15:13:22 -0800 (PST) (envelope-from peter) Message-Id: <200312062313.hB6NDM2p075057@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:13:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 critical.c src/sys/amd64/include critical.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:13:23 -0000 peter 2003/12/06 15:13:22 PST FreeBSD src repository Modified files: sys/amd64/amd64 critical.c sys/amd64/include critical.h Log: Revert some amd64 changes that cached curthread and converge back to the i386 version. The curthread special case in pcpu.h solves my complaint about the verbose macro expansion in this case. Note that the i386 version still has some OBE comments, I didn't re-add them back again. Approved by: re (scottl) Revision Changes Path 1.13 +1 -11 src/sys/amd64/amd64/critical.c 1.6 +2 -8 src/sys/amd64/include/critical.h From owner-cvs-src@FreeBSD.ORG Sat Dec 6 15:14:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D108116A4CE; Sat, 6 Dec 2003 15:14:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2178F43FE1; Sat, 6 Dec 2003 15:14:36 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NEZXJ075210; Sat, 6 Dec 2003 15:14:35 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NEZdP075209; Sat, 6 Dec 2003 15:14:35 -0800 (PST) (envelope-from bmah) Message-Id: <200312062314.hB6NEZdP075209@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 15:14:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:14:37 -0000 bmah 2003/12/06 15:14:35 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: Logical CPUs for HTT now enabled using BIOS settings, options IPFILTER requires options PFIL_HOOKS, last bits of a.out compiler toolchain are gone, acpiconf(8) -i, asf(8), .snap directory for snapshots, kdump(1) -p, last(1) -n, libwrap/tcpdchk(8) support extended tcp_wrappers syntax, repquota(8) -n, savecore(8) -C, uname(1) -i, hardware notes device trimmage, Turkish translation for docs. Modified release notes: Spell "Cronyx-Sigma" correctly in cx(4) item, spell "FireWire" consistently, fix grammer in puc(4) item, move uart(4) note from NIC to generic kernel section, spell "NetGraph" consistently, fix typo in xe(4) note, dynamic linking note more precise, Deleted release notes: -pthread removed (this was reverted). Other: Correct a reference to recent security advisories. Approved by: re (implicitly) Revision Changes Path 1.661 +75 -27 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Dec 6 15:14:45 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95F916A4CF; Sat, 6 Dec 2003 15:14:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EFE943F75; Sat, 6 Dec 2003 15:14:45 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NEiXJ075255; Sat, 6 Dec 2003 15:14:44 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NEi6A075254; Sat, 6 Dec 2003 15:14:44 -0800 (PST) (envelope-from peter) Message-Id: <200312062314.hB6NEi6A075254@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:14:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/acpica madt.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:14:45 -0000 peter 2003/12/06 15:14:44 PST FreeBSD src repository Modified files: sys/amd64/acpica madt.c sys/amd64/amd64 local_apic.c Log: MFi386: put the apic disable hook in a better place. Approved by: re (scottl) Revision Changes Path 1.9 +1 -1 src/sys/amd64/acpica/madt.c 1.5 +4 -0 src/sys/amd64/amd64/local_apic.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 15:17:20 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0036616A4CE; Sat, 6 Dec 2003 15:17:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DF6D43FAF; Sat, 6 Dec 2003 15:17:19 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NHJXJ075415; Sat, 6 Dec 2003 15:17:19 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NHJB4075414; Sat, 6 Dec 2003 15:17:19 -0800 (PST) (envelope-from peter) Message-Id: <200312062317.hB6NHJB4075414@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:17:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include mutex.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:17:20 -0000 peter 2003/12/06 15:17:19 PST FreeBSD src repository Modified files: sys/amd64/include mutex.h Log: Kill the ASM versions of the mtx_lock_spin and friends. They were never used on amd64, and were actually totally broken. They had the wrong calling conventions. I believe the i386 versions are going away too. Approved by: re (scottl) Revision Changes Path 1.38 +0 -31 src/sys/amd64/include/mutex.h From owner-cvs-src@FreeBSD.ORG Sat Dec 6 15:17:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55E0516A4CE; Sat, 6 Dec 2003 15:17:40 -0800 (PST) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC1A43FAF; Sat, 6 Dec 2003 15:17:38 -0800 (PST) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id D44D62BD35; Sun, 7 Dec 2003 10:17:35 +1100 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 84F0951201; Sun, 7 Dec 2003 09:47:32 +1030 (CST) Date: Sun, 7 Dec 2003 09:47:32 +1030 From: Greg 'groggy' Lehey To: Scott Long Message-ID: <20031206231732.GD60402@wantadilla.lemis.com> References: <200312062249.hB6MnUbZ073149@repoman.freebsd.org> <3FD25E3A.20403@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hxkXGo8AKqTJ+9QI" Content-Disposition: inline In-Reply-To: <3FD25E3A.20403@freebsd.org> User-Agent: Mutt/1.4.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:17:40 -0000 --hxkXGo8AKqTJ+9QI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Saturday, 6 December 2003 at 15:54:50 -0700, Scott Long wrote: > Greg Lehey wrote: >> grog 2003/12/06 14:49:30 PST >> >> FreeBSD src repository >> >> Modified files: >> usr.bin/calendar/calendars calendar.history >> Log: >> Add Japan's real entry into the Second World War. >> >> http://www.abcmalaysia.com/tour_malaysia/kltn_japivsn.htm >> >> Revision Changes Path >> 1.31 +1 -0 src/usr.bin/calendar/calendars/calendar.history >> > > Who approved this? *sigh* Mea culpa. I forgot that this also falls under the code freeze. Should I back it out? Greg -- See complete headers for address and phone numbers. --hxkXGo8AKqTJ+9QI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE/0mOMIubykFB6QiMRAmadAJ4wpFFBe9VIq6SL4k8Fsmk4PU4gNQCfRue0 S+CrPLIp3Yjp4xWwRc+KwKc= =OjqF -----END PGP SIGNATURE----- --hxkXGo8AKqTJ+9QI-- From owner-cvs-src@FreeBSD.ORG Sat Dec 6 15:18:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D953216A4CE; Sat, 6 Dec 2003 15:18:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38FC343FDF; Sat, 6 Dec 2003 15:18:43 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NIhXJ075469; Sat, 6 Dec 2003 15:18:43 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NIgD6075468; Sat, 6 Dec 2003 15:18:42 -0800 (PST) (envelope-from peter) Message-Id: <200312062318.hB6NIgD6075468@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:18:42 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:18:44 -0000 peter 2003/12/06 15:18:42 PST FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: amd64_protection_init and the protection_codes[] array was overkill. Inline it instead. Approved by: re (scottl) Revision Changes Path 1.448 +8 -50 src/sys/amd64/amd64/pmap.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 15:19:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0A4216A4CE; Sat, 6 Dec 2003 15:19:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EC6843FAF; Sat, 6 Dec 2003 15:19:48 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NJmXJ075552; Sat, 6 Dec 2003 15:19:48 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NJlKe075551; Sat, 6 Dec 2003 15:19:47 -0800 (PST) (envelope-from peter) Message-Id: <200312062319.hB6NJlKe075551@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:19:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 amd64-gdbstub.c amd64_mem.c apic_vector.S fpu.c machdep.c mem.c nexus.c src/sys/amd64/pci pci_bus.c pci_cfgreg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:19:49 -0000 peter 2003/12/06 15:19:47 PST FreeBSD src repository Modified files: sys/amd64/amd64 amd64-gdbstub.c amd64_mem.c apic_vector.S fpu.c machdep.c mem.c nexus.c sys/amd64/pci pci_bus.c pci_cfgreg.c Log: Various whitespace and cosmetic sync-up's with i386. Approved by: re (scottl) Revision Changes Path 1.26 +3 -3 src/sys/amd64/amd64/amd64-gdbstub.c 1.24 +0 -1 src/sys/amd64/amd64/amd64_mem.c 1.96 +1 -1 src/sys/amd64/amd64/apic_vector.S 1.147 +1 -1 src/sys/amd64/amd64/fpu.c 1.601 +1 -1 src/sys/amd64/amd64/machdep.c 1.112 +3 -2 src/sys/amd64/amd64/mem.c 1.58 +1 -1 src/sys/amd64/amd64/nexus.c 1.106 +2 -2 src/sys/amd64/pci/pci_bus.c 1.104 +1 -0 src/sys/amd64/pci/pci_cfgreg.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 15:20:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023C416A4CE for ; Sat, 6 Dec 2003 15:20:42 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 0FE2743FEC for ; Sat, 6 Dec 2003 15:20:38 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 43208 invoked by uid 1002); 6 Dec 2003 23:20:35 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 6 Dec 2003 23:20:35 -0000 Message-ID: <3FD263FE.8080406@freebsd.org> Date: Sat, 06 Dec 2003 16:19:26 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg 'groggy' Lehey References: <200312062249.hB6MnUbZ073149@repoman.freebsd.org> <3FD25E3A.20403@freebsd.org> <20031206231732.GD60402@wantadilla.lemis.com> In-Reply-To: <20031206231732.GD60402@wantadilla.lemis.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:20:42 -0000 Greg 'groggy' Lehey wrote: > On Saturday, 6 December 2003 at 15:54:50 -0700, Scott Long wrote: > >>Greg Lehey wrote: >> >>>grog 2003/12/06 14:49:30 PST >>> >>> FreeBSD src repository >>> >>> Modified files: >>> usr.bin/calendar/calendars calendar.history >>> Log: >>> Add Japan's real entry into the Second World War. >>> >>> http://www.abcmalaysia.com/tour_malaysia/kltn_japivsn.htm >>> >>> Revision Changes Path >>> 1.31 +1 -0 src/usr.bin/calendar/calendars/calendar.history >>> >> >>Who approved this? > > > *sigh* Mea culpa. I forgot that this also falls under the code > freeze. Should I back it out? > > Greg No, it's trivial enough. Please be more careful in the future. HEAD will be unfrozen in a few hours =-) Scott From owner-cvs-src@FreeBSD.ORG Sat Dec 6 15:22:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75E1216A4CF; Sat, 6 Dec 2003 15:22:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD6D4400B; Sat, 6 Dec 2003 15:22:45 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NMhXJ075743; Sat, 6 Dec 2003 15:22:43 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NMh7r075742; Sat, 6 Dec 2003 15:22:43 -0800 (PST) (envelope-from peter) Message-Id: <200312062322.hB6NMh7r075742@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:22:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include cpufunc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:22:55 -0000 peter 2003/12/06 15:22:43 PST FreeBSD src repository Modified files: sys/amd64/include cpufunc.h Log: Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtin because it uses the better cmove instructions to avoid branches. Revision Changes Path 1.138 +40 -1 src/sys/amd64/include/cpufunc.h From owner-cvs-src@FreeBSD.ORG Sat Dec 6 15:24:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DBE116A4CE; Sat, 6 Dec 2003 15:24:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C864943FE5; Sat, 6 Dec 2003 15:24:18 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB6NOIXJ075794; Sat, 6 Dec 2003 15:24:18 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB6NOIHk075793; Sat, 6 Dec 2003 15:24:18 -0800 (PST) (envelope-from peter) Message-Id: <200312062324.hB6NOIHk075793@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 15:24:18 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include runq.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 23:24:25 -0000 peter 2003/12/06 15:24:18 PST FreeBSD src repository Modified files: sys/amd64/include runq.h Log: Reconfigure the runq macros to use the 64 bit ffs/bsf routines instead of doing a loop and taking two 32 bit passes at the runqueue bits. All the 64 bit platforms should probably do this since there are 64 run queues. Approved by: re (scottl) Revision Changes Path 1.3 +5 -5 src/sys/amd64/include/runq.h From owner-cvs-src@FreeBSD.ORG Sat Dec 6 16:06:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56CDA16A4CE; Sat, 6 Dec 2003 16:06:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A15F943FBD; Sat, 6 Dec 2003 16:06:51 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB706pXJ078302; Sat, 6 Dec 2003 16:06:51 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB706ox6078301; Sat, 6 Dec 2003 16:06:50 -0800 (PST) (envelope-from bmah) Message-Id: <200312070006.hB706ox6078301@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 16:06:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:06:52 -0000 bmah 2003/12/06 16:06:50 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: More hardware notes device trimming: Remove devices supported by ohci(4), uhci(4), ubsa(4), uftdi(4), uvscom(4), fwohci(4), and sbp(4) in favor of the device lists in their respective manual pages. Approved by: re (implicitly) Revision Changes Path 1.207 +7 -128 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Sat Dec 6 16:37:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3D9F16A4CF; Sat, 6 Dec 2003 16:37:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C089743FF3; Sat, 6 Dec 2003 16:37:35 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70bZXJ079376; Sat, 6 Dec 2003 16:37:35 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70bZve079375; Sat, 6 Dec 2003 16:37:35 -0800 (PST) (envelope-from bmah) Message-Id: <200312070037.hB70bZve079375@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 16:37:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:37:54 -0000 bmah 2003/12/06 16:37:35 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: More correctly handle cross-references to USB keyboards and mice. Approved by: re (implicitly) Revision Changes Path 1.208 +2 -4 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Sat Dec 6 16:46:38 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B21AF16A4CE; Sat, 6 Dec 2003 16:46:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E36343FE3; Sat, 6 Dec 2003 16:46:38 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70kbXJ079734; Sat, 6 Dec 2003 16:46:37 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70kbbM079733; Sat, 6 Dec 2003 16:46:37 -0800 (PST) (envelope-from bmah) Message-Id: <200312070046.hB70kbbM079733@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 16:46:37 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:46:38 -0000 bmah 2003/12/06 16:46:37 PST FreeBSD src repository Modified files: share/man/man4 Makefile Log: Hook the sab(4) manpage up to the build. Reviewed by: bms Approved by: re (implicitly) Revision Changes Path 1.244 +1 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Sat Dec 6 16:54:23 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8246116A4CE; Sat, 6 Dec 2003 16:54:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE36443FCB; Sat, 6 Dec 2003 16:54:22 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB70sMXJ085841; Sat, 6 Dec 2003 16:54:22 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB70sMxE085840; Sat, 6 Dec 2003 16:54:22 -0800 (PST) (envelope-from bmah) Message-Id: <200312070054.hB70sMxE085840@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 16:54:22 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 00:54:23 -0000 bmah 2003/12/06 16:54:22 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Use sab(4) manpage entity. Approved by: re (implicitly) Revision Changes Path 1.209 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Sat Dec 6 17:06:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50A1A16A4D0; Sat, 6 Dec 2003 17:06:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 354F743FDD; Sat, 6 Dec 2003 17:06:33 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB716XXJ087714; Sat, 6 Dec 2003 17:06:33 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB716Wi8087713; Sat, 6 Dec 2003 17:06:32 -0800 (PST) (envelope-from peter) Message-Id: <200312070106.hB716Wi8087713@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Dec 2003 17:06:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/kdump kdump.1 kdump.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:06:34 -0000 peter 2003/12/06 17:06:32 PST FreeBSD src repository Modified files: usr.bin/kdump kdump.1 kdump.c Log: Add a -E (elapsed time) flag to kdump. This is like -T, except it is relative to start of the dump. Approved by: re (scottl) Revision Changes Path 1.9 +3 -1 src/usr.bin/kdump/kdump.1 1.23 +9 -1 src/usr.bin/kdump/kdump.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 17:08:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C92516A4CE; Sat, 6 Dec 2003 17:08:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D78443F3F; Sat, 6 Dec 2003 17:08:24 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB718OXJ087823; Sat, 6 Dec 2003 17:08:24 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB718O9l087822; Sat, 6 Dec 2003 17:08:24 -0800 (PST) (envelope-from bmah) Message-Id: <200312070108.hB718O9l087822@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 17:08:24 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:08:25 -0000 bmah 2003/12/06 17:08:24 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml release/doc/share/sgml release.ent Log: Grrr...get the semantics of these entities right. Approved by: re (implicitly) Revision Changes Path 1.662 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml 1.15 +1 -1 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Sat Dec 6 17:11:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C9E016A4CE; Sat, 6 Dec 2003 17:11:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A2443F3F; Sat, 6 Dec 2003 17:11:33 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71BXXJ088114; Sat, 6 Dec 2003 17:11:33 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB71BXIi088113; Sat, 6 Dec 2003 17:11:33 -0800 (PST) (envelope-from bmah) Message-Id: <200312070111.hB71BXIi088113@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 6 Dec 2003 17:11:33 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:11:34 -0000 bmah 2003/12/06 17:11:33 PST FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Whee! Modified release note: kdump(1) -E. Approved by: re (implicitly) Revision Changes Path 1.663 +2 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Dec 6 17:16:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3AD16A4CE; Sat, 6 Dec 2003 17:16:01 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C75B43F85; Sat, 6 Dec 2003 17:16:01 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id E70C32A7EA; Sat, 6 Dec 2003 17:16:00 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Daniel Eischen In-Reply-To: Date: Sat, 06 Dec 2003 17:16:00 -0800 From: Peter Wemm Message-Id: <20031207011600.E70C32A7EA@canning.wemm.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/amd64/gen makecontext.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:16:02 -0000 Daniel Eischen wrote: > On Thu, 4 Dec 2003, Peter Wemm wrote: > > > peter 2003/12/04 17:36:44 PST > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/amd64/gen makecontext.c > > Log: > > "Fix" makecontext() so that the C code begins execution with its > > ABI-required stack alignment. C code expects that the push of the > > return address disturbed the 16 byte alignment and it will take correctiv e > > measures to fix it before making another call. Of course, if its wrong > > to start with, then all hell breaks loose. Essentially we "fix" this > > by making the stack alignment odd to start with. > > Hey, you didn't include this little bit of knowledge in your amd64 "notes" > that you sent me ;-) Heh. I never get it right. I've had to resort to things like this: assert((((long)__builtin_frame_address(0)) & 15 == 0), "misaligned stack!"); The trick of course is that gcc-3.3.3 is broken and __builtin_frame_address(0) doesn't actually work unless you compile *also* with -fno-omit-frame-pointer on amd64. Anyway, thats the only way I've ever been able to get this stuff sorted out. :-) Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Sat Dec 6 17:40:09 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F177516A4CE; Sat, 6 Dec 2003 17:40:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 177E843FA3; Sat, 6 Dec 2003 17:40:08 -0800 (PST) (envelope-from davidxu@freebsd.org) Received: from freebsd.org (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hB71e6FY070048; Sat, 6 Dec 2003 17:40:06 -0800 (PST) (envelope-from davidxu@freebsd.org) Message-ID: <3FD285AC.3080609@freebsd.org> Date: Sun, 07 Dec 2003 09:43:08 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031206 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm References: <20031207011600.E70C32A7EA@canning.wemm.org> In-Reply-To: <20031207011600.E70C32A7EA@canning.wemm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: Daniel Eischen Subject: Re: cvs commit: src/lib/libc/amd64/gen makecontext.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 01:40:09 -0000 Peter Wemm wrote: >Daniel Eischen wrote: > > >>On Thu, 4 Dec 2003, Peter Wemm wrote: >> >> >> >>>peter 2003/12/04 17:36:44 PST >>> >>> FreeBSD src repository >>> >>> Modified files: >>> lib/libc/amd64/gen makecontext.c >>> Log: >>> "Fix" makecontext() so that the C code begins execution with its >>> ABI-required stack alignment. C code expects that the push of the >>> return address disturbed the 16 byte alignment and it will take correctiv >>> >>> > e > > >>> measures to fix it before making another call. Of course, if its wrong >>> to start with, then all hell breaks loose. Essentially we "fix" this >>> by making the stack alignment odd to start with. >>> >>> >>Hey, you didn't include this little bit of knowledge in your amd64 "notes" >>that you sent me ;-) >> >> > >Heh. I never get it right. I've had to resort to things like this: > > assert((((long)__builtin_frame_address(0)) & 15 == 0), "misaligned stack!"); > >The trick of course is that gcc-3.3.3 is broken and __builtin_frame_address(0) >doesn't actually work unless you compile *also* with -fno-omit-frame-pointer >on amd64. > >Anyway, thats the only way I've ever been able to get this stuff sorted out. :-) > > > I have found upcall stack is not aligned at 16 bytes. it is triggered when I add this test into kse_sched_multi in libkse, maybe the line contains "td->td_frame->tf_rsp -= 8;" in vm_machdep.c should be removed. >Cheers, >-Peter >-- >Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com >"All of this is for nothing if we don't go to the stars" - JMS/B5 > > > From owner-cvs-src@FreeBSD.ORG Sat Dec 6 18:05:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 691C516A4CE; Sat, 6 Dec 2003 18:05:54 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE2643FCB; Sat, 6 Dec 2003 18:05:53 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id E909B2A7EA; Sat, 6 Dec 2003 18:05:52 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 To: Mike Silbersack In-Reply-To: <20031206005341.D33930@odysseus.silby.com> Date: Sat, 06 Dec 2003 18:05:52 -0800 From: Peter Wemm Message-Id: <20031207020552.E909B2A7EA@canning.wemm.org> cc: Alan Cox cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_mmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:05:54 -0000 Mike Silbersack wrote: > > WHOOOOOOOOOOO HOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO > > I'm not sure if any has realized it yet, but I think that this may be our > first actual deadlock condition. This means that we're actually locking > things! Heh, I can add a few deadlocks too if that'll get some more cheers :-) > Congrats, > > Mike "Silby" Silbersack > > > On Fri, 5 Dec 2003, Alan Cox wrote: > > > alc 2003/12/05 21:45:32 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/vm vm_mmap.c > > Log: > > Fix a deadlock between vm_fault() and vm_mmap(): The expected lock orderi ng > > between vm_map and vnode locks is that vm_map locks are acquired first. In > > revision 1.150 mmap(2) was changed to pass a locked vnode into vm_mmap(). > > This creates a lock-order reversal when vm_mmap() calls one of the vm_map > > routines that acquires a vm_map lock. The solution implemented herein is > > to release the vnode lock in mmap() before calling vm_mmap() and reacquir e > > this lock if necessary in vm_mmap(). > > > > Approved by: re (scottl) > > Reviewed by: jeff, kan, rwatson > > > > Revision Changes Path > > 1.174 +13 -4 src/sys/vm/vm_mmap.c > > > Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 From owner-cvs-src@FreeBSD.ORG Sat Dec 6 18:11:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE2616A4CE; Sat, 6 Dec 2003 18:11:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D42B543FDF; Sat, 6 Dec 2003 18:11:20 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB72BKXJ096506; Sat, 6 Dec 2003 18:11:20 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB72BKjq096466; Sat, 6 Dec 2003 18:11:20 -0800 (PST) (envelope-from obrien) Message-Id: <200312070211.hB72BKjq096466@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 18:11:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/compat/compat4x.alpha Makefile libc.so.4.bz2.uu libc_r.so.4.bz2.uu libdevstat.so.2.bz2.uu libedit.so.3.bz2.uu libgmp.so.3.bz2.uu libmp.so.3.bz2.uu libpam.so.1.bz2.uu libperl.so.3.bz2.uu libposix1e.so.2.bz2.uu libskey.so.2.bz2.uu ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:11:22 -0000 obrien 2003/12/06 18:11:20 PST FreeBSD src repository Modified files: lib/compat/compat4x.alpha Makefile libc.so.4.bz2.uu libc_r.so.4.bz2.uu libedit.so.3.bz2.uu libgmp.so.3.bz2.uu libpam.so.1.bz2.uu libperl.so.3.bz2.uu libstdc++.so.3.bz2.uu pam_cleartext_pass_ok.so.bz2.uu pam_deny.so.bz2.uu pam_opie.so.bz2.uu pam_permit.so.bz2.uu pam_radius.so.bz2.uu pam_skey.so.bz2.uu pam_ssh.so.bz2.uu pam_tacplus.so.bz2.uu pam_unix.so.bz2.uu Added files: lib/compat/compat4x.alpha libdevstat.so.2.bz2.uu libmp.so.3.bz2.uu libposix1e.so.2.bz2.uu libskey.so.2.bz2.uu libusbhid.so.0.bz2.uu pam_opieaccess.so.bz2.uu Log: Update with the 4.9 libraries, and add libdevstat.so.2 libmp.so.3 libskey.so.2 libusbhid.so.0 libutil.so.3 libvgl.so.2 to the mix. Approved by: re(scottl) Revision Changes Path 1.16 +6 -0 src/lib/compat/compat4x.alpha/Makefile 1.2 +4781 -4915 src/lib/compat/compat4x.alpha/libc.so.4.bz2.uu 1.2 +5434 -5603 src/lib/compat/compat4x.alpha/libc_r.so.4.bz2.uu 1.1 +119 -0 src/lib/compat/compat4x.alpha/libdevstat.so.2.bz2.uu (new) 1.2 +649 -646 src/lib/compat/compat4x.alpha/libedit.so.3.bz2.uu 1.2 +836 -835 src/lib/compat/compat4x.alpha/libgmp.so.3.bz2.uu 1.1 +480 -0 src/lib/compat/compat4x.alpha/libmp.so.3.bz2.uu (new) 1.2 +320 -300 src/lib/compat/compat4x.alpha/libpam.so.1.bz2.uu 1.2 +4665 -4927 src/lib/compat/compat4x.alpha/libperl.so.3.bz2.uu 1.1 +102 -0 src/lib/compat/compat4x.alpha/libposix1e.so.2.bz2.uu (new) 1.1 +246 -0 src/lib/compat/compat4x.alpha/libskey.so.2.bz2.uu (new) 1.2 +1767 -1844 src/lib/compat/compat4x.alpha/libstdc++.so.3.bz2.uu 1.1 +107 -0 src/lib/compat/compat4x.alpha/libusbhid.so.0.bz2.uu (new) 1.2 +34 -44 src/lib/compat/compat4x.alpha/pam_cleartext_pass_ok.so.bz2.uu 1.2 +31 -39 src/lib/compat/compat4x.alpha/pam_deny.so.bz2.uu 1.2 +51 -55 src/lib/compat/compat4x.alpha/pam_opie.so.bz2.uu 1.1 +43 -0 src/lib/compat/compat4x.alpha/pam_opieaccess.so.bz2.uu (new) 1.2 +35 -44 src/lib/compat/compat4x.alpha/pam_permit.so.bz2.uu 1.2 +75 -89 src/lib/compat/compat4x.alpha/pam_radius.so.bz2.uu 1.2 +44 -55 src/lib/compat/compat4x.alpha/pam_skey.so.bz2.uu 1.2 +91 -769 src/lib/compat/compat4x.alpha/pam_ssh.so.bz2.uu 1.2 +73 -81 src/lib/compat/compat4x.alpha/pam_tacplus.so.bz2.uu 1.2 +50 -65 src/lib/compat/compat4x.alpha/pam_unix.so.bz2.uu From owner-cvs-src@FreeBSD.ORG Sat Dec 6 18:38:02 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83E8D16A4CF; Sat, 6 Dec 2003 18:38:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B4043F75; Sat, 6 Dec 2003 18:38:01 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB72c1XJ009875; Sat, 6 Dec 2003 18:38:01 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB72c1RC009874; Sat, 6 Dec 2003 18:38:01 -0800 (PST) (envelope-from obrien) Message-Id: <200312070238.hB72c1RC009874@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 18:38:01 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/compat/compat4x.i386 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 02:38:02 -0000 obrien 2003/12/06 18:38:01 PST FreeBSD src repository Modified files: lib/compat/compat4x.i386 Makefile Log: Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix. Approved by: re(scottl) Revision Changes Path 1.23 +1 -0 src/lib/compat/compat4x.i386/Makefile From owner-cvs-src@FreeBSD.ORG Sat Dec 6 19:02:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F3516A4CE; Sat, 6 Dec 2003 19:02:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C90843F75; Sat, 6 Dec 2003 19:02:28 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB732SXJ011025; Sat, 6 Dec 2003 19:02:28 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB732SX8011024; Sat, 6 Dec 2003 19:02:28 -0800 (PST) (envelope-from obrien) Message-Id: <200312070302.hB732SX8011024@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Dec 2003 19:02:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/compat/compat4x.i386 pam_cleartext_pass_ok.so.bz2.uu pam_deny.so.bz2.uu pam_opie.so.bz2.uu pam_opieaccess.so.bz2.uu pam_permit.so.bz2.uu pam_radius.so.bz2.uu pam_skey.so.bz2.uu pam_ssh.so.bz2.uu pam_tacplus.so.bz2.uu pam_unix.so.bz2.uu X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:02:29 -0000 obrien 2003/12/06 19:02:27 PST FreeBSD src repository Modified files: lib/compat/compat4x.i386 pam_cleartext_pass_ok.so.bz2.uu pam_deny.so.bz2.uu pam_opie.so.bz2.uu pam_permit.so.bz2.uu pam_radius.so.bz2.uu pam_skey.so.bz2.uu pam_ssh.so.bz2.uu pam_tacplus.so.bz2.uu pam_unix.so.bz2.uu Added files: lib/compat/compat4x.i386 pam_opieaccess.so.bz2.uu Log: Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix. Approved by: re(scottl) Revision Changes Path 1.3 +0 -0 src/lib/compat/compat4x.i386/pam_cleartext_pass_ok.so.bz2.uu 1.3 +0 -0 src/lib/compat/compat4x.i386/pam_deny.so.bz2.uu 1.3 +43 -42 src/lib/compat/compat4x.i386/pam_opie.so.bz2.uu 1.1 +38 -0 src/lib/compat/compat4x.i386/pam_opieaccess.so.bz2.uu (new) 1.3 +0 -0 src/lib/compat/compat4x.i386/pam_permit.so.bz2.uu 1.3 +64 -64 src/lib/compat/compat4x.i386/pam_radius.so.bz2.uu 1.3 +37 -36 src/lib/compat/compat4x.i386/pam_skey.so.bz2.uu 1.3 +82 -81 src/lib/compat/compat4x.i386/pam_ssh.so.bz2.uu 1.3 +66 -66 src/lib/compat/compat4x.i386/pam_tacplus.so.bz2.uu 1.3 +0 -0 src/lib/compat/compat4x.i386/pam_unix.so.bz2.uu From owner-cvs-src@FreeBSD.ORG Sat Dec 6 19:51:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1724416A4CE; Sat, 6 Dec 2003 19:51:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6170B43FB1; Sat, 6 Dec 2003 19:51:20 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73pKXJ013788; Sat, 6 Dec 2003 19:51:20 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73pJL7013787; Sat, 6 Dec 2003 19:51:19 -0800 (PST) (envelope-from imp) Message-Id: <200312070351.hB73pJL7013787@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 19:51:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.i386 files.pc98 src/sys/i386/conf NOTES src/sys/i386/isa loran.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:51:21 -0000 imp 2003/12/06 19:51:19 PST FreeBSD src repository Modified files: sys/conf files.i386 files.pc98 sys/i386/conf NOTES Removed files: sys/i386/isa loran.c Log: First part of the removal of drivers for hardware that isn't relevant or whose drivers haven't even compiled for years. The loran hardware was very unique, and only a few copies of it ever existed. It used the old COMPAT_ISA_DRIVER and when the author was contacted, he indicated that he had no intention of ever updating this driver and it was no longer relevant to the FreeBSD world and can be removed without impact to anybody. Approved by: phk Revision Changes Path 1.458 +0 -1 src/sys/conf/files.i386 1.282 +0 -1 src/sys/conf/files.pc98 1.1109 +0 -4 src/sys/i386/conf/NOTES 1.44 +0 -633 src/sys/i386/isa/loran.c (dead) From owner-cvs-src@FreeBSD.ORG Sat Dec 6 19:56:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E1F616A4CE; Sat, 6 Dec 2003 19:56:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4D2C43FDD; Sat, 6 Dec 2003 19:56:12 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73uCXJ014000; Sat, 6 Dec 2003 19:56:12 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73uCVR013999; Sat, 6 Dec 2003 19:56:12 -0800 (PST) (envelope-from scottl) Message-Id: <200312070356.hB73uCVR013999@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 19:56:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:56:13 -0000 scottl 2003/12/06 19:56:12 PST FreeBSD src repository Modified files: sys/conf newvers.sh Log: HEAD is at 5.2-CURRENT now Revision Changes Path 1.57 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Sat Dec 6 19:56:55 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D096716A4CE; Sat, 6 Dec 2003 19:56:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31AA143FD7; Sat, 6 Dec 2003 19:56:55 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73utXJ014061; Sat, 6 Dec 2003 19:56:55 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73usLs014060; Sat, 6 Dec 2003 19:56:54 -0800 (PST) (envelope-from scottl) Message-Id: <200312070356.hB73usLs014060@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 19:56:54 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:56:56 -0000 scottl 2003/12/06 19:56:54 PST FreeBSD src repository Modified files: sys/sys param.h Log: HEAD __FreeBSD_version is at 502100 Revision Changes Path 1.175 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sat Dec 6 19:57:42 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B5A916A4CF; Sat, 6 Dec 2003 19:57:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A073443F3F; Sat, 6 Dec 2003 19:57:41 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73vfXJ014161; Sat, 6 Dec 2003 19:57:41 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73vfgd014160; Sat, 6 Dec 2003 19:57:41 -0800 (PST) (envelope-from scottl) Message-Id: <200312070357.hB73vfgd014160@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 19:57:41 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:57:42 -0000 scottl 2003/12/06 19:57:41 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/conf newvers.sh Log: RELENG_5_2 is at 5.2-RC now Revision Changes Path 1.56.2.1 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Sat Dec 6 19:59:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 812D216A4CE; Sat, 6 Dec 2003 19:59:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D87A443FBF; Sat, 6 Dec 2003 19:59:11 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB73xBXJ014306; Sat, 6 Dec 2003 19:59:11 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB73xB2Y014305; Sat, 6 Dec 2003 19:59:11 -0800 (PST) (envelope-from scottl) Message-Id: <200312070359.hB73xB2Y014305@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 19:59:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 03:59:12 -0000 scottl 2003/12/06 19:59:11 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/sys param.h Log: RELENG_5_2 is at 502000 Revision Changes Path 1.174.2.1 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:00:07 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD67E16A4CE; Sat, 6 Dec 2003 20:00:07 -0800 (PST) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01DF143FB1; Sat, 6 Dec 2003 20:00:04 -0800 (PST) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])hB7402Ms008971; Sun, 7 Dec 2003 13:00:02 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sun, 07 Dec 2003 12:59:26 +0900 (JST) Message-Id: <20031207.125926.78740092.nyan@jp.FreeBSD.org> To: bmah@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200312062314.hB6NEZdP075209@repoman.freebsd.org> References: <200312062314.hB6NEZdP075209@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:00:08 -0000 In article <200312062314.hB6NEZdP075209@repoman.freebsd.org> "Bruce A. Mah" writes: > Modified files: > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > Log: > last bits of a.out compiler toolchain are gone, + The last bits of the i386-only, a.out compiler + toolchain have been removed. This paragraph should also be enabled on pc98. --- TAKAHASHI Yoshihiro From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:02:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D56A916A4CE; Sat, 6 Dec 2003 20:02:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D47D443F3F; Sat, 6 Dec 2003 20:02:46 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB742kXJ014513; Sat, 6 Dec 2003 20:02:46 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB742kkm014512; Sat, 6 Dec 2003 20:02:46 -0800 (PST) (envelope-from scottl) Message-Id: <200312070402.hB742kkm014512@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:02:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/gnu/usr.bin/cc Makefile.incsrc/gnu/usr.bin/binutils/gdb Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:02:48 -0000 scottl 2003/12/06 20:02:46 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) gnu/usr.bin/cc Makefile.inc gnu/usr.bin/binutils/gdb Makefile Log: Switch to a label that is appropriate for the release. Submitted by: obrien Revision Changes Path 1.68.2.1 +2 -2 src/gnu/usr.bin/binutils/gdb/Makefile 1.63.6.1 +1 -1 src/gnu/usr.bin/cc/Makefile.inc From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:04:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B7116A4CE; Sat, 6 Dec 2003 20:04:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D561043FBD; Sat, 6 Dec 2003 20:03:59 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB743xXJ015416; Sat, 6 Dec 2003 20:03:59 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB743xDj015415; Sat, 6 Dec 2003 20:03:59 -0800 (PST) (envelope-from scottl) Message-Id: <200312070403.hB743xDj015415@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:03:59 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/bin/sh Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:04:00 -0000 scottl 2003/12/06 20:03:59 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) bin/sh Makefile Log: Fix up sh(1) for the release. Revision Changes Path 1.40.4.1 +1 -0 src/bin/sh/Makefile From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:05:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D74A16A4CE; Sat, 6 Dec 2003 20:05:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FBE43FCB; Sat, 6 Dec 2003 20:05:20 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB745KXJ015544; Sat, 6 Dec 2003 20:05:20 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB745KVd015543; Sat, 6 Dec 2003 20:05:20 -0800 (PST) (envelope-from imp) Message-Id: <200312070405.hB745KVd015543@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 20:05:20 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 lmc.4 src/sys/conf NOTES files src/sys/dev/lmc if_lmc.c if_lmc_common.c if_lmc_fbsd3.c if_lmc_media.c if_lmcioctl.h if_lmcvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:05:22 -0000 imp 2003/12/06 20:05:20 PST FreeBSD src repository Modified files: sys/conf NOTES files Removed files: share/man/man4 lmc.4 sys/dev/lmc if_lmc.c if_lmc_common.c if_lmc_fbsd3.c if_lmc_media.c if_lmcioctl.h if_lmcvar.h Log: Continue to remove drivers that don't compile and haven't compiled in a long time: lmc The LAN Media Corp PCI WAN driver based on tulip. This driver hasn't compiled for 3 years since the PCI compat shims were removed, and Lan Media appears to have gone out of business. These cards appear to be rare (a recent search of ebay had no hits). Should someone wish to revive this driver, submitting patches to make it compile plus a testing report will bring it back. Revision Changes Path 1.3 +0 -91 src/share/man/man4/lmc.4 (dead) 1.1190 +0 -1 src/sys/conf/NOTES 1.856 +0 -1 src/sys/conf/files 1.22 +0 -1564 src/sys/dev/lmc/if_lmc.c (dead) 1.6 +0 -272 src/sys/dev/lmc/if_lmc_common.c (dead) 1.7 +0 -286 src/sys/dev/lmc/if_lmc_fbsd3.c (dead) 1.5 +0 -939 src/sys/dev/lmc/if_lmc_media.c (dead) 1.5 +0 -276 src/sys/dev/lmc/if_lmcioctl.h (dead) 1.4 +0 -492 src/sys/dev/lmc/if_lmcvar.h (dead) From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:07:36 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE1B316A4CE; Sat, 6 Dec 2003 20:07:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C23643FBD; Sat, 6 Dec 2003 20:07:36 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB747aXJ015676; Sat, 6 Dec 2003 20:07:36 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB747ZeC015675; Sat, 6 Dec 2003 20:07:35 -0800 (PST) (envelope-from sam) Message-Id: <200312070407.hB747ZeC015675@repoman.freebsd.org> From: Sam Leffler Date: Sat, 6 Dec 2003 20:07:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ATHEROS Subject: cvs commit: src/sys/contrib/dev/ath - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:07:37 -0000 sam 2003/12/06 20:07:35 PST FreeBSD src repository src/sys/contrib/dev/ath - Imported sources Update of /home/ncvs/src/sys/contrib/dev/ath In directory repoman.freebsd.org:/tmp/cvs-serv15614 Log Message: Version 0.9.6.3: o relax analog radio hardware revision checking for 5212 cards so newer revs are allowed to attach Status: Vendor Tag: ATHEROS Release Tags: V0_9_6_3 U src/sys/contrib/dev/ath/COPYRIGHT U src/sys/contrib/dev/ath/README U src/sys/contrib/dev/ath/ah.h U src/sys/contrib/dev/ath/ah_desc.h U src/sys/contrib/dev/ath/ah_devid.h U src/sys/contrib/dev/ath/version.h U src/sys/contrib/dev/ath/freebsd/ah_if.m U src/sys/contrib/dev/ath/freebsd/ah_osdep.c U src/sys/contrib/dev/ath/freebsd/ah_osdep.h U src/sys/contrib/dev/ath/freebsd/i386-elf.hal.o.uu U src/sys/contrib/dev/ath/freebsd/opt_ah.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:10:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE6EE16A4CE; Sat, 6 Dec 2003 20:10:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC4E43FDD; Sat, 6 Dec 2003 20:10:48 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74AlXJ015923; Sat, 6 Dec 2003 20:10:47 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74AlET015922; Sat, 6 Dec 2003 20:10:47 -0800 (PST) (envelope-from scottl) Message-Id: <200312070410.hB74AlET015922@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:10:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/alpha/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/amd64/conf GENERIC src/sys/pc98/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:10:49 -0000 scottl 2003/12/06 20:10:47 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/i386/conf GENERIC sys/alpha/conf GENERIC sys/sparc64/conf GENERIC sys/amd64/conf GENERIC sys/pc98/conf GENERIC Log: Disable WITNESS, INVARIANTS, and DDB for our Tier-1 platforms for the release Revision Changes Path 1.164.2.1 +3 -3 src/sys/alpha/conf/GENERIC 1.399.2.1 +4 -4 src/sys/amd64/conf/GENERIC 1.394.2.1 +4 -4 src/sys/i386/conf/GENERIC 1.239.2.1 +4 -4 src/sys/pc98/conf/GENERIC 1.65.2.1 +4 -4 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:12:47 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 787A716A4CE; Sat, 6 Dec 2003 20:12:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD0643FDD; Sat, 6 Dec 2003 20:12:46 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74CkXJ015985; Sat, 6 Dec 2003 20:12:46 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74CkG7015984; Sat, 6 Dec 2003 20:12:46 -0800 (PST) (envelope-from scottl) Message-Id: <200312070412.hB74CkG7015984@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:12:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:12:47 -0000 scottl 2003/12/06 20:12:46 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) lib/libc/stdlib malloc.c Log: Remove malloc debugging for the release. Revision Changes Path 1.84.2.1 +2 -2 src/lib/libc/stdlib/malloc.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:16:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5310316A4CF; Sat, 6 Dec 2003 20:16:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEF443FF5; Sat, 6 Dec 2003 20:16:50 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74GoXJ016196; Sat, 6 Dec 2003 20:16:50 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74GnOZ016195; Sat, 6 Dec 2003 20:16:49 -0800 (PST) (envelope-from alc) Message-Id: <200312070416.hB74GnOZ016195@repoman.freebsd.org> From: Alan Cox Date: Sat, 6 Dec 2003 20:16:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:16:54 -0000 alc 2003/12/06 20:16:49 PST FreeBSD src repository Modified files: sys/kern kern_thread.c Log: - Giant is no longer required by vm_thread_new(). Revision Changes Path 1.163 +0 -2 src/sys/kern/kern_thread.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:18:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA36C16A4CE; Sat, 6 Dec 2003 20:18:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA03943FE3; Sat, 6 Dec 2003 20:18:52 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74IqXJ016515; Sat, 6 Dec 2003 20:18:52 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74IqvM016514; Sat, 6 Dec 2003 20:18:52 -0800 (PST) (envelope-from imp) Message-Id: <200312070418.hB74IqvM016514@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 20:18:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 dgb.4 src/sys/i386/conf NOTES src/sys/pc98/conf NOTES src/sys/conf files.i386 files.pc98 majors options src/sys/dev/dgb dgb.c dgbios.h dgfep.h dgreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:18:53 -0000 imp 2003/12/06 20:18:52 PST FreeBSD src repository Modified files: sys/i386/conf NOTES sys/pc98/conf NOTES sys/conf files.i386 files.pc98 majors options Removed files: share/man/man4/man4.i386 dgb.4 sys/dev/dgb dgb.c dgbios.h dgfep.h dgreg.h Log: The dgb driver is redundant with the digi driver in the tree. It uses lots of old interfaces, and digi now supports all cards that dgb supported. The author of the driver says that this is no longer necessary. Approved by: babkin@ Revision Changes Path 1.21 +0 -384 src/share/man/man4/man4.i386/dgb.4 (dead) 1.459 +0 -1 src/sys/conf/files.i386 1.283 +0 -1 src/sys/conf/files.pc98 1.184 +1 -1 src/sys/conf/majors 1.427 +0 -1 src/sys/conf/options 1.78 +0 -2233 src/sys/dev/dgb/dgb.c (dead) 1.3 +0 -175 src/sys/dev/dgb/dgbios.h (dead) 1.3 +0 -516 src/sys/dev/dgb/dgfep.h (dead) 1.12 +0 -432 src/sys/dev/dgb/dgreg.h (dead) 1.1110 +0 -15 src/sys/i386/conf/NOTES 1.19 +0 -15 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:25:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E095E16A4CE; Sat, 6 Dec 2003 20:25:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD1843F3F; Sat, 6 Dec 2003 20:25:21 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74PLXJ016923; Sat, 6 Dec 2003 20:25:21 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74PLBf016922; Sat, 6 Dec 2003 20:25:21 -0800 (PST) (envelope-from scottl) Message-Id: <200312070425.hB74PLBf016922@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:25:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:25:23 -0000 scottl 2003/12/06 20:25:21 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) . UPDATING Log: Update UPDATING for 5.2 Revision Changes Path 1.282.2.1 +3 -13 src/UPDATING From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:27:10 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CED516A4CE; Sat, 6 Dec 2003 20:27:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E5343FB1; Sat, 6 Dec 2003 20:27:09 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74R8XJ017057; Sat, 6 Dec 2003 20:27:08 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74R8NP017056; Sat, 6 Dec 2003 20:27:08 -0800 (PST) (envelope-from imp) Message-Id: <200312070427.hB74R8NP017056@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 20:27:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf NOTES files src/sys/dev/hea eni.c eni.h eni_buffer.c eni_globals.c eni_if.c eni_init.c eni_intr.c eni_receive.c eni_stats.h eni_suni.h eni_transmit.c eni_var.h eni_vcm.c hea_freebsd.c hea_freebsd.h hea_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:27:10 -0000 imp 2003/12/06 20:27:08 PST FreeBSD src repository Modified files: sys/conf NOTES files Removed files: sys/dev/hea eni.c eni.h eni_buffer.c eni_globals.c eni_if.c eni_init.c eni_intr.c eni_receive.c eni_stats.h eni_suni.h eni_transmit.c eni_var.h eni_vcm.c hea_freebsd.c hea_freebsd.h hea_pci.c Log: Now that we have the en(4) driver, we no longer need the hea driver. Approved by: harti@ Revision Changes Path 1.1191 +0 -4 src/sys/conf/NOTES 1.857 +0 -11 src/sys/conf/files 1.24 +0 -697 src/sys/dev/hea/eni.c (dead) 1.11 +0 -504 src/sys/dev/hea/eni.h (dead) 1.18 +0 -475 src/sys/dev/hea/eni_buffer.c (dead) 1.11 +0 -106 src/sys/dev/hea/eni_globals.c (dead) 1.13 +0 -287 src/sys/dev/hea/eni_if.c (dead) 1.9 +0 -152 src/sys/dev/hea/eni_init.c (dead) 1.11 +0 -242 src/sys/dev/hea/eni_intr.c (dead) 1.16 +0 -878 src/sys/dev/hea/eni_receive.c (dead) 1.3 +0 -134 src/sys/dev/hea/eni_stats.h (dead) 1.3 +0 -78 src/sys/dev/hea/eni_suni.h (dead) 1.18 +0 -846 src/sys/dev/hea/eni_transmit.c (dead) 1.5 +0 -85 src/sys/dev/hea/eni_var.h (dead) 1.14 +0 -295 src/sys/dev/hea/eni_vcm.c (dead) 1.8 +0 -427 src/sys/dev/hea/hea_freebsd.c (dead) 1.2 +0 -59 src/sys/dev/hea/hea_freebsd.h (dead) 1.8 +0 -238 src/sys/dev/hea/hea_pci.c (dead) From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:29:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29F3716A4CE; Sat, 6 Dec 2003 20:29:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CDE843FBF; Sat, 6 Dec 2003 20:29:36 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74TZXJ017223; Sat, 6 Dec 2003 20:29:35 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74TZaZ017222; Sat, 6 Dec 2003 20:29:35 -0800 (PST) (envelope-from scottl) Message-Id: <200312070429.hB74TZaZ017222@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:29:35 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:29:37 -0000 scottl 2003/12/06 20:29:35 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) . Makefile.inc1 Log: Point 'make update' at RELENG_5_2 Revision Changes Path 1.397.2.1 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:32:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AB716A4CE; Sat, 6 Dec 2003 20:32:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CF4A43F93; Sat, 6 Dec 2003 20:32:51 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74WoXJ017509; Sat, 6 Dec 2003 20:32:50 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74WoM0017508; Sat, 6 Dec 2003 20:32:50 -0800 (PST) (envelope-from scottl) Message-Id: <200312070432.hB74WoM0017508@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 20:32:50 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:32:52 -0000 scottl 2003/12/06 20:32:50 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) gnu/usr.bin/groff/tmac mdoc.local Log: Update man pages to 5.2 Revision Changes Path 1.32.2.1 +1 -1 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:41:13 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 350D116A4CE; Sat, 6 Dec 2003 20:41:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5958943F85; Sat, 6 Dec 2003 20:41:12 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74fCXJ018067; Sat, 6 Dec 2003 20:41:12 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74fBTQ018066; Sat, 6 Dec 2003 20:41:11 -0800 (PST) (envelope-from imp) Message-Id: <200312070441.hB74fBTQ018066@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 20:41:11 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4/man4.i386 Makefile meteor.4 src/sys/sys ioctl_meteor.h src/sys/alpha/include ioctl_meteor.h src/sys/i386/include ioctl_meteor.h src/sys/ia64/include... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:41:13 -0000 imp 2003/12/06 20:41:11 PST FreeBSD src repository Modified files: share/man/man4/man4.i386 Makefile sys/conf NOTES files majors options Removed files: share/man/man4/man4.i386 meteor.4 sys/sys ioctl_meteor.h sys/alpha/include ioctl_meteor.h sys/i386/include ioctl_meteor.h sys/ia64/include ioctl_meteor.h sys/pci meteor.c meteor_reg.h Log: Remote meteor driver. It hasn't compiled in over 3 years. If someone makes it compile again, and can test it, we can restore the driver to the tree. Revision Changes Path 1.152 +2 -2 src/share/man/man4/man4.i386/Makefile 1.21 +0 -961 src/share/man/man4/man4.i386/meteor.4 (dead) 1.2 +0 -187 src/sys/alpha/include/ioctl_meteor.h (dead) 1.1192 +0 -16 src/sys/conf/NOTES 1.858 +0 -1 src/sys/conf/files 1.185 +1 -1 src/sys/conf/majors 1.428 +0 -7 src/sys/conf/options 1.12 +0 -187 src/sys/i386/include/ioctl_meteor.h (dead) 1.2 +0 -187 src/sys/ia64/include/ioctl_meteor.h (dead) 1.67 +0 -2129 src/sys/pci/meteor.c (dead) 1.7 +0 -246 src/sys/pci/meteor_reg.h (dead) 1.12 +0 -187 src/sys/sys/ioctl_meteor.h (dead) From owner-cvs-src@FreeBSD.ORG Sat Dec 6 20:51:06 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17DE216A4CE; Sat, 6 Dec 2003 20:51:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CC5143FAF; Sat, 6 Dec 2003 20:51:05 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB74p5XJ024238; Sat, 6 Dec 2003 20:51:05 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB74p4AQ024237; Sat, 6 Dec 2003 20:51:04 -0800 (PST) (envelope-from alc) Message-Id: <200312070451.hB74p4AQ024237@repoman.freebsd.org> From: Alan Cox Date: Sat, 6 Dec 2003 20:51:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include vmparam.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 04:51:06 -0000 alc 2003/12/06 20:51:04 PST FreeBSD src repository Modified files: sys/amd64/include vmparam.h Log: Increase VM_KMEM_SIZE_MAX from 200MB to 400MB. Discussed with: peter Revision Changes Path 1.44 +1 -1 src/sys/amd64/include/vmparam.h From owner-cvs-src@FreeBSD.ORG Sat Dec 6 21:04:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22CD16A4CE; Sat, 6 Dec 2003 21:04:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE0543F3F; Sat, 6 Dec 2003 21:04:49 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB754nXJ025608; Sat, 6 Dec 2003 21:04:49 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB754n1A025607; Sat, 6 Dec 2003 21:04:49 -0800 (PST) (envelope-from scottl) Message-Id: <200312070504.hB754n1A025607@repoman.freebsd.org> From: Scott Long Date: Sat, 6 Dec 2003 21:04:49 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom geom.h geom_dump.c geom_pc98.c src/sys/fs/udf udf_vnops.c src/sys/sys systm.h src/sys/kern subr_prf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:04:50 -0000 scottl 2003/12/06 21:04:49 PST FreeBSD src repository Modified files: sys/geom geom.h geom_dump.c geom_pc98.c sys/fs/udf udf_vnops.c sys/sys systm.h sys/kern subr_prf.c Log: Re-arrange and consolidate some random debugging stuff Revision Changes Path 1.33 +1 -20 src/sys/fs/udf/udf_vnops.c 1.75 +0 -1 src/sys/geom/geom.h 1.30 +0 -31 src/sys/geom/geom_dump.c 1.44 +1 -1 src/sys/geom/geom_pc98.c 1.108 +53 -0 src/sys/kern/subr_prf.c 1.200 +6 -0 src/sys/sys/systm.h From owner-cvs-src@FreeBSD.ORG Sat Dec 6 21:12:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 330A616A4CE; Sat, 6 Dec 2003 21:12:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0267B43FD7; Sat, 6 Dec 2003 21:12:52 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75CpXJ026167; Sat, 6 Dec 2003 21:12:51 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75CptC026166; Sat, 6 Dec 2003 21:12:51 -0800 (PST) (envelope-from tjr) Message-Id: <200312070512.hB75CptC026166@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 6 Dec 2003 21:12:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdio getc.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:12:53 -0000 tjr 2003/12/06 21:12:51 PST FreeBSD src repository Modified files: lib/libc/stdio getc.3 Log: Fix prototype for getchar_unlocked(). Revision Changes Path 1.18 +1 -1 src/lib/libc/stdio/getc.3 From owner-cvs-src@FreeBSD.ORG Sat Dec 6 21:16:53 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4CEF16A4D8; Sat, 6 Dec 2003 21:16:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8B1843FBF; Sat, 6 Dec 2003 21:16:52 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75GqXJ026430; Sat, 6 Dec 2003 21:16:52 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75Gqg5026429; Sat, 6 Dec 2003 21:16:52 -0800 (PST) (envelope-from truckman) Message-Id: <200312070516.hB75Gqg5026429@repoman.freebsd.org> From: Don Lewis Date: Sat, 6 Dec 2003 21:16:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:16:53 -0000 truckman 2003/12/06 21:16:52 PST FreeBSD src repository Modified files: sys/ufs/ffs ffs_vfsops.c Log: Set fs_ronly to the correct value in ffs_reload() when reloading the file system super block after fsck has repaired the file system. The value of fs_ronly was getting overwritten, which caused ffs_update() to attempt to update inode timestamps even though the file system was still mounted read-only. This fixes the "giving up on N buffers" error that is triggered by running fsck on the root file system and then rebooting without mounting the file system read-write. Revision Changes Path 1.226 +2 -0 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 21:17:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 437C116A4CE; Sat, 6 Dec 2003 21:17:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E1443FCB; Sat, 6 Dec 2003 21:17:13 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75HDXJ026465; Sat, 6 Dec 2003 21:17:13 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75HDl7026464; Sat, 6 Dec 2003 21:17:13 -0800 (PST) (envelope-from imp) Message-Id: <200312070517.hB75HDl7026464@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 21:17:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sym sym_hipd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:17:14 -0000 imp 2003/12/06 21:17:13 PST FreeBSD src repository Modified files: sys/dev/sym sym_hipd.c Log: unifdef old interface support out to prevent false positives. Suggested by: jeffr, obrien, and others Revision Changes Path 1.47 +0 -524 src/sys/dev/sym/sym_hipd.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 21:25:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA59116A4CF for ; Sat, 6 Dec 2003 21:25:48 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 6A74043FBF for ; Sat, 6 Dec 2003 21:25:45 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 56611 invoked by uid 1002); 7 Dec 2003 05:25:45 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 7 Dec 2003 05:25:45 -0000 Message-ID: <3FD2B993.6060808@freebsd.org> Date: Sat, 06 Dec 2003 22:24:35 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don Lewis References: <200312070516.hB75Gqg5026429@repoman.freebsd.org> In-Reply-To: <200312070516.hB75Gqg5026429@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ufs/ffs ffs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:25:48 -0000 Don Lewis wrote: > truckman 2003/12/06 21:16:52 PST > > FreeBSD src repository > > Modified files: > sys/ufs/ffs ffs_vfsops.c > Log: > Set fs_ronly to the correct value in ffs_reload() when reloading the file > system super block after fsck has repaired the file system. The value of > fs_ronly was getting overwritten, which caused ffs_update() to attempt to > update inode timestamps even though the file system was still mounted > read-only. > > This fixes the "giving up on N buffers" error that is triggered by running > fsck on the root file system and then rebooting without mounting the file > system read-write. > > Revision Changes Path > 1.226 +2 -0 src/sys/ufs/ffs/ffs_vfsops.c > Excellent job tracking this down, thanks. Scott From owner-cvs-src@FreeBSD.ORG Sat Dec 6 21:27:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A035A16A4CE; Sat, 6 Dec 2003 21:27:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F13DF43F85; Sat, 6 Dec 2003 21:27:27 -0800 (PST) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75RRXJ026829; Sat, 6 Dec 2003 21:27:27 -0800 (PST) (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75RRD5026828; Sat, 6 Dec 2003 21:27:27 -0800 (PST) (envelope-from truckman) Message-Id: <200312070527.hB75RRD5026828@repoman.freebsd.org> From: Don Lewis Date: Sat, 6 Dec 2003 21:27:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/dumpfs dumpfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:27:28 -0000 truckman 2003/12/06 21:27:27 PST FreeBSD src repository Modified files: sbin/dumpfs dumpfs.c Log: Reinstate 1.40 -- swap avgfilesize and avgfpdir column order. MFC after: 3 days Revision Changes Path 1.42 +2 -2 src/sbin/dumpfs/dumpfs.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 21:49:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2C016A4CE; Sat, 6 Dec 2003 21:49:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA0D43F93; Sat, 6 Dec 2003 21:49:21 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB75nLXJ028146; Sat, 6 Dec 2003 21:49:21 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB75nL9G028145; Sat, 6 Dec 2003 21:49:21 -0800 (PST) (envelope-from imp) Message-Id: <200312070549.hB75nL9G028145@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 21:49:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net if_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 05:49:22 -0000 imp 2003/12/06 21:49:21 PST FreeBSD src repository Modified files: sys/net if_var.h Log: Make the if_broadcastaddr const. All the drivers in the tree which violated the constness were corrected before the freeze. This was suggested by mdodd@, I think, and sam@ and others have signed off on this if I recall my conversations with them correctly. Revision Changes Path 1.63 +1 -1 src/sys/net/if_var.h From owner-cvs-src@FreeBSD.ORG Sat Dec 6 22:00:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DD0C16A4CE; Sat, 6 Dec 2003 22:00:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42DD43FE0; Sat, 6 Dec 2003 22:00:00 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB7600XJ028641; Sat, 6 Dec 2003 22:00:00 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB7600kL028640; Sat, 6 Dec 2003 22:00:00 -0800 (PST) (envelope-from tjr) Message-Id: <200312070600.hB7600kL028640@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 6 Dec 2003 22:00:00 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale Makefile.inc localeconv.3 setlocale.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:00:01 -0000 tjr 2003/12/06 22:00:00 PST FreeBSD src repository Modified files: lib/libc/locale Makefile.inc setlocale.3 Added files: lib/libc/locale localeconv.3 Log: Split the documentation for localeconv() off into a separate manual page. Revision Changes Path 1.52 +2 -2 src/lib/libc/locale/Makefile.inc 1.1 +225 -0 src/lib/libc/locale/localeconv.3 (new) 1.29 +5 -174 src/lib/libc/locale/setlocale.3 From owner-cvs-src@FreeBSD.ORG Sat Dec 6 22:33:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC0016A4CE; Sat, 6 Dec 2003 22:33:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 553E143FE1; Sat, 6 Dec 2003 22:33:53 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76XrXJ030880; Sat, 6 Dec 2003 22:33:53 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76XrOG030879; Sat, 6 Dec 2003 22:33:53 -0800 (PST) (envelope-from tjr) Message-Id: <200312070633.hB76XrOG030879@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sat, 6 Dec 2003 22:33:53 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale Makefile.inc mblen.3 mbstowcs.3 mbtowc.3 multibyte.3 wcstombs.3 wctomb.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:33:54 -0000 tjr 2003/12/06 22:33:53 PST FreeBSD src repository Modified files: lib/libc/locale Makefile.inc multibyte.3 Added files: lib/libc/locale mblen.3 mbstowcs.3 mbtowc.3 wcstombs.3 wctomb.3 Log: Split multibyte(3) into separate manual pages for each function. Instead of just deleting it, turn the original page into a general overview of the multibyte character conversion functions, somewhat similar to stdio(3). Revision Changes Path 1.53 +4 -5 src/lib/libc/locale/Makefile.inc 1.1 +103 -0 src/lib/libc/locale/mblen.3 (new) 1.1 +88 -0 src/lib/libc/locale/mbstowcs.3 (new) 1.1 +109 -0 src/lib/libc/locale/mbtowc.3 (new) 1.24 +38 -140 src/lib/libc/locale/multibyte.3 1.1 +90 -0 src/lib/libc/locale/wcstombs.3 (new) 1.1 +111 -0 src/lib/libc/locale/wctomb.3 (new) From owner-cvs-src@FreeBSD.ORG Sat Dec 6 22:37:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3840F16A4CE; Sat, 6 Dec 2003 22:37:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8479D43FBD; Sat, 6 Dec 2003 22:37:32 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76bWXJ031176; Sat, 6 Dec 2003 22:37:32 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76bWBJ031175; Sat, 6 Dec 2003 22:37:32 -0800 (PST) (envelope-from imp) Message-Id: <200312070637.hB76bWBJ031175@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 22:37:32 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys ioctl_meteor.h src/sys/alpha/include ioctl_meteor.h src/sys/i386/include ioctl_meteor.h src/sys/ia64/include ioctl_meteor.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:37:33 -0000 imp 2003/12/06 22:37:32 PST FreeBSD src repository Added files: sys/sys ioctl_meteor.h sys/alpha/include ioctl_meteor.h sys/i386/include ioctl_meteor.h sys/ia64/include ioctl_meteor.h Log: Ooops. These are still used by the bktr driver. David O'Brien has plans for dealing, but I'll let him deal. Pointy hat to: imp@ Revision Changes Path 1.3 +187 -0 src/sys/alpha/include/ioctl_meteor.h (new) 1.13 +187 -0 src/sys/i386/include/ioctl_meteor.h (new) 1.3 +187 -0 src/sys/ia64/include/ioctl_meteor.h (new) 1.13 +187 -0 src/sys/sys/ioctl_meteor.h (new) From owner-cvs-src@FreeBSD.ORG Sat Dec 6 22:49:11 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D72616A4CE; Sat, 6 Dec 2003 22:49:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3ECF43FBF; Sat, 6 Dec 2003 22:49:10 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76nAXJ031674; Sat, 6 Dec 2003 22:49:10 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76nA0T031673; Sat, 6 Dec 2003 22:49:10 -0800 (PST) (envelope-from imp) Message-Id: <200312070649.hB76nA0T031673@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 22:49:10 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:49:11 -0000 imp 2003/12/06 22:49:10 PST FreeBSD src repository Modified files: share/man/man4 Makefile Log: lmc.4 is now gone Revision Changes Path 1.245 +0 -1 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Sat Dec 6 22:50:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3AE716A4CE; Sat, 6 Dec 2003 22:50:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAF2E43FBF; Sat, 6 Dec 2003 22:50:04 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB76o4XJ031717; Sat, 6 Dec 2003 22:50:04 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB76o43V031716; Sat, 6 Dec 2003 22:50:04 -0800 (PST) (envelope-from deischen) Message-Id: <200312070650.hB76o43V031716@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 6 Dec 2003 22:50:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 06:50:05 -0000 deischen 2003/12/06 22:50:04 PST FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Don't call em_stop() from the watchdog since it requires the controller mutex to be locked. It is redundant since em_init() is called and this correctly locks the mutex and calls em_stop(). 5.2 release candidate since this can cause a panic if the watchdog expires. Tested by: kuriyama Revision Changes Path 1.36 +0 -1 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Sat Dec 6 23:03:08 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68D616A4CE; Sat, 6 Dec 2003 23:03:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D33443FA3; Sat, 6 Dec 2003 23:03:08 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB7738XJ033122; Sat, 6 Dec 2003 23:03:08 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB7737vk033121; Sat, 6 Dec 2003 23:03:07 -0800 (PST) (envelope-from imp) Message-Id: <200312070703.hB7737vk033121@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 23:03:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 07:03:08 -0000 imp 2003/12/06 23:03:07 PST FreeBSD src repository Modified files: sys/modules Makefile Log: Remove hea module. Revision Changes Path 1.357 +0 -1 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Sat Dec 6 23:04:40 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A11116A4CE; Sat, 6 Dec 2003 23:04:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BCF643FEC; Sat, 6 Dec 2003 23:04:39 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB774dXJ033186; Sat, 6 Dec 2003 23:04:39 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB774dkT033185; Sat, 6 Dec 2003 23:04:39 -0800 (PST) (envelope-from imp) Message-Id: <200312070704.hB774dkT033185@repoman.freebsd.org> From: Warner Losh Date: Sat, 6 Dec 2003 23:04:39 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile src/sys/modules/hea Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 07:04:40 -0000 imp 2003/12/06 23:04:39 PST FreeBSD src repository Modified files: sys/modules Makefile Removed files: sys/modules/hea Makefile Log: hea is gone, remove its module Revision Changes Path 1.358 +0 -1 src/sys/modules/Makefile 1.2 +0 -11 src/sys/modules/hea/Makefile (dead)