From owner-cvs-src@FreeBSD.ORG Sun Feb 26 01:41:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B07E616A420; Sun, 26 Feb 2006 01:41:17 +0000 (GMT) (envelope-from oberman@es.net) Received: from postal4.es.net (postal4.es.net [198.124.252.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE79443D45; Sun, 26 Feb 2006 01:41:14 +0000 (GMT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal4.es.net (Postal Node 4) with ESMTP (SSL) id IBA74465; Sat, 25 Feb 2006 17:41:12 -0800 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id A936F4504C; Sat, 25 Feb 2006 17:41:10 -0800 (PST) To: Colin Percival In-reply-to: Your message of "Sat, 25 Feb 2006 15:42:06 PST." <4400EB4E.10208@freebsd.org> Date: Sat, 25 Feb 2006 17:41:10 -0800 From: "Kevin Oberman" Message-Id: <20060226014110.A936F4504C@ptavv.es.net> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 01:41:17 -0000 > Date: Sat, 25 Feb 2006 15:42:06 -0800 > From: Colin Percival > > Kevin Oberman wrote: > >> cperciva 2006-02-25 04:55:39 UTC > >> Log: > >> Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733J > >> processors. > >> > >> Obtained from: Intel Datasheet 302189-008 > > > > Is this a new datasheet or did someone find it in some odd corner of > > Intel land? I'll admit that I'm baffled as to why Intel seemed to keep > > this information under wraps for so long. > > Intel updates their datasheets from time to time -- the information for > these processors was added in a new version of an old datasheet. Intel > still hasn't released the frequency/voltage tables for their 7x0 series > processors or the formula used to compute them. Ack! I was not paying nearly enough attention! Still no joy for my 760 CPU, then. Thanks anyway. Hopefully some day it will be available. I still don't understand why Intel would withhold this sort of information on an out-of-date series of chips from those who would buy the chips! (Or, at least system containing them.) -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-cvs-src@FreeBSD.ORG Sun Feb 26 02:57:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1221E16A420; Sun, 26 Feb 2006 02:57:58 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4C5A43D45; Sun, 26 Feb 2006 02:57:57 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1Q2vvfD057503; Sun, 26 Feb 2006 02:57:57 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1Q2vvue057502; Sun, 26 Feb 2006 02:57:57 GMT (envelope-from iedowse) Message-Id: <200602260257.k1Q2vvue057502@repoman.freebsd.org> From: Ian Dowse Date: Sun, 26 Feb 2006 02:57:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c usb_subr.c usbdivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 02:57:58 -0000 iedowse 2006-02-26 02:57:57 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c ohci.c uhci.c usb_subr.c usbdivar.h Log: Save and restore the data toggle value when a pipe to an endpoint is closed and then reopened. This appears to be necessary now that we no longer clear endpoint stalls every time a pipe is opened. Previously we could assume an initial toggle value of zero because the clear-stall operation resets the device's toggle state. Reported by: Holger Kipp MFC after: 3 days Revision Changes Path 1.41 +3 -1 src/sys/dev/usb/ehci.c 1.159 +5 -1 src/sys/dev/usb/ohci.c 1.164 +2 -1 src/sys/dev/usb/uhci.c 1.82 +1 -0 src/sys/dev/usb/usb_subr.c 1.44 +1 -0 src/sys/dev/usb/usbdivar.h From owner-cvs-src@FreeBSD.ORG Sun Feb 26 04:57:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC38416A420; Sun, 26 Feb 2006 04:57:17 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBEB43D45; Sun, 26 Feb 2006 04:57:17 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1Q4vH9R069551; Sun, 26 Feb 2006 04:57:17 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1Q4vHPC069550; Sun, 26 Feb 2006 04:57:17 GMT (envelope-from hrs) Message-Id: <200602260457.k1Q4vHPC069550@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 26 Feb 2006 04:57:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml src/release/doc/ja_JP.eucJP/relnotes/common new.sgml src/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 04:57:18 -0000 hrs 2006-02-26 04:57:17 UTC FreeBSD src repository Modified files: release/doc/de_DE.ISO8859-1/relnotes/common new.sgml release/doc/ja_JP.eucJP/relnotes/common new.sgml release/doc/ru_RU.KOI8-R/relnotes/common new.sgml Log: Remove &release.prev.historic;. Revision Changes Path 1.32 +2 -2 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml 1.98 +2 -2 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml 1.22 +1 -1 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Feb 26 05:44:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86BDC16A420; Sun, 26 Feb 2006 05:44:22 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3194443D46; Sun, 26 Feb 2006 05:44:22 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1Q5iMrC071275; Sun, 26 Feb 2006 05:44:22 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1Q5iMHr071274; Sun, 26 Feb 2006 05:44:22 GMT (envelope-from ume) Message-Id: <200602260544.k1Q5iMHr071274@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 26 Feb 2006 05:44:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/net inet_net.3 inet_net_ntop.c inet_net_pton.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 05:44:22 -0000 ume 2006-02-26 05:44:21 UTC FreeBSD src repository Modified files: lib/libc/net inet_net.3 inet_net_ntop.c inet_net_pton.c Log: Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includes an IPv6 support. PR: kern/93740 Submitted by: Rudolf Cejka Obtained from: BIND9 MFC after: 1 week Revision Changes Path 1.3 +10 -4 src/lib/libc/net/inet_net.3 1.8 +147 -14 src/lib/libc/net/inet_net_ntop.c 1.10 +263 -67 src/lib/libc/net/inet_net_pton.c From owner-cvs-src@FreeBSD.ORG Sun Feb 26 06:18:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4371516A420; Sun, 26 Feb 2006 06:18:00 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0204743D45; Sun, 26 Feb 2006 06:18:00 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1Q6Hx3A072698; Sun, 26 Feb 2006 06:17:59 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1Q6Hx8r072697; Sun, 26 Feb 2006 06:17:59 GMT (envelope-from ume) Message-Id: <200602260617.k1Q6Hx8r072697@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 26 Feb 2006 06:17:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/contrib/tcsh/nls/C charset src/contrib/tcsh/nls/et charset src/contrib/tcsh/nls/finnish charset src/contrib/tcsh/nls/french charset src/contrib/tcsh/nls/german charset src/contrib/tcsh/nls/greek charset ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 06:18:00 -0000 ume 2006-02-26 06:17:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/csh Makefile config.h sys/sys param.h Added files: (Branch: RELENG_6) contrib/tcsh/nls/C charset contrib/tcsh/nls/et charset contrib/tcsh/nls/finnish charset contrib/tcsh/nls/french charset contrib/tcsh/nls/german charset contrib/tcsh/nls/greek charset contrib/tcsh/nls/italian charset contrib/tcsh/nls/ja charset contrib/tcsh/nls/pl charset contrib/tcsh/nls/russian charset contrib/tcsh/nls/spanish charset contrib/tcsh/nls/ukrainian charset bin/csh iconv.h iconv_stub.c Log: MFC: Enable NLS catalog of csh(1). The tcsh 6.14 uses libiconv to convert catalogs to appropriate charset dynamically. However, we don't have libiconv in our tree. So, I made some hack to load libiconv dynamically. If libiconv is available, you can use catalogs for more locales than the locales which catalog is actually installed. To use this feature, you need to symlink catalogs to appropriate locales. You can do this by installing ports/shells/tcsh_nls. bin/csh/Makefile: 1.38 bin/csh/config.h: 1.13 bin/csh/iconv.h: 1.1 bin/csh/iconv_stub.c: 1.1 contrib/tcsh/nls/C/charset: 1.1.1.1 contrib/tcsh/nls/et/charset 1.1.1.1 contrib/tcsh/nls/finnish/charset 1.1.1.1 contrib/tcsh/nls/french/charset 1.1.1.1 contrib/tcsh/nls/german/charset 1.1.1.1 contrib/tcsh/nls/greek/charset 1.1.1.1 contrib/tcsh/nls/italian/charset 1.1.1.1 contrib/tcsh/nls/ja/charset 1.1.1.1 contrib/tcsh/nls/pl/charset 1.1.1.1 contrib/tcsh/nls/russian/charset 1.1.1.1 contrib/tcsh/nls/spanish/charset 1.1.1.1 contrib/tcsh/nls/ukrainian/charset 1.1.1.1 Approved by: re (hrs) Revision Changes Path 1.36.2.1 +19 -1 src/bin/csh/Makefile 1.12.2.1 +4 -0 src/bin/csh/config.h 1.1.2.1 +44 -0 src/bin/csh/iconv.h (new) 1.1.2.1 +69 -0 src/bin/csh/iconv_stub.c (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/C/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/et/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/finnish/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/french/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/german/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/greek/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/italian/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/ja/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/pl/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/russian/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/spanish/charset (new) 1.1.1.1.2.1 +3 -0 src/contrib/tcsh/nls/ukrainian/charset (new) 1.244.2.9 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sun Feb 26 07:08:13 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9682016A420; Sun, 26 Feb 2006 07:08:13 +0000 (GMT) (envelope-from nate@root.org) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE34543D48; Sun, 26 Feb 2006 07:08:12 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout5-ext.prodigy.net (pimout5-int.prodigy.net [207.115.4.21]) by ylpvm01.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k1Q78B2H016232; Sun, 26 Feb 2006 02:08:12 -0500 X-ORBL: [71.139.114.10] Received: from [10.0.0.240] (ppp-71-139-114-10.dsl.snfc21.pacbell.net [71.139.114.10]) by pimout5-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k1Q786jj185668; Sun, 26 Feb 2006 02:08:06 -0500 Message-ID: <440153CD.9050904@root.org> Date: Sat, 25 Feb 2006 23:07:57 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Kevin Oberman References: <20060226014110.A936F4504C@ptavv.es.net> In-Reply-To: <20060226014110.A936F4504C@ptavv.es.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Colin Percival Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 07:08:13 -0000 Kevin Oberman wrote: >> Date: Sat, 25 Feb 2006 15:42:06 -0800 >> From: Colin Percival >> >> Kevin Oberman wrote: >>>> cperciva 2006-02-25 04:55:39 UTC >>>> Log: >>>> Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733J >>>> processors. >>>> >>>> Obtained from: Intel Datasheet 302189-008 >>> Is this a new datasheet or did someone find it in some odd corner of >>> Intel land? I'll admit that I'm baffled as to why Intel seemed to keep >>> this information under wraps for so long. >> Intel updates their datasheets from time to time -- the information for >> these processors was added in a new version of an old datasheet. Intel >> still hasn't released the frequency/voltage tables for their 7x0 series >> processors or the formula used to compute them. > > Ack! I was not paying nearly enough attention! Still no joy for my 760 > CPU, then. > > Thanks anyway. Hopefully some day it will be available. I still don't > understand why Intel would withhold this sort of information on an > out-of-date series of chips from those who would buy the chips! (Or, at > least system containing them.) I'm not defending this, but I think I know what happened. The voltage to VID translation table was probably only present in the BIOS Writer's Guide. This is because in the past, most of the code to use it was in the BIOS and the OS can control it via ACPI. Intel doesn't publish the BIOS Writer's Guides. To release the info, they probably had to extract just that table, get approval, etc. The table itself doesn't seem that secret to me but I guess the bureaucracy could be the real problem. -- Nate From owner-cvs-src@FreeBSD.ORG Sun Feb 26 07:37:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C0416A420; Sun, 26 Feb 2006 07:37:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4683743D45; Sun, 26 Feb 2006 07:37:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1Q7bBvM076421; Sun, 26 Feb 2006 07:37:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1Q7bBWt076420; Sun, 26 Feb 2006 07:37:11 GMT (envelope-from imp) Message-Id: <200602260737.k1Q7bBWt076420@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Feb 2006 07:37:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fdisk_pc98 fdisk.8 fdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 07:37:11 -0000 imp 2006-02-26 07:37:10 UTC FreeBSD src repository Modified files: sbin/fdisk_pc98 fdisk.8 fdisk.c Log: Fixes and new features: o Merge the -I switch from i386 verison to initialize the partition table to use the maximum amount possible for a single FreeBSD table. o Improve warning when the geom method fails (which I think it always will until geom_pc98 is updated to respond to this ctl message) o when writing out the boot sector, we have to write out a minimum of 1024 bytes or the sector size. This is different than the i386 case where we need to write out a minimum of 512 bytes (which is also the minimum sector size). We already handle this difference on reading, but didn't in writing, so attempting to write a new partition table would fail. o Add MID to the -s output, since pc98 users are likely interested in both of these parameters. # I can now initialize disks on my pc98 machine either by -I or by # manually entering the parameters. I don't know if fdisk -B works or not, # since I'm not willing to risk my only working boot disk to test it.. Revision Changes Path 1.16 +7 -1 src/sbin/fdisk_pc98/fdisk.8 1.20 +55 -11 src/sbin/fdisk_pc98/fdisk.c From owner-cvs-src@FreeBSD.ORG Sun Feb 26 07:44:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D31016A420; Sun, 26 Feb 2006 07:44:32 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 074CA43D48; Sun, 26 Feb 2006 07:44:32 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1Q7iVAh076747; Sun, 26 Feb 2006 07:44:31 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1Q7iVeu076746; Sun, 26 Feb 2006 07:44:31 GMT (envelope-from mjacob) Message-Id: <200602260744.k1Q7iVeu076746@repoman.freebsd.org> From: Matt Jacob Date: Sun, 26 Feb 2006 07:44:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 07:44:32 -0000 mjacob 2006-02-26 07:44:31 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c Log: a) Delay for port enable to succeed should be 30 seconds (at least) for *both* SAS and FC, not just SAS. b) Don't tell the chip we want it to do FIFO signalling if we actually don't set up the address where the FIFO signal is supposed to be written (oops). Revision Changes Path 1.17 +2 -4 src/sys/dev/mpt/mpt.c From owner-cvs-src@FreeBSD.ORG Sun Feb 26 07:46:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4531D16A422; Sun, 26 Feb 2006 07:46:10 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F227243D49; Sun, 26 Feb 2006 07:46:09 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1Q7k9OU076867; Sun, 26 Feb 2006 07:46:09 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1Q7k9qe076866; Sun, 26 Feb 2006 07:46:09 GMT (envelope-from mjacob) Message-Id: <200602260746.k1Q7k9qe076866@repoman.freebsd.org> From: Matt Jacob Date: Sun, 26 Feb 2006 07:46:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 07:46:10 -0000 mjacob 2006-02-26 07:46:09 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: Shorten the time for waiting for TMF commands to complete- let's not hang the system for 5 seconds. If a TMF doesn't complete within, oh, say 500ms, that's enough. Put in a printout to catch mpt_recover_commands being activated with no commands. Revision Changes Path 1.7 +11 -4 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Sun Feb 26 11:44:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4786D16A420; Sun, 26 Feb 2006 11:44:29 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 052D343D46; Sun, 26 Feb 2006 11:44:29 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QBiS6F092753; Sun, 26 Feb 2006 11:44:28 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QBiSCH092752; Sun, 26 Feb 2006 11:44:28 GMT (envelope-from glebius) Message-Id: <200602261144.k1QBiSCH092752@repoman.freebsd.org> From: Gleb Smirnoff Date: Sun, 26 Feb 2006 11:44:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 11:44:29 -0000 glebius 2006-02-26 11:44:28 UTC FreeBSD src repository Modified files: sys/kern kern_mbuf.c Log: Fix several typos and trim spaces at eol. PR: kern/93759 Submitted by: Antoine Brodin Revision Changes Path 1.21 +7 -7 src/sys/kern/kern_mbuf.c From owner-cvs-src@FreeBSD.ORG Sun Feb 26 12:56:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B0D16A420; Sun, 26 Feb 2006 12:56:24 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998A943D45; Sun, 26 Feb 2006 12:56:24 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QCuO0F002926; Sun, 26 Feb 2006 12:56:24 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QCuOkj002925; Sun, 26 Feb 2006 12:56:24 GMT (envelope-from davidxu) Message-Id: <200602261256.k1QCuOkj002925@repoman.freebsd.org> From: David Xu Date: Sun, 26 Feb 2006 12:56:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 12:56:24 -0000 davidxu 2006-02-26 12:56:23 UTC FreeBSD src repository Modified files: sys/kern vfs_aio.c Log: 1. Remove aio entry from lists earlier in aio_free_entry, so other threads can not see it if we unlock the proc lock (this can happen in knlist_delete). Don't do wakeup, it is not necessary. 2. Decrease kaio_buffer_count in biohelper rather than doing it in aio_bio_done_notify. 3. In aio_bio_done_notify, don't send notification if KAIO_RUNDOWN was set, because the process is already in single thread mode. 4. Use assignment to initialize aiothreadflags. 5. AIOCBLIST_RUNDOWN is not useful, axe the code using it. 6. use LIO_NOP instead of zero. Revision Changes Path 1.220 +17 -19 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Sun Feb 26 13:20:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BE8216A420; Sun, 26 Feb 2006 13:20:54 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C97643D45; Sun, 26 Feb 2006 13:20:54 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QDKrO7003963; Sun, 26 Feb 2006 13:20:54 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QDKrTC003962; Sun, 26 Feb 2006 13:20:53 GMT (envelope-from ceri) Message-Id: <200602261320.k1QDKrTC003962@repoman.freebsd.org> From: Ceri Davies Date: Sun, 26 Feb 2006 13:20:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.holiday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 13:20:54 -0000 ceri 2006-02-26 13:20:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/calendar/calendars calendar.holiday Log: Sync with -HEAD. Approved by: re (hrs) Revision Changes Path 1.28.8.3 +1 -1 src/usr.bin/calendar/calendars/calendar.holiday From owner-cvs-src@FreeBSD.ORG Sun Feb 26 13:21:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D801816A420; Sun, 26 Feb 2006 13:21:27 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9640743D45; Sun, 26 Feb 2006 13:21:27 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QDLRo0004059; Sun, 26 Feb 2006 13:21:27 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QDLRfe004058; Sun, 26 Feb 2006 13:21:27 GMT (envelope-from ceri) Message-Id: <200602261321.k1QDLRfe004058@repoman.freebsd.org> From: Ceri Davies Date: Sun, 26 Feb 2006 13:21:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.bin/calendar/calendars calendar.birthday calendar.holiday X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 13:21:28 -0000 ceri 2006-02-26 13:21:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.bin/calendar/calendars calendar.birthday calendar.holiday Log: Sync with -HEAD. Approved by: re (hrs) Revision Changes Path 1.28.2.2 +1 -1 src/usr.bin/calendar/calendars/calendar.birthday 1.28.2.2 +1 -1 src/usr.bin/calendar/calendars/calendar.holiday From owner-cvs-src@FreeBSD.ORG Sun Feb 26 14:03:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 389BB16A420; Sun, 26 Feb 2006 14:03:14 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD12543D48; Sun, 26 Feb 2006 14:03:13 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QE3D4T005623; Sun, 26 Feb 2006 14:03:13 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QE3D9s005622; Sun, 26 Feb 2006 14:03:13 GMT (envelope-from delphij) Message-Id: <200602261403.k1QE3D9s005622@repoman.freebsd.org> From: Xin LI Date: Sun, 26 Feb 2006 14:03:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mklocale zh_CN.GBK.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 14:03:14 -0000 delphij 2006-02-26 14:03:13 UTC FreeBSD src repository Modified files: share/mklocale zh_CN.GBK.src Log: Provide SWIDTH information so that applications like tcsh(1) can properly handle with zh_CN.GBK locale, which is quite common for users who uses Simplified Chinese. MFC Candidate. Revision Changes Path 1.2 +129 -0 src/share/mklocale/zh_CN.GBK.src From owner-cvs-src@FreeBSD.ORG Sun Feb 26 14:52:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BA3016A420; Sun, 26 Feb 2006 14:52:34 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E6D43D49; Sun, 26 Feb 2006 14:52:34 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QEqXVP007989; Sun, 26 Feb 2006 14:52:33 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QEqXnu007988; Sun, 26 Feb 2006 14:52:33 GMT (envelope-from ume) Message-Id: <200602261452.k1QEqXnu007988@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 26 Feb 2006 14:52:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/examples/etc make.conf src/share/man/man5 make.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 14:52:34 -0000 ume 2006-02-26 14:52:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/examples/etc make.conf share/man/man5 make.conf.5 Log: MFC: Mention NO_NLS_CATALOGS. share/examples/etc/make.conf: 1.274 share/man/man5/make.conf.5: 1.133 Approved by: re (hrs) Revision Changes Path 1.265.2.6 +1 -0 src/share/examples/etc/make.conf 1.121.2.5 +4 -0 src/share/man/man5/make.conf.5 From owner-cvs-src@FreeBSD.ORG Sun Feb 26 16:11:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9F2E16A420; Sun, 26 Feb 2006 16:11:55 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65CD943D45; Sun, 26 Feb 2006 16:11:55 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QGBtAI010934; Sun, 26 Feb 2006 16:11:55 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QGBtGf010933; Sun, 26 Feb 2006 16:11:55 GMT (envelope-from yar) Message-Id: <200602261611.k1QGBtGf010933@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 26 Feb 2006 16:11:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man8 rc.subr.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 16:11:55 -0000 yar 2006-02-26 16:11:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man8 rc.subr.8 Log: MFC rev. 1.9: Document the relation between $command and $foo_program. Approved by: re (mux) Revision Changes Path 1.6.8.2 +16 -1 src/share/man/man8/rc.subr.8 From owner-cvs-src@FreeBSD.ORG Sun Feb 26 16:18:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9467216A420; Sun, 26 Feb 2006 16:18:30 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 518D743D45; Sun, 26 Feb 2006 16:18:30 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QGIUSl011184; Sun, 26 Feb 2006 16:18:30 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QGIUun011183; Sun, 26 Feb 2006 16:18:30 GMT (envelope-from yar) Message-Id: <200602261618.k1QGIUun011183@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 26 Feb 2006 16:18:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/sys kldnext.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 16:18:30 -0000 yar 2006-02-26 16:18:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys kldnext.2 Log: MFC rev. 1.17: Tell the truth about a) how to get the first fileid, and b) what return values from kldstat(2) can be expected. Approved by: re (mux) Revision Changes Path 1.16.2.1 +10 -5 src/lib/libc/sys/kldnext.2 From owner-cvs-src@FreeBSD.ORG Sun Feb 26 16:45:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C245B16A420; Sun, 26 Feb 2006 16:45:29 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CCE243D55; Sun, 26 Feb 2006 16:45:29 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QGjT8J012297; Sun, 26 Feb 2006 16:45:29 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QGjTVv012296; Sun, 26 Feb 2006 16:45:29 GMT (envelope-from wkoszek) Message-Id: <200602261645.k1QGjTVv012296@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sun, 26 Feb 2006 16:45:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d ipfw X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 16:45:29 -0000 wkoszek 2006-02-26 16:45:29 UTC FreeBSD src repository Modified files: etc/rc.d ipfw Log: Use 'ipfw list' instead of 'ipfw l', since it's deprecated (and warning is printed on system startup). Approved by: cognet (mentor) MFC after: 3 days Revision Changes Path 1.12 +1 -1 src/etc/rc.d/ipfw From owner-cvs-src@FreeBSD.ORG Sun Feb 26 17:34:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 768C516A420; Sun, 26 Feb 2006 17:34:48 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6ED743D4C; Sun, 26 Feb 2006 17:34:47 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QHYl7j022672; Sun, 26 Feb 2006 17:34:47 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QHYlar022665; Sun, 26 Feb 2006 17:34:47 GMT (envelope-from emaste) Message-Id: <200602261734.k1QHYlar022665@repoman.freebsd.org> From: Ed Maste Date: Sun, 26 Feb 2006 17:34:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/boot2 boot2.c lib.h sio.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 17:34:48 -0000 emaste 2006-02-26 17:34:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/reboot boot_i386.8 sys/boot/i386/boot2 boot2.c lib.h sio.S Log: MFC boot2.c r1.74 lib.h r1.3 sio.S r1.10 boot_i386.8 r1.54 r1.55 r1.58 to RELENG_5: Add the ability to specify the boot2 serial console speed in /boot.config or on the "boot:" prompt line via a "-S" flag, e.g. "-h -S19200". This adds about 50 bytes to the size of boot2 and required a few other small changes to limit the size impact. Approved by: re (scottl) Revision Changes Path 1.46.2.4 +15 -4 src/sbin/reboot/boot_i386.8 1.70.2.4 +27 -14 src/sys/boot/i386/boot2/boot2.c 1.2.26.1 +1 -1 src/sys/boot/i386/boot2/lib.h 1.9.2.1 +4 -3 src/sys/boot/i386/boot2/sio.S From owner-cvs-src@FreeBSD.ORG Sun Feb 26 17:45:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CA5B16A422; Sun, 26 Feb 2006 17:45:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB84243D46; Sun, 26 Feb 2006 17:45:35 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QHjZSt023927; Sun, 26 Feb 2006 17:45:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QHjZf8023926; Sun, 26 Feb 2006 17:45:35 GMT (envelope-from imp) Message-Id: <200602261745.k1QHjZf8023926@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Feb 2006 17:45:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fdisk_pc98 fdisk.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 17:45:36 -0000 imp 2006-02-26 17:45:35 UTC FreeBSD src repository Modified files: sbin/fdisk_pc98 fdisk.8 Log: o Bump date (thanks ru) o Also, fdisk_pc98 appears to support -i, so add it to the man page. o Ditto -v o Change the name from PC partition table maintenance program to NEC PC-98x1 partition table maintenance program, since it is possible to have a DOS MBR formatted disk on FreeBSD/pc98 now (although we don't install any tools for this). Revision Changes Path 1.17 +11 -18 src/sbin/fdisk_pc98/fdisk.8 From owner-cvs-src@FreeBSD.ORG Sun Feb 26 17:51:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDD8616A420; Sun, 26 Feb 2006 17:51:25 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E18443D64; Sun, 26 Feb 2006 17:51:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QHpNQP024182; Sun, 26 Feb 2006 17:51:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QHpNJB024181; Sun, 26 Feb 2006 17:51:23 GMT (envelope-from imp) Message-Id: <200602261751.k1QHpNJB024181@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Feb 2006 17:51:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/de Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 17:51:26 -0000 imp 2006-02-26 17:51:23 UTC FreeBSD src repository Modified files: sys/modules/de Makefile Log: Move de from pci to dev/de Revision Changes Path 1.7 +1 -1 src/sys/modules/de/Makefile From owner-cvs-src@FreeBSD.ORG Sun Feb 26 17:52:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8083716A420; Sun, 26 Feb 2006 17:52:08 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C41F43D73; Sun, 26 Feb 2006 17:52:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QHq4hl024227; Sun, 26 Feb 2006 17:52:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QHq49X024226; Sun, 26 Feb 2006 17:52:04 GMT (envelope-from imp) Message-Id: <200602261752.k1QHq49X024226@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Feb 2006 17:52:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/de if_de.c if_devar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 17:52:08 -0000 imp 2006-02-26 17:52:04 UTC FreeBSD src repository Modified files: sys/dev/de if_de.c if_devar.h Log: Repo copy de driver to dev/de, and adjust. Revision Changes Path 1.179 +2 -2 src/sys/dev/de/if_de.c 1.43 +3 -3 src/sys/dev/de/if_devar.h From owner-cvs-src@FreeBSD.ORG Sun Feb 26 17:52:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD29916A420; Sun, 26 Feb 2006 17:52:55 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A36643D58; Sun, 26 Feb 2006 17:52:52 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QHqq7v024286; Sun, 26 Feb 2006 17:52:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QHqqGh024285; Sun, 26 Feb 2006 17:52:52 GMT (envelope-from imp) Message-Id: <200602261752.k1QHqqGh024285@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Feb 2006 17:52:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci dc21040reg.h if_de.c if_devar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 17:52:56 -0000 imp 2006-02-26 17:52:52 UTC FreeBSD src repository Removed files: sys/pci dc21040reg.h if_de.c if_devar.h Log: Remove de driver from old location. Revision Changes Path 1.8 +0 -583 src/sys/pci/dc21040reg.h (dead) 1.179 +0 -5060 src/sys/pci/if_de.c (dead) 1.43 +0 -937 src/sys/pci/if_devar.h (dead) From owner-cvs-src@FreeBSD.ORG Sun Feb 26 17:54:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A02A16A422; Sun, 26 Feb 2006 17:54:06 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A084743D5A; Sun, 26 Feb 2006 17:54:04 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QHs4IW024359; Sun, 26 Feb 2006 17:54:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QHs4NN024358; Sun, 26 Feb 2006 17:54:04 GMT (envelope-from imp) Message-Id: <200602261754.k1QHs4NN024358@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Feb 2006 17:54:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 17:54:06 -0000 imp 2006-02-26 17:54:04 UTC FreeBSD src repository Modified files: sys/conf files Log: Move de driver to dev/de Revision Changes Path 1.1097 +1 -1 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Sun Feb 26 18:32:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E4416A422; Sun, 26 Feb 2006 18:32:06 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 857E743D46; Sun, 26 Feb 2006 18:32:05 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:jvNOhpzqrynrgv3yiSvmZqFtvfnIlEO7/cE8iQaD9N6R1u9AqaHfWHlyjq2xCxec@kasuga-iwi.mahoroba.org [IPv6:3ffe:501:185b:8010:212:f0ff:fe52:6ac]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id k1QIVrCs070460 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Feb 2006 03:31:59 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Mon, 27 Feb 2006 03:31:52 +0900 Message-ID: From: Hajimu UMEMOTO To: Colin Percival In-Reply-To: <200602250455.k1P4tdP2067713@repoman.freebsd.org> References: <200602250455.k1P4tdP2067713@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd6.1) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.1-PRERELEASE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.1.3 (ameno.mahoroba.org [IPv6:3ffe:501:185b:8010::1]); Mon, 27 Feb 2006 03:32:00 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 18:32:06 -0000 Hi, >>>>> On Sat, 25 Feb 2006 04:55:39 +0000 (UTC) >>>>> Colin Percival said: cperciva> cperciva 2006-02-25 04:55:39 UTC cperciva> FreeBSD src repository cperciva> Modified files: cperciva> sys/i386/cpufreq est.c cperciva> Log: cperciva> Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733J cperciva> processors. cperciva> Obtained from: Intel Datasheet 302189-008 I tried to apply the diff to latest RELENG_6. Then, it seems voltage is not handled correctly on my laptop. My CPU is 753. ume@kasuga:1010% sysctl dev.est dev.est.0.%desc: Enhanced SpeedStep Frequency Control dev.est.0.%driver: est dev.est.0.%parent: cpu0 dev.est.0.freq_settings: 1200/-1 1100/-1 1000/-1 900/-1 800/-1 600/-1 ume@kasuga:1012% sysctl dev.cpu dev.cpu.0.%desc: ACPI CPU dev.cpu.0.%driver: cpu dev.cpu.0.%location: handle=\_PR_.CPU0 dev.cpu.0.%pnpinfo: _HID=none _UID=0 dev.cpu.0.%parent: acpi0 dev.cpu.0.freq: 700 dev.cpu.0.freq_levels: 1200/-1 1100/-1 1000/-1 900/-1 800/-1 700/-1 600/-1 525/-1 450/-1 375/-1 300/-1 225/-1 150/-1 75/-1 The following is the sysctl output before applying the diff. ume@kasuga:1004% sysctl dev.est dev.est.0.%desc: Enhanced SpeedStep Frequency Control dev.est.0.%driver: est dev.est.0.%parent: cpu0 dev.est.0.freq_settings: 1200/5000 1100/4700 1000/4300 900/4000 800/3700 600/3000 ume@kasuga:1005% sysctl dev.cpu dev.cpu.0.%desc: ACPI CPU dev.cpu.0.%driver: cpu dev.cpu.0.%location: handle=\_PR_.CPU0 dev.cpu.0.%pnpinfo: _HID=none _UID=0 dev.cpu.0.%parent: acpi0 dev.cpu.0.freq: 225 dev.cpu.0.freq_levels: 1200/5000 1100/4700 1000/4300 900/4000 800/3700 700/3237 600/3000 525/2625 450/2250 375/1875 300/1500 225/1125 150/750 75/375 CPU: Intel(R) Pentium(R) M processor 1.20GHz (1197.01-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6d8 Stepping = 8 Features=0xafe9fbff Features2=0x180 AMD Features=0x100000 Any idea? Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Sun Feb 26 21:48:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F8816A420; Sun, 26 Feb 2006 21:48:52 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FD943D45; Sun, 26 Feb 2006 21:48:51 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QLmp22041220; Sun, 26 Feb 2006 21:48:51 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QLmpVk041219; Sun, 26 Feb 2006 21:48:51 GMT (envelope-from bmah) Message-Id: <200602262148.k1QLmpVk041219@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 26 Feb 2006 21:48:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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.5 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, 26 Feb 2006 21:48:52 -0000 bmah 2006-02-26 21:48:51 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Remove OpenSSH and sendmail update notes; these updates were already present in 6.0-RELEASE and shouldn't be noted here. Revision Changes Path 1.903 +0 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Feb 26 22:20:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C3D616A420; Sun, 26 Feb 2006 22:20:46 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 275B543D45; Sun, 26 Feb 2006 22:20:46 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QMKk9j042471; Sun, 26 Feb 2006 22:20:46 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QMKkcw042470; Sun, 26 Feb 2006 22:20:46 GMT (envelope-from iedowse) Message-Id: <200602262220.k1QMKkcw042470@repoman.freebsd.org> From: Ian Dowse Date: Sun, 26 Feb 2006 22:20:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_quirks.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 22:20:46 -0000 iedowse 2006-02-26 22:20:45 UTC FreeBSD src repository Modified files: sys/dev/usb usb_quirks.c Log: The UQ_OPEN_CLEARSTALL entry added in revision 1.48 is no longer required now that we save the data toggle when closing a pipe. Verified by: Fredrik Lindberg Revision Changes Path 1.49 +0 -2 src/sys/dev/usb/usb_quirks.c From owner-cvs-src@FreeBSD.ORG Sun Feb 26 22:38:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA75216A420; Sun, 26 Feb 2006 22:38:39 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9315843D46; Sun, 26 Feb 2006 22:38:39 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QMcd3u043090; Sun, 26 Feb 2006 22:38:39 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QMcdtv043089; Sun, 26 Feb 2006 22:38:39 GMT (envelope-from iedowse) Message-Id: <200602262238.k1QMcdtv043089@repoman.freebsd.org> From: Ian Dowse Date: Sun, 26 Feb 2006 22:38:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/cam cam_periph.c cam_xpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 22:38:40 -0000 iedowse 2006-02-26 22:38:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/cam cam_periph.c cam_xpt.c Log: MFC: when deregistering a bus, attempt to flush out all outstanding operations before returning, and point the bus at a dummy cam_sim structure. This avoids crashes in camisr() when umass devices are unplugged during probing. It may however be better to simply sleep in xpt_bus_deregister() until all operations have completed, but it is still useful to have this MFC'd in the meantime. Approved by: re (scottl) Revision Changes Path 1.60.2.1 +2 -0 src/sys/cam/cam_periph.c 1.155.2.2 +111 -8 src/sys/cam/cam_xpt.c From owner-cvs-src@FreeBSD.ORG Sun Feb 26 22:40:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB61616A422; Sun, 26 Feb 2006 22:40:56 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66D2543D49; Sun, 26 Feb 2006 22:40:56 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QMeuxJ043253; Sun, 26 Feb 2006 22:40:56 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QMeuEJ043252; Sun, 26 Feb 2006 22:40:56 GMT (envelope-from mjacob) Message-Id: <200602262240.k1QMeuEJ043252@repoman.freebsd.org> From: Matt Jacob Date: Sun, 26 Feb 2006 22:40:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 22:40:57 -0000 mjacob 2006-02-26 22:40:56 UTC FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.c Log: propagate role of device for ISP_GET_PDBINFO Revision Changes Path 1.111 +1 -0 src/sys/dev/isp/isp_freebsd.c From owner-cvs-src@FreeBSD.ORG Sun Feb 26 22:50:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAAB816A422; Sun, 26 Feb 2006 22:50:14 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49DA743D55; Sun, 26 Feb 2006 22:50:14 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QMoEE6043764; Sun, 26 Feb 2006 22:50:14 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QMoE6x043763; Sun, 26 Feb 2006 22:50:14 GMT (envelope-from mjacob) Message-Id: <200602262250.k1QMoE6x043763@repoman.freebsd.org> From: Matt Jacob Date: Sun, 26 Feb 2006 22:50:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt_cam.c mpt_debug.c src/sys/dev/mpt/mpilib mpi_type.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 22:50:15 -0000 mjacob 2006-02-26 22:50:14 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c mpt_debug.c sys/dev/mpt/mpilib mpi_type.h Log: Remove the ill-considered effect of using the type definitions as distributed by LSI-Logic. For FreeBSD, just use the posix defines instead of trying to figure out how wide an int is. Apologies to all. Revision Changes Path 1.10 +7 -0 src/sys/dev/mpt/mpilib/mpi_type.h 1.8 +4 -4 src/sys/dev/mpt/mpt_cam.c 1.12 +44 -34 src/sys/dev/mpt/mpt_debug.c From owner-cvs-src@FreeBSD.ORG Sun Feb 26 22:59:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1BA716A420; Sun, 26 Feb 2006 22:59:40 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 716D643D69; Sun, 26 Feb 2006 22:59:40 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QMxehj044185; Sun, 26 Feb 2006 22:59:40 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QMxeqo044184; Sun, 26 Feb 2006 22:59:40 GMT (envelope-from wkoszek) Message-Id: <200602262259.k1QMxeqo044184@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sun, 26 Feb 2006 22:59:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/portsnap/portsnap portsnap.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 22:59:41 -0000 wkoszek 2006-02-26 22:59:40 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.8 Log: Reference sha256(1) instead of sha256(8), which doesn't exist. Approved by: cognet (mentor) MFC after: 3 days Revision Changes Path 1.7 +1 -1 src/usr.sbin/portsnap/portsnap/portsnap.8 From owner-cvs-src@FreeBSD.ORG Sun Feb 26 23:01:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4FF16A420; Sun, 26 Feb 2006 23:01:11 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4974E43D48; Sun, 26 Feb 2006 23:01:11 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QN1BeC044332; Sun, 26 Feb 2006 23:01:11 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QN1BFO044331; Sun, 26 Feb 2006 23:01:11 GMT (envelope-from wkoszek) Message-Id: <200602262301.k1QN1BFO044331@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sun, 26 Feb 2006 23:01:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib a64l.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 23:01:11 -0000 wkoszek 2006-02-26 23:01:11 UTC FreeBSD src repository Modified files: lib/libc/stdlib a64l.3 Log: Fix typo in manual page reference. Approved by: cognet (mentor) MFC after: 3 days Revision Changes Path 1.2 +1 -1 src/lib/libc/stdlib/a64l.3 From owner-cvs-src@FreeBSD.ORG Sun Feb 26 23:59:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D4C16A420; Sun, 26 Feb 2006 23:59:02 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FBC743D69; Sun, 26 Feb 2006 23:59:01 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1QNx1bh046317; Sun, 26 Feb 2006 23:59:01 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1QNx1tj046314; Sun, 26 Feb 2006 23:59:01 GMT (envelope-from davidxu) Message-Id: <200602262359.k1QNx1tj046314@repoman.freebsd.org> From: David Xu Date: Sun, 26 Feb 2006 23:59:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_thr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 26 Feb 2006 23:59:03 -0000 davidxu 2006-02-26 23:59:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_thr.c Log: MFC revision 1.42. Approved by: re (scottl) Revision Changes Path 1.34.2.3 +1 -0 src/sys/kern/kern_thr.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 00:01:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9853316A420; Mon, 27 Feb 2006 00:01:16 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53BD543D48; Mon, 27 Feb 2006 00:01:16 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R01GmO046481; Mon, 27 Feb 2006 00:01:16 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R01FHQ046480; Mon, 27 Feb 2006 00:01:15 GMT (envelope-from davidxu) Message-Id: <200602270001.k1R01FHQ046480@repoman.freebsd.org> From: David Xu Date: Mon, 27 Feb 2006 00:01:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 00:01:16 -0000 davidxu 2006-02-27 00:01:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_aio.c Log: MFC revision 1.219. Approved by: re (scottl) Revision Changes Path 1.195.2.3 +3 -0 src/sys/kern/vfs_aio.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 00:15:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 987B316A420; Mon, 27 Feb 2006 00:15:54 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 541C643D45; Mon, 27 Feb 2006 00:15:54 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R0FsN4047288; Mon, 27 Feb 2006 00:15:54 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R0FsRg047287; Mon, 27 Feb 2006 00:15:54 GMT (envelope-from kris) Message-Id: <200602270015.k1R0FsRg047287@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 27 Feb 2006 00:15:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dumpon dumpon.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 00:15:54 -0000 kris 2006-02-27 00:15:53 UTC FreeBSD src repository Modified files: sbin/dumpon dumpon.8 Log: It has not been possible to specify a dumpdev in loader.conf since 2002, so don't raise false hopes here. Revision Changes Path 1.35 +0 -10 src/sbin/dumpon/dumpon.8 From owner-cvs-src@FreeBSD.ORG Mon Feb 27 00:19:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E2F216A420; Mon, 27 Feb 2006 00:19:41 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12E9A43D46; Mon, 27 Feb 2006 00:19:41 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R0Je6a047432; Mon, 27 Feb 2006 00:19:40 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R0JesT047431; Mon, 27 Feb 2006 00:19:40 GMT (envelope-from davidxu) Message-Id: <200602270019.k1R0JesT047431@repoman.freebsd.org> From: David Xu Date: Mon, 27 Feb 2006 00:19:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/sys proc.h sleepqueue.h src/sys/kern kern_condvar.c kern_kse.c kern_sig.c kern_synch.c kern_thread.c subr_sleepqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 00:19:41 -0000 davidxu 2006-02-27 00:19:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/sys proc.h sleepqueue.h sys/kern kern_condvar.c kern_kse.c kern_sig.c kern_synch.c kern_thread.c subr_sleepqueue.c Log: MFC following revisions to fix sleep queue and thread suspension race: sys/proc.h revision 1.453 sys/sleepqueue.h revision 1.7 kern/subr_sleepqueue revision 1.24 - 1.26 kern/kern_sig.c revision 1.321, 1.323, 1.324 kern/kern_synch.c revision 1.276, 1.278 kern/kern_condvar.c revision 1.54, 1.55 kern/kern_kse.c revision 1.325 kern/kern_thread.c revision 1.228, 1.229 Approved by: re (scottl) Revision Changes Path 1.52.2.1 +2 -33 src/sys/kern/kern_condvar.c 1.214.2.5 +1 -1 src/sys/kern/kern_kse.c 1.306.2.2 +39 -35 src/sys/kern/kern_sig.c 1.270.2.2 +6 -26 src/sys/kern/kern_synch.c 1.216.2.2 +9 -4 src/sys/kern/kern_thread.c 1.18.2.2 +82 -77 src/sys/kern/subr_sleepqueue.c 1.432.2.3 +1 -1 src/sys/sys/proc.h 1.6.2.1 +2 -4 src/sys/sys/sleepqueue.h From owner-cvs-src@FreeBSD.ORG Mon Feb 27 00:22:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A19CC16A420; Mon, 27 Feb 2006 00:22:09 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9D2F43D67; Mon, 27 Feb 2006 00:22:04 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R0M4aA047611; Mon, 27 Feb 2006 00:22:04 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R0M45j047610; Mon, 27 Feb 2006 00:22:04 GMT (envelope-from davidxu) Message-Id: <200602270022.k1R0M45j047610@repoman.freebsd.org> From: David Xu Date: Mon, 27 Feb 2006 00:22:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 00:22:09 -0000 davidxu 2006-02-27 00:22:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_sig.c Log: MFC revision 1.325. Approved by: re (scottl) Revision Changes Path 1.306.2.3 +44 -34 src/sys/kern/kern_sig.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 00:31:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7D5816A420; Mon, 27 Feb 2006 00:31:49 +0000 (GMT) (envelope-from nate@root.org) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A5DF43D45; Mon, 27 Feb 2006 00:31:49 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm29.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k1R0VPbi020926; Sun, 26 Feb 2006 19:31:25 -0500 X-ORBL: [71.139.114.10] Received: from [10.0.0.240] (ppp-71-139-114-10.dsl.snfc21.pacbell.net [71.139.114.10]) by pimout7-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k1R0VlJp083726; Sun, 26 Feb 2006 19:31:47 -0500 Message-ID: <44024869.5080300@root.org> Date: Sun, 26 Feb 2006 16:31:37 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Hajimu UMEMOTO References: <200602250455.k1P4tdP2067713@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Colin Percival Subject: Re: cvs commit: src/sys/i386/cpufreq est.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 00:31:50 -0000 Hajimu UMEMOTO wrote: > Hi, > >>>>>> On Sat, 25 Feb 2006 04:55:39 +0000 (UTC) >>>>>> Colin Percival said: > > cperciva> cperciva 2006-02-25 04:55:39 UTC > > cperciva> FreeBSD src repository > cperciva> Modified files: > cperciva> sys/i386/cpufreq est.c > cperciva> Log: > cperciva> Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733J > cperciva> processors. > cperciva> Obtained from: Intel Datasheet 302189-008 > > I tried to apply the diff to latest RELENG_6. Then, it seems voltage > is not handled correctly on my laptop. My CPU is 753. > > ume@kasuga:1010% sysctl dev.est > dev.est.0.%desc: Enhanced SpeedStep Frequency Control > dev.est.0.freq_settings: 1200/-1 1100/-1 1000/-1 900/-1 800/-1 600/-1 > > The following is the sysctl output before applying the diff. > > ume@kasuga:1004% sysctl dev.est > dev.est.0.%desc: Enhanced SpeedStep Frequency Control > dev.est.0.%driver: est > dev.est.0.%parent: cpu0 > dev.est.0.freq_settings: 1200/5000 1100/4700 1000/4300 900/4000 800/3700 600/3000 What happens is that acpi_perf attaches as "info only" if it doesn't have a method to control the frequency. For example, the control/status methods might list a hardware-specific control mechanism. Something about how the new est is attaching is causing acpi_perf to not attach in info-only mode. -- Nate From owner-cvs-src@FreeBSD.ORG Mon Feb 27 00:38:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC4A616A428; Mon, 27 Feb 2006 00:38:28 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AEB543D5D; Mon, 27 Feb 2006 00:38:03 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R0c3qG048173; Mon, 27 Feb 2006 00:38:03 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R0c3uN048172; Mon, 27 Feb 2006 00:38:03 GMT (envelope-from markus) Message-Id: <200602270038.k1R0c3uN048172@repoman.freebsd.org> From: Markus Brueffer Date: Mon, 27 Feb 2006 00:38:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/hccontrol hccontrol.h info.c link_control.c util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 00:38:29 -0000 markus 2006-02-27 00:38:02 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) usr.sbin/bluetooth/hccontrol hccontrol.h info.c link_control.c util.c Log: MFC recent updates to hccontrol: - Use official version strings for LMP and HCI version reporting and add version strings up to Bluetooth 2.0 - Update manufacturer list Revisions: hccontrol.h rev. 1.5 info.c rev. 1.4 link_control.c rev. 1.10 util.c rev. 1.6 Approved by: re (scottl), emax Revision Changes Path 1.4.8.1 +1 -0 src/usr.sbin/bluetooth/hccontrol/hccontrol.h 1.3.10.1 +2 -1 src/usr.sbin/bluetooth/hccontrol/info.c 1.9.2.1 +2 -1 src/usr.sbin/bluetooth/hccontrol/link_control.c 1.5.8.1 +37 -5 src/usr.sbin/bluetooth/hccontrol/util.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 00:38:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D6716A442; Mon, 27 Feb 2006 00:38:29 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 388D343D8B; Mon, 27 Feb 2006 00:38:19 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R0cJCf048216; Mon, 27 Feb 2006 00:38:19 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R0cJCi048215; Mon, 27 Feb 2006 00:38:19 GMT (envelope-from markus) Message-Id: <200602270038.k1R0cJCi048215@repoman.freebsd.org> From: Markus Brueffer Date: Mon, 27 Feb 2006 00:38:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/hccontrol hccontrol.h info.c link_control.c util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 00:38:29 -0000 markus 2006-02-27 00:38:19 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_5) usr.sbin/bluetooth/hccontrol hccontrol.h info.c link_control.c util.c Log: MFC recent updates to hccontrol: - Use official version strings for LMP and HCI version reporting and add version strings up to Bluetooth 2.0 - Update manufacturer list Revisions: hccontrol.h rev. 1.5 info.c rev. 1.4 link_control.c rev. 1.10 util.c rev. 1.6 Approved by: re (scottl), emax Revision Changes Path 1.4.2.1 +1 -0 src/usr.sbin/bluetooth/hccontrol/hccontrol.h 1.3.4.1 +2 -1 src/usr.sbin/bluetooth/hccontrol/info.c 1.8.2.2 +2 -1 src/usr.sbin/bluetooth/hccontrol/link_control.c 1.5.2.1 +37 -5 src/usr.sbin/bluetooth/hccontrol/util.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 01:01:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE54E16A422; Mon, 27 Feb 2006 01:01:28 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4973D43D45; Mon, 27 Feb 2006 01:01:28 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R11SRT056577; Mon, 27 Feb 2006 01:01:28 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R11S70056576; Mon, 27 Feb 2006 01:01:28 GMT (envelope-from iedowse) Message-Id: <200602270101.k1R11S70056576@repoman.freebsd.org> From: Ian Dowse Date: Mon, 27 Feb 2006 01:01:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb uplcom.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 01:01:29 -0000 iedowse 2006-02-27 01:01:28 UTC FreeBSD src repository Modified files: sys/dev/usb uplcom.c usbdevs Log: Add the Tripp-Lite U209-000-R serial adapter. PR: usb/78543, usb/93347 MFC after: 1 week Revision Changes Path 1.32 +2 -0 src/sys/dev/usb/uplcom.c 1.255 +3 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Mon Feb 27 01:11:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B29916A420; Mon, 27 Feb 2006 01:11:44 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA00943D45; Mon, 27 Feb 2006 01:11:43 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R1BhtU057381; Mon, 27 Feb 2006 01:11:43 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R1Bh4a057380; Mon, 27 Feb 2006 01:11:43 GMT (envelope-from cognet) Message-Id: <200602270111.k1R1Bh4a057380@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 27 Feb 2006 01:11:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/arm/arm busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 01:11:44 -0000 cognet 2006-02-27 01:11:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/arm/arm busdma_machdep.c Log: Partially MFC rev 1.23/1.24: revision 1.23 date: 2005/10/03 14:07:57; author: cognet; state: Exp; lines: +47 -4 Don't try to dereference map if it's NULL. Approved by: re (mux) Revision Changes Path 1.22.2.1 +2 -1 src/sys/arm/arm/busdma_machdep.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 01:12:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C126516A420; Mon, 27 Feb 2006 01:12:17 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1555743D53; Mon, 27 Feb 2006 01:12:17 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R1CGFN057424; Mon, 27 Feb 2006 01:12:16 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R1CGPU057423; Mon, 27 Feb 2006 01:12:16 GMT (envelope-from cognet) Message-Id: <200602270112.k1R1CGPU057423@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 27 Feb 2006 01:12:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/arm/xscale/i80321 i80321_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 01:12:17 -0000 cognet 2006-02-27 01:12:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/arm/xscale/i80321 i80321_pci.c Log: MFC rev 1.6: revision 1.6 date: 2006/01/23 14:03:14; author: cognet; state: Exp; lines: +5 -3 Donc recompute the io port address if it's already the good one. Approved by: re (mux) Revision Changes Path 1.4.2.1 +4 -2 src/sys/arm/xscale/i80321/i80321_pci.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 01:16:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F301216A420; Mon, 27 Feb 2006 01:15:59 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA88B43D49; Mon, 27 Feb 2006 01:15:59 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R1FxlG057669; Mon, 27 Feb 2006 01:15:59 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R1FxNg057668; Mon, 27 Feb 2006 01:15:59 GMT (envelope-from bmah) Message-Id: <200602270115.k1R1FxNg057668@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 27 Feb 2006 01:15:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: 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.5 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, 27 Feb 2006 01:16:00 -0000 bmah 2006-02-27 01:15:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: GNOME 2.12.3, KDE 3.5.1, Perl 5.8.8, X.org 6.9.0. Approved by: re (scottl) Revision Changes Path 1.883.2.12 +19 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Feb 27 01:18:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A11716A420; Mon, 27 Feb 2006 01:18:33 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E4C143D58; Mon, 27 Feb 2006 01:18:30 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R1ITB0057781; Mon, 27 Feb 2006 01:18:29 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R1ITqh057780; Mon, 27 Feb 2006 01:18:29 GMT (envelope-from bmah) Message-Id: <200602270118.k1R1ITqh057780@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 27 Feb 2006 01:18:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: 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.5 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, 27 Feb 2006 01:18:33 -0000 bmah 2006-02-27 01:18:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: GNOME 2.12.3, KDE 3.5.1, Perl 5.8.8, X.org 6.9.0. Other new release note: SA-06:08. Approved by: re (scottl) Revision Changes Path 1.761.2.53 +26 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Feb 27 06:11:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC70916A420; Mon, 27 Feb 2006 06:11:59 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9451A43D48; Mon, 27 Feb 2006 06:11:59 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R6BxQ7078965; Mon, 27 Feb 2006 06:11:59 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R6BxNc078964; Mon, 27 Feb 2006 06:11:59 GMT (envelope-from delphij) Message-Id: <200602270611.k1R6BxNc078964@repoman.freebsd.org> From: Xin LI Date: Mon, 27 Feb 2006 06:11:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/mklocale zh_CN.eucCN.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 06:12:00 -0000 delphij 2006-02-27 06:11:59 UTC FreeBSD src repository Modified files: share/mklocale zh_CN.eucCN.src Log: Add SWIDTH information for zh_CN.eucCN. Submitted by: ume Obtained from: NetBSD MFC Candidate. Revision Changes Path 1.5 +88 -0 src/share/mklocale/zh_CN.eucCN.src From owner-cvs-src@FreeBSD.ORG Mon Feb 27 06:17:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E0EF16A420; Mon, 27 Feb 2006 06:17:49 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C8C43D45; Mon, 27 Feb 2006 06:17:49 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R6Hnxk079241; Mon, 27 Feb 2006 06:17:49 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R6HnBJ079240; Mon, 27 Feb 2006 06:17:49 GMT (envelope-from emax) Message-Id: <200602270617.k1R6HnBJ079240@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 27 Feb 2006 06:17:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/vkbd vkbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 06:17:49 -0000 emax 2006-02-27 06:17:49 UTC FreeBSD src repository Modified files: sys/dev/vkbd vkbd.c Log: Disable custom locking in the vkbd(4) for now and make it rely on the Giant mutex (just like the rest of keyboard drivers and syscons(4) do). Tested by: markus MFC after: 1 day Revision Changes Path 1.10 +20 -2 src/sys/dev/vkbd/vkbd.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 06:24:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B57116A420; Mon, 27 Feb 2006 06:24:27 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19ABB43D45; Mon, 27 Feb 2006 06:24:27 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R6OQ3o079541; Mon, 27 Feb 2006 06:24:26 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R6OQTq079540; Mon, 27 Feb 2006 06:24:26 GMT (envelope-from emax) Message-Id: <200602270624.k1R6OQTq079540@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 27 Feb 2006 06:24:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 06:24:27 -0000 emax 2006-02-27 06:24:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/kbdmux kbdmux.c Log: MFC recent changes to kbdmux(4) Fix hard lockup caused by kbdmux(4) when kbdmux(4), PS/2 keyboard (atkbd(4)) and PS/2 mouse (psm(4)) are used together. Turns out that atkbd(4) check_char() method may return "true" while read_char() method returns NOKEY. When this happens kbdmux(4) was simply stuck in the dead loop. Avoid dead loop in kbdmux(4) by breaking out of the loop if read_char() method returns NOKEY. It almost seems like a bug in atkkbd(4), atkbd_check_char() calls kbdc_data_ready(), and, the later will return "true" if there are pending data in either kbd or aux queue. However, because both aux and kbd are on the same controller, I'm not sure if this is a bug or feature. While I'm here fix a couple of whitespaces. Tested by: markus Approved by: re (scottl) Revision Changes Path 1.2.2.3 +13 -4 src/sys/dev/kbdmux/kbdmux.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 07:22:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A221016A420; Mon, 27 Feb 2006 07:22:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C04043D45; Mon, 27 Feb 2006 07:22:33 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R7MWed082469; Mon, 27 Feb 2006 07:22:33 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R7MWSF082468; Mon, 27 Feb 2006 07:22:32 GMT (envelope-from glebius) Message-Id: <200602270722.k1R7MWSF082468@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 27 Feb 2006 07:22:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 07:22:33 -0000 glebius 2006-02-27 07:22:32 UTC FreeBSD src repository Modified files: sys/kern kern_mbuf.c Log: One more grammar nit. Submitted by: ru Revision Changes Path 1.22 +1 -1 src/sys/kern/kern_mbuf.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 09:17:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 315F116A420; Mon, 27 Feb 2006 09:17:41 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D15F943D48; Mon, 27 Feb 2006 09:17:40 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1R9HeTD093634; Mon, 27 Feb 2006 09:17:40 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1R9HeJE093633; Mon, 27 Feb 2006 09:17:40 GMT (envelope-from ru) Message-Id: <200602270917.k1R9HeJE093633@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Feb 2006 09:17:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 09:17:41 -0000 ru 2006-02-27 09:17:39 UTC FreeBSD src repository Modified files: . Makefile.inc1 Log: Detect that the "audit" group is missing earlier during install. Revision Changes Path 1.536 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Mon Feb 27 11:22:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2326316A420; Mon, 27 Feb 2006 11:22:23 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD75C43D49; Mon, 27 Feb 2006 11:22:22 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RBMMnU097965; Mon, 27 Feb 2006 11:22:22 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RBMLsm097964; Mon, 27 Feb 2006 11:22:22 GMT (envelope-from darrenr) Message-Id: <200602271122.k1RBMLsm097964@repoman.freebsd.org> From: Darren Reed Date: Mon, 27 Feb 2006 11:22:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/ipfilter Makefile src/contrib/ipfilter/man Makefile mkfilters.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 11:22:23 -0000 darrenr 2006-02-27 11:22:20 UTC FreeBSD src repository Modified files: share/examples/ipfilter Makefile contrib/ipfilter/man Makefile mkfilters.1 Log: Add a man page for mkfilters(1) and put the corrected perl script in the ipfilter usr/share directory PR: docs/26879 Revision Changes Path 1.2 +16 -6 src/contrib/ipfilter/man/Makefile 1.3 +2 -0 src/contrib/ipfilter/man/mkfilters.1 1.6 +5 -1 src/share/examples/ipfilter/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 27 12:04:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A58416A420; Mon, 27 Feb 2006 12:04:14 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC0DC43D48; Mon, 27 Feb 2006 12:04:13 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RC4DnF099628; Mon, 27 Feb 2006 12:04:13 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RC4DJ5099627; Mon, 27 Feb 2006 12:04:13 GMT (envelope-from yar) Message-Id: <200602271204.k1RC4DJ5099627@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Feb 2006 12:04:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/coda coda.h src/sys/modules/coda5 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 12:04:14 -0000 yar 2006-02-27 12:04:13 UTC FreeBSD src repository Modified files: sys/coda coda.h sys/modules/coda5 Makefile Log: CODA_COMPAT_5 may not be defined unconditionally in the coda5 module. Otherwise a kernel build would break in the coda5 module if the main kernel conf file enabled CODA_COMPAT_5, too. Redefined symbols are strictly disallowed by -Werror. To overcome this issue, introduce a different symbol indicating coda5 build, CODA5_MODULE, and translate it to CODA_COMPAT_5 appropriately in /sys/coda/coda.h. MFC after: 3 days Revision Changes Path 1.14 +6 -1 src/sys/coda/coda.h 1.7 +1 -1 src/sys/modules/coda5/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 27 13:21:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F6816A420; Mon, 27 Feb 2006 13:21:39 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB69C43D46; Mon, 27 Feb 2006 13:21:38 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RDLcBT011357; Mon, 27 Feb 2006 13:21:38 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RDLch5011356; Mon, 27 Feb 2006 13:21:38 GMT (envelope-from marck) Message-Id: <200602271321.k1RDLch5011356@repoman.freebsd.org> From: Dmitry Morozovsky Date: Mon, 27 Feb 2006 13:21:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml src/release/doc/ja_JP.eucJP/relnotes/common new.sgml src/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml src/release/doc/zh_CN.GB2312/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 13:21:39 -0000 marck 2006-02-27 13:21:37 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) release/doc/de_DE.ISO8859-1/relnotes/common new.sgml release/doc/ja_JP.eucJP/relnotes/common new.sgml release/doc/ru_RU.KOI8-R/relnotes/common new.sgml release/doc/zh_CN.GB2312/relnotes/common new.sgml Log: MFC: Remove &release.prev.historic;. This should fix www build. Approved by: re (hrs) Revision Changes Path 1.31.12.1 +2 -2 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml 1.97.8.1 +2 -2 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml 1.21.2.1 +1 -1 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml 1.5.2.4 +1 -1 src/release/doc/zh_CN.GB2312/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Feb 27 13:30:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4102216A420; Mon, 27 Feb 2006 13:30:43 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F3D743D45; Mon, 27 Feb 2006 13:30:43 +0000 (GMT) (envelope-from marck@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RDUg2C011896; Mon, 27 Feb 2006 13:30:42 GMT (envelope-from marck@repoman.freebsd.org) Received: (from marck@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RDUgTT011895; Mon, 27 Feb 2006 13:30:42 GMT (envelope-from marck) Message-Id: <200602271330.k1RDUgTT011895@repoman.freebsd.org> From: Dmitry Morozovsky Date: Mon, 27 Feb 2006 13:30:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml src/release/doc/ja_JP.eucJP/relnotes/common new.sgml src/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 13:30:43 -0000 marck 2006-02-27 13:30:42 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/de_DE.ISO8859-1/relnotes/common new.sgml release/doc/ja_JP.eucJP/relnotes/common new.sgml release/doc/ru_RU.KOI8-R/relnotes/common new.sgml Log: MFC: Remove &release.prev.historic;. This should fix www build. Approved by: re (hrs) Revision Changes Path 1.31.6.1 +2 -2 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml 1.97.2.1 +2 -2 src/release/doc/ja_JP.eucJP/relnotes/common/new.sgml 1.6.2.13 +1 -1 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Mon Feb 27 14:25:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB3F16A420; Mon, 27 Feb 2006 14:25:33 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD03943D49; Mon, 27 Feb 2006 14:25:32 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1REPWRI013932; Mon, 27 Feb 2006 14:25:32 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1REPW9P013931; Mon, 27 Feb 2006 14:25:32 GMT (envelope-from jkoshy) Message-Id: <200602271425.k1REPW9P013931@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 27 Feb 2006 14:25:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pmccontrol pmccontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 14:25:33 -0000 jkoshy 2006-02-27 14:25:32 UTC FreeBSD src repository Modified files: usr.sbin/pmccontrol pmccontrol.c Log: Fix pmccontrol(8) on Intel Xeon's running in 64 bit mode. PR: kern/93773 Revision Changes Path 1.6 +1 -1 src/usr.sbin/pmccontrol/pmccontrol.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 16:16:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44FC416A420; Mon, 27 Feb 2006 16:16:19 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF46F43D49; Mon, 27 Feb 2006 16:16:18 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RGGIxZ018565; Mon, 27 Feb 2006 16:16:18 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RGGITa018564; Mon, 27 Feb 2006 16:16:18 GMT (envelope-from harti) Message-Id: <200602271616.k1RGGITa018564@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 27 Feb 2006 16:16:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: BEGEMOT Cc: Subject: cvs commit: src/contrib/bsnmp - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 16:16:19 -0000 harti 2006-02-27 16:16:18 UTC FreeBSD src repository src/contrib/bsnmp - Imported sources Update of /home/ncvs/src/contrib/bsnmp In directory repoman.freebsd.org:/tmp/cvs-serv18547 Log Message: Virgin import of bsnmpd 1.12 Status: Vendor Tag: BEGEMOT Release Tags: BSNMP_1_12 U src/contrib/bsnmp/oid-list U src/contrib/bsnmp/VERSION U src/contrib/bsnmp/TODO U src/contrib/bsnmp/README U src/contrib/bsnmp/NEWS U src/contrib/bsnmp/snmp_mibII/mibII.c U src/contrib/bsnmp/snmp_mibII/mibII.h U src/contrib/bsnmp/snmp_mibII/mibII_ifmib.c U src/contrib/bsnmp/snmp_mibII/mibII_ifstack.c U src/contrib/bsnmp/snmp_mibII/mibII_interfaces.c U src/contrib/bsnmp/snmp_mibII/mibII_ip.c U src/contrib/bsnmp/snmp_mibII/mibII_ipaddr.c U src/contrib/bsnmp/snmp_mibII/mibII_nettomedia.c U src/contrib/bsnmp/snmp_mibII/mibII_rcvaddr.c U src/contrib/bsnmp/snmp_mibII/mibII_route.c U src/contrib/bsnmp/snmp_mibII/mibII_tcp.c U src/contrib/bsnmp/snmp_mibII/mibII_tree.def U src/contrib/bsnmp/snmp_mibII/mibII_udp.c U src/contrib/bsnmp/snmp_mibII/snmp_mibII.3 U src/contrib/bsnmp/snmp_mibII/snmp_mibII.h N src/contrib/bsnmp/snmp_mibII/mibII_begemot.c N src/contrib/bsnmp/snmp_mibII/BEGEMOT-MIB2-MIB.txt N src/contrib/bsnmp/snmp_mibII/BEGEMOT-IP-MIB.txt U src/contrib/bsnmp/snmp_ntp/BEGEMOT-NTP-MIB.txt U src/contrib/bsnmp/snmp_ntp/NTP-PROXY-MIB.txt U src/contrib/bsnmp/snmp_ntp/ntp_tree.def U src/contrib/bsnmp/snmp_ntp/snmp_ntp.c U src/contrib/bsnmp/snmp_ntp/NTP-MIB.txt U src/contrib/bsnmp/lib/asn1.3 U src/contrib/bsnmp/lib/asn1.c U src/contrib/bsnmp/lib/asn1.h U src/contrib/bsnmp/lib/bsnmpagent.3 U src/contrib/bsnmp/lib/bsnmpclient.3 U src/contrib/bsnmp/lib/bsnmplib.3 U src/contrib/bsnmp/lib/snmp.c U src/contrib/bsnmp/lib/snmp.h U src/contrib/bsnmp/lib/snmpagent.c U src/contrib/bsnmp/lib/snmpagent.h U src/contrib/bsnmp/lib/snmpclient.c U src/contrib/bsnmp/lib/snmpclient.h U src/contrib/bsnmp/lib/snmppriv.h U src/contrib/bsnmp/lib/support.c U src/contrib/bsnmp/lib/support.h U src/contrib/bsnmp/gensnmptree/gensnmptree.1 U src/contrib/bsnmp/gensnmptree/gensnmptree.c U src/contrib/bsnmp/gensnmpdef/gensnmpdef.1 U src/contrib/bsnmp/gensnmpdef/gensnmpdef.c U src/contrib/bsnmp/snmpd/BEGEMOT-MIB.txt U src/contrib/bsnmp/snmpd/BEGEMOT-SNMPD.txt U src/contrib/bsnmp/snmpd/FOKUS-MIB.txt U src/contrib/bsnmp/snmpd/action.c U src/contrib/bsnmp/snmpd/bsnmpd.1 U src/contrib/bsnmp/snmpd/config.c U src/contrib/bsnmp/snmpd/export.c U src/contrib/bsnmp/snmpd/main.c U src/contrib/bsnmp/snmpd/snmpd.config U src/contrib/bsnmp/snmpd/snmpd.h U src/contrib/bsnmp/snmpd/snmpd.sh U src/contrib/bsnmp/snmpd/snmpmod.3 U src/contrib/bsnmp/snmpd/snmpmod.h U src/contrib/bsnmp/snmpd/trans_lsock.c U src/contrib/bsnmp/snmpd/trans_lsock.h U src/contrib/bsnmp/snmpd/trans_udp.c U src/contrib/bsnmp/snmpd/trans_udp.h U src/contrib/bsnmp/snmpd/trap.c U src/contrib/bsnmp/snmpd/tree.def No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Mon Feb 27 16:17:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0B7D16A420; Mon, 27 Feb 2006 16:17:25 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A19A543D45; Mon, 27 Feb 2006 16:17:25 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RGHPgd018628; Mon, 27 Feb 2006 16:17:25 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RGHP8g018627; Mon, 27 Feb 2006 16:17:25 GMT (envelope-from harti) Message-Id: <200602271617.k1RGHP8g018627@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 27 Feb 2006 16:17:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 16:17:26 -0000 harti 2006-02-27 16:17:25 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Reconnect bsnmpd to the build. It was temporarily disable because of a mis-import. Thanks for fixing this to markm@. Revision Changes Path 1.346 +1 -0 src/usr.sbin/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 27 16:31:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A7B016A420; Mon, 27 Feb 2006 16:31:02 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F053243D69; Mon, 27 Feb 2006 16:31:01 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RGV13w019160; Mon, 27 Feb 2006 16:31:01 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RGV1hD019159; Mon, 27 Feb 2006 16:31:01 GMT (envelope-from harti) Message-Id: <200602271631.k1RGV1hD019159@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 27 Feb 2006 16:31:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc snmpd.config X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 16:31:02 -0000 harti 2006-02-27 16:31:01 UTC FreeBSD src repository Modified files: etc snmpd.config Log: Document how to change the polling interval for the 64-bit interface counters in case an interface reports the wrong speed via if_mib. Revision Changes Path 1.6 +6 -0 src/etc/snmpd.config From owner-cvs-src@FreeBSD.ORG Mon Feb 27 16:50:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBED316A420; Mon, 27 Feb 2006 16:50:52 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A0743D45; Mon, 27 Feb 2006 16:50:52 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RGoqxm028255; Mon, 27 Feb 2006 16:50:52 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RGoqDO028254; Mon, 27 Feb 2006 16:50:52 GMT (envelope-from wkoszek) Message-Id: <200602271650.k1RGoqDO028254@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Mon, 27 Feb 2006 16:50:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 16:50:53 -0000 wkoszek 2006-02-27 16:50:52 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Connect zlib to the build. Approved by: cognet (mentor) Revision Changes Path 1.480 +2 -1 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 27 16:56:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC71516A420; Mon, 27 Feb 2006 16:56:22 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA7143D45; Mon, 27 Feb 2006 16:56:22 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RGuMpB028552; Mon, 27 Feb 2006 16:56:22 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RGuM8u028551; Mon, 27 Feb 2006 16:56:22 GMT (envelope-from wkoszek) Message-Id: <200602271656.k1RGuM8u028551@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Mon, 27 Feb 2006 16:56:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/crypto Makefile src/sys/modules/if_ppp Makefile src/sys/net ppp_deflate.c src/sys/opencrypto cryptodev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 16:56:22 -0000 wkoszek 2006-02-27 16:56:22 UTC FreeBSD src repository Modified files: sys/modules/crypto Makefile sys/modules/if_ppp Makefile sys/net ppp_deflate.c sys/opencrypto cryptodev.c Log: This patch fixes a problem, which exists if you have IPSEC in your kernel and want to have crypto support loaded as KLD. By moving zlib to separate module and adding MODULE_DEPEND directives, it is possible to use such configuration without complication. Otherwise, since IPSEC is linked with zlib (just like crypto.ko) you'll get following error: interface zlib.1 already present in the KLD 'kernel'! Approved by: cognet (mentor) Revision Changes Path 1.4 +0 -2 src/sys/modules/crypto/Makefile 1.35 +1 -1 src/sys/modules/if_ppp/Makefile 1.22 +2 -0 src/sys/net/ppp_deflate.c 1.28 +1 -0 src/sys/opencrypto/cryptodev.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 17:20:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDED116A420; Mon, 27 Feb 2006 17:20:24 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EF0243D48; Mon, 27 Feb 2006 17:20:24 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RHKOQh029614; Mon, 27 Feb 2006 17:20:24 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RHKO0I029613; Mon, 27 Feb 2006 17:20:24 GMT (envelope-from sam) Message-Id: <200602271720.k1RHKO0I029613@repoman.freebsd.org> From: Sam Leffler Date: Mon, 27 Feb 2006 17:20:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ath if_ath.c if_athvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 17:20:25 -0000 sam 2006-02-27 17:20:23 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athvar.h Log: backout 1.136 until we can resolve report that it causes output to stall Revision Changes Path 1.137 +16 -37 src/sys/dev/ath/if_ath.c 1.47 +2 -5 src/sys/dev/ath/if_athvar.h From owner-cvs-src@FreeBSD.ORG Mon Feb 27 17:24:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F288716A423; Mon, 27 Feb 2006 17:24:17 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD1D43D72; Mon, 27 Feb 2006 17:24:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RHODaG029736; Mon, 27 Feb 2006 17:24:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RHODbm029735; Mon, 27 Feb 2006 17:24:13 GMT (envelope-from glebius) Message-Id: <200602271724.k1RHODbm029735@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 27 Feb 2006 17:24:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet ip_dummynet.c ip_dummynet.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 17:24:18 -0000 glebius 2006-02-27 17:24:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_dummynet.c ip_dummynet.h Log: Merge Ruslan's fix to IP fragment handling in dummynet to RELENG_5. (The struct ip_fw_args is not touched to preserve ABI compatibility). PR: kern/93754 Requested by: Joerg Pernfuss Approved by: re (scottl) Revision Changes Path 1.83.2.4 +1 -4 src/sys/netinet/ip_dummynet.c 1.32.2.3 +0 -1 src/sys/netinet/ip_dummynet.h From owner-cvs-src@FreeBSD.ORG Mon Feb 27 17:36:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF8516A420; Mon, 27 Feb 2006 17:36:01 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABDD943D45; Mon, 27 Feb 2006 17:36:01 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RHa1nQ030501; Mon, 27 Feb 2006 17:36:01 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RHa1nI030500; Mon, 27 Feb 2006 17:36:01 GMT (envelope-from jkoshy) Message-Id: <200602271736.k1RHa1nI030500@repoman.freebsd.org> From: Joseph Koshy Date: Mon, 27 Feb 2006 17:36:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pmccontrol pmccontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 17:36:02 -0000 jkoshy 2006-02-27 17:36:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pmccontrol pmccontrol.c Log: MFC r1.6: Fix pmccontrol(8) on Intel Xeon's running in 64 bit mode. Approved by: re (mux) PR: kern/93773 Revision Changes Path 1.4.2.2 +1 -1 src/usr.sbin/pmccontrol/pmccontrol.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 18:44:04 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D420D16A420; Mon, 27 Feb 2006 18:44:04 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E30F43D58; Mon, 27 Feb 2006 18:43:57 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id k1RIhtMF084396; Mon, 27 Feb 2006 19:43:56 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id k1RIhoCA084395; Mon, 27 Feb 2006 19:43:50 +0100 (CET) (envelope-from marius) Date: Mon, 27 Feb 2006 19:43:50 +0100 From: Marius Strobl To: Maksim Yevmenkin Message-ID: <20060227194350.A57612@newtrinity.zeist.de> References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <4400D478.7060707@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from maksim.yevmenkin@gmail.com on Sat, Feb 25, 2006 at 02:43:11PM -0800 X-AntiVirus-modified: yes X-AntiVirus: checked by AntiVir Milter (version: 1.1.2-1; AVE: 6.33.1.0; VDF: 6.33.1.29; host: newtrinity.zeist.de) Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 18:44:05 -0000 On Sat, Feb 25, 2006 at 02:43:11PM -0800, Maksim Yevmenkin wrote: > Scott, > > [...] > > > So what do we need to do to get this enabled and running by default and > > get rid of the USB keyboard hack in the loader, as well as make the > > keyboard flags sane and predictable? > <...> > > i think this should do it. any comments? > FYI, in order to make kbdmux(4) work on sparc64 the endian bugs in the keyboard IOCTLs of syscons(4) and probably elsewhere need to be fixed. In order to make it work with Sun RS232 keyboards (sparc64 uses AT, Sun RS232 and USB keyboards) kbdmux(4) needs to get rid of the assumption that a slave keyboard driver returns AT keyboard scancodes in K_RAW mode. The latter probably also applies to powerpc once there is support for ADB keyboards. Marius -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details. From owner-cvs-src@FreeBSD.ORG Mon Feb 27 19:13:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 422D616A420; Mon, 27 Feb 2006 19:13:49 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02BC843D46; Mon, 27 Feb 2006 19:13:49 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RJDmZ7034617; Mon, 27 Feb 2006 19:13:48 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RJDm9b034616; Mon, 27 Feb 2006 19:13:48 GMT (envelope-from dwmalone) Message-Id: <200602271913.k1RJDm9b034616@repoman.freebsd.org> From: David Malone Date: Mon, 27 Feb 2006 19:13:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dmesg dmesg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 19:13:49 -0000 dwmalone 2006-02-27 19:13:47 UTC FreeBSD src repository Modified files: sbin/dmesg dmesg.c Log: Avoid moving onto a new line while testing if there is a syslog priority in the buffer. This isn't exactly the patch that Stephen submitted, but is based on one of his suggestions. PR: 93841 Submitted by: Stephen Montgomery-Smith MFC after: 2 weeks Revision Changes Path 1.28 +2 -1 src/sbin/dmesg/dmesg.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 19:36:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E64B16A420; Mon, 27 Feb 2006 19:36:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F38D943D55; Mon, 27 Feb 2006 19:36:22 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RJaMlU035473; Mon, 27 Feb 2006 19:36:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RJaMLa035472; Mon, 27 Feb 2006 19:36:22 GMT (envelope-from imp) Message-Id: <200602271936.k1RJaMLa035472@repoman.freebsd.org> From: Warner Losh Date: Mon, 27 Feb 2006 19:36:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_port.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 19:36:23 -0000 imp 2006-02-27 19:36:22 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Don't forget to free the ifaces when we free the ivars Revision Changes Path 1.76 +3 -1 src/sys/dev/usb/usb_port.h From owner-cvs-src@FreeBSD.ORG Mon Feb 27 19:40:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73ED216A420; Mon, 27 Feb 2006 19:40:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30CAB43D45; Mon, 27 Feb 2006 19:40:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RJecrc035748; Mon, 27 Feb 2006 19:40:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RJeck1035747; Mon, 27 Feb 2006 19:40:38 GMT (envelope-from imp) Message-Id: <200602271940.k1RJeck1035747@repoman.freebsd.org> From: Warner Losh Date: Mon, 27 Feb 2006 19:40:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_port.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 19:40:38 -0000 imp 2006-02-27 19:40:38 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Since we set the decription, we don't need to also print it. Noticed by: ru@ Revision Changes Path 1.77 +0 -2 src/sys/dev/usb/usb_port.h From owner-cvs-src@FreeBSD.ORG Mon Feb 27 19:57:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D9C216A422; Mon, 27 Feb 2006 19:57:08 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B656543D49; Mon, 27 Feb 2006 19:57:07 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RJv7MA036387; Mon, 27 Feb 2006 19:57:07 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RJv7mj036386; Mon, 27 Feb 2006 19:57:07 GMT (envelope-from sam) Message-Id: <200602271957.k1RJv7mj036386@repoman.freebsd.org> From: Sam Leffler Date: Mon, 27 Feb 2006 19:57:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 19:57:08 -0000 sam 2006-02-27 19:57:07 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 Log: explain what list chan displays MFC after: 1 week Revision Changes Path 1.115 +23 -4 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Mon Feb 27 20:01:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC8316A420; Mon, 27 Feb 2006 20:01:31 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DC2A43D46; Mon, 27 Feb 2006 20:01:31 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RK1VR6036618; Mon, 27 Feb 2006 20:01:31 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RK1V6f036617; Mon, 27 Feb 2006 20:01:31 GMT (envelope-from jkim) Message-Id: <200602272001.k1RK1V6f036617@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 27 Feb 2006 20:01:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall disks.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 20:01:32 -0000 jkim 2006-02-27 20:01:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall disks.c Log: MFC: usr.sbin/sysinstall/disks.c 1.156 - Back out 1.155. I mismerged my ancient local patch. Luckily it was completely noop. - Geometry sanitization for non-interactive mode is moved to correct place. Approved by: re (scottl) Revision Changes Path 1.154.2.2 +23 -18 src/usr.sbin/sysinstall/disks.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 20:10:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C23CC16A420; Mon, 27 Feb 2006 20:10:09 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF5A43D45; Mon, 27 Feb 2006 20:10:09 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RKA9Cl037042; Mon, 27 Feb 2006 20:10:09 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RKA978037041; Mon, 27 Feb 2006 20:10:09 GMT (envelope-from jkim) Message-Id: <200602272010.k1RKA978037041@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 27 Feb 2006 20:10:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/gnu/usr.bin/dialog dialog.1 dialog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 20:10:09 -0000 jkim 2006-02-27 20:10:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/dialog dialog.1 dialog.c Log: MFC: src/gnu/usr.bin/dialog/dialog.1 1.8 src/gnu/usr.bin/dialog/dialog.c 1.15 - Add default choice option for --yesno box. - Reduce trivial code duplications. Approved by: re (scottl) Revision Changes Path 1.7.38.1 +4 -1 src/gnu/usr.bin/dialog/dialog.1 1.14.14.1 +60 -92 src/gnu/usr.bin/dialog/dialog.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 20:19:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2547B16A420; Mon, 27 Feb 2006 20:19:08 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D853F43D46; Mon, 27 Feb 2006 20:19:07 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RKJ7MS037465; Mon, 27 Feb 2006 20:19:07 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RKJ749037464; Mon, 27 Feb 2006 20:19:07 GMT (envelope-from jkim) Message-Id: <200602272019.k1RKJ749037464@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 27 Feb 2006 20:19:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/sysinstall disks.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 20:19:08 -0000 jkim 2006-02-27 20:19:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/sysinstall disks.c Log: MFC: usr.sbin/sysinstall/disks.c 1.156 Sanitize BIOS geometry in non-interactive mode. Approved by: re (scottl) Revision Changes Path 1.152.2.2 +12 -0 src/usr.sbin/sysinstall/disks.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 20:26:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 180D516A420; Mon, 27 Feb 2006 20:26:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9600F43D49; Mon, 27 Feb 2006 20:26:10 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RKQAbI037754; Mon, 27 Feb 2006 20:26:10 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RKQATa037753; Mon, 27 Feb 2006 20:26:10 GMT (envelope-from ru) Message-Id: <200602272026.k1RKQATa037753@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Feb 2006 20:26:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/ipfilter Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 20:26:11 -0000 ru 2006-02-27 20:26:10 UTC FreeBSD src repository Modified files: share/examples/ipfilter Makefile Log: Fix a botched commit that broke world. Revision Changes Path 1.7 +5 -2 src/share/examples/ipfilter/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 27 20:26:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FDA416A422; Mon, 27 Feb 2006 20:26:48 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFDFF43D48; Mon, 27 Feb 2006 20:26:47 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RKQlgU037794; Mon, 27 Feb 2006 20:26:47 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RKQl8A037793; Mon, 27 Feb 2006 20:26:47 GMT (envelope-from jkim) Message-Id: <200602272026.k1RKQl8A037793@repoman.freebsd.org> From: Jung-uk Kim Date: Mon, 27 Feb 2006 20:26:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/gnu/usr.bin/dialog dialog.1 dialog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 20:26:48 -0000 jkim 2006-02-27 20:26:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) gnu/usr.bin/dialog dialog.1 dialog.c Log: MFC: src/gnu/usr.bin/dialog/dialog.1 1.8 src/gnu/usr.bin/dialog/dialog.c 1.15 - Add default choice option for --yesno box. - Reduce trivial code duplications. Approved by: re (scottl) Revision Changes Path 1.7.30.1 +4 -1 src/gnu/usr.bin/dialog/dialog.1 1.14.8.1 +60 -92 src/gnu/usr.bin/dialog/dialog.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 20:46:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5675616A420; Mon, 27 Feb 2006 20:46:35 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 121FF43D46; Mon, 27 Feb 2006 20:46:35 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RKkY4c038662; Mon, 27 Feb 2006 20:46:34 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RKkYot038661; Mon, 27 Feb 2006 20:46:34 GMT (envelope-from ru) Message-Id: <200602272046.k1RKkYot038661@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Feb 2006 20:46:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_mibII Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 20:46:35 -0000 ru 2006-02-27 20:46:34 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_mibII Makefile Log: A bandaid to unbreak world. Revision Changes Path 1.8 +1 -0 src/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile From owner-cvs-src@FreeBSD.ORG Mon Feb 27 21:47:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DDE016A420; Mon, 27 Feb 2006 21:47:39 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E9DF43D46; Mon, 27 Feb 2006 21:47:39 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RLlds4049291; Mon, 27 Feb 2006 21:47:39 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RLldee049290; Mon, 27 Feb 2006 21:47:39 GMT (envelope-from emax) Message-Id: <200602272147.k1RLldee049290@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 27 Feb 2006 21:47:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 21:47:39 -0000 emax 2006-02-27 21:47:38 UTC FreeBSD src repository Modified files: sys/dev/kbdmux kbdmux.c Log: Plug memory leak MFC after: 1 day Revision Changes Path 1.6 +4 -0 src/sys/dev/kbdmux/kbdmux.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 21:55:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50E5716A420; Mon, 27 Feb 2006 21:55:48 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 021FE43D45; Mon, 27 Feb 2006 21:55:48 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RLtlkc050746; Mon, 27 Feb 2006 21:55:47 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RLtl0a050742; Mon, 27 Feb 2006 21:55:47 GMT (envelope-from wkoszek) Message-Id: <200602272155.k1RLtl0a050742@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Mon, 27 Feb 2006 21:55:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/kldunload kldunload.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 21:55:48 -0000 wkoszek 2006-02-27 21:55:47 UTC FreeBSD src repository Modified files: sbin/kldunload kldunload.c Log: Big style(9) fix. This commit brings no functional change. Approved by: cognet (mentor) MFC after: 1 week Revision Changes Path 1.16 +59 -56 src/sbin/kldunload/kldunload.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 21:56:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43AFD16A420; Mon, 27 Feb 2006 21:56:25 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C52F43D53; Mon, 27 Feb 2006 21:56:24 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RLuONZ050809; Mon, 27 Feb 2006 21:56:24 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RLuOnF050808; Mon, 27 Feb 2006 21:56:24 GMT (envelope-from brueffer) Message-Id: <200602272156.k1RLuOnF050808@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 27 Feb 2006 21:56:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 21:56:25 -0000 brueffer 2006-02-27 21:56:24 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ddb.4 Log: DDB depends on KDB for some time now. Submitted by: Kent Stewart MFC after: 3 days Revision Changes Path 1.29 +2 -1 src/share/man/man4/ddb.4 From owner-cvs-src@FreeBSD.ORG Mon Feb 27 22:08:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E050716A420; Mon, 27 Feb 2006 22:08:16 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9997C43D48; Mon, 27 Feb 2006 22:08:16 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RM8GAa051259; Mon, 27 Feb 2006 22:08:16 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RM8GEZ051258; Mon, 27 Feb 2006 22:08:16 GMT (envelope-from deischen) Message-Id: <200602272208.k1RM8GEZ051258@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 27 Feb 2006 22:08:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/net res_comp.c res_debug.c res_send.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 22:08:17 -0000 deischen 2006-02-27 22:08:16 UTC FreeBSD src repository Modified files: lib/libc/net res_comp.c res_debug.c res_send.c Log: Correct a comment. Staticize two tables thare are not visible in and which are also local in Solaris' libresolv. Remove two functions that are not referenced in libc nor anywhere else I can find, not visible in and which are also local in Solaris libresolv. Revision Changes Path 1.19 +4 -4 src/lib/libc/net/res_comp.c 1.22 +2 -2 src/lib/libc/net/res_debug.c 1.51 +0 -16 src/lib/libc/net/res_send.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 22:11:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B2C516A420; Mon, 27 Feb 2006 22:11:00 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF5DF43D49; Mon, 27 Feb 2006 22:10:59 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RMAxs8051485; Mon, 27 Feb 2006 22:10:59 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RMAxTC051484; Mon, 27 Feb 2006 22:10:59 GMT (envelope-from deischen) Message-Id: <200602272210.k1RMAxTC051484@repoman.freebsd.org> From: Daniel Eischen Date: Mon, 27 Feb 2006 22:10:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_raw.c clnt_simple.c clnt_vc.c getpublickey.c key_call.c mt_misc.c mt_misc.h rpc_com.h rpc_generic.c rpc_soc.c rpcb_clnt.c svc.c svc_auth.c svc_dg.c svc_generic.c svc_raw.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 22:11:00 -0000 deischen 2006-02-27 22:10:59 UTC FreeBSD src repository Modified files: lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_raw.c clnt_simple.c clnt_vc.c getpublickey.c key_call.c mt_misc.c rpc_com.h rpc_generic.c rpc_soc.c rpcb_clnt.c svc.c svc_auth.c svc_dg.c svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c Added files: lib/libc/rpc mt_misc.h Log: Staticize a couple of functions. Remove a few unused locks. Remove locks from application namespace. Revision Changes Path 1.10 +1 -1 src/lib/libc/rpc/auth_des.c 1.14 +1 -3 src/lib/libc/rpc/auth_none.c 1.17 +1 -1 src/lib/libc/rpc/auth_unix.c 1.18 +1 -2 src/lib/libc/rpc/clnt_dg.c 1.20 +1 -3 src/lib/libc/rpc/clnt_raw.c 1.20 +1 -1 src/lib/libc/rpc/clnt_simple.c 1.19 +1 -2 src/lib/libc/rpc/clnt_vc.c 1.8 +1 -1 src/lib/libc/rpc/getpublickey.c 1.16 +1 -1 src/lib/libc/rpc/key_call.c 1.7 +19 -25 src/lib/libc/rpc/mt_misc.c 1.1 +66 -0 src/lib/libc/rpc/mt_misc.h (new) 1.8 +0 -2 src/lib/libc/rpc/rpc_com.h 1.13 +1 -1 src/lib/libc/rpc/rpc_generic.c 1.15 +1 -3 src/lib/libc/rpc/rpc_soc.c 1.15 +2 -3 src/lib/libc/rpc/rpcb_clnt.c 1.24 +1 -3 src/lib/libc/rpc/svc.c 1.13 +1 -2 src/lib/libc/rpc/svc_auth.c 1.8 +1 -3 src/lib/libc/rpc/svc_dg.c 1.7 +1 -1 src/lib/libc/rpc/svc_generic.c 1.15 +1 -3 src/lib/libc/rpc/svc_raw.c 1.20 +1 -3 src/lib/libc/rpc/svc_run.c 1.15 +1 -3 src/lib/libc/rpc/svc_simple.c 1.25 +1 -4 src/lib/libc/rpc/svc_vc.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 22:20:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0280916A423; Mon, 27 Feb 2006 22:20:58 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9650C43D48; Mon, 27 Feb 2006 22:20:57 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RMKvRY053496; Mon, 27 Feb 2006 22:20:57 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RMKvWA053495; Mon, 27 Feb 2006 22:20:57 GMT (envelope-from wkoszek) Message-Id: <200602272220.k1RMKvWA053495@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Mon, 27 Feb 2006 22:20:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/kldunload Makefile kldunload.8 kldunload.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 22:20:58 -0000 wkoszek 2006-02-27 22:20:57 UTC FreeBSD src repository Modified files: sbin/kldunload Makefile kldunload.8 kldunload.c Log: Extend kldunload(8) functionality and fix minor problems: o multiple modules can be unloaded at once (specified either by id or be module name) o exit with EX_USAGE after usage() is called. o remove unused variables, since we keep command line flags as bitmask, in 'opt'. o 'kldload -n ...' does nothing. Add comment to this options. Additionally: o Update manual page to conform new functionality. o Increace WARNS to 6. Because we can. Approved by: cognet (mentor) MFC after: 1 week Revision Changes Path 1.10 +1 -1 src/sbin/kldunload/Makefile 1.17 +2 -2 src/sbin/kldunload/kldunload.8 1.17 +47 -37 src/sbin/kldunload/kldunload.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 22:33:58 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63D6B16A422 for ; Mon, 27 Feb 2006 22:33:58 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id C590A43D46 for ; Mon, 27 Feb 2006 22:33:56 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by nproxy.gmail.com with SMTP id m19so642786nfc for ; Mon, 27 Feb 2006 14:33:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tLODbR94qLOp0wDlQ4DWtu0gP3gZ2NlQZD7up5EUla9+L79h3pGruvov9VL18IOxaVRleiyjdt2WyNoCvA/8QgWL3A27DQyV6fubSuKEqzpRKunK/GSWqvMXVr5hR8PRaQjPkqC/w18U7ZKacHIMwoDU4O7eCmCX0srlHKpL6wc= Received: by 10.49.33.14 with SMTP id l14mr4021778nfj; Mon, 27 Feb 2006 14:33:53 -0800 (PST) Received: by 10.49.4.2 with HTTP; Mon, 27 Feb 2006 14:33:52 -0800 (PST) Message-ID: Date: Mon, 27 Feb 2006 14:33:52 -0800 From: "Maksim Yevmenkin" To: "Marius Strobl" In-Reply-To: <20060227194350.A57612@newtrinity.zeist.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <4400D478.7060707@samsco.org> <20060227194350.A57612@newtrinity.zeist.de> Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 22:33:58 -0000 On 2/27/06, Marius Strobl wrote: > On Sat, Feb 25, 2006 at 02:43:11PM -0800, Maksim Yevmenkin wrote: > > Scott, > > > > [...] > > > > > So what do we need to do to get this enabled and running by default a= nd > > > get rid of the USB keyboard hack in the loader, as well as make the > > > keyboard flags sane and predictable? > > > > <...> > > > > > i think this should do it. any comments? > > > > FYI, in order to make kbdmux(4) work on sparc64 the endian bugs in > the keyboard IOCTLs of syscons(4) and probably elsewhere need to > be fixed. In order to make it work with Sun RS232 keyboards (sparc64 could you please point me to the keyboard ioctl with the endian bugs you are talking about? > uses AT, Sun RS232 and USB keyboards) kbdmux(4) needs to get rid of > the assumption that a slave keyboard driver returns AT keyboard > scancodes in K_RAW mode. The latter probably also applies to powerpc > once there is support for ADB keyboards. imo, that is not just kbdmux(4) assumption. it seems like a more general assumption, i.e. ukbd(4), for example, translates usb scancodes into at scancodes by default. we should make a decision which scancodes keyboard drivers should be returning and change kbdmux(4), syscons(4) etc. to support it. until then, i'm afraid, sun rs232 and powerpc adb keyboard drivers will have to translate their own scancodes into at scancodes (just like ukbd(4) does). thanks, max From owner-cvs-src@FreeBSD.ORG Mon Feb 27 22:34:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B196D16A420; Mon, 27 Feb 2006 22:34:36 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA4643D49; Mon, 27 Feb 2006 22:34:36 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RMYaw8058215; Mon, 27 Feb 2006 22:34:36 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RMYat6058214; Mon, 27 Feb 2006 22:34:36 GMT (envelope-from wkoszek) Message-Id: <200602272234.k1RMYat6058214@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Mon, 27 Feb 2006 22:34:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/tools/ministat ministat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 22:34:36 -0000 wkoszek 2006-02-27 22:34:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools/ministat ministat.c Log: MFC: src/tools/tools/ministat/ministat.c: 1. rev. 1.6 -> 1.7 Add option -w to specify graph width. Use COLUMNS, terminal width for default graph width. 2. rev 1.7 -> 1.8 Fix the way in which median is calculated. If the data source has even number of data points, value should be calculated by adding two middle elements and dividing them by 2. [1] Reviewed by: rwatson [2] Approved by: cognet (mentor) Approved by: re (scottl) Revision Changes Path 1.5.2.2 +42 -10 src/tools/tools/ministat/ministat.c From owner-cvs-src@FreeBSD.ORG Mon Feb 27 22:48:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79F6616A420; Mon, 27 Feb 2006 22:48:59 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 338C943D46; Mon, 27 Feb 2006 22:48:59 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RMmxIH058880; Mon, 27 Feb 2006 22:48:59 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RMmxp1058879; Mon, 27 Feb 2006 22:48:59 GMT (envelope-from wkoszek) Message-Id: <200602272248.k1RMmxp1058879@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Mon, 27 Feb 2006 22:48:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/kldunload kldunload.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 22:48:59 -0000 wkoszek 2006-02-27 22:48:59 UTC FreeBSD src repository Modified files: sbin/kldunload kldunload.8 Log: Bump a date in .Dd field. Last change brought some new functionality. Spotted by: brueffer Approved by: cognet (mentor) MFC after: 1 week Revision Changes Path 1.18 +1 -1 src/sbin/kldunload/kldunload.8 From owner-cvs-src@FreeBSD.ORG Mon Feb 27 23:19:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E39E716A420; Mon, 27 Feb 2006 23:19:13 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C54C43D45; Mon, 27 Feb 2006 23:19:13 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RNJDje060101; Mon, 27 Feb 2006 23:19:13 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RNJDlQ060100; Mon, 27 Feb 2006 23:19:13 GMT (envelope-from cognet) Message-Id: <200602272319.k1RNJDlQ060100@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 27 Feb 2006 23:19:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 uart_dev_at91usart.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Feb 2006 23:19:14 -0000 cognet 2006-02-27 23:19:13 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_dev_at91usart.c Log: Get this to compile with the recent UART changes. Revision Changes Path 1.2 +3 -3 src/sys/arm/at91/uart_dev_at91usart.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 00:05:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61EB216A423; Tue, 28 Feb 2006 00:05:46 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17AA243D48; Tue, 28 Feb 2006 00:05:46 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S05jdQ063030; Tue, 28 Feb 2006 00:05:45 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S05jwU063029; Tue, 28 Feb 2006 00:05:45 GMT (envelope-from kris) Message-Id: <200602280005.k1S05jwU063029@repoman.freebsd.org> From: Kris Kennaway Date: Tue, 28 Feb 2006 00:05:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/fdescfs fdesc_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 00:05:46 -0000 kris 2006-02-28 00:05:44 UTC FreeBSD src repository Modified files: sys/fs/fdescfs fdesc_vnops.c Log: Correct the vnode locking in fdescfs. PR: kern/93905 Submitted by: Kostik Belousov Reviewed by: jeff MFC After: 1 week Revision Changes Path 1.101 +2 -4 src/sys/fs/fdescfs/fdesc_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 00:13:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A16CE16A420; Tue, 28 Feb 2006 00:13:25 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37C0B43D46; Tue, 28 Feb 2006 00:13:25 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S0DPJI063327; Tue, 28 Feb 2006 00:13:25 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S0DPGV063326; Tue, 28 Feb 2006 00:13:25 GMT (envelope-from thompsa) Message-Id: <200602280013.k1S0DPGV063326@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 28 Feb 2006 00:13:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 00:13:25 -0000 thompsa 2006-02-28 00:13:25 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Fix up the Bridge Identifier field in the BPDU packet. - use the cu_bridge_id rather than the cu_rootid for the bridge address [1] - the memcmp return value is not signed so the wrong interface may have been selected - fix up the calculation of sc_bridge_id PR: kern/93909 [1] MFC after: 3 days Revision Changes Path 1.11 +30 -15 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 01:12:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E3FA16A422; Tue, 28 Feb 2006 01:12:06 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id C10D743D58; Tue, 28 Feb 2006 01:12:04 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost.xcllnt.net [127.0.0.1]) by ns1.xcllnt.net (8.13.4/8.13.4) with ESMTP id k1S1C4w0056814; Mon, 27 Feb 2006 17:12:04 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.13.4/8.13.4/Submit) id k1S1C46L056813; Mon, 27 Feb 2006 17:12:04 -0800 (PST) (envelope-from marcel) Date: Mon, 27 Feb 2006 17:12:04 -0800 From: Marcel Moolenaar To: Christian Brueffer Message-ID: <20060228011204.GA56781@ns1.xcllnt.net> References: <200602272156.k1RLuOnF050808@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200602272156.k1RLuOnF050808@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 01:12:06 -0000 On Mon, Feb 27, 2006 at 09:56:24PM +0000, Christian Brueffer wrote: > brueffer 2006-02-27 21:56:24 UTC > > FreeBSD src repository (doc committer) > > Modified files: > share/man/man4 ddb.4 > Log: > DDB depends on KDB for some time now. That's not true. Option KDB means that you want to have debugging code included when source contains it. Option DDB means that you want the DDB debugger backend. You can have DDB without KDB and vice versa. The core KDB code is unconditionally present in the kernel (src/sys/kern/subr_kdb.c). -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Tue Feb 28 01:19:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 170F916A420; Tue, 28 Feb 2006 01:19:38 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C29EB43D5D; Tue, 28 Feb 2006 01:19:37 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 9DA2B1A4E43; Mon, 27 Feb 2006 17:19:37 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 53E4453666; Mon, 27 Feb 2006 20:19:36 -0500 (EST) Date: Mon, 27 Feb 2006 20:19:36 -0500 From: Kris Kennaway To: Marcel Moolenaar Message-ID: <20060228011935.GA26407@xor.obsecurity.org> References: <200602272156.k1RLuOnF050808@repoman.freebsd.org> <20060228011204.GA56781@ns1.xcllnt.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <20060228011204.GA56781@ns1.xcllnt.net> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Christian Brueffer Subject: Re: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 01:19:38 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote: > On Mon, Feb 27, 2006 at 09:56:24PM +0000, Christian Brueffer wrote: > > brueffer 2006-02-27 21:56:24 UTC > >=20 > > FreeBSD src repository (doc committer) > >=20 > > Modified files: > > share/man/man4 ddb.4=20 > > Log: > > DDB depends on KDB for some time now. >=20 > That's not true. Option KDB means that you want to have debugging > code included when source contains it. Option DDB means that you > want the DDB debugger backend. You can have DDB without KDB and > vice versa. ISTR DDB doesn't compile without KDB. Kris --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEA6UnWry0BWjoQKURArppAKDXCHAuPfiHKqGQUqsCeglz17xVgwCg1sZ1 BtUzagk6iXYRlMF1X5WAukk= =b8ap -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- From owner-cvs-src@FreeBSD.ORG Tue Feb 28 01:37:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D306E16A420; Tue, 28 Feb 2006 01:37:43 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 764F243D45; Tue, 28 Feb 2006 01:37:43 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost.xcllnt.net [127.0.0.1]) by ns1.xcllnt.net (8.13.4/8.13.4) with ESMTP id k1S1bgFv056957; Mon, 27 Feb 2006 17:37:43 -0800 (PST) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.13.4/8.13.4/Submit) id k1S1bg1I056956; Mon, 27 Feb 2006 17:37:42 -0800 (PST) (envelope-from marcel) Date: Mon, 27 Feb 2006 17:37:42 -0800 From: Marcel Moolenaar To: Kris Kennaway Message-ID: <20060228013742.GA56890@ns1.xcllnt.net> References: <200602272156.k1RLuOnF050808@repoman.freebsd.org> <20060228011204.GA56781@ns1.xcllnt.net> <20060228011935.GA26407@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060228011935.GA26407@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Christian Brueffer Subject: Re: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 01:37:44 -0000 On Mon, Feb 27, 2006 at 08:19:36PM -0500, Kris Kennaway wrote: > On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote: > > On Mon, Feb 27, 2006 at 09:56:24PM +0000, Christian Brueffer wrote: > > > brueffer 2006-02-27 21:56:24 UTC > > > > > > FreeBSD src repository (doc committer) > > > > > > Modified files: > > > share/man/man4 ddb.4 > > > Log: > > > DDB depends on KDB for some time now. > > > > That's not true. Option KDB means that you want to have debugging > > code included when source contains it. Option DDB means that you > > want the DDB debugger backend. You can have DDB without KDB and > > vice versa. > > ISTR DDB doesn't compile without KDB. I'm not aware of any breakages. I even tested it just now. I quick grep for KDB in DDB related sources yields: 6.x: % grep KDB */*/db_* ddb/* arm/arm/db_interface.c:#ifdef KDB ddb/db_main.c:KDB_BACKEND(ddb, db_init, db_trace_self, db_trap); 7.x: % grep KDB */*/db_* ddb/* arm/arm/db_interface.c:#ifdef KDB ddb/db_main.c:KDB_BACKEND(ddb, db_init, db_trace_self, db_trap); Only arm refers to KDB and it's doing that bogusly. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Tue Feb 28 02:02:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1464B16A420; Tue, 28 Feb 2006 02:02:44 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B10C743D46; Tue, 28 Feb 2006 02:02:43 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S22hLM076091; Tue, 28 Feb 2006 02:02:43 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S22h58076090; Tue, 28 Feb 2006 02:02:43 GMT (envelope-from sam) Message-Id: <200602280202.k1S22h58076090@repoman.freebsd.org> From: Sam Leffler Date: Tue, 28 Feb 2006 02:02:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net80211 ieee80211_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 02:02:44 -0000 sam 2006-02-28 02:02:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net80211 ieee80211_ioctl.c Log: MFC 1.45: honor user-specified key index for global key slots Approved by: re (scottl) Revision Changes Path 1.25.2.11 +6 -0 src/sys/net80211/ieee80211_ioctl.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 02:04:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96BD616A420; Tue, 28 Feb 2006 02:04:14 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EF5743D45; Tue, 28 Feb 2006 02:04:14 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S24EV9076152; Tue, 28 Feb 2006 02:04:14 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S24EXg076151; Tue, 28 Feb 2006 02:04:14 GMT (envelope-from sam) Message-Id: <200602280204.k1S24EXg076151@repoman.freebsd.org> From: Sam Leffler Date: Tue, 28 Feb 2006 02:04:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/wpa/wpa_supplicant driver_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 02:04:14 -0000 sam 2006-02-28 02:04:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/wpa/wpa_supplicant driver_freebsd.c Log: MFC 1.9: use the specified key index for non-group keys Approved by: re (scottl) Revision Changes Path 1.5.2.3 +5 -4 src/usr.sbin/wpa/wpa_supplicant/driver_freebsd.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 02:05:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DEE816A420; Tue, 28 Feb 2006 02:05:25 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E41B43D45; Tue, 28 Feb 2006 02:05:24 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:6hKa53tuUQKRpcq+dfMiMLCUiaUq8GEYoaHCVPZvZkXhFdmb0JXk8EbO4Vfl6Ee3@localhost [IPv6:::1]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id k1S25J0H063797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Feb 2006 11:05:19 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 28 Feb 2006 11:05:19 +0900 Message-ID: From: Hajimu UMEMOTO To: Daniel Eischen In-Reply-To: <200602272208.k1RM8GEZ051258@repoman.freebsd.org> References: <200602272208.k1RM8GEZ051258@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd5.5) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 5.5-PRERELEASE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.1.3 (ameno.mahoroba.org [IPv6:::1]); Tue, 28 Feb 2006 11:05:19 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net res_comp.c res_debug.c res_send.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 02:05:25 -0000 Hi, >>>>> On Mon, 27 Feb 2006 22:08:16 +0000 (UTC) >>>>> Daniel Eischen said: deischen> Remove two functions that are not referenced in libc nor deischen> anywhere else I can find, not visible in and deischen> which are also local in Solaris libresolv. I suspect this change. "They are not referenced in libc nor anywhere else in our tree" doesn't mean they can be removed, IMHO. Perhaps, it was backward compatibility thing and obsoleted. But, we lost certain functionality as they set some flags. It seems that BIND9 still has res_send_setqhook() and res_send_setrhook(). Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Tue Feb 28 02:36:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB90C16A420; Tue, 28 Feb 2006 02:36:14 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7089B43D49; Tue, 28 Feb 2006 02:36:14 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S2aEI0077309; Tue, 28 Feb 2006 02:36:14 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S2aEgZ077308; Tue, 28 Feb 2006 02:36:14 GMT (envelope-from emax) Message-Id: <200602280236.k1S2aEgZ077308@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 28 Feb 2006 02:36:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 02:36:15 -0000 emax 2006-02-28 02:36:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/kbdmux kbdmux.c Log: MFC: Plug memory leak Approved by: re (scottl) Revision Changes Path 1.2.2.4 +4 -0 src/sys/dev/kbdmux/kbdmux.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 02:37:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 435D416A420; Tue, 28 Feb 2006 02:37:48 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA3843D46; Tue, 28 Feb 2006 02:37:47 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S2bl8l077393; Tue, 28 Feb 2006 02:37:47 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S2blQ2077392; Tue, 28 Feb 2006 02:37:47 GMT (envelope-from emax) Message-Id: <200602280237.k1S2blQ2077392@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 28 Feb 2006 02:37:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/vkbd vkbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 02:37:48 -0000 emax 2006-02-28 02:37:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/vkbd vkbd.c Log: MFC Disable custom locking in the vkbd(4) for now and make it rely on the Giant mutex (just like the rest of keyboard drivers and syscons(4) do). Approved by: re (scottl) Revision Changes Path 1.7.2.3 +20 -2 src/sys/dev/vkbd/vkbd.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 03:34:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B34B916A420; Tue, 28 Feb 2006 03:34:06 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B54443D48; Tue, 28 Feb 2006 03:34:06 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S3Y6W4080810; Tue, 28 Feb 2006 03:34:06 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S3Y6UT080809; Tue, 28 Feb 2006 03:34:06 GMT (envelope-from emax) Message-Id: <200602280334.k1S3Y6UT080809@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 28 Feb 2006 03:34:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ukbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 03:34:06 -0000 emax 2006-02-28 03:34:06 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c Log: Make ukbd(4) to not delay break scancodes in "raw" mode. Developed with: Norbert Koch < NKoch at demig dot de > No response from: freebsd-current@ Tested by: Norbert Koch < NKoch at demig dot de > MFC after: 1 day Revision Changes Path 1.53 +1 -3 src/sys/dev/usb/ukbd.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 05:19:43 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C21BE16A420; Tue, 28 Feb 2006 05:19:43 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E9D443D45; Tue, 28 Feb 2006 05:19:43 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id k1S5Jcw0007105; Tue, 28 Feb 2006 00:19:38 -0500 (EST) Date: Tue, 28 Feb 2006 00:19:36 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Hajimu UMEMOTO In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/net res_comp.c res_debug.c res_send.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 05:19:44 -0000 On Tue, 28 Feb 2006, Hajimu UMEMOTO wrote: > Hi, > > >>>>> On Mon, 27 Feb 2006 22:08:16 +0000 (UTC) > >>>>> Daniel Eischen said: > > deischen> Remove two functions that are not referenced in libc nor > deischen> anywhere else I can find, not visible in and > deischen> which are also local in Solaris libresolv. > > I suspect this change. "They are not referenced in libc nor anywhere > else in our tree" doesn't mean they can be removed, IMHO. Perhaps, it > was backward compatibility thing and obsoleted. But, we lost certain > functionality as they set some flags. It seems that BIND9 still has > res_send_setqhook() and res_send_setrhook(). Well, they're not exported in Solaris 9 either. In our contrib'd bind, they exist but are not referenced by anything within that tree. Bind9 also redefines them to be __res_send_set{qr}hook(), which we do not do. So even if something were expecting to find them, it would have been looking for __res_send_setfoo() which do not exist (even before my changes). -- DE From owner-cvs-src@FreeBSD.ORG Tue Feb 28 05:26:21 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C33316A420; Tue, 28 Feb 2006 05:26:21 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6AC243D8F; Tue, 28 Feb 2006 05:25:55 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:AQu7b6VUTzjkkaXGPG5vI6qn8Q9pJpp35uFpUdOWQPTC1QvybwT7Ip+Xv08RRaBm@localhost [IPv6:::1]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.4/8.13.4) with ESMTP/inet6 id k1S5Po9f086059 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Feb 2006 14:25:51 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 28 Feb 2006 14:25:50 +0900 Message-ID: From: Hajimu UMEMOTO To: Daniel Eischen In-Reply-To: References: User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-unknown-freebsd5.5) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 5.5-PRERELEASE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.1.3 (ameno.mahoroba.org [IPv6:::1]); Tue, 28 Feb 2006 14:25:51 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on ameno.mahoroba.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/net res_comp.c res_debug.c res_send.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 05:26:21 -0000 Hi, >>>>> On Tue, 28 Feb 2006 00:19:36 -0500 (EST) >>>>> Daniel Eischen said: deischen> Well, they're not exported in Solaris 9 either. In our contrib'd deischen> bind, they exist but are not referenced by anything within that deischen> tree. Bind9 also redefines them to be __res_send_set{qr}hook(), deischen> which we do not do. So even if something were expecting to find deischen> them, it would have been looking for __res_send_setfoo() which deischen> do not exist (even before my changes). Okay, thank you. Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ From owner-cvs-src@FreeBSD.ORG Tue Feb 28 06:06:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC47816A420; Tue, 28 Feb 2006 06:06:19 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9705A43D46; Tue, 28 Feb 2006 06:06:19 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S66JYu097198; Tue, 28 Feb 2006 06:06:19 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S66Jmq097197; Tue, 28 Feb 2006 06:06:19 GMT (envelope-from davidxu) Message-Id: <200602280606.k1S66Jmq097197@repoman.freebsd.org> From: David Xu Date: Tue, 28 Feb 2006 06:06:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_mutex.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 06:06:20 -0000 davidxu 2006-02-28 06:06:19 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_mutex.c Log: Reimplement mutex_init to get rid of compile warning. Revision Changes Path 1.39 +41 -90 src/lib/libthr/thread/thr_mutex.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 06:35:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB53C16A420; Tue, 28 Feb 2006 06:35:50 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E4D443D45; Tue, 28 Feb 2006 06:35:50 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IVD00APQWZOL9@ms-dienst.rz.rwth-aachen.de>; Tue, 28 Feb 2006 07:35:49 +0100 (MET) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Tue, 28 Feb 2006 07:35:48 +0100 (MET) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by smarthost.rwth-aachen.de (8.13.1/8.13.1/1) with ESMTP id k1S6ZlJM021764; Tue, 28 Feb 2006 07:35:47 +0100 Received: from haakonia.hitnet.rwth-aachen.de ([137.226.181.92]) by bigboss.hitnet.rwth-aachen.de with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1FDySZ-0003Kh-Se; Tue, 28 Feb 2006 07:35:47 +0100 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id C07CF3F42F; Tue, 28 Feb 2006 07:35:46 +0100 (CET) Date: Tue, 28 Feb 2006 07:35:46 +0100 From: Christian Brueffer In-reply-to: <20060228013742.GA56890@ns1.xcllnt.net> To: Marcel Moolenaar Message-id: <20060228063546.GA1898@haakonia.hitnet.RWTH-Aachen.DE> MIME-version: 1.0 Content-type: multipart/signed; boundary=y0ulUmNC+osPPQO6; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.11 X-Operating-System: FreeBSD 6.1-PRERELEASE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200602272156.k1RLuOnF050808@repoman.freebsd.org> <20060228011204.GA56781@ns1.xcllnt.net> <20060228011935.GA26407@xor.obsecurity.org> <20060228013742.GA56890@ns1.xcllnt.net> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 06:35:51 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 27, 2006 at 05:37:42PM -0800, Marcel Moolenaar wrote: > On Mon, Feb 27, 2006 at 08:19:36PM -0500, Kris Kennaway wrote: > > On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote: > > > On Mon, Feb 27, 2006 at 09:56:24PM +0000, Christian Brueffer wrote: > > > > brueffer 2006-02-27 21:56:24 UTC > > > >=20 > > > > FreeBSD src repository (doc committer) > > > >=20 > > > > Modified files: > > > > share/man/man4 ddb.4=20 > > > > Log: > > > > DDB depends on KDB for some time now. > > >=20 > > > That's not true. Option KDB means that you want to have debugging > > > code included when source contains it. Option DDB means that you > > > want the DDB debugger backend. You can have DDB without KDB and > > > vice versa. > >=20 > > ISTR DDB doesn't compile without KDB. >=20 > I'm not aware of any breakages. I even tested it just now. I quick > grep for KDB in DDB related sources yields: >=20 > 6.x: >=20 > % grep KDB */*/db_* ddb/* > arm/arm/db_interface.c:#ifdef KDB > ddb/db_main.c:KDB_BACKEND(ddb, db_init, db_trace_self, db_trap); >=20 > 7.x: >=20 > % grep KDB */*/db_* ddb/* > arm/arm/db_interface.c:#ifdef KDB > ddb/db_main.c:KDB_BACKEND(ddb, db_init, db_trace_self, db_trap); >=20 > Only arm refers to KDB and it's doing that bogusly. >=20 Well, before committing I build a RELENG_6 kernel with DDB and without KDB to make sure, and it stopped, telling me that DDB depends on KDB. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEA+9CbHYXjKDtmC0RAvX1AJ9KXtMZOyko34Ed6Cbyq489+damCACeIdra q+8C1PPqWiTO2b6QbcV8mqk= =dJ+z -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- From owner-cvs-src@FreeBSD.ORG Tue Feb 28 06:39:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBEE816A420; Tue, 28 Feb 2006 06:39:19 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A3CF43D46; Tue, 28 Feb 2006 06:39:19 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IVD00AUDX5HL9@ms-dienst.rz.rwth-aachen.de>; Tue, 28 Feb 2006 07:39:18 +0100 (MET) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Tue, 28 Feb 2006 07:39:17 +0100 (MET) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by smarthost.rwth-aachen.de (8.13.1/8.13.1/1) with ESMTP id k1S6dHVT021892; Tue, 28 Feb 2006 07:39:17 +0100 Received: from haakonia.hitnet.rwth-aachen.de ([137.226.181.92]) by bigboss.hitnet.rwth-aachen.de with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1FDyVx-0003Lt-94; Tue, 28 Feb 2006 07:39:17 +0100 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 1E2F33F42F; Tue, 28 Feb 2006 07:39:17 +0100 (CET) Date: Tue, 28 Feb 2006 07:39:17 +0100 From: Christian Brueffer In-reply-to: <20060228063546.GA1898@haakonia.hitnet.RWTH-Aachen.DE> To: Marcel Moolenaar Message-id: <20060228063917.GB1898@haakonia.hitnet.RWTH-Aachen.DE> MIME-version: 1.0 Content-type: multipart/signed; boundary=H1spWtNR+x+ondvy; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.11 X-Operating-System: FreeBSD 6.1-PRERELEASE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200602272156.k1RLuOnF050808@repoman.freebsd.org> <20060228011204.GA56781@ns1.xcllnt.net> <20060228011935.GA26407@xor.obsecurity.org> <20060228013742.GA56890@ns1.xcllnt.net> <20060228063546.GA1898@haakonia.hitnet.RWTH-Aachen.DE> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 06:39:20 -0000 --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 28, 2006 at 07:35:46AM +0100, Christian Brueffer wrote: > On Mon, Feb 27, 2006 at 05:37:42PM -0800, Marcel Moolenaar wrote: > > On Mon, Feb 27, 2006 at 08:19:36PM -0500, Kris Kennaway wrote: > > > On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote: > > > > On Mon, Feb 27, 2006 at 09:56:24PM +0000, Christian Brueffer wrote: > > > > > brueffer 2006-02-27 21:56:24 UTC > > > > >=20 > > > > > FreeBSD src repository (doc committer) > > > > >=20 > > > > > Modified files: > > > > > share/man/man4 ddb.4=20 > > > > > Log: > > > > > DDB depends on KDB for some time now. > > > >=20 > > > > That's not true. Option KDB means that you want to have debugging > > > > code included when source contains it. Option DDB means that you > > > > want the DDB debugger backend. You can have DDB without KDB and > > > > vice versa. > > >=20 > > > ISTR DDB doesn't compile without KDB. > >=20 > > I'm not aware of any breakages. I even tested it just now. I quick > > grep for KDB in DDB related sources yields: > >=20 > > 6.x: > >=20 > > % grep KDB */*/db_* ddb/* > > arm/arm/db_interface.c:#ifdef KDB > > ddb/db_main.c:KDB_BACKEND(ddb, db_init, db_trace_self, db_trap); > >=20 > > 7.x: > >=20 > > % grep KDB */*/db_* ddb/* > > arm/arm/db_interface.c:#ifdef KDB > > ddb/db_main.c:KDB_BACKEND(ddb, db_init, db_trace_self, db_trap); > >=20 > > Only arm refers to KDB and it's doing that bogusly. > >=20 >=20 > Well, before committing I build a RELENG_6 kernel with DDB and without > KDB to make sure, and it stopped, telling me that DDB depends on KDB. >=20 I forgot to say, i386 kernel. Can't test CURRENT right now. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --H1spWtNR+x+ondvy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEA/AVbHYXjKDtmC0RAoKPAJ9xOrUlQHalbvAPPSEdcMPDO8WJZgCgqCN+ WZavpTV5GycvzJZvDsKemas= =Z33a -----END PGP SIGNATURE----- --H1spWtNR+x+ondvy-- From owner-cvs-src@FreeBSD.ORG Tue Feb 28 07:36:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D6E716A420; Tue, 28 Feb 2006 07:36:25 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A7E943D55; Tue, 28 Feb 2006 07:36:25 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S7aPUJ000795; Tue, 28 Feb 2006 07:36:25 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S7aPQv000794; Tue, 28 Feb 2006 07:36:25 GMT (envelope-from delphij) Message-Id: <200602280736.k1S7aPQv000794@repoman.freebsd.org> From: Xin LI Date: Tue, 28 Feb 2006 07:36:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/rpc mt_misc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 07:36:25 -0000 delphij 2006-02-28 07:36:25 UTC FreeBSD src repository Modified files: lib/libc/rpc mt_misc.h Log: Don't do a time travel to 12006... Revision Changes Path 1.2 +1 -1 src/lib/libc/rpc/mt_misc.h From owner-cvs-src@FreeBSD.ORG Tue Feb 28 07:44:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F8F516A420; Tue, 28 Feb 2006 07:44:51 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E205A43D4C; Tue, 28 Feb 2006 07:44:50 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S7io3K001167; Tue, 28 Feb 2006 07:44:50 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S7io0A001166; Tue, 28 Feb 2006 07:44:50 GMT (envelope-from mjacob) Message-Id: <200602280744.k1S7io0A001166@repoman.freebsd.org> From: Matt Jacob Date: Tue, 28 Feb 2006 07:44:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt.c mpt_cam.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 07:44:51 -0000 mjacob 2006-02-28 07:44:50 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt_cam.c Log: Fix mpt_reset to try mpt_hard_reset more than once, and to try mpt_soft_reset more than once. And to wait for MPT_DB_STATE_READY twice. I mean, this is crucial- give the IOC a chance to get ready. If mpt_reset is called to reinit things, and we succeed, make sure to re-enable interrupts. This is what has mostly led to system lockup after having to hard reset the chip. Also, if we think that interrupts aren't function in mpt_cam_timeout, for goodness sake, turn them on again. In read_cfg_header, return distinguishing errnos so the caller can decide what's an error. It's *not* an error to fail to read a RAID page from a non-RAID capable device like the FC929X. Some whitespace fixes (removing spaces from ends of lines). Revision Changes Path 1.18 +85 -43 src/sys/dev/mpt/mpt.c 1.9 +1 -0 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 07:52:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1035) id 9B57616A422; Tue, 28 Feb 2006 07:52:03 +0000 (GMT) Date: Tue, 28 Feb 2006 07:52:03 +0000 From: Xin LI To: Daniel Eischen Message-ID: <20060228075203.GA74787@hub.freebsd.org> References: <200602272210.k1RMAxTC051484@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200602272210.k1RMAxTC051484@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_raw.c clnt_simple.c clnt_vc.c getpublickey.c key_call.c mt_misc.c mt_misc.h rpc_com.h rpc_generic.c rpc_soc.c rpcb_clnt.c svc.c svc_auth.c svc_dg.c svc_generic.c svc_raw.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 07:52:03 -0000 Hi, On Mon, Feb 27, 2006 at 10:10:59PM +0000, Daniel Eischen wrote: > deischen 2006-02-27 22:10:59 UTC > > FreeBSD src repository > > Modified files: > lib/libc/rpc auth_des.c auth_none.c auth_unix.c > clnt_dg.c clnt_raw.c clnt_simple.c > clnt_vc.c getpublickey.c key_call.c > mt_misc.c rpc_com.h rpc_generic.c > rpc_soc.c rpcb_clnt.c svc.c svc_auth.c > svc_dg.c svc_generic.c svc_raw.c > svc_run.c svc_simple.c svc_vc.c > Added files: > lib/libc/rpc mt_misc.h I think we used to have a compiler bug which has hidden the API inconsistency where yp related functions having weak constant constraints, while the other part in libc do. Seems that getpublickey.c change has triggered the compiler to (correctly) generate warnings about the const/variable inconsistency, and thus broken the world... Perhaps we should add const constraint for certain yp related stuff? Cheers, From owner-cvs-src@FreeBSD.ORG Tue Feb 28 08:02:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B6A516A420; Tue, 28 Feb 2006 08:02:30 +0000 (GMT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2ABD43D46; Tue, 28 Feb 2006 08:02:29 +0000 (GMT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S82Tt9001810; Tue, 28 Feb 2006 08:02:29 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S82TQj001809; Tue, 28 Feb 2006 08:02:29 GMT (envelope-from luigi) Message-Id: <200602280802.k1S82TQj001809@repoman.freebsd.org> From: Luigi Rizzo Date: Tue, 28 Feb 2006 08:02:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/init Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 08:02:30 -0000 luigi 2006-02-28 08:02:29 UTC FreeBSD src repository Modified files: sbin/init Makefile Log: use standard mode instead of 500 for /sbin/init. As discussed on -current, there is no sensitive info in /sbin/init to prevent reading it from non-privileged users, nor any reason to remove the 'x' bit as the first thing the program does is check the uid and exit if it is not run by root. Instead (and this is why i make the change), mode 500 prevents operation when exporting the partition without -maproot=0 to diskless clients. All previuos releases are affected by the same problem, so a merge to RELENG_6 at least would be appropriate (after proper re@ approval of course). Revision Changes Path 1.33 +0 -1 src/sbin/init/Makefile From owner-cvs-src@FreeBSD.ORG Tue Feb 28 09:32:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DA6C16A420; Tue, 28 Feb 2006 09:32:10 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A3C43D4C; Tue, 28 Feb 2006 09:32:09 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1S9W9YT012618; Tue, 28 Feb 2006 09:32:09 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1S9W9dH012617; Tue, 28 Feb 2006 09:32:09 GMT (envelope-from iedowse) Message-Id: <200602280932.k1S9W9dH012617@repoman.freebsd.org> From: Ian Dowse Date: Tue, 28 Feb 2006 09:32:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/usb usb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 09:32:10 -0000 iedowse 2006-02-28 09:32:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/usb usb.c Log: Fix an old mis-merge in 1.26.2.11 that invoked usb_cold_explore() too late in the boot process - "cold" is guaranteed to be false at SI_SUB_INT_CONFIG_HOOKS, but it was being KASSERTed as true. With usb_cold_explore() now running at the correct time, it does need to use polling mode and splusb(), so back out 1.26.2.14. PR: usb/81524 Tested by: Eugene Grosbein Revision Changes Path 1.26.2.15 +6 -3 src/sys/dev/usb/usb.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 09:42:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A9E516A420; Tue, 28 Feb 2006 09:42:52 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id D77CE43D49; Tue, 28 Feb 2006 09:42:51 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from dlr.de ([129.247.178.125]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.211); Tue, 28 Feb 2006 10:42:49 +0100 Message-ID: <44041B93.3050901@dlr.de> Date: Tue, 28 Feb 2006 10:44:51 +0100 From: Hartmut Brandt User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040316 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200602272046.k1RKkYot038661@repoman.freebsd.org> In-Reply-To: <200602272046.k1RKkYot038661@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 28 Feb 2006 09:42:49.0551 (UTC) FILETIME=[5658C5F0:01C63C4B] Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_mibII Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 09:42:52 -0000 Thanks Ruslan for fixing this so quick. harti Ruslan Ermilov wrote: >ru 2006-02-27 20:46:34 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/bsnmpd/modules/snmp_mibII Makefile > Log: > A bandaid to unbreak world. > > Revision Changes Path > 1.8 +1 -0 src/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile > > > > From owner-cvs-src@FreeBSD.ORG Tue Feb 28 14:28:05 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F6616A420; Tue, 28 Feb 2006 14:28:05 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EB1843D45; Tue, 28 Feb 2006 14:28:05 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id k1SES4Qk027434; Tue, 28 Feb 2006 09:28:04 -0500 (EST) Date: Tue, 28 Feb 2006 09:28:04 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Xin LI In-Reply-To: <20060228075203.GA74787@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_raw.c clnt_simple.c clnt_vc.c getpublickey.c key_call.c mt_misc.c mt_misc.h rpc_com.h rpc_generic.c rpc_soc.c rpcb_cl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 14:28:06 -0000 On Tue, 28 Feb 2006, Xin LI wrote: > > On Mon, Feb 27, 2006 at 10:10:59PM +0000, Daniel Eischen wrote: > > deischen 2006-02-27 22:10:59 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/rpc auth_des.c auth_none.c auth_unix.c > > clnt_dg.c clnt_raw.c clnt_simple.c > > clnt_vc.c getpublickey.c key_call.c > > mt_misc.c rpc_com.h rpc_generic.c > > rpc_soc.c rpcb_clnt.c svc.c svc_auth.c > > svc_dg.c svc_generic.c svc_raw.c > > svc_run.c svc_simple.c svc_vc.c > > Added files: > > lib/libc/rpc mt_misc.h > > I think we used to have a compiler bug which has hidden the > API inconsistency where yp related functions having weak > constant constraints, while the other part in libc do. > > Seems that getpublickey.c change has triggered the compiler > to (correctly) generate warnings about the const/variable > inconsistency, and thus broken the world... Perhaps we > should add const constraint for certain yp related stuff? I built world with these changes, so I'm not sure where there is a problem. If you can reproduce a build failure and know what the fix is, please commit it. -- DE From owner-cvs-src@FreeBSD.ORG Tue Feb 28 14:56:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0807116A420; Tue, 28 Feb 2006 14:56:44 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0AE843D69; Tue, 28 Feb 2006 14:56:35 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 2464928F5; Tue, 28 Feb 2006 15:56:29 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 9AE222879; Tue, 28 Feb 2006 15:56:28 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 599A133C4C; Tue, 28 Feb 2006 15:56:28 +0100 (CET) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Max Laier References: <200601290252.k0T2qgFE013966@repoman.freebsd.org> Date: Tue, 28 Feb 2006 15:56:27 +0100 In-Reply-To: <200601290252.k0T2qgFE013966@repoman.freebsd.org> (Max Laier's message of "Sun, 29 Jan 2006 02:52:42 +0000 (UTC)") Message-ID: <86zmkb7cro.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/kld Makefile src/share/examples/kld/firmware Makefile README src/share/examples/kld/firmware/fwconsumer Makefile fw_consumer.c src/share/examples/kld/firmware/fwimage Makefile firmware.img src/share/man/man9 Makefile firmware.9 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 14:56:44 -0000 Max Laier writes: > Log: > firmware(9) is a subsystem to load binary data into the kernel via a > specially crafted module. There are several handrolled sollutions to t= his > problem in the tree already which will be replaced with this. They inc= lude > iwi(4), ipw(4), ispfw(4) and digi(4). ...and not least ndis(4) DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Feb 28 14:58:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1902A16A420; Tue, 28 Feb 2006 14:58:39 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 880FA43D60; Tue, 28 Feb 2006 14:58:36 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SEwaCb031998; Tue, 28 Feb 2006 14:58:36 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SEwalg031997; Tue, 28 Feb 2006 14:58:36 GMT (envelope-from emaste) Message-Id: <200602281458.k1SEwalg031997@repoman.freebsd.org> From: Ed Maste Date: Tue, 28 Feb 2006 14:58:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern kern_kse.c sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 14:58:39 -0000 emaste 2006-02-28 14:58:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_kse.c sys_process.c Log: MFC kern_kse.c 1.215 sys_process.c 1.132 to RELENG_5: Fix a LOR between sched_lock and sleep queue lock. kern_kse.c 1.216: Add missing brackets. LOR ID: 060 Approved by: re (scottl) Revision Changes Path 1.193.2.14 +4 -5 src/sys/kern/kern_kse.c 1.127.2.4 +4 -2 src/sys/kern/sys_process.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 15:02:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B831716A420; Tue, 28 Feb 2006 15:02:52 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21EB643D58; Tue, 28 Feb 2006 15:02:52 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SF2qOh032192; Tue, 28 Feb 2006 15:02:52 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SF2qsb032191; Tue, 28 Feb 2006 15:02:52 GMT (envelope-from emaste) Message-Id: <200602281502.k1SF2qsb032191@repoman.freebsd.org> From: Ed Maste Date: Tue, 28 Feb 2006 15:02:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern kern_sig.c sys_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 15:02:52 -0000 emaste 2006-02-28 15:02:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_sig.c sys_process.c Log: MFC kern_sig.c 1.319 sys_process.c 1.134 to RELENG_5: Avoid kernel panic when attaching a process which may not be stopped by debugger, e.g process is dumping core. Only access p_xthread if P_STOPPED_TRACE is set, this means thread is ready to exchange signal with debugger, print a warning if P_STOPPED_TRACE is not set due to some bugs in other code, if there is. The patch has been tested by Anish Mistry mistry.7 at osu dot edu, and is slightly adjusted. Approved by: re (scottl) Revision Changes Path 1.289.2.9 +0 -2 src/sys/kern/kern_sig.c 1.127.2.5 +30 -26 src/sys/kern/sys_process.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 15:50:59 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7443616A420; Tue, 28 Feb 2006 15:50:59 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id E741043D45; Tue, 28 Feb 2006 15:50:58 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id DD611208A; Tue, 28 Feb 2006 16:50:53 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -2.4/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id CD5E62089; Tue, 28 Feb 2006 16:50:53 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id B69D933C4C; Tue, 28 Feb 2006 16:50:53 +0100 (CET) From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: "Maksim Yevmenkin" References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <4400D478.7060707@samsco.org> <20060227194350.A57612@newtrinity.zeist.de> Date: Tue, 28 Feb 2006 16:50:53 +0100 In-Reply-To: (Maksim Yevmenkin's message of "Mon, 27 Feb 2006 14:33:52 -0800") Message-ID: <864q2j5voi.fsf@xps.des.no> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, cvs-all@freebsd.org, Marius Strobl Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 15:50:59 -0000 "Maksim Yevmenkin" writes: > we should make a decision which scancodes keyboard drivers should be > returning and change kbdmux(4), syscons(4) etc. to support it. > > until then, i'm afraid, sun rs232 and powerpc adb keyboard drivers > will have to translate their own scancodes into at scancodes (just > like ukbd(4) does). Considering that ukbd(4) is the only kbd driver that runs on all platforms, it might make sense to have all other drivers translate their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and syscons(4). DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-cvs-src@FreeBSD.ORG Tue Feb 28 16:02:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5C5816A420; Tue, 28 Feb 2006 16:02:27 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3687D43D46; Tue, 28 Feb 2006 16:02:27 +0000 (GMT) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SG2R6P034307; Tue, 28 Feb 2006 16:02:27 GMT (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SG2QAG034306; Tue, 28 Feb 2006 16:02:26 GMT (envelope-from deischen) Message-Id: <200602281602.k1SG2QAG034306@repoman.freebsd.org> From: Daniel Eischen Date: Tue, 28 Feb 2006 16:02:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include/rpc auth.h src/lib/libc/rpc getpublickey.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 16:02:27 -0000 deischen 2006-02-28 16:02:26 UTC FreeBSD src repository Modified files: include/rpc auth.h lib/libc/rpc getpublickey.c Log: Const'ify arguments to a couple of functions to fix breakage with -O2. Revision Changes Path 1.21 +1 -1 src/include/rpc/auth.h 1.9 +2 -2 src/lib/libc/rpc/getpublickey.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 16:07:46 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBAD016A420; Tue, 28 Feb 2006 16:07:46 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F36B43D45; Tue, 28 Feb 2006 16:07:46 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.5/8.13.5/NETPLEX) with ESMTP id k1SG7jvS013983; Tue, 28 Feb 2006 11:07:45 -0500 (EST) Date: Tue, 28 Feb 2006 11:07:45 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Xin LI In-Reply-To: <20060228075203.GA74787@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_raw.c clnt_simple.c clnt_vc.c getpublickey.c key_call.c mt_misc.c mt_misc.h rpc_com.h rpc_generic.c rpc_soc.c rpcb_cl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 16:07:46 -0000 On Tue, 28 Feb 2006, Xin LI wrote: > Hi, > > On Mon, Feb 27, 2006 at 10:10:59PM +0000, Daniel Eischen wrote: > > deischen 2006-02-27 22:10:59 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/rpc auth_des.c auth_none.c auth_unix.c > > clnt_dg.c clnt_raw.c clnt_simple.c > > clnt_vc.c getpublickey.c key_call.c > > mt_misc.c rpc_com.h rpc_generic.c > > rpc_soc.c rpcb_clnt.c svc.c svc_auth.c > > svc_dg.c svc_generic.c svc_raw.c > > svc_run.c svc_simple.c svc_vc.c > > Added files: > > lib/libc/rpc mt_misc.h > > I think we used to have a compiler bug which has hidden the > API inconsistency where yp related functions having weak > constant constraints, while the other part in libc do. > > Seems that getpublickey.c change has triggered the compiler > to (correctly) generate warnings about the const/variable > inconsistency, and thus broken the world... Perhaps we > should add const constraint for certain yp related stuff? I just committed a fix for this one particular problem. I never got the error with my previous builds because I had CFLAGS=-O -pipe in my /etc/make.conf. I didn't test this with a buildworld, but I did make sure that librpcsvc built, and that is the only consumer of getpublicandprivatekey() that I found in our src tree. -- DE From owner-cvs-src@FreeBSD.ORG Tue Feb 28 16:56:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14D1B16A420; Tue, 28 Feb 2006 16:56:08 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D7DC43D53; Tue, 28 Feb 2006 16:55:59 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.5.6] (dhcp06.vpn.xcllnt.net [192.168.5.6]) by ns1.xcllnt.net (8.13.4/8.13.4) with ESMTP id k1SGtqKu065631; Tue, 28 Feb 2006 08:55:56 -0800 (PST) (envelope-from marcel@xcllnt.net) In-Reply-To: <20060228063546.GA1898@haakonia.hitnet.RWTH-Aachen.DE> References: <200602272156.k1RLuOnF050808@repoman.freebsd.org> <20060228011204.GA56781@ns1.xcllnt.net> <20060228011935.GA26407@xor.obsecurity.org> <20060228013742.GA56890@ns1.xcllnt.net> <20060228063546.GA1898@haakonia.hitnet.RWTH-Aachen.DE> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-3--370715056; protocol="application/pkcs7-signature" Message-Id: <4C55DEF0-E63A-4305-995F-3191B99011DA@xcllnt.net> From: Marcel Moolenaar Date: Tue, 28 Feb 2006 08:47:21 -0800 To: Christian Brueffer X-Mailer: Apple Mail (2.746.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: src/share/man/man4 ddb.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 16:56:08 -0000 --Apple-Mail-3--370715056 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On Feb 27, 2006, at 10:35 PM, Christian Brueffer wrote: >>>>> Log: >>>>> DDB depends on KDB for some time now. >>>> >>>> That's not true. Option KDB means that you want to have debugging >>>> code included when source contains it. Option DDB means that you >>>> want the DDB debugger backend. You can have DDB without KDB and >>>> vice versa. >>> >>> ISTR DDB doesn't compile without KDB. >> >> I'm not aware of any breakages. I even tested it just now. I quick >> grep for KDB in DDB related sources yields: > > Well, before committing I build a RELENG_6 kernel with DDB and without > KDB to make sure, and it stopped, telling me that DDB depends on KDB. There's a bogus conditional in i386/i386/machdep.c that should be removed: revision 1.596 date: 2004/07/19 02:46:34; author: silby; state: Exp; lines: +3 -0 Add a #error requiring KDB if DDB is specified. (This can probably be relocated to a better place, if one exists.) It has found its way to amd64 as well and therefore may be elsewhere (not ia64, as that works as expected). -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net --Apple-Mail-3--370715056-- From owner-cvs-src@FreeBSD.ORG Tue Feb 28 17:48:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F8716A422; Tue, 28 Feb 2006 17:48:34 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C861043D46; Tue, 28 Feb 2006 17:48:33 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SHmXGk045843; Tue, 28 Feb 2006 17:48:33 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SHmXXj045842; Tue, 28 Feb 2006 17:48:33 GMT (envelope-from sam) Message-Id: <200602281748.k1SHmXXj045842@repoman.freebsd.org> From: Sam Leffler Date: Tue, 28 Feb 2006 17:48:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/ncpus acpi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 17:48:34 -0000 sam 2006-02-28 17:48:33 UTC FreeBSD src repository Modified files: tools/tools/ncpus acpi.c Log: when acpi does not explicitly enumerate lapic/cpu's there should only be 1 Reviewed by: jhb Revision Changes Path 1.2 +1 -1 src/tools/tools/ncpus/acpi.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 18:32:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4DB916A420; Tue, 28 Feb 2006 18:32:58 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6021443D45; Tue, 28 Feb 2006 18:32:58 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SIWw0A047410; Tue, 28 Feb 2006 18:32:58 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SIWwh2047409; Tue, 28 Feb 2006 18:32:58 GMT (envelope-from jkoshy) Message-Id: <200602281832.k1SIWwh2047409@repoman.freebsd.org> From: Joseph Koshy Date: Tue, 28 Feb 2006 18:32:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/hwpmc hwpmc_mod.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 18:32:58 -0000 jkoshy 2006-02-28 18:32:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/hwpmc hwpmc_mod.c Log: MFC r1.17, r1.18: - Fix a memory leak (Found by: Coverity). - Plug a memory leak: free up per-cpu sample buffers at module unload time. - Correct a few style nits. Approved by: re (scottl) Revision Changes Path 1.10.2.5 +21 -8 src/sys/dev/hwpmc/hwpmc_mod.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 19:12:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C73DC16A420; Tue, 28 Feb 2006 19:12:47 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDD6043D62; Tue, 28 Feb 2006 19:12:38 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SJCcA2048945; Tue, 28 Feb 2006 19:12:38 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SJCcVF048944; Tue, 28 Feb 2006 19:12:38 GMT (envelope-from emaste) Message-Id: <200602281912.k1SJCcVF048944@repoman.freebsd.org> From: Ed Maste Date: Tue, 28 Feb 2006 19:12:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 19:12:48 -0000 emaste 2006-02-28 19:12:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING Log: Belatedly add a note about the i386 loader defaulting to the serial rate set by the previous boot stage, if the console is already set to the comconsole. Approved by: re (scottl) Revision Changes Path 1.416.2.19 +10 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Tue Feb 28 19:15:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA11716A420; Tue, 28 Feb 2006 19:15:36 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4152243D46; Tue, 28 Feb 2006 19:15:36 +0000 (GMT) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SJFaOu049156; Tue, 28 Feb 2006 19:15:36 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from emaste@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SJFa7Z049155; Tue, 28 Feb 2006 19:15:36 GMT (envelope-from emaste) Message-Id: <200602281915.k1SJFa7Z049155@repoman.freebsd.org> From: Ed Maste Date: Tue, 28 Feb 2006 19:15:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 19:15:36 -0000 emaste 2006-02-28 19:15:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) . UPDATING Log: Belatedly add a note about the i386 loader defaulting to the serial rate set by the previous boot stage, if the console is already set to the comconsole. Approved by: re (scottl) Revision Changes Path 1.342.2.35 +10 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Tue Feb 28 19:39:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9656D16A420; Tue, 28 Feb 2006 19:39:18 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FF343D46; Tue, 28 Feb 2006 19:39:18 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SJdIbp050068; Tue, 28 Feb 2006 19:39:18 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SJdIP5050067; Tue, 28 Feb 2006 19:39:18 GMT (envelope-from ps) Message-Id: <200602281939.k1SJdIP5050067@repoman.freebsd.org> From: Paul Saab Date: Tue, 28 Feb 2006 19:39:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 19:39:18 -0000 ps 2006-02-28 19:39:18 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c syscalls.master sys/kern uipc_syscalls.c sys/sys syscallsubr.h Log: Fix 32bit sendfile by implementing kern_sendfile so that it takes the header and trailers as iovec arguments instead of copying them in inside of sendfile. Reviewed by: jhb MFC after: 3 weeks Revision Changes Path 1.51 +64 -18 src/sys/compat/freebsd32/freebsd32_misc.c 1.64 +2 -2 src/sys/compat/freebsd32/syscalls.master 1.224 +55 -38 src/sys/kern/uipc_syscalls.c 1.36 +3 -0 src/sys/sys/syscallsubr.h From owner-cvs-src@FreeBSD.ORG Tue Feb 28 19:39:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A8BB16A420; Tue, 28 Feb 2006 19:39:53 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28E9343D49; Tue, 28 Feb 2006 19:39:53 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SJdr3R050157; Tue, 28 Feb 2006 19:39:53 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SJdr3A050156; Tue, 28 Feb 2006 19:39:53 GMT (envelope-from ps) Message-Id: <200602281939.k1SJdr3A050156@repoman.freebsd.org> From: Paul Saab Date: Tue, 28 Feb 2006 19:39:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 19:39:53 -0000 ps 2006-02-28 19:39:53 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: regen for 32bit sendfile Revision Changes Path 1.53 +3 -3 src/sys/compat/freebsd32/freebsd32_proto.h 1.51 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.42 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.52 +1 -1 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 19:58:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 019F716A422; Tue, 28 Feb 2006 19:58:58 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B7CC43D46; Tue, 28 Feb 2006 19:58:57 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SJwvsd051505; Tue, 28 Feb 2006 19:58:57 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SJwvGL051504; Tue, 28 Feb 2006 19:58:57 GMT (envelope-from jmg) Message-Id: <200602281958.k1SJwvGL051504@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 28 Feb 2006 19:58:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 19:58:58 -0000 jmg 2006-02-28 19:58:57 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: update examples to use the correct terms that was never updated when the earlier descriptions were gone over... MFC after: 3 days Revision Changes Path 1.32 +3 -3 src/share/man/man9/bus_dma.9 From owner-cvs-src@FreeBSD.ORG Tue Feb 28 20:11:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA21B16A420; Tue, 28 Feb 2006 20:11:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A01B43D5E; Tue, 28 Feb 2006 20:11:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SKBUtq052042; Tue, 28 Feb 2006 20:11:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SKBU5G052041; Tue, 28 Feb 2006 20:11:30 GMT (envelope-from jhb) Message-Id: <200602282011.k1SKBU5G052041@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Feb 2006 20:11:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys proc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 20:11:32 -0000 jhb 2006-02-28 20:11:30 UTC FreeBSD src repository Modified files: sys/sys proc.h Log: Allow PHOLD()'s of curproc even if P_WEXIT is set. Normally we don't want to allow PHOLD()'s of processes that have P_WEXIT set as once that flag is set we aren't guaranteed to block in exit1() waiting for the PRELE() (we might already be past the wait). However, curproc is a bit of a special case. By the time P_WEXIT is set, the process is single-threaded, so the only thread for which can do a PHOLD(curproc) is the thread executing in exit1(). The fact that this thread is executing ensures that the process won't go away before the current hold is released via PRELE(). This fixes some panics due to kicking off softupdate operations inside of exit1() after the recent PHOLD changes to fix ptrace/procfs vs exit races. MFC after: 1 week Tested by: pho Revision Changes Path 1.455 +2 -1 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Tue Feb 28 20:29:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD0F16A420; Tue, 28 Feb 2006 20:29:44 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB01F43D45; Tue, 28 Feb 2006 20:29:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SKTh8T052751; Tue, 28 Feb 2006 20:29:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SKThrZ052750; Tue, 28 Feb 2006 20:29:43 GMT (envelope-from jhb) Message-Id: <200602282029.k1SKThrZ052750@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Feb 2006 20:29:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c menus.c sysinstall.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 20:29:44 -0000 jhb 2006-02-28 20:29:43 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c menus.c sysinstall.h Log: - Autogenerate a menu containing a list of countries and keymaps supported by syscons. - If we are running as init, popup the country menu before the main menu. If a non-default country is chosen, then a second menu is brought up to let the user choose a keymap. By default the default keymap for the country that was selected is highlighted. If the user chooses the default country, then the default keymap is just assumed and the user is not presented with the keymap menu. Currently the default country is set to "United States" except for PC98 which assumes "Japan". PR: bin/93853 Submitted by: Seth Kingsley sethk at magnesium dot net MFC after: 3 days Revision Changes Path 1.137 +23 -2 src/usr.sbin/sysinstall/Makefile 1.235 +15 -0 src/usr.sbin/sysinstall/config.c 1.46 +70 -0 src/usr.sbin/sysinstall/dmenu.c 1.7 +65 -1 src/usr.sbin/sysinstall/keymap.c 1.73 +4 -0 src/usr.sbin/sysinstall/main.c 1.415 +6 -2 src/usr.sbin/sysinstall/menus.c 1.268 +14 -0 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-src@FreeBSD.ORG Tue Feb 28 20:34:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B87516A423; Tue, 28 Feb 2006 20:34:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B6143D46; Tue, 28 Feb 2006 20:34:51 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SKYoCm052945; Tue, 28 Feb 2006 20:34:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SKYo8T052944; Tue, 28 Feb 2006 20:34:50 GMT (envelope-from jhb) Message-Id: <200602282034.k1SKYo8T052944@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Feb 2006 20:34:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall config.c system.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 20:34:51 -0000 jhb 2006-02-28 20:34:50 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall config.c system.c Log: G/C some cruft. Revision Changes Path 1.236 +0 -37 src/usr.sbin/sysinstall/config.c 1.127 +2 -0 src/usr.sbin/sysinstall/system.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 20:56:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC3B616A420; Tue, 28 Feb 2006 20:56:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9845843D48; Tue, 28 Feb 2006 20:56:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SKuwQW061296; Tue, 28 Feb 2006 20:56:58 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SKuwlt061295; Tue, 28 Feb 2006 20:56:58 GMT (envelope-from jhb) Message-Id: <200602282056.k1SKuwlt061295@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Feb 2006 20:56:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall devices.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 20:56:59 -0000 jhb 2006-02-28 20:56:58 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c Log: Drop unused major, minor, and delta values from device table. Revision Changes Path 1.165 +20 -23 src/usr.sbin/sysinstall/devices.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 21:11:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 649C216A420; Tue, 28 Feb 2006 21:11:37 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FC7F43D46; Tue, 28 Feb 2006 21:11:37 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SLBbWU061952; Tue, 28 Feb 2006 21:11:37 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SLBa7n061951; Tue, 28 Feb 2006 21:11:37 GMT (envelope-from wilko) Message-Id: <200602282111.k1SLBa7n061951@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 28 Feb 2006 21:11:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 21:11:37 -0000 wilko 2006-02-28 21:11:36 UTC FreeBSD src repository Modified files: . access Log: Welcome brueffer to the ranks of the src committers. rwatson to mentor. Approved by: core With hat: core-secretary Revision Changes Path 1.741 +1 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Tue Feb 28 21:12:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFE7916A420; Tue, 28 Feb 2006 21:12:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8769043D4C; Tue, 28 Feb 2006 21:12:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SLCGZB062012; Tue, 28 Feb 2006 21:12:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SLCGRA062011; Tue, 28 Feb 2006 21:12:16 GMT (envelope-from jhb) Message-Id: <200602282112.k1SLCGRA062011@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Feb 2006 21:12:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall devices.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 21:12:17 -0000 jhb 2006-02-28 21:12:16 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c Log: Use some helper macros for the device table so it can fit in 80 columns and to allow us to use default values in some entries to quiet warnings. This table is actually readable again now. Revision Changes Path 1.166 +89 -77 src/usr.sbin/sysinstall/devices.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 21:25:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1138216A420; Tue, 28 Feb 2006 21:25:02 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6FCF43D49; Tue, 28 Feb 2006 21:25:01 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SLP03I062453; Tue, 28 Feb 2006 21:25:00 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SLP0CO062452; Tue, 28 Feb 2006 21:25:00 GMT (envelope-from brueffer) Message-Id: <200602282125.k1SLP0CO062452@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 28 Feb 2006 21:25:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/sparc64 trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 21:25:02 -0000 brueffer 2006-02-28 21:25:00 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 trap.c Log: Fix a c/p error. Obtained from: The TrustedBSD Project Approved by: rwatson (mentor) Revision Changes Path 1.79 +1 -1 src/sys/sparc64/sparc64/trap.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 21:49:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A708316A420; Tue, 28 Feb 2006 21:49:40 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6AE043D76; Tue, 28 Feb 2006 21:49:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SLnX7b067420; Tue, 28 Feb 2006 21:49:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SLnXwP067419; Tue, 28 Feb 2006 21:49:33 GMT (envelope-from jhb) Message-Id: <200602282149.k1SLnXwP067419@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Feb 2006 21:49:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall Makefile anonFTP.c config.c disks.c dist.c dmenu.c http.c index.c installUpgrade.c label.c media.c options.c package.c sysinstall.h tcpip.c user.c wizard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 21:49:40 -0000 jhb 2006-02-28 21:49:33 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall Makefile anonFTP.c config.c disks.c dist.c dmenu.c http.c index.c installUpgrade.c label.c media.c options.c package.c sysinstall.h tcpip.c user.c wizard.c Log: Fix numerous warnings. Aside from menu items in system.c and menu.c this now compiles on i386 with WARNS?= 3. Most of the fixes included adding missing 'static' keywords to internal functions, using fully-defined terminators in statically defined arrays of structs, and various signed vs unsigned mismatches. Also G/C'd unused configSecurity() function. Revision Changes Path 1.138 +1 -1 src/usr.sbin/sysinstall/Makefile 1.38 +1 -1 src/usr.sbin/sysinstall/anonFTP.c 1.237 +1 -12 src/usr.sbin/sysinstall/config.c 1.157 +1 -1 src/usr.sbin/sysinstall/disks.c 1.241 +4 -3 src/usr.sbin/sysinstall/dist.c 1.47 +1 -1 src/usr.sbin/sysinstall/dmenu.c 1.8 +1 -1 src/usr.sbin/sysinstall/http.c 1.107 +9 -8 src/usr.sbin/sysinstall/index.c 1.86 +2 -2 src/usr.sbin/sysinstall/installUpgrade.c 1.151 +0 -1 src/usr.sbin/sysinstall/label.c 1.123 +3 -2 src/usr.sbin/sysinstall/media.c 1.82 +10 -10 src/usr.sbin/sysinstall/options.c 1.104 +2 -1 src/usr.sbin/sysinstall/package.c 1.269 +4 -1 src/usr.sbin/sysinstall/sysinstall.h 1.136 +5 -4 src/usr.sbin/sysinstall/tcpip.c 1.20 +2 -2 src/usr.sbin/sysinstall/user.c 1.24 +2 -2 src/usr.sbin/sysinstall/wizard.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 22:24:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D66816A420; Tue, 28 Feb 2006 22:24:56 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2A9F43D45; Tue, 28 Feb 2006 22:24:55 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SMOtrQ070242; Tue, 28 Feb 2006 22:24:55 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SMOtJt070241; Tue, 28 Feb 2006 22:24:55 GMT (envelope-from jhb) Message-Id: <200602282224.k1SMOtJt070241@repoman.freebsd.org> From: John Baldwin Date: Tue, 28 Feb 2006 22:24:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic.c local_apic.c mp_machdep.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 22:24:56 -0000 jhb 2006-02-28 22:24:55 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c sys/amd64/include apicvar.h intr_machdep.h sys/amd64/isa atpic.c sys/i386/i386 intr_machdep.c io_apic.c local_apic.c mp_machdep.c sys/i386/include apicvar.h intr_machdep.h sys/i386/isa atpic.c Log: Rework how we wire up interrupt sources to CPUs: - Throw out all of the logical APIC ID stuff. The Intel docs are somewhat ambiguous, but it seems that the "flat" cluster model we are currently using is only supported on Pentium and P6 family CPUs. The other "hierarchy" cluster model that is supported on all Intel CPUs with local APICs is severely underdocumented. For example, it's not clear if the OS needs to glean the topology of the APIC hierarchy from somewhere (neither ACPI nor MP Table include it) and setup the logical clusters based on the physical hierarchy or not. Not only that, but on certain Intel chipsets, even though there were 4 CPUs in a logical cluster, all the interrupts were only sent to one CPU anyway. - We now bind interrupts to individual CPUs using physical addressing via the local APIC IDs. This code has also moved out of the ioapic PIC driver and into the common interrupt source code so that it can be shared with MSI interrupt sources since MSI is addressed to APICs the same way that I/O APIC pins are. - Interrupt source classes grow a new method pic_assign_cpu() to bind an interrupt source to a specific local APIC ID. - The SMP code now tells the interrupt code which CPUs are avaiable to handle interrupts in a simpler and more intuitive manner. For one thing, it means we could now choose to not route interrupts to HT cores if we wanted to (this code is currently in place in fact, but under an #if 0 for now). - For now we simply do static round-robin of IRQs to CPUs when the first interrupt handler just as before, with the change that IRQs are now bound to individual CPUs rather than groups of up to 4 CPUs. - Because the IRQ to CPU mapping has now been moved up a layer, it would be easier to manage this mapping from higher levels. For example, we could allow drivers to specify a CPU affinity map for their interrupts, or we could allow a userland tool to bind IRQs to specific CPUs. The MFC is tentative, but I want to see if this fixes problems some folks had with UP APIC kernels on 6.0 on SMP machines (an SMP kernel would work fine, but a UP APIC kernel (such as GENERIC in RELENG_6) would lose interrupts). MFC after: 1 week Revision Changes Path 1.19 +91 -1 src/sys/amd64/amd64/intr_machdep.c 1.21 +20 -95 src/sys/amd64/amd64/io_apic.c 1.24 +2 -14 src/sys/amd64/amd64/local_apic.c 1.269 +18 -22 src/sys/amd64/amd64/mp_machdep.c 1.17 +0 -1 src/sys/amd64/include/apicvar.h 1.9 +7 -0 src/sys/amd64/include/intr_machdep.h 1.19 +14 -2 src/sys/amd64/isa/atpic.c 1.18 +91 -1 src/sys/i386/i386/intr_machdep.c 1.26 +20 -95 src/sys/i386/i386/io_apic.c 1.26 +2 -14 src/sys/i386/i386/local_apic.c 1.263 +18 -22 src/sys/i386/i386/mp_machdep.c 1.17 +0 -1 src/sys/i386/include/apicvar.h 1.11 +7 -0 src/sys/i386/include/intr_machdep.h 1.25 +14 -2 src/sys/i386/isa/atpic.c From owner-cvs-src@FreeBSD.ORG Tue Feb 28 22:34:10 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 705E516A420; Tue, 28 Feb 2006 22:34:10 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE7143D45; Tue, 28 Feb 2006 22:34:09 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k1SMY8vv020192; Tue, 28 Feb 2006 17:34:08 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Tue, 28 Feb 2006 17:35:09 -0500 User-Agent: KMail/1.9.1 References: <200602282224.k1SMOtJt070241@repoman.freebsd.org> In-Reply-To: <200602282224.k1SMOtJt070241@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602281735.12240.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1306/Tue Feb 28 04:50:04 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic.c local_apic.c mp_machdep.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 22:34:10 -0000 On Tuesday 28 February 2006 17:24, John Baldwin wrote: > jhb 2006-02-28 22:24:55 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c > mp_machdep.c > sys/amd64/include apicvar.h intr_machdep.h > sys/amd64/isa atpic.c > sys/i386/i386 intr_machdep.c io_apic.c local_apic.c > mp_machdep.c > sys/i386/include apicvar.h intr_machdep.h > sys/i386/isa atpic.c > Log: > Rework how we wire up interrupt sources to CPUs: > - Throw out all of the logical APIC ID stuff. The Intel docs are somewhat > ambiguous, but it seems that the "flat" cluster model we are currently > using is only supported on Pentium and P6 family CPUs. The other > "hierarchy" cluster model that is supported on all Intel CPUs with > local APICs is severely underdocumented. For example, it's not clear > if the OS needs to glean the topology of the APIC hierarchy from > somewhere (neither ACPI nor MP Table include it) and setup the logical > clusters based on the physical hierarchy or not. Not only that, but on > certain Intel chipsets, even though there were 4 CPUs in a logical > cluster, all the interrupts were only sent to one CPU anyway. > - We now bind interrupts to individual CPUs using physical addressing via > the local APIC IDs. This code has also moved out of the ioapic PIC > driver and into the common interrupt source code so that it can be > shared with MSI interrupt sources since MSI is addressed to APICs the > same way that I/O APIC pins are. - Use fixed delivery mode rather than low priority, as apparently low priority mode only works with logical APIC IDs (though this is not clearly documented that I've seen). Also, I've observed behavior where low priority mode will deliver interrupts to a different CPU than the one you've specifically routed the IRQ to using physical addressing on certain Intel chipsets. FYI, we use low priority delivery method with a wildcard physical address on all released versions of FreeBSD, back to revision 1.1 of sys/i386/i386/mpapic.c. > - Interrupt source classes grow a new method pic_assign_cpu() to bind an > interrupt source to a specific local APIC ID. > - The SMP code now tells the interrupt code which CPUs are avaiable to > handle interrupts in a simpler and more intuitive manner. For one thing, > it means we could now choose to not route interrupts to HT cores if we > wanted to (this code is currently in place in fact, but under an #if 0 > for now). > - For now we simply do static round-robin of IRQs to CPUs when the first > interrupt handler just as before, with the change that IRQs are now > bound to individual CPUs rather than groups of up to 4 CPUs. > - Because the IRQ to CPU mapping has now been moved up a layer, it would > be easier to manage this mapping from higher levels. For example, we > could allow drivers to specify a CPU affinity map for their interrupts, > or we could allow a userland tool to bind IRQs to specific CPUs. FYI, I think I would prefer the latter, as a sys admin knows that he's routing packets between two different network interfaces and thus wants those devices on separate CPUs (for example), whereas the driver writer isn't really in a position to know that sort of thing. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Feb 28 22:49:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BA6C16A420; Tue, 28 Feb 2006 22:49:45 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C0E43D46; Tue, 28 Feb 2006 22:49:44 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k1SMngVr057827; Tue, 28 Feb 2006 15:49:42 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4404D37E.9040502@samsco.org> Date: Tue, 28 Feb 2006 15:49:34 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200602282224.k1SMOtJt070241@repoman.freebsd.org> <200602281735.12240.jhb@freebsd.org> In-Reply-To: <200602281735.12240.jhb@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic.c local_apic.c mp_machdep.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 22:49:45 -0000 John Baldwin wrote: > On Tuesday 28 February 2006 17:24, John Baldwin wrote: > >>jhb 2006-02-28 22:24:55 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c >> mp_machdep.c >> sys/amd64/include apicvar.h intr_machdep.h >> sys/amd64/isa atpic.c >> sys/i386/i386 intr_machdep.c io_apic.c local_apic.c >> mp_machdep.c >> sys/i386/include apicvar.h intr_machdep.h >> sys/i386/isa atpic.c >> Log: >> Rework how we wire up interrupt sources to CPUs: >> - Throw out all of the logical APIC ID stuff. The Intel docs are somewhat >> ambiguous, but it seems that the "flat" cluster model we are currently >> using is only supported on Pentium and P6 family CPUs. The other >> "hierarchy" cluster model that is supported on all Intel CPUs with >> local APICs is severely underdocumented. For example, it's not clear >> if the OS needs to glean the topology of the APIC hierarchy from >> somewhere (neither ACPI nor MP Table include it) and setup the logical >> clusters based on the physical hierarchy or not. Not only that, but on >> certain Intel chipsets, even though there were 4 CPUs in a logical >> cluster, all the interrupts were only sent to one CPU anyway. >> - We now bind interrupts to individual CPUs using physical addressing via >> the local APIC IDs. This code has also moved out of the ioapic PIC >> driver and into the common interrupt source code so that it can be >> shared with MSI interrupt sources since MSI is addressed to APICs the >> same way that I/O APIC pins are. > > - Use fixed delivery mode rather than low priority, as apparently low > priority mode only works with logical APIC IDs (though this is not > clearly documented that I've seen). Also, I've observed behavior where > low priority mode will deliver interrupts to a different CPU than the > one you've specifically routed the IRQ to using physical addressing > on certain Intel chipsets. FYI, we use low priority delivery method > with a wildcard physical address on all released versions of FreeBSD, > back to revision 1.1 of sys/i386/i386/mpapic.c. > >> - Interrupt source classes grow a new method pic_assign_cpu() to bind an >> interrupt source to a specific local APIC ID. >> - The SMP code now tells the interrupt code which CPUs are avaiable to >> handle interrupts in a simpler and more intuitive manner. For one thing, >> it means we could now choose to not route interrupts to HT cores if we >> wanted to (this code is currently in place in fact, but under an #if 0 >> for now). >> - For now we simply do static round-robin of IRQs to CPUs when the first >> interrupt handler just as before, with the change that IRQs are now >> bound to individual CPUs rather than groups of up to 4 CPUs. >> - Because the IRQ to CPU mapping has now been moved up a layer, it would >> be easier to manage this mapping from higher levels. For example, we >> could allow drivers to specify a CPU affinity map for their interrupts, >> or we could allow a userland tool to bind IRQs to specific CPUs. > > > FYI, I think I would prefer the latter, as a sys admin knows that he's > routing packets between two different network interfaces and thus wants > those devices on separate CPUs (for example), whereas the driver writer > isn't really in a position to know that sort of thing. > Where this is really useful is for people developing FreeBSD-based appliances that have very specific and fixed needs. Also, it's not so much important which CPU gets the interrupt as it is which CPU runs the ithread for that interrupt. I guess that you can get a little better latency by preempting directly from the low-level interrupt handler into the ithread, but I don't know if that is noticable noise above the cost of the context switch and inevitable lock operations and contention involved. Anyways, thanks for this work, it looks very promising. Scott From owner-cvs-src@FreeBSD.ORG Tue Feb 28 22:57:33 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE50416A420; Tue, 28 Feb 2006 22:57:33 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B1E43D6E; Tue, 28 Feb 2006 22:57:23 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k1SMvLVr020347; Tue, 28 Feb 2006 17:57:21 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Scott Long Date: Tue, 28 Feb 2006 17:58:24 -0500 User-Agent: KMail/1.9.1 References: <200602282224.k1SMOtJt070241@repoman.freebsd.org> <200602281735.12240.jhb@freebsd.org> <4404D37E.9040502@samsco.org> In-Reply-To: <4404D37E.9040502@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602281758.26808.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1306/Tue Feb 28 04:50:04 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic.c local_apic.c mp_machdep.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 22:57:34 -0000 On Tuesday 28 February 2006 17:49, Scott Long wrote: > John Baldwin wrote: > > On Tuesday 28 February 2006 17:24, John Baldwin wrote: > > > >>jhb 2006-02-28 22:24:55 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c > >> mp_machdep.c > >> sys/amd64/include apicvar.h intr_machdep.h > >> sys/amd64/isa atpic.c > >> sys/i386/i386 intr_machdep.c io_apic.c local_apic.c > >> mp_machdep.c > >> sys/i386/include apicvar.h intr_machdep.h > >> sys/i386/isa atpic.c > >> Log: > >> Rework how we wire up interrupt sources to CPUs: > >> - Throw out all of the logical APIC ID stuff. The Intel docs are somewhat > >> ambiguous, but it seems that the "flat" cluster model we are currently > >> using is only supported on Pentium and P6 family CPUs. The other > >> "hierarchy" cluster model that is supported on all Intel CPUs with > >> local APICs is severely underdocumented. For example, it's not clear > >> if the OS needs to glean the topology of the APIC hierarchy from > >> somewhere (neither ACPI nor MP Table include it) and setup the logical > >> clusters based on the physical hierarchy or not. Not only that, but on > >> certain Intel chipsets, even though there were 4 CPUs in a logical > >> cluster, all the interrupts were only sent to one CPU anyway. > >> - We now bind interrupts to individual CPUs using physical addressing via > >> the local APIC IDs. This code has also moved out of the ioapic PIC > >> driver and into the common interrupt source code so that it can be > >> shared with MSI interrupt sources since MSI is addressed to APICs the > >> same way that I/O APIC pins are. > > > > - Use fixed delivery mode rather than low priority, as apparently low > > priority mode only works with logical APIC IDs (though this is not > > clearly documented that I've seen). Also, I've observed behavior where > > low priority mode will deliver interrupts to a different CPU than the > > one you've specifically routed the IRQ to using physical addressing > > on certain Intel chipsets. FYI, we use low priority delivery method > > with a wildcard physical address on all released versions of FreeBSD, > > back to revision 1.1 of sys/i386/i386/mpapic.c. > > > >> - Interrupt source classes grow a new method pic_assign_cpu() to bind an > >> interrupt source to a specific local APIC ID. > >> - The SMP code now tells the interrupt code which CPUs are avaiable to > >> handle interrupts in a simpler and more intuitive manner. For one thing, > >> it means we could now choose to not route interrupts to HT cores if we > >> wanted to (this code is currently in place in fact, but under an #if 0 > >> for now). > >> - For now we simply do static round-robin of IRQs to CPUs when the first > >> interrupt handler just as before, with the change that IRQs are now > >> bound to individual CPUs rather than groups of up to 4 CPUs. > >> - Because the IRQ to CPU mapping has now been moved up a layer, it would > >> be easier to manage this mapping from higher levels. For example, we > >> could allow drivers to specify a CPU affinity map for their interrupts, > >> or we could allow a userland tool to bind IRQs to specific CPUs. > > > > > > FYI, I think I would prefer the latter, as a sys admin knows that he's > > routing packets between two different network interfaces and thus wants > > those devices on separate CPUs (for example), whereas the driver writer > > isn't really in a position to know that sort of thing. > > > > Where this is really useful is for people developing FreeBSD-based > appliances that have very specific and fixed needs. Also, it's not so > much important which CPU gets the interrupt as it is which CPU runs the > ithread for that interrupt. I guess that you can get a little better > latency by preempting directly from the low-level interrupt handler into > the ithread, but I don't know if that is noticable noise above the cost > of the context switch and inevitable lock operations and contention > involved. > > Anyways, thanks for this work, it looks very promising. I figured that if we do provide a userland tool, that the interface it used would both bind the IRQ (to bind the low-level handler) as well as the ithread (using sched_bind()) to the given CPU. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Feb 28 23:05:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 937FD16A422; Tue, 28 Feb 2006 23:05:59 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678D443D45; Tue, 28 Feb 2006 23:05:59 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SN5xDC072021; Tue, 28 Feb 2006 23:05:59 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SN5xC7072020; Tue, 28 Feb 2006 23:05:59 GMT (envelope-from andre) Message-Id: <200602282305.k1SN5xC7072020@repoman.freebsd.org> From: Andre Oppermann Date: Tue, 28 Feb 2006 23:05:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet tcp_input.c tcp_syncache.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 23:05:59 -0000 andre 2006-02-28 23:05:59 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_syncache.c tcp_var.h Log: Rework TCP window scaling (RFC1323) to properly scale the send window right from the beginning and partly clean up the differences in handling between SYN_SENT and SYN_RCVD (syncache). Further changes to this code to come. This is a first incremental step to a general overhaul and streamlining of the TCP code. PR: kern/15095 PR: kern/92690 (partly) Reviewed by: qingli (and tested with ANVL) Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.291 +20 -19 src/sys/netinet/tcp_input.c 1.85 +1 -1 src/sys/netinet/tcp_syncache.c 1.128 +1 -1 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Tue Feb 28 23:46:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3531416A420; Tue, 28 Feb 2006 23:46:24 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 076E443D45; Tue, 28 Feb 2006 23:46:24 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1SNkNVs073717; Tue, 28 Feb 2006 23:46:23 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1SNkNHq073716; Tue, 28 Feb 2006 23:46:23 GMT (envelope-from emax) Message-Id: <200602282346.k1SNkNHq073716@repoman.freebsd.org> From: Maksim Yevmenkin Date: Tue, 28 Feb 2006 23:46:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 28 Feb 2006 23:46:24 -0000 emax 2006-02-28 23:46:23 UTC FreeBSD src repository Modified files: sys/dev/kbd kbd.c sys/dev/syscons syscons.c Log: Integrate kbdmux(4) into syscons(4) and kbd code. By default syscons(4) will look for the kbdmux(4) keyboard first, and then, if not found, look for any keyboard. Current kbd code is modified so if kbdmux(4) is the current keyboard, all new keyboards are automatically added to the kbdmux(4). Switch to kbdmux(4) can be done at boot time, by loading kbdmux module at the loader prompt, or at runtime, by kldload'ing the kbdmux module and releasing current active keyboard. If, for whatever reason, kbdmux(4) is not required/desired then just do not load it and everything should work as before. It is also possible to kldunload kbdmux at runtime and syscons(4) will automatically switch to the first available keyboard. No response from: freebsd-current@ MFC after: 1 day Revision Changes Path 1.45 +24 -0 src/sys/dev/kbd/kbd.c 1.442 +42 -4 src/sys/dev/syscons/syscons.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 01:45:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D324816A420; Wed, 1 Mar 2006 01:45:44 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDD6643D4C; Wed, 1 Mar 2006 01:45:43 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k211jgnI058955; Tue, 28 Feb 2006 18:45:42 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4404FCC8.5070907@samsco.org> Date: Tue, 28 Feb 2006 18:45:44 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maksim Yevmenkin References: <200602282346.k1SNkNHq073716@repoman.freebsd.org> In-Reply-To: <200602282346.k1SNkNHq073716@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 01:45:45 -0000 Maksim Yevmenkin wrote: > emax 2006-02-28 23:46:23 UTC > > FreeBSD src repository > > Modified files: > sys/dev/kbd kbd.c > sys/dev/syscons syscons.c > Log: > Integrate kbdmux(4) into syscons(4) and kbd code. > > By default syscons(4) will look for the kbdmux(4) keyboard first, and then, > if not found, look for any keyboard. > > Current kbd code is modified so if kbdmux(4) is the current keyboard, all > new keyboards are automatically added to the kbdmux(4). > > Switch to kbdmux(4) can be done at boot time, by loading kbdmux module at > the loader prompt, or at runtime, by kldload'ing the kbdmux module and > releasing current active keyboard. > > If, for whatever reason, kbdmux(4) is not required/desired then just do > not load it and everything should work as before. It is also possible to > kldunload kbdmux at runtime and syscons(4) will automatically switch to > the first available keyboard. > > No response from: freebsd-current@ > MFC after: 1 day > > Revision Changes Path > 1.45 +24 -0 src/sys/dev/kbd/kbd.c > 1.442 +42 -4 src/sys/dev/syscons/syscons.c Ultimately I would like to see this enabled by default so that everything 'just works', but with a way to easily disable it in case something goes wrong. Would that be possible? Scott From owner-cvs-src@FreeBSD.ORG Wed Mar 1 01:59:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFA6E16A420; Wed, 1 Mar 2006 01:59:05 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE87E43D45; Wed, 1 Mar 2006 01:59:05 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k211x5oH085723; Wed, 1 Mar 2006 01:59:05 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k211x55F085722; Wed, 1 Mar 2006 01:59:05 GMT (envelope-from iedowse) Message-Id: <200603010159.k211x55F085722@repoman.freebsd.org> From: Ian Dowse Date: Wed, 1 Mar 2006 01:59:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb ehci.c ohci.c uhci.c usb_subr.c usbdivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 01:59:06 -0000 iedowse 2006-03-01 01:59:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb ehci.c ohci.c uhci.c usb_subr.c usbdivar.h Log: MFC: save and restore the data toggle value when a pipe to an endpoint is closed and then reopened. This is reported to fix timeouts with USB scanners and some other USB devices that were seen since the recent removal of the clear-stall-on-open code. Approved by: re (scottl) Revision Changes Path 1.36.2.2 +3 -1 src/sys/dev/usb/ehci.c 1.154.2.3 +5 -1 src/sys/dev/usb/ohci.c 1.162.2.1 +2 -1 src/sys/dev/usb/uhci.c 1.76.2.3 +1 -0 src/sys/dev/usb/usb_subr.c 1.43.2.1 +1 -0 src/sys/dev/usb/usbdivar.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 02:34:17 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E97B616A420; Wed, 1 Mar 2006 02:34:16 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8640743D45; Wed, 1 Mar 2006 02:34:16 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k212YGdj087147; Wed, 1 Mar 2006 02:34:16 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k212YG8a087146; Wed, 1 Mar 2006 02:34:16 GMT (envelope-from emax) Message-Id: <200603010234.k212YG8a087146@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 1 Mar 2006 02:34:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/usb ukbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 02:34:17 -0000 emax 2006-03-01 02:34:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb ukbd.c Log: MFC: Make ukbd(4) to not delay break scancodes in "raw" mode. Developed with: Norbert Koch < NKoch at demig dot de > No response from: freebsd-current@ Tested by: Norbert Koch < NKoch at demig dot de > Approved by: re (scottl) Revision Changes Path 1.52.2.1 +1 -3 src/sys/dev/usb/ukbd.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 02:37:22 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA82416A424 for ; Wed, 1 Mar 2006 02:37:22 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E2643D5E for ; Wed, 1 Mar 2006 02:37:20 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by nproxy.gmail.com with SMTP id n29so17130nfc for ; Tue, 28 Feb 2006 18:37:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q5HalKYjGym2cLrHUbgqxqlTcM8t38pXyPE93jpTkMYt+UD8HWgZn/yuY0/qkpb2h2xkJJk09mJgr/ytGIZO8Wle6ahAXiW4c1oYWAHRY8gtkkR1kukxUINZIXWpvuyv8qc4kL9QkU9Br2Zw1ipigE8yWcsbsG0mmAjwhmCnOeo= Received: by 10.49.17.2 with SMTP id u2mr857348nfi; Tue, 28 Feb 2006 18:37:19 -0800 (PST) Received: by 10.49.4.2 with HTTP; Tue, 28 Feb 2006 18:37:19 -0800 (PST) Message-ID: Date: Tue, 28 Feb 2006 18:37:19 -0800 From: "Maksim Yevmenkin" To: "Scott Long" In-Reply-To: <4404FCC8.5070907@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602282346.k1SNkNHq073716@repoman.freebsd.org> <4404FCC8.5070907@samsco.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 02:37:23 -0000 On 2/28/06, Scott Long wrote: > Maksim Yevmenkin wrote: > > emax 2006-02-28 23:46:23 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/kbd kbd.c > > sys/dev/syscons syscons.c > > Log: > > Integrate kbdmux(4) into syscons(4) and kbd code. > > > > By default syscons(4) will look for the kbdmux(4) keyboard first, and= then, > > if not found, look for any keyboard. > > > > Current kbd code is modified so if kbdmux(4) is the current keyboard,= all > > new keyboards are automatically added to the kbdmux(4). > > > > Switch to kbdmux(4) can be done at boot time, by loading kbdmux modul= e at > > the loader prompt, or at runtime, by kldload'ing the kbdmux module an= d > > releasing current active keyboard. > > > > If, for whatever reason, kbdmux(4) is not required/desired then just = do > > not load it and everything should work as before. It is also possible= to > > kldunload kbdmux at runtime and syscons(4) will automatically switch = to > > the first available keyboard. > > > > No response from: freebsd-current@ > > MFC after: 1 day > > > > Revision Changes Path > > 1.45 +24 -0 src/sys/dev/kbd/kbd.c > > 1.442 +42 -4 src/sys/dev/syscons/syscons.c > > Ultimately I would like to see this enabled by default so that > everything 'just works', but with a way to easily disable it in case > something goes wrong. Would that be possible? right now i can think of two ways to make it enabled by default: 1) add 'device kbdmux' to the kernel config (or even make it required) 2) set kbdmux_load to "YES" somewhere in loader.* files (somewhat similar to acpi). with option (2) above it would be easy to disable, i.e. just do unset kdbmux_load at loader command prompt or loader.rc thanks, max > > Scott > > From owner-cvs-src@FreeBSD.ORG Wed Mar 1 02:48:15 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6272216A420; Wed, 1 Mar 2006 02:48:15 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6034243D49; Wed, 1 Mar 2006 02:48:07 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k212m6sE059265; Tue, 28 Feb 2006 19:48:06 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44050B67.3040302@samsco.org> Date: Tue, 28 Feb 2006 19:48:07 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maksim Yevmenkin References: <200602282346.k1SNkNHq073716@repoman.freebsd.org> <4404FCC8.5070907@samsco.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 02:48:15 -0000 Maksim Yevmenkin wrote: > On 2/28/06, Scott Long wrote: > >>Maksim Yevmenkin wrote: >> >>>emax 2006-02-28 23:46:23 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/dev/kbd kbd.c >>> sys/dev/syscons syscons.c >>> Log: >>> Integrate kbdmux(4) into syscons(4) and kbd code. >>> >>> By default syscons(4) will look for the kbdmux(4) keyboard first, and then, >>> if not found, look for any keyboard. >>> >>> Current kbd code is modified so if kbdmux(4) is the current keyboard, all >>> new keyboards are automatically added to the kbdmux(4). >>> >>> Switch to kbdmux(4) can be done at boot time, by loading kbdmux module at >>> the loader prompt, or at runtime, by kldload'ing the kbdmux module and >>> releasing current active keyboard. >>> >>> If, for whatever reason, kbdmux(4) is not required/desired then just do >>> not load it and everything should work as before. It is also possible to >>> kldunload kbdmux at runtime and syscons(4) will automatically switch to >>> the first available keyboard. >>> >>> No response from: freebsd-current@ >>> MFC after: 1 day >>> >>> Revision Changes Path >>> 1.45 +24 -0 src/sys/dev/kbd/kbd.c >>> 1.442 +42 -4 src/sys/dev/syscons/syscons.c >> >>Ultimately I would like to see this enabled by default so that >>everything 'just works', but with a way to easily disable it in case >>something goes wrong. Would that be possible? > > > right now i can think of two ways to make it enabled by default: > > 1) add 'device kbdmux' to the kernel config (or even make it required) Could you add a check to the probe/attach routines of kbdmux so that it could be disabled via a loader hint? I assume that there will only be one instance of the kbdmux device, so this should be easy to do. Something similar is possible with acpi, fwiw. > > 2) set kbdmux_load to "YES" somewhere in loader.* files (somewhat > similar to acpi). Actually, acpi is much more evil. The loader probes the BIOS to see if ACPI tables are present, and then sets the acpi_load variable based on that. So no variables in loader.* are present in the default install. If we wanted to add the kbdmux_load variable in the default system then we will need to add /usr/src/sys/boot/forth/loader.conf, or add magic to the installkernel target to handle it similar to device.hints. > > with option (2) above it would be easy to disable, i.e. just do > > unset kdbmux_load > > at loader command prompt or loader.rc > > thanks, > max > Scott From owner-cvs-src@FreeBSD.ORG Wed Mar 1 03:36:28 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F15CB16A420 for ; Wed, 1 Mar 2006 03:36:28 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D7FC43D53 for ; Wed, 1 Mar 2006 03:36:26 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by nproxy.gmail.com with SMTP id b2so23378nfe for ; Tue, 28 Feb 2006 19:36:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZpDIFlTnsS1ZQAWNzJDtwEU7L4Vfbhn2CTA6y46bY8EiBXdATIWvENTFbXJL1wp2yJDeAz8dLf27oMrVwOUlzAJFK68P6+YFx+oPs2twMa+Gah3QjNysfTmGuR7oDGJs+EilaqfkF2Nz+kE6kbkBkxRPcBnksZ6NkXSqv+tP/nY= Received: by 10.49.56.6 with SMTP id i6mr830712nfk; Tue, 28 Feb 2006 19:36:25 -0800 (PST) Received: by 10.49.4.2 with HTTP; Tue, 28 Feb 2006 19:36:25 -0800 (PST) Message-ID: Date: Tue, 28 Feb 2006 19:36:25 -0800 From: "Maksim Yevmenkin" To: "Scott Long" In-Reply-To: <44050B67.3040302@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602282346.k1SNkNHq073716@repoman.freebsd.org> <4404FCC8.5070907@samsco.org> <44050B67.3040302@samsco.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 03:36:29 -0000 On 2/28/06, Scott Long wrote: > Maksim Yevmenkin wrote: [...] > >>Ultimately I would like to see this enabled by default so that > >>everything 'just works', but with a way to easily disable it in case > >>something goes wrong. Would that be possible? > > > > right now i can think of two ways to make it enabled by default: > > > > 1) add 'device kbdmux' to the kernel config (or even make it required) > > Could you add a check to the probe/attach routines of kbdmux so that it > could be disabled via a loader hint? I assume that there will only be > one instance of the kbdmux device, so this should be easy to do. > Something similar is possible with acpi, fwiw. sure. i can add check in kbdmux_probe(). > > 2) set kbdmux_load to "YES" somewhere in loader.* files (somewhat > > similar to acpi). > > Actually, acpi is much more evil. The loader probes the BIOS to see if > ACPI tables are present, and then sets the acpi_load variable based on > that. So no variables in loader.* are present in the default install. > If we wanted to add the kbdmux_load variable in the default system then > we will need to add /usr/src/sys/boot/forth/loader.conf, or add magic > to the installkernel target to handle it similar to device.hints. ok. i will add check for hints then. so, i guess, the plan is to add device kbdmux into default kernel config and use hints do enable/disable kbdmux, right? thanks, max From owner-cvs-src@FreeBSD.ORG Wed Mar 1 05:57:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61C8116A422; Wed, 1 Mar 2006 05:57:16 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B0443D45; Wed, 1 Mar 2006 05:57:16 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k215vFb4002635; Wed, 1 Mar 2006 05:57:15 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k215vF81002634; Wed, 1 Mar 2006 05:57:15 GMT (envelope-from sam) Message-Id: <200603010557.k215vF81002634@repoman.freebsd.org> From: Sam Leffler Date: Wed, 1 Mar 2006 05:57:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/include mptable.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 05:57:16 -0000 sam 2006-03-01 05:57:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/include mptable.h Log: MFC 1.223: guard function decls with _KERNEL so user code can include this file Approved by: re (scottl) Revision Changes Path 1.222.2.1 +2 -1 src/sys/i386/include/mptable.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 05:59:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D0516A458; Wed, 1 Mar 2006 05:59:56 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90FB43D46; Wed, 1 Mar 2006 05:59:56 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k215xuJj002756; Wed, 1 Mar 2006 05:59:56 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k215xuS8002755; Wed, 1 Mar 2006 05:59:56 GMT (envelope-from sam) Message-Id: <200603010559.k215xuS8002755@repoman.freebsd.org> From: Sam Leffler Date: Wed, 1 Mar 2006 05:59:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/include mptable.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 05:59:57 -0000 sam 2006-03-01 05:59:56 UTC FreeBSD src repository Modified files: sys/amd64/include mptable.h Log: guard function decls with _KERNEL so user code can include this file Revision Changes Path 1.223 +2 -1 src/sys/amd64/include/mptable.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:02:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 915DE16A420; Wed, 1 Mar 2006 06:02:52 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AEDD43D68; Wed, 1 Mar 2006 06:02:43 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2162gGt002971; Wed, 1 Mar 2006 06:02:42 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2162gwE002970; Wed, 1 Mar 2006 06:02:42 GMT (envelope-from sam) Message-Id: <200603010602.k2162gwE002970@repoman.freebsd.org> From: Sam Leffler Date: Wed, 1 Mar 2006 06:02:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/include mptable.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:02:52 -0000 sam 2006-03-01 06:02:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/include mptable.h Log: guard function decls with _KERNEL so user code can include this file Approved by: re (scottl) Revision Changes Path 1.222.2.1 +2 -1 src/sys/amd64/include/mptable.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:04:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B9916A422; Wed, 1 Mar 2006 06:04:06 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8BC043D8D; Wed, 1 Mar 2006 06:03:55 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2163tLu003057; Wed, 1 Mar 2006 06:03:55 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2163tmZ003056; Wed, 1 Mar 2006 06:03:55 GMT (envelope-from sam) Message-Id: <200603010603.k2163tmZ003056@repoman.freebsd.org> From: Sam Leffler Date: Wed, 1 Mar 2006 06:03:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/tools/tools README src/tools/tools/ncpus Makefile acpi.c acpidump.h biosmptable.c ncpus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:04:06 -0000 sam 2006-03-01 06:03:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) tools/tools README Added files: (Branch: RELENG_6) tools/tools/ncpus Makefile acpi.c acpidump.h biosmptable.c ncpus.c Log: MFC ncpus: test program to check cpu counting Approved by: re (scottl) Revision Changes Path 1.40.2.1 +1 -0 src/tools/tools/README 1.1.2.1 +11 -0 src/tools/tools/ncpus/Makefile (new) 1.2.2.1 +335 -0 src/tools/tools/ncpus/acpi.c (new) 1.1.2.1 +177 -0 src/tools/tools/ncpus/acpidump.h (new) 1.1.2.1 +265 -0 src/tools/tools/ncpus/biosmptable.c (new) 1.1.2.1 +14 -0 src/tools/tools/ncpus/ncpus.c (new) From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:14:13 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 9CD1016A422; Wed, 1 Mar 2006 06:14:13 +0000 (GMT) Date: Wed, 1 Mar 2006 06:14:13 +0000 From: Alexey Dokuchaev To: Maksim Yevmenkin Message-ID: <20060301061413.GA7317@FreeBSD.org> References: <200602282346.k1SNkNHq073716@repoman.freebsd.org> <4404FCC8.5070907@samsco.org> <44050B67.3040302@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:14:13 -0000 On Tue, Feb 28, 2006 at 07:36:25PM -0800, Maksim Yevmenkin wrote: > On 2/28/06, Scott Long wrote: > > Maksim Yevmenkin wrote: > > [...] > > > >>Ultimately I would like to see this enabled by default so that > > >>everything 'just works', but with a way to easily disable it in case > > >>something goes wrong. Would that be possible? > > > > > > right now i can think of two ways to make it enabled by default: > > > > > > 1) add 'device kbdmux' to the kernel config (or even make it required) > > > > Could you add a check to the probe/attach routines of kbdmux so that it > > could be disabled via a loader hint? I assume that there will only be > > one instance of the kbdmux device, so this should be easy to do. > > Something similar is possible with acpi, fwiw. > > sure. i can add check in kbdmux_probe(). > > > > 2) set kbdmux_load to "YES" somewhere in loader.* files (somewhat > > > similar to acpi). > > > > Actually, acpi is much more evil. The loader probes the BIOS to see if > > ACPI tables are present, and then sets the acpi_load variable based on > > that. So no variables in loader.* are present in the default install. > > If we wanted to add the kbdmux_load variable in the default system then > > we will need to add /usr/src/sys/boot/forth/loader.conf, or add magic > > to the installkernel target to handle it similar to device.hints. > > ok. i will add check for hints then. so, i guess, the plan is to add > > device kbdmux > > into default kernel config and use hints do enable/disable kbdmux, right? I would still prefer to be able to have a slim kernel with as mush as possible done via modules, e.g. I'd like to see kbdmux(4) optional in kernel (I don't really care if it would present in default GENERIC though). ./danfe From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:25:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD21716A424; Wed, 1 Mar 2006 06:25:46 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9267643D46; Wed, 1 Mar 2006 06:25:46 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k216Pk04003878; Wed, 1 Mar 2006 06:25:46 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k216PkAC003877; Wed, 1 Mar 2006 06:25:46 GMT (envelope-from davidxu) Message-Id: <200603010625.k216PkAC003877@repoman.freebsd.org> From: David Xu Date: Wed, 1 Mar 2006 06:25:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:25:47 -0000 davidxu 2006-03-01 06:25:46 UTC FreeBSD src repository Modified files: lib/libc/sys Makefile.inc Log: Disconnect mqueue from buildworld, as I will implement it in seperated library. Revision Changes Path 1.120 +1 -1 src/lib/libc/sys/Makefile.inc From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:29:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F9F016A420; Wed, 1 Mar 2006 06:29:36 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 332C743D67; Wed, 1 Mar 2006 06:29:35 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k216TZJn004058; Wed, 1 Mar 2006 06:29:35 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k216TZfn004057; Wed, 1 Mar 2006 06:29:35 GMT (envelope-from davidxu) Message-Id: <200603010629.k216TZfn004057@repoman.freebsd.org> From: David Xu Date: Wed, 1 Mar 2006 06:29:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys _types.h src/sys/kern kern_time.c syscalls.master uipc_mqueue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:29:36 -0000 davidxu 2006-03-01 06:29:34 UTC FreeBSD src repository Modified files: sys/sys _types.h sys/kern kern_time.c syscalls.master uipc_mqueue.c Log: Let kernel POSIX timer code and mqueue code to use integer as a resource handle, the timer_t and mqd_t types will be a pointer which userland will define it. Revision Changes Path 1.129 +23 -23 src/sys/kern/kern_time.c 1.212 +12 -12 src/sys/kern/syscalls.master 1.14 +12 -12 src/sys/kern/uipc_mqueue.c 1.23 +2 -2 src/sys/sys/_types.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:31:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD09C16A420; Wed, 1 Mar 2006 06:31:24 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7703D43D46; Wed, 1 Mar 2006 06:31:24 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k216VOZ3004239; Wed, 1 Mar 2006 06:31:24 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k216VOpm004238; Wed, 1 Mar 2006 06:31:24 GMT (envelope-from imp) Message-Id: <200603010631.k216VOpm004238@repoman.freebsd.org> From: Warner Losh Date: Wed, 1 Mar 2006 06:31:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb usb_port.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:31:24 -0000 imp 2006-03-01 06:31:24 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Don't free ifaces yet, should fix a panic Revision Changes Path 1.78 +0 -1 src/sys/dev/usb/usb_port.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:37:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF84416A420; Wed, 1 Mar 2006 06:37:34 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBEBA43D46; Wed, 1 Mar 2006 06:37:34 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k216bYVk004568; Wed, 1 Mar 2006 06:37:34 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k216bY1K004567; Wed, 1 Mar 2006 06:37:34 GMT (envelope-from davidxu) Message-Id: <200603010637.k216bY1K004567@repoman.freebsd.org> From: David Xu Date: Wed, 1 Mar 2006 06:37:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/librt Makefile aio.c mq.c sigev_thread.c sigev_thread.h timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:37:35 -0000 davidxu 2006-03-01 06:37:34 UTC FreeBSD src repository Added files: lib/librt Makefile aio.c mq.c sigev_thread.c sigev_thread.h timer.c Log: Bring in my initial version of POSIX realtime extension library. Current the library implements mqueue, timer and aio with SIGEV_THREAD notification supported. Earlier version reviewed by: deischen Revision Changes Path 1.1 +15 -0 src/lib/librt/Makefile (new) 1.1 +156 -0 src/lib/librt/aio.c (new) 1.1 +231 -0 src/lib/librt/mq.c (new) 1.1 +433 -0 src/lib/librt/sigev_thread.c (new) 1.1 +96 -0 src/lib/librt/sigev_thread.h (new) 1.1 +181 -0 src/lib/librt/timer.c (new) From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:43:36 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 735BC16A420; Wed, 1 Mar 2006 06:43:36 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BCEB43D45; Wed, 1 Mar 2006 06:43:35 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k216fSFW097196; Tue, 28 Feb 2006 23:41:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 28 Feb 2006 23:41:35 -0700 (MST) Message-Id: <20060228.234135.82303020.imp@bsdimp.com> To: maksim.yevmenkin@gmail.com From: "M. Warner Losh" In-Reply-To: References: <44050B67.3040302@samsco.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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 28 Feb 2006 23:41:29 -0700 (MST) Cc: cvs-src@freebsd.org, scottl@samsco.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:43:36 -0000 In message: "Maksim Yevmenkin" writes: : ok. i will add check for hints then. so, i guess, the plan is to add : : device kbdmux : : into default kernel config and use hints do enable/disable kbdmux, right? I like this approach. We've had mixed results with automatically loading modules in the past. Warner From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:48:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E23F916A441; Wed, 1 Mar 2006 06:48:34 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6AB543D6E; Wed, 1 Mar 2006 06:48:31 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k216mVQK005035; Wed, 1 Mar 2006 06:48:31 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k216mVCF005034; Wed, 1 Mar 2006 06:48:31 GMT (envelope-from davidxu) Message-Id: <200603010648.k216mVCF005034@repoman.freebsd.org> From: David Xu Date: Wed, 1 Mar 2006 06:48:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys timers.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:48:35 -0000 davidxu 2006-03-01 06:48:31 UTC FreeBSD src repository Modified files: sys/sys timers.h Log: s/timer_t/int/g Revision Changes Path 1.11 +1 -1 src/sys/sys/timers.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:49:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C9716A420; Wed, 1 Mar 2006 06:49:39 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 407CD43D46; Wed, 1 Mar 2006 06:49:39 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k216ndLg005116; Wed, 1 Mar 2006 06:49:39 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k216ndPX005115; Wed, 1 Mar 2006 06:49:39 GMT (envelope-from davidxu) Message-Id: <200603010649.k216ndPX005115@repoman.freebsd.org> From: David Xu Date: Wed, 1 Mar 2006 06:49:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:49:39 -0000 davidxu 2006-03-01 06:49:39 UTC FreeBSD src repository Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regenerate. Revision Changes Path 1.210 +12 -12 src/sys/kern/init_sysent.c 1.194 +12 -12 src/sys/kern/syscalls.c 1.191 +12 -12 src/sys/sys/syscall.h 1.146 +12 -12 src/sys/sys/syscall.mk 1.191 +32 -32 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 06:53:12 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 504DB16A424; Wed, 1 Mar 2006 06:53:12 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B8143D9C; Wed, 1 Mar 2006 06:51:53 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k216pg7X060268; Tue, 28 Feb 2006 23:51:42 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44054480.3060808@samsco.org> Date: Tue, 28 Feb 2006 23:51:44 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <44050B67.3040302@samsco.org> <20060228.234135.82303020.imp@bsdimp.com> In-Reply-To: <20060228.234135.82303020.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, maksim.yevmenkin@gmail.com Subject: Re: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 06:53:12 -0000 M. Warner Losh wrote: > In message: > "Maksim Yevmenkin" writes: > : ok. i will add check for hints then. so, i guess, the plan is to add > : > : device kbdmux > : > : into default kernel config and use hints do enable/disable kbdmux, right? > > I like this approach. We've had mixed results with automatically > loading modules in the past. > > Warner Yup, I agree. Scott From owner-cvs-src@FreeBSD.ORG Wed Mar 1 07:24:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD9B916A420; Wed, 1 Mar 2006 07:24:40 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98FFB43D4C; Wed, 1 Mar 2006 07:24:40 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k217Oedc006424; Wed, 1 Mar 2006 07:24:40 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k217Oeer006423; Wed, 1 Mar 2006 07:24:40 GMT (envelope-from scottl) Message-Id: <200603010724.k217Oeer006423@repoman.freebsd.org> From: Scott Long Date: Wed, 1 Mar 2006 07:24:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/iir iir.c iir.h iir_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 07:24:41 -0000 scottl 2006-03-01 07:24:39 UTC FreeBSD src repository Modified files: sys/dev/iir iir.c iir.h iir_pci.c Log: Big update to the iir driver: - Don't use a common buffer in the softc to store per-command data. Reserve a buffer in the command itself. - Don't allocate DMA memory for the kernel command structures when all you really need is DMA memory for the scratch buffer embedded in them. Instead allocate a slab for the scratch buffers and divide it up as needed. - Call bus_dmamap_unload() at the completion of commands. - Preserve and clear the CAM CCB status flags at completion. - Reorder some low-level command operations to try to close races. - Limit the simq to 32 commands for now. There are some serious problems with the driver under load that are not well understood, so keeping the simq lower helps avoid this. It has been tested at a higher value, but this is a safe value that doesn't show much performance degredation. These changes allow the driver to work reliably with >4GB of memory on i386 and amd64, and also work around deadlocks seen under very high load in certain situations. The work-around is far from ideal, but without and documentation it is hard to know what the right fix is. MFC candidate Revision Changes Path 1.14 +153 -156 src/sys/dev/iir/iir.c 1.15 +8 -7 src/sys/dev/iir/iir.h 1.16 +8 -7 src/sys/dev/iir/iir_pci.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 07:37:34 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B54DA16A422 for ; Wed, 1 Mar 2006 07:37:34 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6559B43D49 for ; Wed, 1 Mar 2006 07:37:33 +0000 (GMT) (envelope-from zombyfork@gmail.com) Received: by nproxy.gmail.com with SMTP id n28so46370nfc for ; Tue, 28 Feb 2006 23:37:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KW7wJQvxlGHUhj6qwgkj5fy4tXcLtrFXb18Y20EtvD91t7ucZAEw2HIgv0U0GP2Ohb71AQyh9GoBel/6kzFNwuFFyUZWwTtVXlIKDLbmwYlAjvfWVI9jOQ53mT8wFRpAYDZCw5S6IbAOHfyFJevMDP9eRHjXD1H2dX6CRiZEv3I= Received: by 10.49.42.13 with SMTP id u13mr970188nfj; Tue, 28 Feb 2006 23:37:31 -0800 (PST) Received: by 10.49.43.17 with HTTP; Tue, 28 Feb 2006 23:37:31 -0800 (PST) Message-ID: <346a80220602282337n3a2786c1qf4f9358fa6be73d4@mail.gmail.com> Date: Wed, 1 Mar 2006 02:37:31 -0500 From: "Coleman Kane" To: "=?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?=" In-Reply-To: <864q2j5voi.fsf@xps.des.no> MIME-Version: 1.0 References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <4400D478.7060707@samsco.org> <20060227194350.A57612@newtrinity.zeist.de> <864q2j5voi.fsf@xps.des.no> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Scott Long , src-committers@freebsd.org, cvs-src@freebsd.org, Maksim Yevmenkin , cvs-all@freebsd.org, Marius Strobl Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@cokane.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 07:37:34 -0000 On 2/28/06, Dag-Erling Sm=F8rgrav wrote: > > "Maksim Yevmenkin" writes: > > we should make a decision which scancodes keyboard drivers should be > > returning and change kbdmux(4), syscons(4) etc. to support it. > > > > until then, i'm afraid, sun rs232 and powerpc adb keyboard drivers > > will have to translate their own scancodes into at scancodes (just > > like ukbd(4) does). > > Considering that ukbd(4) is the only kbd driver that runs on all > platforms, it might make sense to have all other drivers translate > their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and > syscons(4). I agree, especially since atkbdc's are rapidly being replaced by USB on th= e platforms they were made for. DES > -- > Dag-Erling Sm=F8rgrav - des@des.no > _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org" > From owner-cvs-src@FreeBSD.ORG Wed Mar 1 07:39:39 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0599C16A420 for ; Wed, 1 Mar 2006 07:39:39 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A1843D48 for ; Wed, 1 Mar 2006 07:39:36 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k217dY8U060512; Wed, 1 Mar 2006 00:39:34 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44054FB8.5010707@samsco.org> Date: Wed, 01 Mar 2006 00:39:36 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cokane@cokane.org References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <4400D478.7060707@samsco.org> <20060227194350.A57612@newtrinity.zeist.de> <864q2j5voi.fsf@xps.des.no> <346a80220602282337n3a2786c1qf4f9358fa6be73d4@mail.gmail.com> In-Reply-To: <346a80220602282337n3a2786c1qf4f9358fa6be73d4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: src-committers@freebsd.org, cvs-src@freebsd.org, Maksim Yevmenkin , cvs-all@freebsd.org, Marius Strobl , =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 07:39:39 -0000 Coleman Kane wrote: > On 2/28/06, *Dag-Erling Smørgrav* > wrote: > > "Maksim Yevmenkin" > writes: > > we should make a decision which scancodes keyboard drivers should be > > returning and change kbdmux(4), syscons(4) etc. to support it. > > > > until then, i'm afraid, sun rs232 and powerpc adb keyboard drivers > > will have to translate their own scancodes into at scancodes (just > > like ukbd(4) does). > > Considering that ukbd(4) is the only kbd driver that runs on all > platforms, it might make sense to have all other drivers translate > their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and > syscons(4). > > > I agree, especially since atkbdc's are rapidly being replaced by USB on > the platforms they were made for. > Long term, yes, but what is the risk/benefit of doing this for 6.1? Scott From owner-cvs-src@FreeBSD.ORG Wed Mar 1 07:48:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D763816A420; Wed, 1 Mar 2006 07:48:41 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6D5043D46; Wed, 1 Mar 2006 07:48:41 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k217mfux007554; Wed, 1 Mar 2006 07:48:41 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k217mfMh007553; Wed, 1 Mar 2006 07:48:41 GMT (envelope-from sos) Message-Id: <200603010748.k217mfMh007553@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 1 Mar 2006 07:48:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-all.h ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 07:48:42 -0000 sos 2006-03-01 07:48:41 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.h ata-queue.c Log: Work around the deadlock that occours when ATA waits for the taskqueue to call back for completition and something else is holding the taskqueue waiting for ATA to return data. This should clear up the "semaphore timeout !! DANGER Will Robinson !!" in most situations, and log "taskqueue timeout - completing request directly" instead, with a delayed "WARNING - freeing taskqueue zombie request" when the taskqueue finally calls us back with the now stale request. (It would have been nice if there was a way to remove a scheduled item from a taskqueue, but that is not currently implemented in the kernel). A real fix for this is in the works but wont make it to 6.1RELEASE definite MFC candidate. Revision Changes Path 1.115 +6 -2 src/sys/dev/ata/ata-all.h 1.58 +18 -5 src/sys/dev/ata/ata-queue.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 08:06:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3524F16A420; Wed, 1 Mar 2006 08:06:10 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E324C43D48; Wed, 1 Mar 2006 08:06:09 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21869KG008532; Wed, 1 Mar 2006 08:06:09 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21869Hh008531; Wed, 1 Mar 2006 08:06:09 GMT (envelope-from davidxu) Message-Id: <200603010806.k21869Hh008531@repoman.freebsd.org> From: David Xu Date: Wed, 1 Mar 2006 08:06:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/librt mq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 08:06:10 -0000 davidxu 2006-03-01 08:06:09 UTC FreeBSD src repository Modified files: lib/librt mq.c Log: Add missing parameter mq_attr * for mq_open. Revision Changes Path 1.2 +5 -3 src/lib/librt/mq.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 08:50:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70ED816A422; Wed, 1 Mar 2006 08:50:38 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0B4043D5A; Wed, 1 Mar 2006 08:50:37 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k218ob17017724; Wed, 1 Mar 2006 08:50:37 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k218ob6S017723; Wed, 1 Mar 2006 08:50:37 GMT (envelope-from davidxu) Message-Id: <200603010850.k218ob6S017723@repoman.freebsd.org> From: David Xu Date: Wed, 1 Mar 2006 08:50:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/librt sigev_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 08:50:38 -0000 davidxu 2006-03-01 08:50:36 UTC FreeBSD src repository Modified files: lib/librt sigev_thread.c Log: Forgot to revert to use weak symbols when I was debugging, fix it! Revision Changes Path 1.2 +15 -22 src/lib/librt/sigev_thread.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 09:50:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D66E16A420; Wed, 1 Mar 2006 09:50:22 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED47D43D46; Wed, 1 Mar 2006 09:50:21 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k219oLDW019875; Wed, 1 Mar 2006 09:50:21 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k219oLYF019874; Wed, 1 Mar 2006 09:50:21 GMT (envelope-from rik) Message-Id: <200603010950.k219oLYF019874@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 1 Mar 2006 09:50:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ce tau32-ddk.c tau32-ddk.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 09:50:22 -0000 rik 2006-03-01 09:50:21 UTC FreeBSD src repository Modified files: sys/dev/ce tau32-ddk.c tau32-ddk.h Log: Update low-level code. (to version 1.4) Obtained from: Cronyx Engineering MFC after: 3 days Revision Changes Path 1.2 +4235 -4219 src/sys/dev/ce/tau32-ddk.c 1.2 +12 -10 src/sys/dev/ce/tau32-ddk.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 10:05:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAF8816A420; Wed, 1 Mar 2006 10:05:14 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C96B43D48; Wed, 1 Mar 2006 10:05:13 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from Andro-Beta.Leidinger.net (p54A5E327.dip.t-dialin.net [84.165.227.39]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id k219o6nM099330; Wed, 1 Mar 2006 10:50:07 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id k21A5Arr095827; Wed, 1 Mar 2006 11:05:10 +0100 (CET) (envelope-from netchild@FreeBSD.org) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 01 Mar 2006 11:05:10 +0100 Message-ID: <20060301110510.l2xzzg32ckogssgc@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 01 Mar 2006 11:05:10 +0100 From: Alexander Leidinger To: John Baldwin References: <200602282029.k1SKThrZ052750@repoman.freebsd.org> In-Reply-To: <200602282029.k1SKThrZ052750@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, joel@FreeBSD.org, cvs-all@FreeBSD.org, sethk@magnesium.net Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c menus.c sysinstall.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 10:05:14 -0000 John Baldwin wrote: > jhb 2006-02-28 20:29:43 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c > menus.c sysinstall.h > Log: > - Autogenerate a menu containing a list of countries and keymaps supported > by syscons. > - If we are running as init, popup the country menu before the main menu. > If a non-default country is chosen, then a second menu is brought up > to let the user choose a keymap. By default the default keymap for > the country that was selected is highlighted. If the user chooses the > default country, then the default keymap is just assumed and the user > is not presented with the keymap menu. Currently the default country > is set to "United States" except for PC98 which assumes "Japan". > > PR: bin/93853 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=93853 > Submitted by: Seth Kingsley sethk at magnesium dot net > MFC after: 3 days This implements the first point for http://www.freebsd.org/projects/ideas/#p-sysinstall, right? Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Smoking is one of the leading causes of statistics. -- Fletcher Knebel From owner-cvs-src@FreeBSD.ORG Wed Mar 1 10:32:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4A2F16A420; Wed, 1 Mar 2006 10:32:27 +0000 (GMT) (envelope-from sethk@magnesium.net) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6486943D48; Wed, 1 Mar 2006 10:32:27 +0000 (GMT) (envelope-from sethk@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1165) id 446A5DA8EF; Wed, 1 Mar 2006 02:32:27 -0800 (PST) Date: Wed, 1 Mar 2006 02:32:27 -0800 From: Seth Kingsley To: Alexander Leidinger Message-ID: <20060301103227.GO2695@mail.meowfishies.com> References: <200602282029.k1SKThrZ052750@repoman.freebsd.org> <20060301110510.l2xzzg32ckogssgc@netchild.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4vpci17Ql0Nrbul2" Content-Disposition: inline In-Reply-To: <20060301110510.l2xzzg32ckogssgc@netchild.homeip.net> X-Operating-System: FreeBSD 5.4-STABLE i386 X-GPG-Key-ID: 1024D/5C413B08 X-GPG-Key-Fingerprint: F772 5D24 02B4 D233 90F5 080F 0F50 3298 5C41 3B08 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin , joel@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c menus.c sysinstall.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 10:32:27 -0000 --4vpci17Ql0Nrbul2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 01, 2006 at 11:05:10AM +0100, Alexander Leidinger wrote: > >jhb 2006-02-28 20:29:43 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c > > menus.c sysinstall.h > > Log: > > - Autogenerate a menu containing a list of countries and keymaps suppor= ted > > by syscons. > > [...] > > >=20 > This implements the first point for > http://www.freebsd.org/projects/ideas/#p-sysinstall, right? Yes, that was the intention. --=20 Seth Kingsley || sethk@magnesium.net --4vpci17Ql0Nrbul2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQFEBXg7D1AymFxBOwgRAsWgAKCHtLzClKfXiCTvmLYATD77sQEhXACdHU0W 6zrqRXWAEUDRL1w4Vv+j6Bs= =lcgS -----END PGP SIGNATURE----- --4vpci17Ql0Nrbul2-- From owner-cvs-src@FreeBSD.ORG Wed Mar 1 11:08:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8EEB16A420; Wed, 1 Mar 2006 11:08:39 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21C7343D8D; Wed, 1 Mar 2006 11:08:22 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FEPBr-0004dr-K3; Wed, 01 Mar 2006 11:08:19 +0000 Date: Wed, 1 Mar 2006 11:08:19 +0000 From: Ceri Davies To: Alexander Leidinger Message-ID: <20060301110819.GU27069@submonkey.net> Mail-Followup-To: Ceri Davies , Alexander Leidinger , John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, sethk@magnesium.net, joel@FreeBSD.org References: <200602282029.k1SKThrZ052750@repoman.freebsd.org> <20060301110510.l2xzzg32ckogssgc@netchild.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R+Rs1qz93vBJxC1z" Content-Disposition: inline In-Reply-To: <20060301110510.l2xzzg32ckogssgc@netchild.homeip.net> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: src-committers@FreeBSD.org, John Baldwin , cvs-src@FreeBSD.org, sethk@magnesium.net, cvs-all@FreeBSD.org, joel@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c menus.c sysinstall.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 11:08:40 -0000 --R+Rs1qz93vBJxC1z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 01, 2006 at 11:05:10AM +0100, Alexander Leidinger wrote: > John Baldwin wrote: >=20 > >jhb 2006-02-28 20:29:43 UTC > > > > FreeBSD src repository > > > > Modified files: > > usr.sbin/sysinstall Makefile config.c dmenu.c keymap.c main.c > > menus.c sysinstall.h > > Log: > > - Autogenerate a menu containing a list of countries and keymaps suppor= ted > > by syscons. > > - If we are running as init, popup the country menu before the main men= u. > > If a non-default country is chosen, then a second menu is brought up > > to let the user choose a keymap. By default the default keymap for > > the country that was selected is highlighted. If the user chooses the > > default country, then the default keymap is just assumed and the user > > is not presented with the keymap menu. Currently the default country > > is set to "United States" except for PC98 which assumes "Japan". > > > > PR: bin/93853 =20 > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D93853 > > Submitted by: Seth Kingsley sethk at magnesium dot net > > MFC after: 3 days >=20 > This implements the first point for > http://www.freebsd.org/projects/ideas/#p-sysinstall, right? The third point, "Get hostname from dhcp server as well", already works if the DHCP server sends one. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --R+Rs1qz93vBJxC1z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEBYCjocfcwTS3JF8RAniyAKCfRBjIqW1DzV1UCq+yl/p9zgW8JACgji6e Hv5gwDui+Ep2M1Fj76gAbsI= =gLzp -----END PGP SIGNATURE----- --R+Rs1qz93vBJxC1z-- From owner-cvs-src@FreeBSD.ORG Wed Mar 1 11:36:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A492F16A422; Wed, 1 Mar 2006 11:36:02 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E29B43D45; Wed, 1 Mar 2006 11:36:02 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21Ba1bA023692; Wed, 1 Mar 2006 11:36:02 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Ba1Od023691; Wed, 1 Mar 2006 11:36:01 GMT (envelope-from wkoszek) Message-Id: <200603011136.k21Ba1Od023691@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Wed, 1 Mar 2006 11:36:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d ipfw X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 11:36:02 -0000 wkoszek 2006-03-01 11:36:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d ipfw Log: MFC: Use 'ipfw list' instead of 'ipfw l', since it's deprecated (and warning is printed on system startup). Approved by: cognet (mentor) Approved by: re (scottl) Revision Changes Path 1.10.2.2 +1 -1 src/etc/rc.d/ipfw From owner-cvs-src@FreeBSD.ORG Wed Mar 1 13:07:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A9BA16A422; Wed, 1 Mar 2006 13:07:22 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A05CD43D62; Wed, 1 Mar 2006 13:07:18 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21D7IpF034263; Wed, 1 Mar 2006 13:07:18 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21D7IHf034262; Wed, 1 Mar 2006 13:07:18 GMT (envelope-from yar) Message-Id: <200603011307.k21D7IHf034262@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 1 Mar 2006 13:07:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 13:07:22 -0000 yar 2006-03-01 13:07:17 UTC FreeBSD src repository Modified files: . Makefile Log: Do not discard the current value of __MAKE_CONF when testing whether MAKEOBJDIRPREFIX is set at a wrong place. Reviewed by: ru MFC after: 3 days Revision Changes Path 1.326 +2 -2 src/Makefile From owner-cvs-src@FreeBSD.ORG Wed Mar 1 13:56:00 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBCD316A420; Wed, 1 Mar 2006 13:56:00 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19DF643D45; Wed, 1 Mar 2006 13:55:59 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FERnz-000PvX-G6; Wed, 01 Mar 2006 13:55:51 +0000 Date: Wed, 1 Mar 2006 13:55:51 +0000 From: Ceri Davies To: Scott Long Message-ID: <20060301135551.GY27069@submonkey.net> Mail-Followup-To: Ceri Davies , Scott Long , cokane@cokane.org, Dag-Erling Sm?rgrav , Maksim Yevmenkin , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Marius Strobl References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <4400D478.7060707@samsco.org> <20060227194350.A57612@newtrinity.zeist.de> <864q2j5voi.fsf@xps.des.no> <346a80220602282337n3a2786c1qf4f9358fa6be73d4@mail.gmail.com> <44054FB8.5010707@samsco.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rUztinBX/EQDJOOk" Content-Disposition: inline In-Reply-To: <44054FB8.5010707@samsco.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: src-committers@freebsd.org, cokane@cokane.org, cvs-src@freebsd.org, Marius Strobl , cvs-all@freebsd.org, Maksim Yevmenkin , Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 13:56:01 -0000 --rUztinBX/EQDJOOk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote: > Coleman Kane wrote: > >On 2/28/06, *Dag-Erling Sm?rgrav* > wrote: > > > > "Maksim Yevmenkin" > > writes: > > > we should make a decision which scancodes keyboard drivers should= be > > > returning and change kbdmux(4), syscons(4) etc. to support it. > > > > > > until then, i'm afraid, sun rs232 and powerpc adb keyboard drivers > > > will have to translate their own scancodes into at scancodes (just > > > like ukbd(4) does). > > > > Considering that ukbd(4) is the only kbd driver that runs on all > > platforms, it might make sense to have all other drivers translate > > their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and > > syscons(4). > > > > > >I agree, especially since atkbdc's are rapidly being replaced by USB on= =20 > >the platforms they were made for. >=20 > Long term, yes, but what is the risk/benefit of doing this for 6.1? If it doesn't work, we look like bloody idiots. 6.2 isn't that far away, I'd think that anybody could manage waiting for it a little more (especially if it goes into RELENG_6 just after the 6.1 branch). The above not to be taken as a comment on the change, on which I am not informed enough to hold an opinion. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --rUztinBX/EQDJOOk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEBafnocfcwTS3JF8RAgwBAJ41voc5pZTYCUyqkzkOVkVHkdlfZACfXj/1 jaHkdrqSfgWfAEBpABTgH4g= =LBGQ -----END PGP SIGNATURE----- --rUztinBX/EQDJOOk-- From owner-cvs-src@FreeBSD.ORG Wed Mar 1 14:17:27 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 863BF16A420; Wed, 1 Mar 2006 14:17:27 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFF0E43D45; Wed, 1 Mar 2006 14:17:26 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id k21EHA1P025821; Wed, 1 Mar 2006 08:17:10 -0600 (CST) (envelope-from anderson@centtech.com) Message-ID: <4405ACE7.6060605@centtech.com> Date: Wed, 01 Mar 2006 08:17:11 -0600 From: Eric Anderson User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: Ceri Davies , Scott Long , cokane@cokane.org, Dag-Erling Sm?rgrav , Maksim Yevmenkin , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Marius Strobl References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <4400D478.7060707@samsco.org> <20060227194350.A57612@newtrinity.zeist.de> <864q2j5voi.fsf@xps.des.no> <346a80220602282337n3a2786c1qf4f9358fa6be73d4@mail.gmail.com> <44054FB8.5010707@samsco.org> <20060301135551.GY27069@submonkey.net> In-Reply-To: <20060301135551.GY27069@submonkey.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1308/Wed Mar 1 04:13:39 2006 on mh1.centtech.com X-Virus-Status: Clean Cc: Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 14:17:27 -0000 Ceri Davies wrote: > On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote: > >> Coleman Kane wrote: >> >>> On 2/28/06, *Dag-Erling Sm?rgrav* > wrote: >>> >>> "Maksim Yevmenkin" >> > writes: >>> > we should make a decision which scancodes keyboard drivers should be >>> > returning and change kbdmux(4), syscons(4) etc. to support it. >>> > >>> > until then, i'm afraid, sun rs232 and powerpc adb keyboard drivers >>> > will have to translate their own scancodes into at scancodes (just >>> > like ukbd(4) does). >>> >>> Considering that ukbd(4) is the only kbd driver that runs on all >>> platforms, it might make sense to have all other drivers translate >>> their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and >>> syscons(4). >>> >>> >>> I agree, especially since atkbdc's are rapidly being replaced by USB on >>> the platforms they were made for. >>> >> Long term, yes, but what is the risk/benefit of doing this for 6.1? >> > > If it doesn't work, we look like bloody idiots. 6.2 isn't that far > away, I'd think that anybody could manage waiting for it a little more > (especially if it goes into RELENG_6 just after the 6.1 branch). > > The above not to be taken as a comment on the change, on which I am not > informed enough to hold an opinion. > Can we have it all set, built in to GENERIC, but the device hint set to disabled? Lots of systems, Dell PowerEdge and similar, come with a remote access card, which uses a USB tie in. The only way I've found to make the console keyboard work after initial install, is to boot single user, hack /etc/devd.conf, and reboot, which is really ugly. Many FreeBSD users get stuck with this, so it would be very nice to have a quick way to enable the kbdmux at loader time for 6.1, but if it goes in right after, I'm not going to cry. :) Thanks again Maksim for all the work on this! Eric -- ------------------------------------------------------------------------ Eric Anderson Sr. Systems Administrator Centaur Technology Anything that works is better than anything that doesn't. ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Wed Mar 1 14:17:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C017116A422; Wed, 1 Mar 2006 14:17:33 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B9A043D45; Wed, 1 Mar 2006 14:17:33 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21EHXPq036709; Wed, 1 Mar 2006 14:17:33 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21EHWwa036708; Wed, 1 Mar 2006 14:17:32 GMT (envelope-from simon) Message-Id: <200603011417.k21EHWwa036708@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 14:17:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/nfsserver nfs_srvsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 14:17:33 -0000 simon 2006-03-01 14:17:32 UTC FreeBSD src repository (doc,ports committer) Modified files: sys/nfsserver nfs_srvsock.c Log: Correct a remote kernel panic when processing zero-length RPC records via TCP. [06:10] Security: FreeBSD-SA-06:10.nfs Approved by: cperciva Revision Changes Path 1.97 +1 -1 src/sys/nfsserver/nfs_srvsock.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 14:18:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A8A216A427; Wed, 1 Mar 2006 14:18:11 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 274BC43D45; Wed, 1 Mar 2006 14:18:11 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21EIBSa036783; Wed, 1 Mar 2006 14:18:11 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21EIBpQ036782; Wed, 1 Mar 2006 14:18:11 GMT (envelope-from simon) Message-Id: <200603011418.k21EIBpQ036782@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 14:18:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsserver nfs_srvsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 14:18:11 -0000 simon 2006-03-01 14:18:11 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) sys/nfsserver nfs_srvsock.c Log: Correct a remote kernel panic when processing zero-length RPC records via TCP. [06:10] Security: FreeBSD-SA-06:10.nfs Approved by: re (scottl) Revision Changes Path 1.94.2.1 +1 -1 src/sys/nfsserver/nfs_srvsock.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 14:18:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD80E16A420; Wed, 1 Mar 2006 14:18:46 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 972B243D49; Wed, 1 Mar 2006 14:18:46 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21EIkVt036866; Wed, 1 Mar 2006 14:18:46 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21EIkuH036865; Wed, 1 Mar 2006 14:18:46 GMT (envelope-from simon) Message-Id: <200603011418.k21EIkuH036865@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 14:18:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_0 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/nfsserver nfs_srvsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 14:18:47 -0000 simon 2006-03-01 14:18:46 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6_0) . UPDATING sys/conf newvers.sh sys/nfsserver nfs_srvsock.c Log: Correct a remote kernel panic when processing zero-length RPC records via TCP. [06:10] Security: FreeBSD-SA-06:10.nfs Approved by: so (cperciva) Revision Changes Path 1.416.2.3.2.10 +4 -0 src/UPDATING 1.69.2.8.2.6 +1 -1 src/sys/conf/newvers.sh 1.94.4.1 +1 -1 src/sys/nfsserver/nfs_srvsock.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 14:19:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC2F016A420; Wed, 1 Mar 2006 14:19:48 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89CA943D48; Wed, 1 Mar 2006 14:19:48 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21EJmgq036960; Wed, 1 Mar 2006 14:19:48 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21EJmqE036959; Wed, 1 Mar 2006 14:19:48 GMT (envelope-from simon) Message-Id: <200603011419.k21EJmqE036959@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 14:19:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/crypto/openssh auth-pam.c ssh_config ssh_config.5 sshd_config sshd_config.5 version.h src/sys/nfsserver nfs_srvsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 14:19:49 -0000 simon 2006-03-01 14:19:48 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5) crypto/openssh auth-pam.c ssh_config ssh_config.5 sshd_config sshd_config.5 version.h sys/nfsserver nfs_srvsock.c Log: Correct a remote DoS in OpenSSH when using PAM and privilege separation. [06:09] Submitted by: des Correct a remote kernel panic when processing zero-length RPC records via TCP. [06:10] Security: FreeBSD-SA-06:09.openssh Security: FreeBSD-SA-06:10.nfs Approved by: re (scottl) Revision Changes Path 1.14.2.1 +10 -3 src/crypto/openssh/auth-pam.c 1.25.2.1 +2 -2 src/crypto/openssh/ssh_config 1.15.2.1 +2 -2 src/crypto/openssh/ssh_config.5 1.40.2.1 +2 -2 src/crypto/openssh/sshd_config 1.21.2.1 +2 -2 src/crypto/openssh/sshd_config.5 1.27.2.1 +2 -2 src/crypto/openssh/version.h 1.92.2.2 +1 -1 src/sys/nfsserver/nfs_srvsock.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 14:21:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CB8216A420; Wed, 1 Mar 2006 14:21:07 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C93443D62; Wed, 1 Mar 2006 14:21:01 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21EL176037131; Wed, 1 Mar 2006 14:21:01 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21EL1le037130; Wed, 1 Mar 2006 14:21:01 GMT (envelope-from simon) Message-Id: <200603011421.k21EL1le037130@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 14:21:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Cc: Subject: cvs commit: src UPDATING src/crypto/openssh auth-pam.c ssh_config ssh_config.5 sshd_config sshd_config.5 version.h src/sys/conf newvers.sh src/sys/nfsserver nfs_srvsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 14:21:07 -0000 simon 2006-03-01 14:21:01 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5_4) . UPDATING crypto/openssh auth-pam.c ssh_config ssh_config.5 sshd_config sshd_config.5 version.h sys/conf newvers.sh sys/nfsserver nfs_srvsock.c Log: Correct a remote DoS in OpenSSH when using PAM and privilege separation. [06:09] Submitted by: des Correct a remote kernel panic when processing zero-length RPC records via TCP. [06:10] Security: FreeBSD-SA-06:09.openssh Security: FreeBSD-SA-06:10.nfs Approved by: so (cperciva) Revision Changes Path 1.342.2.24.2.21 +7 -0 src/UPDATING 1.14.6.1 +10 -3 src/crypto/openssh/auth-pam.c 1.25.6.1 +2 -2 src/crypto/openssh/ssh_config 1.15.6.1 +2 -2 src/crypto/openssh/ssh_config.5 1.40.6.1 +2 -2 src/crypto/openssh/sshd_config 1.21.6.1 +2 -2 src/crypto/openssh/sshd_config.5 1.27.6.1 +2 -2 src/crypto/openssh/version.h 1.62.2.18.2.17 +1 -1 src/sys/conf/newvers.sh 1.92.2.1.2.1 +1 -1 src/sys/nfsserver/nfs_srvsock.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 14:22:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C093D16A422; Wed, 1 Mar 2006 14:22:02 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E7AB43D72; Wed, 1 Mar 2006 14:21:56 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21ELuYY037195; Wed, 1 Mar 2006 14:21:56 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21ELuTj037194; Wed, 1 Mar 2006 14:21:56 GMT (envelope-from simon) Message-Id: <200603011421.k21ELuTj037194@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 14:21:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/nfs nfs_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 14:22:03 -0000 simon 2006-03-01 14:21:56 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) sys/nfs nfs_socket.c Log: Correct a remote kernel panic when processing zero-length RPC records via TCP. Security: FreeBSD-SA-06:10.nfs Approved by: cperciva Revision Changes Path 1.60.2.7 +1 -1 src/sys/nfs/nfs_socket.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 14:22:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B580916A420; Wed, 1 Mar 2006 14:22:30 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67E6143D53; Wed, 1 Mar 2006 14:22:30 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21EMUkZ037332; Wed, 1 Mar 2006 14:22:30 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21EMUIe037331; Wed, 1 Mar 2006 14:22:30 GMT (envelope-from simon) Message-Id: <200603011422.k21EMUIe037331@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 14:22:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/nfs nfs_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 14:22:30 -0000 simon 2006-03-01 14:22:30 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4_11) . UPDATING sys/conf newvers.sh sys/nfs nfs_socket.c Log: Correct a remote kernel panic when processing zero-length RPC records via TCP. Security: FreeBSD-SA-06:10.nfs Approved by: so (cperciva) Revision Changes Path 1.73.2.91.2.16 +4 -0 src/UPDATING 1.44.2.39.2.19 +1 -1 src/sys/conf/newvers.sh 1.60.2.6.6.1 +1 -1 src/sys/nfs/nfs_socket.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 14:23:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E639616A422; Wed, 1 Mar 2006 14:23:08 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D696143D48; Wed, 1 Mar 2006 14:23:07 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21EN7P4037427; Wed, 1 Mar 2006 14:23:07 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21EN7nD037426; Wed, 1 Mar 2006 14:23:07 GMT (envelope-from simon) Message-Id: <200603011423.k21EN7nD037426@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 14:23:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/nfs nfs_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 14:23:09 -0000 simon 2006-03-01 14:23:07 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4_10) . UPDATING sys/conf newvers.sh sys/nfs nfs_socket.c Log: Correct a remote kernel panic when processing zero-length RPC records via TCP. Security: FreeBSD-SA-06:10.nfs Approved by: so (cperciva) Revision Changes Path 1.73.2.90.2.22 +4 -0 src/UPDATING 1.44.2.34.2.23 +1 -1 src/sys/conf/newvers.sh 1.60.2.6.4.1 +1 -1 src/sys/nfs/nfs_socket.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 14:24:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D735916A423; Wed, 1 Mar 2006 14:24:52 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FD8343D46; Wed, 1 Mar 2006 14:24:52 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21EOqAu037631; Wed, 1 Mar 2006 14:24:52 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21EOqWg037630; Wed, 1 Mar 2006 14:24:52 GMT (envelope-from simon) Message-Id: <200603011424.k21EOqWg037630@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 14:24:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Cc: Subject: cvs commit: src UPDATING src/crypto/openssh auth-pam.c ssh_config ssh_config.5 sshd_config sshd_config.5 version.h src/sys/conf newvers.sh src/sys/nfsserver nfs_srvsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 14:24:53 -0000 simon 2006-03-01 14:24:52 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5_3) . UPDATING crypto/openssh auth-pam.c ssh_config ssh_config.5 sshd_config sshd_config.5 version.h sys/conf newvers.sh sys/nfsserver nfs_srvsock.c Log: Correct a remote DoS in OpenSSH when using PAM and privilege separation. [06:09] Submitted by: des Correct a remote kernel panic when processing zero-length RPC records via TCP. [06:10] Security: FreeBSD-SA-06:09.openssh Security: FreeBSD-SA-06:10.nfs Approved by: so (cperciva) Revision Changes Path 1.342.2.13.2.30 +7 -0 src/UPDATING 1.14.4.1 +10 -3 src/crypto/openssh/auth-pam.c 1.25.4.1 +2 -2 src/crypto/openssh/ssh_config 1.15.4.1 +2 -2 src/crypto/openssh/ssh_config.5 1.40.4.1 +2 -2 src/crypto/openssh/sshd_config 1.21.4.1 +2 -2 src/crypto/openssh/sshd_config.5 1.27.4.1 +2 -2 src/crypto/openssh/version.h 1.62.2.15.2.32 +1 -1 src/sys/conf/newvers.sh 1.92.4.1 +1 -1 src/sys/nfsserver/nfs_srvsock.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 15:36:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 932BC16A420; Wed, 1 Mar 2006 15:36:42 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C69943D75; Wed, 1 Mar 2006 15:36:42 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21FagEn042015; Wed, 1 Mar 2006 15:36:42 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Fagst042014; Wed, 1 Mar 2006 15:36:42 GMT (envelope-from simon) Message-Id: <200603011536.k21Fagst042014@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 15:36:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 15:36:42 -0000 simon 2006-03-01 15:36:41 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add FreeBSD-SA-06:10.nfs. Approved by: re (scottl) Revision Changes Path 1.73.2.14 +7 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Mar 1 15:37:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C23D16A420; Wed, 1 Mar 2006 15:37:48 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E4F43D78; Wed, 1 Mar 2006 15:37:48 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21FblfC042059; Wed, 1 Mar 2006 15:37:47 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21FblC9042058; Wed, 1 Mar 2006 15:37:47 GMT (envelope-from simon) Message-Id: <200603011537.k21FblC9042058@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 1 Mar 2006 15:37:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 15:37:49 -0000 simon 2006-03-01 15:37:47 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add FreeBSD-SA-06:09.openssh and FreeBSD-SA-06:10.nfs. Approved by: re (scottl) Revision Changes Path 1.69.2.33 +14 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Wed Mar 1 15:53:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 140E216A420; Wed, 1 Mar 2006 15:53:50 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C018843D73; Wed, 1 Mar 2006 15:53:49 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21FrnMe042735; Wed, 1 Mar 2006 15:53:49 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Frn4x042734; Wed, 1 Mar 2006 15:53:49 GMT (envelope-from ume) Message-Id: <200603011553.k21Frn4x042734@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 1 Mar 2006 15:53:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/net getaddrinfo.c res_query.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 15:53:50 -0000 ume 2006-03-01 15:53:49 UTC FreeBSD src repository Modified files: lib/libc/net getaddrinfo.c res_query.c Log: Handle the errors returned by res_querydomain() in same manner. Reported by: yar Tested by: yar, Rostislav Krasny MFC after: 1 week Revision Changes Path 1.72 +20 -0 src/lib/libc/net/getaddrinfo.c 1.32 +20 -0 src/lib/libc/net/res_query.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 16:13:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EB0716A420; Wed, 1 Mar 2006 16:13:19 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C2543D68; Wed, 1 Mar 2006 16:13:18 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21GDIpk043440; Wed, 1 Mar 2006 16:13:18 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21GDI1V043439; Wed, 1 Mar 2006 16:13:18 GMT (envelope-from ume) Message-Id: <200603011613.k21GDI1V043439@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 1 Mar 2006 16:13:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 16:13:19 -0000 ume 2006-03-01 16:13:17 UTC FreeBSD src repository Modified files: libexec/ftpd ftpd.c Log: - Reduce needless DNS query by lookup only appropriate address family. [1] - Specify appropriate hints to getaddrinfo(3). [1] - Obtain address family from peername in inet mode. Submitted by: Rostislav Krasny [1] Tested by: yar, Rostislav Krasny MFC after: 1 week Revision Changes Path 1.210 +20 -10 src/libexec/ftpd/ftpd.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 16:29:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F8EF16A45A; Wed, 1 Mar 2006 16:29:32 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB3843DBA; Wed, 1 Mar 2006 16:27:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21GQp3N044044; Wed, 1 Mar 2006 16:26:51 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21GQp87044043; Wed, 1 Mar 2006 16:26:51 GMT (envelope-from jhb) Message-Id: <200603011626.k21GQp87044043@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Mar 2006 16:26:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/i386/i386 mpapic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 16:29:38 -0000 jhb 2006-03-01 16:26:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 mpapic.c Log: Use the fixed delivery mode rather than low priority for I/O APIC interrupts since low priority delivery mode can only be used logical destinations and 4.x and earlier always use only physical destinations. Revision Changes Path 1.37.2.8 +3 -3 src/sys/i386/i386/mpapic.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 16:30:48 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D372116A46A; Wed, 1 Mar 2006 16:30:47 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 381FF43D64; Wed, 1 Mar 2006 16:30:45 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k21GUPV3063299; Wed, 1 Mar 2006 09:30:25 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4405CC23.20403@samsco.org> Date: Wed, 01 Mar 2006 09:30:27 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anderson References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <4400D478.7060707@samsco.org> <20060227194350.A57612@newtrinity.zeist.de> <864q2j5voi.fsf@xps.des.no> <346a80220602282337n3a2786c1qf4f9358fa6be73d4@mail.gmail.com> <44054FB8.5010707@samsco.org> <20060301135551.GY27069@submonkey.net> <4405ACE7.6060605@centtech.com> In-Reply-To: <4405ACE7.6060605@centtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: src-committers@freebsd.org, cokane@cokane.org, cvs-src@freebsd.org, Marius Strobl , cvs-all@freebsd.org, Maksim Yevmenkin , Dag-Erling Sm?rgrav , Ceri Davies Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 16:30:48 -0000 Eric Anderson wrote: > Ceri Davies wrote: > >> On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote: >> >> >>> Coleman Kane wrote: >>> >>> >>>> On 2/28/06, *Dag-Erling Sm?rgrav* > >>>> wrote: >>>> >>>> "Maksim Yevmenkin" >>> > writes: >>>> > we should make a decision which scancodes keyboard drivers >>>> should be >>>> > returning and change kbdmux(4), syscons(4) etc. to support it. >>>> > >>>> > until then, i'm afraid, sun rs232 and powerpc adb keyboard >>>> drivers >>>> > will have to translate their own scancodes into at scancodes >>>> (just >>>> > like ukbd(4) does). >>>> >>>> Considering that ukbd(4) is the only kbd driver that runs on all >>>> platforms, it might make sense to have all other drivers translate >>>> their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and >>>> syscons(4). >>>> >>>> >>>> I agree, especially since atkbdc's are rapidly being replaced by >>>> USB on the platforms they were made for. >>>> >>> >>> Long term, yes, but what is the risk/benefit of doing this for 6.1? >>> >> >> >> If it doesn't work, we look like bloody idiots. 6.2 isn't that far >> away, I'd think that anybody could manage waiting for it a little more >> (especially if it goes into RELENG_6 just after the 6.1 branch). >> >> The above not to be taken as a comment on the change, on which I am not >> informed enough to hold an opinion. >> > > > Can we have it all set, built in to GENERIC, but the device hint set to > disabled? Lots of systems, Dell PowerEdge and similar, come with a > remote access card, which uses a USB tie in. The only way I've found to > make the console keyboard work after initial install, is to boot single > user, hack /etc/devd.conf, and reboot, which is really ugly. Many > FreeBSD users get stuck with this, so it would be very nice to have a > quick way to enable the kbdmux at loader time for 6.1, but if it goes in > right after, I'm not going to cry. :) > > Thanks again Maksim for all the work on this! > > Eric > > > > I'd like to turn this on for the next BETA build, get feedback, then decide whether or not to leave it enabled for the final 6.1 release. Maksim, is that OK with you? Scott From owner-cvs-src@FreeBSD.ORG Wed Mar 1 16:30:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B3A716A423; Wed, 1 Mar 2006 16:30:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2107D43D5F; Wed, 1 Mar 2006 16:30:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21GUqnG044322; Wed, 1 Mar 2006 16:30:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21GUqKI044321; Wed, 1 Mar 2006 16:30:52 GMT (envelope-from jhb) Message-Id: <200603011630.k21GUqKI044321@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Mar 2006 16:30:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/ia64/ia64 machdep.c src/sys/sparc64/sparc64 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 16:30:52 -0000 jhb 2006-03-01 16:30:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/alpha/alpha machdep.c sys/ia64/ia64 machdep.c sys/sparc64/sparc64 machdep.c Log: MFC: Fix the hw.realmem sysctl on alpha, ia64, and sparc64. Approved by: re (scottl) Revision Changes Path 1.235.2.1 +1 -1 src/sys/alpha/alpha/machdep.c 1.200.2.2 +1 -1 src/sys/ia64/ia64/machdep.c 1.125.2.1 +1 -1 src/sys/sparc64/sparc64/machdep.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 16:31:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01E6016A420; Wed, 1 Mar 2006 16:31:38 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B12D743D78; Wed, 1 Mar 2006 16:31:37 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21GVb7U044356; Wed, 1 Mar 2006 16:31:37 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21GVbNd044355; Wed, 1 Mar 2006 16:31:37 GMT (envelope-from wkoszek) Message-Id: <200603011631.k21GVbNd044355@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Wed, 1 Mar 2006 16:31:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 16:31:38 -0000 wkoszek 2006-03-01 16:31:37 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: Note that ACPI_DEBUG depends on DDB. Reviewed by: njl Approved by: cognet (mentor) MFC after: 3 days Revision Changes Path 1.54 +1 -0 src/share/man/man4/acpi.4 From owner-cvs-src@FreeBSD.ORG Wed Mar 1 16:37:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD0416A420; Wed, 1 Mar 2006 16:37:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D65E43D64; Wed, 1 Mar 2006 16:37:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21Gb9sd044541; Wed, 1 Mar 2006 16:37:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Gb9Um044540; Wed, 1 Mar 2006 16:37:09 GMT (envelope-from jhb) Message-Id: <200603011637.k21Gb9Um044540@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Mar 2006 16:37:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall keymap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 16:37:10 -0000 jhb 2006-03-01 16:37:09 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall keymap.c Log: Wrap keymap menu helper functions in #ifdef WITH_SYSCONS to unbreak the build on archs that don't include syscons support in sysinstall. Reported by: sparc64 tinderbox Revision Changes Path 1.8 +2 -0 src/usr.sbin/sysinstall/keymap.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 16:38:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEE0D16A420; Wed, 1 Mar 2006 16:38:10 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DDBC43D68; Wed, 1 Mar 2006 16:38:09 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.4/8.13.4) with ESMTP id k21Gc8uV010095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Mar 2006 11:38:08 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id k21Gc3T4008423; Wed, 1 Mar 2006 11:38:03 -0500 (EST) (envelope-from gallatin) Date: Wed, 1 Mar 2006 11:38:03 -0500 From: Andrew Gallatin To: Scott Long Message-ID: <20060301113803.A8330@grasshopper.cs.duke.edu> References: <200602282224.k1SMOtJt070241@repoman.freebsd.org> <200602281735.12240.jhb@freebsd.org> <4404D37E.9040502@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4404D37E.9040502@samsco.org>; from scottl@samsco.org on Tue, Feb 28, 2006 at 03:49:34PM -0700 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic.c local_apic.c mp_machdep.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 16:38:11 -0000 Scott Long [scottl@samsco.org] wrote: <...> > Also, it's not so > much important which CPU gets the interrupt as it is which CPU runs the > ithread for that interrupt. I guess that you can get a little better > latency by preempting directly from the low-level interrupt handler into > the ithread, but I don't know if that is noticable noise above the cost > of the context switch and inevitable lock operations and contention > involved. What do you mean by "preempting directly from the low-level interrupt handler into the ithread" ? Do you mean running the ithread directly in the context of the hardware interrupt until it does something where it needed to block? Do we do this now? Thanks, Drew From owner-cvs-src@FreeBSD.ORG Wed Mar 1 16:45:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C14816A420; Wed, 1 Mar 2006 16:45:02 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADB3F43D72; Wed, 1 Mar 2006 16:45:00 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k21GiuuO063390; Wed, 1 Mar 2006 09:44:56 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4405CF88.4040904@samsco.org> Date: Wed, 01 Mar 2006 09:44:56 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Gallatin References: <200602282224.k1SMOtJt070241@repoman.freebsd.org> <200602281735.12240.jhb@freebsd.org> <4404D37E.9040502@samsco.org> <20060301113803.A8330@grasshopper.cs.duke.edu> In-Reply-To: <20060301113803.A8330@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic.c local_apic.c mp_machdep.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 16:45:02 -0000 Andrew Gallatin wrote: > Scott Long [scottl@samsco.org] wrote: > <...> > >> Also, it's not so >>much important which CPU gets the interrupt as it is which CPU runs the >>ithread for that interrupt. I guess that you can get a little better >>latency by preempting directly from the low-level interrupt handler into >>the ithread, but I don't know if that is noticable noise above the cost >>of the context switch and inevitable lock operations and contention >>involved. > > > What do you mean by "preempting directly from the low-level interrupt > handler into the ithread" ? Do you mean running the ithread directly > in the context of the hardware interrupt until it does something where > it needed to block? Do we do this now? > > Thanks, > > Drew > > No, I just mean that the CPU running the low-level handler is likely to schedule and run the ithread as soon as the interrupt exits, preempting whatever thread happened to be running before the interrupt occurred. This isn't context stealing, it's just preferential scheduling. You still need to wind through the scheduler and do a context switch to get there. Scott From owner-cvs-src@FreeBSD.ORG Wed Mar 1 16:49:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A72C316A420; Wed, 1 Mar 2006 16:49:07 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6225C43D6E; Wed, 1 Mar 2006 16:49:07 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21Gn7qC052517; Wed, 1 Mar 2006 16:49:07 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Gn7Cf052516; Wed, 1 Mar 2006 16:49:07 GMT (envelope-from jkoshy) Message-Id: <200603011649.k21Gn7Cf052516@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 1 Mar 2006 16:49:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 hwpmc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 16:49:07 -0000 jkoshy 2006-03-01 16:49:07 UTC FreeBSD src repository Modified files: share/man/man4 hwpmc.4 Log: Typo fix; "ing" -> "in". Revision Changes Path 1.15 +1 -1 src/share/man/man4/hwpmc.4 From owner-cvs-src@FreeBSD.ORG Wed Mar 1 16:50:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB2C16A420; Wed, 1 Mar 2006 16:50:24 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA9A43D77; Wed, 1 Mar 2006 16:50:23 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.4/8.13.4) with ESMTP id k21GoLKd012676 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Mar 2006 11:50:22 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id k21GoGtx008443; Wed, 1 Mar 2006 11:50:16 -0500 (EST) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17413.53448.389083.210260@grasshopper.cs.duke.edu> Date: Wed, 1 Mar 2006 11:50:16 -0500 (EST) To: Scott Long In-Reply-To: <4405CF88.4040904@samsco.org> References: <200602282224.k1SMOtJt070241@repoman.freebsd.org> <200602281735.12240.jhb@freebsd.org> <4404D37E.9040502@samsco.org> <20060301113803.A8330@grasshopper.cs.duke.edu> <4405CF88.4040904@samsco.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c mp_machdep.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/amd64/isa atpic.c src/sys/i386/i386 intr_machdep.c io_apic.c local_apic.c mp_machdep.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 16:50:24 -0000 Scott Long writes: > Andrew Gallatin wrote: > > > Scott Long [scottl@samsco.org] wrote: > > <...> > > > >> Also, it's not so > >>much important which CPU gets the interrupt as it is which CPU runs the > >>ithread for that interrupt. I guess that you can get a little better > >>latency by preempting directly from the low-level interrupt handler into > >>the ithread, but I don't know if that is noticable noise above the cost > >>of the context switch and inevitable lock operations and contention > >>involved. > > > > > > What do you mean by "preempting directly from the low-level interrupt > > handler into the ithread" ? Do you mean running the ithread directly > > in the context of the hardware interrupt until it does something where > > it needed to block? Do we do this now? > > > > Thanks, > > > > Drew > > > > > > No, I just mean that the CPU running the low-level handler is likely > to schedule and run the ithread as soon as the interrupt exits, > preempting whatever thread happened to be running before the interrupt > occurred. This isn't context stealing, it's just preferential > scheduling. You still need to wind through the scheduler and do a > context switch to get there. Oh, darn. Nevermind :) Drew From owner-cvs-src@FreeBSD.ORG Wed Mar 1 17:26:12 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E30316A420 for ; Wed, 1 Mar 2006 17:26:12 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id D968D43D7B for ; Wed, 1 Mar 2006 17:25:58 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by nproxy.gmail.com with SMTP id c2so128696nfe for ; Wed, 01 Mar 2006 09:25:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QpZ+56gVxzishqbo61e3IDZvnsXtLuXk5OdE/SRx5pWAMCUd0toFly1lDTP3QRZlPmwINM5JFAeLruH0gvqwHk4n2iWHIEshq5aKyLkEXwcn+7MFbbZRsNwgvCZONhAzjWfIKZkini1V3jvO1fROfbgT5PZ407QBRsar4tH9l84= Received: by 10.48.213.18 with SMTP id l18mr208697nfg; Wed, 01 Mar 2006 09:25:56 -0800 (PST) Received: by 10.49.4.2 with HTTP; Wed, 1 Mar 2006 09:25:56 -0800 (PST) Message-ID: Date: Wed, 1 Mar 2006 09:25:56 -0800 From: "Maksim Yevmenkin" To: "Scott Long" In-Reply-To: <4405CC23.20403@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <20060227194350.A57612@newtrinity.zeist.de> <864q2j5voi.fsf@xps.des.no> <346a80220602282337n3a2786c1qf4f9358fa6be73d4@mail.gmail.com> <44054FB8.5010707@samsco.org> <20060301135551.GY27069@submonkey.net> <4405ACE7.6060605@centtech.com> <4405CC23.20403@samsco.org> Cc: src-committers@freebsd.org, cokane@cokane.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Marius Strobl , Dag-Erling Sm?rgrav , Ceri Davies , Eric Anderson Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 17:26:12 -0000 On 3/1/06, Scott Long wrote: > Eric Anderson wrote: > > Ceri Davies wrote: > > > >> On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote: > >> > >> > >>> Coleman Kane wrote: > >>> > >>> > >>>> On 2/28/06, *Dag-Erling Sm?rgrav* > > >>>> wrote: > >>>> > >>>> "Maksim Yevmenkin" >>>> > writes: > >>>> > we should make a decision which scancodes keyboard drivers > >>>> should be > >>>> > returning and change kbdmux(4), syscons(4) etc. to support it. > >>>> > > >>>> > until then, i'm afraid, sun rs232 and powerpc adb keyboard > >>>> drivers > >>>> > will have to translate their own scancodes into at scancodes > >>>> (just > >>>> > like ukbd(4) does). > >>>> > >>>> Considering that ukbd(4) is the only kbd driver that runs on all > >>>> platforms, it might make sense to have all other drivers translat= e > >>>> their scancodes to ukbd(4) scancodes and use that in kbdmux(4) an= d > >>>> syscons(4). > >>>> > >>>> > >>>> I agree, especially since atkbdc's are rapidly being replaced by > >>>> USB on the platforms they were made for. > >>>> > >>> > >>> Long term, yes, but what is the risk/benefit of doing this for 6.1? > >>> > >> > >> > >> If it doesn't work, we look like bloody idiots. 6.2 isn't that far > >> away, I'd think that anybody could manage waiting for it a little more > >> (especially if it goes into RELENG_6 just after the 6.1 branch). > >> > >> The above not to be taken as a comment on the change, on which I am no= t > >> informed enough to hold an opinion. > >> > > > > > > Can we have it all set, built in to GENERIC, but the device hint set to > > disabled? Lots of systems, Dell PowerEdge and similar, come with a > > remote access card, which uses a USB tie in. The only way I've found t= o > > make the console keyboard work after initial install, is to boot single > > user, hack /etc/devd.conf, and reboot, which is really ugly. Many > > FreeBSD users get stuck with this, so it would be very nice to have a > > quick way to enable the kbdmux at loader time for 6.1, but if it goes i= n > > right after, I'm not going to cry. :) > > > > Thanks again Maksim for all the work on this! > > I'd like to turn this on for the next BETA build, get feedback, then > decide whether or not to leave it enabled for the final 6.1 release. > Maksim, is that OK with you? yes, it should be fine. i still need to add/test hints support in kbdmux(4). i plan to finish it today. i will also need to MFC all my changes to RELENG_6. i'm not sure how much testing we want before MFC. should i get a blanket approval from re@? thanks, max From owner-cvs-src@FreeBSD.ORG Wed Mar 1 17:45:40 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3282116A420; Wed, 1 Mar 2006 17:45:40 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4A3C43D46; Wed, 1 Mar 2006 17:45:39 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id k21Hjbqs048342; Wed, 1 Mar 2006 18:45:38 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id k21HjWd3048341; Wed, 1 Mar 2006 18:45:32 +0100 (CET) (envelope-from marius) Date: Wed, 1 Mar 2006 18:45:32 +0100 From: Marius Strobl To: Maksim Yevmenkin Message-ID: <20060301184532.A58089@newtrinity.zeist.de> References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <4400D478.7060707@samsco.org> <20060227194350.A57612@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from maksim.yevmenkin@gmail.com on Mon, Feb 27, 2006 at 02:33:52PM -0800 X-AntiVirus-modified: yes X-AntiVirus: checked by AntiVir Milter (version: 1.1.2-1; AVE: 6.33.1.0; VDF: 6.33.1.40; host: newtrinity.zeist.de) Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 17:45:40 -0000 On Mon, Feb 27, 2006 at 02:33:52PM -0800, Maksim Yevmenkin wrote: > On 2/27/06, Marius Strobl wrote: > > On Sat, Feb 25, 2006 at 02:43:11PM -0800, Maksim Yevmenkin wrote: > > > Scott, > > > > > > [...] > > > > > > > So what do we need to do to get this enabled and running by default and > > > > get rid of the USB keyboard hack in the loader, as well as make the > > > > keyboard flags sane and predictable? > > > > > > > <...> > > > > > > > > i think this should do it. any comments? > > > > > > > FYI, in order to make kbdmux(4) work on sparc64 the endian bugs in > > the keyboard IOCTLs of syscons(4) and probably elsewhere need to > > be fixed. In order to make it work with Sun RS232 keyboards (sparc64 > > could you please point me to the keyboard ioctl with the endian bugs > you are talking about? KBADDKBD, KDSETLED, probably some others don't work. E.g. trying to configure kbdmux(4) for an AT and a USB keyboard with kbdcontrol(1) on sparc64 I get: follow# kldload kbdmux follow# kbdcontrol -a ukbd0 < /dev/kbdmux0 kbd2 kbdmux0, type:AT 101/102 (2) WARNING pid 545 (kbdcontrol): ioctl sign-extension ioctl ffffffff80244b44 follow# kbdcontrol -k < /dev/kbdmux0 < /dev/ttyv0 kbd2 kbdmux0, type:AT 101/102 (2) kbdcontrol: unable to (un)mux the keyboard: Invalid argument follow# kbdcontrol -a atkbd0 < /dev/ttyv0 kbd0 atkbd0, type:AT 101/102 (2) WARNING pid 547 (kbdcontrol): ioctl sign-extension ioctl ffffffff80244b44 kbdcontrol: unable to (un)mux the keyboard: Operation not supported by device follow# I think this is the same type of problem that was fixed for some other IOCTLs in sys/dev/syscons/syscons.c rev. 1.403. > > > uses AT, Sun RS232 and USB keyboards) kbdmux(4) needs to get rid of > > the assumption that a slave keyboard driver returns AT keyboard > > scancodes in K_RAW mode. The latter probably also applies to powerpc > > once there is support for ADB keyboards. > > imo, that is not just kbdmux(4) assumption. it seems like a more > general assumption, i.e. ukbd(4), for example, translates usb > scancodes into at scancodes by default. > > we should make a decision which scancodes keyboard drivers should be > returning and change kbdmux(4), syscons(4) etc. to support it. > As others already pointed out the USB scancode set probably would be a good choice for this. Unlike the AT scancode set it at least seems to support a superset of the keys available on ADB, AT and Sun key- boards. Btw., do you know how the NetBSD keyboard multiplexing deals with this? According to the xorg-server sources they use the respective native scancodes for all of ADB, AT, USB and Sun keyboards. > until then, i'm afraid, sun rs232 and powerpc adb keyboard drivers > will have to translate their own scancodes into at scancodes (just > like ukbd(4) does). > I think it isn't worth the effort to change sunkbd(4) to translate to AT scancodes until there's a final decision what scancode set to use as it also means creating special keyboard rules for XKB to make the Sun-specific keys work again in X and probably breaks POLA when users have to change their xorg.conf in a stable branch in order to make the keyboard work again. Could you maybe change ukbd(4) to set its keyboard type to KB_101 when compiled with UKBD_EMULATE_ATSCANCODE and kbdmux(4) to only accept KB_101 keyboard drivers (looks like atkbd(4) with KB_84 keyboards also won't work with kbdmux(4) anyway) as an interim solution? Marius -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details. From owner-cvs-src@FreeBSD.ORG Wed Mar 1 17:52:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 435B616A420; Wed, 1 Mar 2006 17:52:16 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D67443D4C; Wed, 1 Mar 2006 17:52:16 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21HqFKu055054; Wed, 1 Mar 2006 17:52:15 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21HqFWA055053; Wed, 1 Mar 2006 17:52:15 GMT (envelope-from pjd) Message-Id: <200603011752.k21HqFWA055053@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Mar 2006 17:52:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/geom/class/eli geli.8 geom_eli.c src/sys/geom/eli g_eli.c g_eli.h g_eli_crypto.c g_eli_ctl.c g_eli_key.c pkcs5v2.c pkcs5v2.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 17:52:16 -0000 pjd 2006-03-01 17:52:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/geom/class/eli geli.8 geom_eli.c sys/geom/eli g_eli.c g_eli.h g_eli_crypto.c g_eli_ctl.c g_eli_key.c pkcs5v2.c pkcs5v2.h Log: MFC: Sync with HEAD. Approved by: re (scottl) Revision Changes Path 1.2.2.5 +39 -3 src/sbin/geom/class/eli/geli.8 1.1.2.7 +22 -23 src/sbin/geom/class/eli/geom_eli.c 1.3.2.8 +112 -51 src/sys/geom/eli/g_eli.c 1.1.2.5 +1 -1 src/sys/geom/eli/g_eli.h 1.1.2.2 +1 -1 src/sys/geom/eli/g_eli_crypto.c 1.1.2.4 +1 -1 src/sys/geom/eli/g_eli_ctl.c 1.1.2.2 +1 -1 src/sys/geom/eli/g_eli_key.c 1.1.2.2 +1 -1 src/sys/geom/eli/pkcs5v2.c 1.1.2.2 +1 -1 src/sys/geom/eli/pkcs5v2.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 17:53:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DC5E16A420; Wed, 1 Mar 2006 17:53:58 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA09C43D49; Wed, 1 Mar 2006 17:53:57 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21HrvNX055121; Wed, 1 Mar 2006 17:53:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Hrvj0055120; Wed, 1 Mar 2006 17:53:57 GMT (envelope-from pjd) Message-Id: <200603011753.k21Hrvj0055120@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Mar 2006 17:53:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom/label g_label.c g_label.h g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 17:53:58 -0000 pjd 2006-03-01 17:53:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/label g_label.c g_label.h g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c Log: MFC: Sync with HEAD. Approved by: re (scottl) Revision Changes Path 1.13.2.4 +42 -22 src/sys/geom/label/g_label.c 1.4.2.3 +1 -1 src/sys/geom/label/g_label.h 1.1.8.3 +1 -1 src/sys/geom/label/g_label_iso9660.c 1.1.8.2 +1 -1 src/sys/geom/label/g_label_msdosfs.c 1.3.2.2 +24 -28 src/sys/geom/label/g_label_ufs.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 17:55:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E0616A420; Wed, 1 Mar 2006 17:55:29 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F1BD43D4C; Wed, 1 Mar 2006 17:55:29 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21HtTCr055263; Wed, 1 Mar 2006 17:55:29 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21HtTUS055262; Wed, 1 Mar 2006 17:55:29 GMT (envelope-from pjd) Message-Id: <200603011755.k21HtTUS055262@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Mar 2006 17:55:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/geom/class/concat gconcat.8 geom_concat.c src/sys/geom/concat g_concat.c g_concat.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 17:55:29 -0000 pjd 2006-03-01 17:55:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/geom/class/concat gconcat.8 geom_concat.c sys/geom/concat g_concat.c g_concat.h Log: MFC: Sync with HEAD. Approved by: re (scottl) Revision Changes Path 1.17.2.1 +13 -2 src/sbin/geom/class/concat/gconcat.8 1.8.2.2 +7 -7 src/sbin/geom/class/concat/geom_concat.c 1.24.2.2 +5 -5 src/sys/geom/concat/g_concat.c 1.11.2.1 +1 -1 src/sys/geom/concat/g_concat.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 17:57:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BB9316A420; Wed, 1 Mar 2006 17:57:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B29843D5D; Wed, 1 Mar 2006 17:57:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21HvBrN055344; Wed, 1 Mar 2006 17:57:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21HvBcm055343; Wed, 1 Mar 2006 17:57:11 GMT (envelope-from pjd) Message-Id: <200603011757.k21HvBcm055343@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Mar 2006 17:57:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/geom geom_slice.c geom_slice.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 17:57:12 -0000 pjd 2006-03-01 17:57:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom geom_slice.c geom_slice.h Log: MFC: sys/geom/geom_slice.c 1.59 sys/geom/geom_slice.h 1.18 Allow to use g_slice_orphan() from outside. Approved by: re (scottl) Revision Changes Path 1.57.2.2 +1 -2 src/sys/geom/geom_slice.c 1.17.10.1 +1 -0 src/sys/geom/geom_slice.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 18:01:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CDE716A420; Wed, 1 Mar 2006 18:01:29 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDD543D4C; Wed, 1 Mar 2006 18:01:29 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21I1TDU055580; Wed, 1 Mar 2006 18:01:29 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21I1T14055579; Wed, 1 Mar 2006 18:01:29 GMT (envelope-from pjd) Message-Id: <200603011801.k21I1T14055579@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Mar 2006 18:01:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/nfsclient nfs_diskless.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 18:01:29 -0000 pjd 2006-03-01 18:01:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_diskless.c Log: MFC: sys/nfsclient/nfs_diskless.c 1.12,1.13 Add boot.nfsroot.options loader tunable. It allows to specify options for NFS root file system. Currently supported options are: soft, intr, conn, lockd. I'm adding this functionality mostly for 'lockd' option, which is only honored when performing the initial mount and will be silently ignored if used while updating the mount options. This will allow to use flock(2) without the need of using varmfs or rpc.lockd and friends. Example of use: boot.nfsroot.options="intr,lockd" Approved by: re (scottl) Revision Changes Path 1.11.2.1 +29 -0 src/sys/nfsclient/nfs_diskless.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 18:12:20 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 499F216A420; Wed, 1 Mar 2006 18:12:20 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3170643D49; Wed, 1 Mar 2006 18:12:14 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k21IBlfa063904; Wed, 1 Mar 2006 11:11:48 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4405E3DC.7030403@samsco.org> Date: Wed, 01 Mar 2006 11:11:40 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maksim Yevmenkin References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <20060227194350.A57612@newtrinity.zeist.de> <864q2j5voi.fsf@xps.des.no> <346a80220602282337n3a2786c1qf4f9358fa6be73d4@mail.gmail.com> <44054FB8.5010707@samsco.org> <20060301135551.GY27069@submonkey.net> <4405ACE7.6060605@centtech.com> <4405CC23.20403@samsco.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: src-committers@freebsd.org, cokane@cokane.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Marius Strobl , Dag-Erling Sm?rgrav , Ceri Davies , Eric Anderson Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 18:12:20 -0000 Maksim Yevmenkin wrote: > On 3/1/06, Scott Long wrote: > >>Eric Anderson wrote: >> >>>Ceri Davies wrote: >>> >>> >>>>On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote: >>>> >>>> >>>> >>>>>Coleman Kane wrote: >>>>> >>>>> >>>>> >>>>>>On 2/28/06, *Dag-Erling Sm?rgrav* > >>>>>>wrote: >>>>>> >>>>>> "Maksim Yevmenkin" >>>>> > writes: >>>>>> > we should make a decision which scancodes keyboard drivers >>>>>>should be >>>>>> > returning and change kbdmux(4), syscons(4) etc. to support it. >>>>>> > >>>>>> > until then, i'm afraid, sun rs232 and powerpc adb keyboard >>>>>>drivers >>>>>> > will have to translate their own scancodes into at scancodes >>>>>>(just >>>>>> > like ukbd(4) does). >>>>>> >>>>>> Considering that ukbd(4) is the only kbd driver that runs on all >>>>>> platforms, it might make sense to have all other drivers translate >>>>>> their scancodes to ukbd(4) scancodes and use that in kbdmux(4) and >>>>>> syscons(4). >>>>>> >>>>>> >>>>>>I agree, especially since atkbdc's are rapidly being replaced by >>>>>>USB on the platforms they were made for. >>>>>> >>>>> >>>>>Long term, yes, but what is the risk/benefit of doing this for 6.1? >>>>> >>>> >>>> >>>>If it doesn't work, we look like bloody idiots. 6.2 isn't that far >>>>away, I'd think that anybody could manage waiting for it a little more >>>>(especially if it goes into RELENG_6 just after the 6.1 branch). >>>> >>>>The above not to be taken as a comment on the change, on which I am not >>>>informed enough to hold an opinion. >>>> >>> >>> >>>Can we have it all set, built in to GENERIC, but the device hint set to >>>disabled? Lots of systems, Dell PowerEdge and similar, come with a >>>remote access card, which uses a USB tie in. The only way I've found to >>>make the console keyboard work after initial install, is to boot single >>>user, hack /etc/devd.conf, and reboot, which is really ugly. Many >>>FreeBSD users get stuck with this, so it would be very nice to have a >>>quick way to enable the kbdmux at loader time for 6.1, but if it goes in >>>right after, I'm not going to cry. :) >>> >>>Thanks again Maksim for all the work on this! >> >>I'd like to turn this on for the next BETA build, get feedback, then >>decide whether or not to leave it enabled for the final 6.1 release. >>Maksim, is that OK with you? > > > yes, it should be fine. i still need to add/test hints support in > kbdmux(4). i plan to finish it today. i will also need to MFC all my > changes to RELENG_6. i'm not sure how much testing we want before MFC. > should i get a blanket approval from re@? > > thanks, > max Instead of rushing this in, let's build BETA3 now without it and then spend the next week getting it working at tested and polished. Scott From owner-cvs-src@FreeBSD.ORG Wed Mar 1 18:19:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82CD16A420; Wed, 1 Mar 2006 18:19:33 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52C243D46; Wed, 1 Mar 2006 18:19:33 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21IJXx8056373; Wed, 1 Mar 2006 18:19:33 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21IJXCu056372; Wed, 1 Mar 2006 18:19:33 GMT (envelope-from imp) Message-Id: <200603011819.k21IJXCu056372@repoman.freebsd.org> From: Warner Losh Date: Wed, 1 Mar 2006 18:19:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf files src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbusreg.h cardbusvar.h src/sys/modules/cardbus Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 18:19:34 -0000 imp 2006-03-01 18:19:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files sys/dev/cardbus cardbus.c cardbus_cis.c cardbusreg.h cardbusvar.h sys/modules/cardbus Makefile Log: Back out latest cardbus MFC. This breaks stuff in a lot of weird and unknown ways. Until that breakage is sorted out, be conservative. I'm not backing this out in current so I can track down the issues. I'm also not backing out the pci parts of this commit because with the old cardbus code they work perfectly as far as I've been able to test. I'm leaving cardbus_device.c in place as well since I anticipate being able to reconnect it when I resolve this issue in head and cvs rm + cvs add on branches can be a pita... Approved by: re@ (scottl) Revision Changes Path 1.1031.2.23 +1 -1 src/sys/conf/files 1.52.2.3 +359 -54 src/sys/dev/cardbus/cardbus.c 1.50.2.2 +140 -80 src/sys/dev/cardbus/cardbus_cis.c 1.8.2.2 +37 -0 src/sys/dev/cardbus/cardbusreg.h 1.11.2.2 +2 -34 src/sys/dev/cardbus/cardbusvar.h 1.10.14.2 +1 -1 src/sys/modules/cardbus/Makefile From owner-cvs-src@FreeBSD.ORG Wed Mar 1 18:33:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA5C16A420; Wed, 1 Mar 2006 18:33:45 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B2443D48; Wed, 1 Mar 2006 18:33:45 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21IXjRe056943; Wed, 1 Mar 2006 18:33:45 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21IXjZw056942; Wed, 1 Mar 2006 18:33:45 GMT (envelope-from cognet) Message-Id: <200603011833.k21IXjZw056942@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 1 Mar 2006 18:33:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm undefined.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 18:33:46 -0000 cognet 2006-03-01 18:33:45 UTC FreeBSD src repository Modified files: sys/arm/arm undefined.c Log: userret() now only takes 2 parameters. Revision Changes Path 1.12 +2 -2 src/sys/arm/arm/undefined.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 18:34:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0196F16A420; Wed, 1 Mar 2006 18:34:49 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC91043D53; Wed, 1 Mar 2006 18:34:48 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21IYmsh057085; Wed, 1 Mar 2006 18:34:48 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21IYm09057084; Wed, 1 Mar 2006 18:34:48 GMT (envelope-from emax) Message-Id: <200603011834.k21IYm09057084@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 1 Mar 2006 18:34:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 kbdmux.4 src/sys/dev/kbdmux kbdmux.c src/sys/modules/kbdmux Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 18:34:49 -0000 emax 2006-03-01 18:34:48 UTC FreeBSD src repository Modified files: share/man/man4 kbdmux.4 sys/dev/kbdmux kbdmux.c sys/modules/kbdmux Makefile Log: Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint. Document hint in the kbdmux(4) man page. Requested by: scottl MFC after: 1 day Revision Changes Path 1.4 +4 -0 src/share/man/man4/kbdmux.4 1.7 +4 -0 src/sys/dev/kbdmux/kbdmux.c 1.3 +1 -1 src/sys/modules/kbdmux/Makefile From owner-cvs-src@FreeBSD.ORG Wed Mar 1 18:36:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65FC416A423; Wed, 1 Mar 2006 18:36:45 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C31A443D53; Wed, 1 Mar 2006 18:36:43 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21Iah28057287; Wed, 1 Mar 2006 18:36:43 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Iah7e057286; Wed, 1 Mar 2006 18:36:43 GMT (envelope-from sos) Message-Id: <200603011836.k21Iah7e057286@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 1 Mar 2006 18:36:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 18:36:45 -0000 sos 2006-03-01 18:36:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-queue.c Log: MFC: Keep the parent device (in this case the channel) around in ata_request, so we dont panic device removal or failure. Clean up ata_fail_requests to prevent the queue munging to fail. Fix ata_reinit so it does things in the right order to prevent panic's. Lock the channel so master/slave setups wont trash during reinit. Work around the deadlock that occours when ATA waits for the taskqueue to call back for completition and something else is holding the taskqueue waiting for ATA to return data. This should clear up the "semaphore timeout !! DANGER Will Robinson !!" in most situations, and log "taskqueue timeout - completing request directly" instead, with a delayed "WARNING - freeing taskqueue zombie request" when the taskqueue finally calls us back with the now stale request. (It would have been nice if there was a way to remove a scheduled item from the taskqueue finally calls us back with the now stale request. Approved by: re@ (scottl) Revision Changes Path 1.252.2.6 +31 -37 src/sys/dev/ata/ata-all.c 1.103.2.6 +7 -2 src/sys/dev/ata/ata-all.h 1.126.2.10 +0 -1 src/sys/dev/ata/ata-chipset.c 1.50.2.3 +41 -23 src/sys/dev/ata/ata-queue.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 18:37:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09F0D16A420; Wed, 1 Mar 2006 18:37:42 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE9B43D46; Wed, 1 Mar 2006 18:37:41 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21IbfMD057335; Wed, 1 Mar 2006 18:37:41 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Ibfd8057334; Wed, 1 Mar 2006 18:37:41 GMT (envelope-from ceri) Message-Id: <200603011837.k21Ibfd8057334@repoman.freebsd.org> From: Ceri Davies Date: Wed, 1 Mar 2006 18:37:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 18:37:42 -0000 ceri 2006-03-01 18:37:41 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall menus.c Log: Add new NTP servers for Taiwan. PR: bin/92160 Submitted by: Jose Liang Approved by: jhb MFC After: 2 days Revision Changes Path 1.416 +15 -0 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 19:01:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2804616A420; Wed, 1 Mar 2006 19:01:59 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D80C543D45; Wed, 1 Mar 2006 19:01:58 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21J1wHb058394; Wed, 1 Mar 2006 19:01:58 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21J1wo5058393; Wed, 1 Mar 2006 19:01:58 GMT (envelope-from pjd) Message-Id: <200603011901.k21J1wo5058393@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Mar 2006 19:01:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys bio.h src/sys/geom geom_io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 19:01:59 -0000 pjd 2006-03-01 19:01:58 UTC FreeBSD src repository Modified files: sys/sys bio.h sys/geom geom_io.c Log: Assert proper use of bio_caller1, bio_caller2, bio_cflags, bio_driver1, bio_driver2 and bio_pflags fields. Reviewed by: phk Revision Changes Path 1.68 +23 -0 src/sys/geom/geom_io.c 1.146 +5 -0 src/sys/sys/bio.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 19:17:31 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B0D816A422 for ; Wed, 1 Mar 2006 19:17:31 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B8B543D58 for ; Wed, 1 Mar 2006 19:17:29 +0000 (GMT) (envelope-from maksim.yevmenkin@gmail.com) Received: by nproxy.gmail.com with SMTP id y38so148612nfb for ; Wed, 01 Mar 2006 11:17:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HSSoWI+BO7RQwNqtc4Scjv/f0/FvA0nvybwPraKJADbp/4D1vaZ6PILEVjzYDe+hSMay5x2hqyiCQU7JK6/goCEoRsZfHgq31TuImoUz/tFocLkcu4R4h03NLubhvt9V+hs/PVn4ThrBBfQsJRWy5CTQ9dDfJn8+pQdD4HBv3bE= Received: by 10.48.238.20 with SMTP id l20mr265878nfh; Wed, 01 Mar 2006 11:17:27 -0800 (PST) Received: by 10.49.4.2 with HTTP; Wed, 1 Mar 2006 11:17:27 -0800 (PST) Message-ID: Date: Wed, 1 Mar 2006 11:17:27 -0800 From: "Maksim Yevmenkin" To: "Scott Long" In-Reply-To: <4405E3DC.7030403@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <864q2j5voi.fsf@xps.des.no> <346a80220602282337n3a2786c1qf4f9358fa6be73d4@mail.gmail.com> <44054FB8.5010707@samsco.org> <20060301135551.GY27069@submonkey.net> <4405ACE7.6060605@centtech.com> <4405CC23.20403@samsco.org> <4405E3DC.7030403@samsco.org> Cc: src-committers@freebsd.org, cokane@cokane.org, cvs-src@freebsd.org, cvs-all@freebsd.org, Marius Strobl , Dag-Erling Sm?rgrav , Ceri Davies , Eric Anderson Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 19:17:31 -0000 On 3/1/06, Scott Long wrote: > Maksim Yevmenkin wrote: > > On 3/1/06, Scott Long wrote: > > > >>Eric Anderson wrote: > >> > >>>Ceri Davies wrote: > >>> > >>> > >>>>On Wed, Mar 01, 2006 at 12:39:36AM -0700, Scott Long wrote: > >>>> > >>>> > >>>> > >>>>>Coleman Kane wrote: > >>>>> > >>>>> > >>>>> > >>>>>>On 2/28/06, *Dag-Erling Sm?rgrav* > > >>>>>>wrote: > >>>>>> > >>>>>> "Maksim Yevmenkin" >>>>>> > writes: > >>>>>> > we should make a decision which scancodes keyboard drivers > >>>>>>should be > >>>>>> > returning and change kbdmux(4), syscons(4) etc. to support it= . > >>>>>> > > >>>>>> > until then, i'm afraid, sun rs232 and powerpc adb keyboard > >>>>>>drivers > >>>>>> > will have to translate their own scancodes into at scancodes > >>>>>>(just > >>>>>> > like ukbd(4) does). > >>>>>> > >>>>>> Considering that ukbd(4) is the only kbd driver that runs on all > >>>>>> platforms, it might make sense to have all other drivers transla= te > >>>>>> their scancodes to ukbd(4) scancodes and use that in kbdmux(4) a= nd > >>>>>> syscons(4). > >>>>>> > >>>>>> > >>>>>>I agree, especially since atkbdc's are rapidly being replaced by > >>>>>>USB on the platforms they were made for. > >>>>>> > >>>>> > >>>>>Long term, yes, but what is the risk/benefit of doing this for 6.1? > >>>>> > >>>> > >>>> > >>>>If it doesn't work, we look like bloody idiots. 6.2 isn't that far > >>>>away, I'd think that anybody could manage waiting for it a little mor= e > >>>>(especially if it goes into RELENG_6 just after the 6.1 branch). > >>>> > >>>>The above not to be taken as a comment on the change, on which I am n= ot > >>>>informed enough to hold an opinion. > >>>> > >>> > >>> > >>>Can we have it all set, built in to GENERIC, but the device hint set t= o > >>>disabled? Lots of systems, Dell PowerEdge and similar, come with a > >>>remote access card, which uses a USB tie in. The only way I've found = to > >>>make the console keyboard work after initial install, is to boot singl= e > >>>user, hack /etc/devd.conf, and reboot, which is really ugly. Many > >>>FreeBSD users get stuck with this, so it would be very nice to have a > >>>quick way to enable the kbdmux at loader time for 6.1, but if it goes = in > >>>right after, I'm not going to cry. :) > >>> > >>>Thanks again Maksim for all the work on this! > >> > >>I'd like to turn this on for the next BETA build, get feedback, then > >>decide whether or not to leave it enabled for the final 6.1 release. > >>Maksim, is that OK with you? > > > > > > yes, it should be fine. i still need to add/test hints support in > > kbdmux(4). i plan to finish it today. i will also need to MFC all my > > changes to RELENG_6. i'm not sure how much testing we want before MFC. > > should i get a blanket approval from re@? > > Instead of rushing this in, let's build BETA3 now without it and then > spend the next week getting it working at tested and polished. fine with me. more testing is always good. btw, kbdmux(4) hints support was committed to HEAD. it was actually pretty trivial to add. i briefly tested it with module and it worked for me. thanks, max From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:14:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E94FE16A420; Wed, 1 Mar 2006 20:14:57 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7575743D64; Wed, 1 Mar 2006 20:14:57 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KEv6r061138; Wed, 1 Mar 2006 20:14:57 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21KEvxg061137; Wed, 1 Mar 2006 20:14:57 GMT (envelope-from ceri) Message-Id: <200603012014.k21KEvxg061137@repoman.freebsd.org> From: Ceri Davies Date: Wed, 1 Mar 2006 20:14:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:14:58 -0000 ceri 2006-03-01 20:14:55 UTC FreeBSD src repository Modified files: . README Log: Add a note explaining what the rescue/ directory is for. PR: docs/93990 Submitted by: Ulf Lilleengen MFC after: 3 days Revision Changes Path 1.23 +2 -0 src/README From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:29:50 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C47BC16A422; Wed, 1 Mar 2006 20:29:50 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489DB43D53; Wed, 1 Mar 2006 20:29:50 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KToIx061877; Wed, 1 Mar 2006 20:29:50 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21KToUx061876; Wed, 1 Mar 2006 20:29:50 GMT (envelope-from wkoszek) Message-Id: <200603012029.k21KToUx061876@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Wed, 1 Mar 2006 20:29:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/kldunload kldunload.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:29:50 -0000 wkoszek 2006-03-01 20:29:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/kldunload kldunload.c Log: MFC: Big style(9) fix. This commit brings no functional change. Approved by: cognet (mentor) Approved by: re (scottl) Revision Changes Path 1.15.2.1 +59 -56 src/sbin/kldunload/kldunload.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:42:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A17CB16A420; Wed, 1 Mar 2006 20:42:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C51743D45; Wed, 1 Mar 2006 20:42:31 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KgVqM062925; Wed, 1 Mar 2006 20:42:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21KgViY062924; Wed, 1 Mar 2006 20:42:31 GMT (envelope-from jhb) Message-Id: <200603012042.k21KgViY062924@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Mar 2006 20:42:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/amd64/amd64 io_apic.c src/sys/i386/i386 io_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:42:31 -0000 jhb 2006-03-01 20:42:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/amd64 io_apic.c sys/i386/i386 io_apic.c Log: Use fixed delivery mode for I/O APIC interrupts rather than low priority delivery mode. Approved by: re (scottl) Revision Changes Path 1.11.2.3 +1 -1 src/sys/amd64/amd64/io_apic.c 1.14.2.2 +1 -1 src/sys/i386/i386/io_apic.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:42:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB5516A443; Wed, 1 Mar 2006 20:42:47 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68C6243D45; Wed, 1 Mar 2006 20:42:47 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KglSS062954; Wed, 1 Mar 2006 20:42:47 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21KglJK062953; Wed, 1 Mar 2006 20:42:47 GMT (envelope-from cognet) Message-Id: <200603012042.k21KglJK062953@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 1 Mar 2006 20:42:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:42:48 -0000 cognet 2006-03-01 20:42:47 UTC FreeBSD src repository Modified files: sys/arm/arm trap.c Log: Make sure we decrement p_lock before leaving prefetch_abort_handler() Revision Changes Path 1.22 +3 -3 src/sys/arm/arm/trap.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:43:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E2C116A420; Wed, 1 Mar 2006 20:43:52 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE8D743D55; Wed, 1 Mar 2006 20:43:51 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KhpHx063034; Wed, 1 Mar 2006 20:43:51 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Khpa4063033; Wed, 1 Mar 2006 20:43:51 GMT (envelope-from cognet) Message-Id: <200603012043.k21Khpa4063033@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 1 Mar 2006 20:43:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:43:52 -0000 cognet 2006-03-01 20:43:51 UTC FreeBSD src repository Modified files: sys/arm/arm trap.c Log: Use a better panic message than lol. Revision Changes Path 1.23 +2 -1 src/sys/arm/arm/trap.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:46:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA0816A420; Wed, 1 Mar 2006 20:46:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7965843D4C; Wed, 1 Mar 2006 20:46:52 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KkqvE063303; Wed, 1 Mar 2006 20:46:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21KkqO5063302; Wed, 1 Mar 2006 20:46:52 GMT (envelope-from jhb) Message-Id: <200603012046.k21KkqO5063302@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Mar 2006 20:46:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 io_apic.c local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:46:52 -0000 jhb 2006-03-01 20:46:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 io_apic.c local_apic.c Log: MFC: Various apic fixes and tweaks from io_apic.c 1.16 and local_apic.c 1.18. Approved by: re (scottl) Revision Changes Path 1.15.2.2 +12 -2 src/sys/amd64/amd64/io_apic.c 1.17.2.2 +8 -4 src/sys/amd64/amd64/local_apic.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:50:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3EDB16A420; Wed, 1 Mar 2006 20:50:12 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 151D743D69; Wed, 1 Mar 2006 20:50:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KoAp3071015; Wed, 1 Mar 2006 20:50:10 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21KoA9K071014; Wed, 1 Mar 2006 20:50:10 GMT (envelope-from jhb) Message-Id: <200603012050.k21KoA9K071014@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Mar 2006 20:50:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/amd64/amd64 io_apic.c local_apic.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/i386/i386 io_apic.c local_apic.c src/sys/i386/include apicvar.h intr_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:50:13 -0000 jhb 2006-03-01 20:50:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 io_apic.c local_apic.c sys/amd64/include apicvar.h intr_machdep.h sys/i386/i386 io_apic.c local_apic.c sys/i386/include apicvar.h intr_machdep.h Log: MFC: Change the x86 interrupt code to allocate IDT vectors on-demand. Approved by: re (scottl) Revision Changes Path 1.15.2.3 +84 -68 src/sys/amd64/amd64/io_apic.c 1.17.2.3 +100 -22 src/sys/amd64/amd64/local_apic.c 1.13.2.1 +3 -2 src/sys/amd64/include/apicvar.h 1.5.2.1 +29 -3 src/sys/amd64/include/intr_machdep.h 1.20.2.3 +84 -68 src/sys/i386/i386/io_apic.c 1.17.2.3 +101 -23 src/sys/i386/i386/local_apic.c 1.13.2.1 +3 -2 src/sys/i386/include/apicvar.h 1.7.2.1 +29 -3 src/sys/i386/include/intr_machdep.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:51:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011FF16A420; Wed, 1 Mar 2006 20:51:53 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E33343D75; Wed, 1 Mar 2006 20:51:50 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21Kpo1X071151; Wed, 1 Mar 2006 20:51:50 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Kpouv071150; Wed, 1 Mar 2006 20:51:50 GMT (envelope-from andre) Message-Id: <200603012051.k21Kpouv071150@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 1 Mar 2006 20:51:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c uipc_mbuf.c src/sys/sys mbuf.h param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:51:53 -0000 andre 2006-03-01 20:51:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_mbuf.c uipc_mbuf.c sys/sys mbuf.h param.h Log: MFC: Replace 4k mbuf clusters with PAGE_SIZE clusters. Note: The jumbo mbuf cluster API has been MFC'd only recently and never shipped in a release. Thus the API change does not violate our stable branch guidelines with regard to API compatibility. Requested by: glebius, gallatin Sponsored by: TCP/IP Optimization Fundraise 2005 Approved by: re (scottl) Revision Changes Path 1.9.2.5 +11 -11 src/sys/kern/kern_mbuf.c 1.148.2.4 +2 -2 src/sys/kern/uipc_mbuf.c 1.170.2.5 +11 -11 src/sys/sys/mbuf.h 1.244.2.10 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:51:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A0BF16A422; Wed, 1 Mar 2006 20:51:56 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9060D43D80; Wed, 1 Mar 2006 20:51:53 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KpruG071188; Wed, 1 Mar 2006 20:51:53 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Kprg7071187; Wed, 1 Mar 2006 20:51:53 GMT (envelope-from wkoszek) Message-Id: <200603012051.k21Kprg7071187@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Wed, 1 Mar 2006 20:51:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/kldunload kldunload.8 kldunload.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:51:56 -0000 wkoszek 2006-03-01 20:51:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/kldunload kldunload.8 kldunload.c Log: Forced commit in order to note, that I brought style(9) changes together with functional changes. It was done by accident. Proper comment to the previous commit should be: MFC: Extend kldunload(8) functionality and fix minor problems: o multiple modules can be unloaded at once (specified either by id or be module name) o exit with EX_USAGE after usage() is called. o remove unused variables, since we keep command line flags as bitmask, in 'opt'. o 'kldload -n ...' does nothing. Add comment to this options. Additionally: o Update manual page to conform new functionality. o Increace WARNS to 6. Because we can. o Bump a date in .Dd field. Spotted by brueffer@. Approved by: cognet (mentor) Approved by: re (scottl) Revision Changes Path 1.16.2.1 +3 -3 src/sbin/kldunload/kldunload.8 1.15.2.2 +0 -0 src/sbin/kldunload/kldunload.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:52:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EC2B16A558; Wed, 1 Mar 2006 20:52:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34FB043D6A; Wed, 1 Mar 2006 20:52:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KqAoB071223; Wed, 1 Mar 2006 20:52:10 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21KqAqf071222; Wed, 1 Mar 2006 20:52:10 GMT (envelope-from jhb) Message-Id: <200603012052.k21KqAqf071222@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Mar 2006 20:52:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/procfs procfs_ctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:52:16 -0000 jhb 2006-03-01 20:52:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/procfs procfs_ctl.c Log: MFC: Hold the proc lock while calling proc_sstep(). Approved by: re (scottl) Revision Changes Path 1.53.2.1 +1 -2 src/sys/fs/procfs/procfs_ctl.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:53:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1088E16A420; Wed, 1 Mar 2006 20:53:26 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E160D43D77; Wed, 1 Mar 2006 20:53:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KrOGY071279; Wed, 1 Mar 2006 20:53:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21KrOIY071278; Wed, 1 Mar 2006 20:53:24 GMT (envelope-from jhb) Message-Id: <200603012053.k21KrOIY071278@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Mar 2006 20:53:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_kthread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:53:26 -0000 jhb 2006-03-01 20:53:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_kthread.c Log: MFC: Remove extraneous PHOLD() in kthread_create(). Approved by: re (scottl) Revision Changes Path 1.34.2.1 +0 -1 src/sys/kern/kern_kthread.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:54:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E455516A422; Wed, 1 Mar 2006 20:54:22 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EFF443D4C; Wed, 1 Mar 2006 20:54:22 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KsMNv071340; Wed, 1 Mar 2006 20:54:22 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21KsMWJ071339; Wed, 1 Mar 2006 20:54:22 GMT (envelope-from andre) Message-Id: <200603012054.k21KsMWJ071339@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 1 Mar 2006 20:54:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/netstat mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:54:23 -0000 andre 2006-03-01 20:54:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/netstat mbuf.c Log: MFC rev. 1.49 to 1.51: Print statistics on jumbo clusters and improve packet zone information. Sponsored by: TCP/IP Optimization Fundraise 2005 Approved by: re (scottl) Revision Changes Path 1.42.8.6 +76 -2 src/usr.bin/netstat/mbuf.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:54:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1766016A42B; Wed, 1 Mar 2006 20:54:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52BBA43D45; Wed, 1 Mar 2006 20:54:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21KsXUk071369; Wed, 1 Mar 2006 20:54:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21KsXnP071368; Wed, 1 Mar 2006 20:54:33 GMT (envelope-from jhb) Message-Id: <200603012054.k21KsXnP071368@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Mar 2006 20:54:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:54:34 -0000 jhb 2006-03-01 20:54:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/pseudofs pseudofs_vnops.c Log: MFC: Change pfs_visible() to optionally return with the process still locked to simplify some locking and close some races. Approved by: re (scottl) Revision Changes Path 1.56.2.2 +44 -50 src/sys/fs/pseudofs/pseudofs_vnops.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 20:58:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BE6616A422; Wed, 1 Mar 2006 20:58:47 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD01543D5D; Wed, 1 Mar 2006 20:58:37 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21Kwb4Y071653; Wed, 1 Mar 2006 20:58:37 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Kwbmx071652; Wed, 1 Mar 2006 20:58:37 GMT (envelope-from andre) Message-Id: <200603012058.k21Kwbmx071652@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 1 Mar 2006 20:58:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern uipc_domain.c uipc_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 20:58:47 -0000 andre 2006-03-01 20:58:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern uipc_domain.c uipc_mbuf.c Log: MFC uipc_domain.c rev. 1.45 and uipc_mbuf.c rev. 1.162: Make kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen] read-only. Sponsored by: TCP/IP Optimization Fundraise 2005 Approved by: re (scottl) Revision Changes Path 1.44.2.2 +2 -0 src/sys/kern/uipc_domain.c 1.148.2.5 +8 -7 src/sys/kern/uipc_mbuf.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 21:08:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4605A16A420; Wed, 1 Mar 2006 21:08:56 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B959043D5A; Wed, 1 Mar 2006 21:08:53 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21L8r8c072056; Wed, 1 Mar 2006 21:08:53 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21L8rOE072055; Wed, 1 Mar 2006 21:08:53 GMT (envelope-from andre) Message-Id: <200603012108.k21L8rOE072055@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 1 Mar 2006 21:08:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/kern kern_sysctl.c src/sys/netinet tcp_timer.c src/sys/sys sysctl.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 21:08:56 -0000 andre 2006-03-01 21:08:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_sysctl.c sys/netinet tcp_timer.c sys/sys sysctl.h Log: MFC: Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available instead of being private to tcp_timer.c. Sponsored by: TCP/IP Optimization Fundraise 2005 Approved by: re (scottl) Revision Changes Path 1.165.2.3 +26 -0 src/sys/kern/kern_sysctl.c 1.74.2.2 +0 -20 src/sys/netinet/tcp_timer.c 1.138.2.1 +1 -0 src/sys/sys/sysctl.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 21:13:31 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E48CE16A420; Wed, 1 Mar 2006 21:13:31 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D06E43D49; Wed, 1 Mar 2006 21:13:31 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21LDVA5072336; Wed, 1 Mar 2006 21:13:31 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21LDVAc072335; Wed, 1 Mar 2006 21:13:31 GMT (envelope-from andre) Message-Id: <200603012113.k21LDVAc072335@repoman.freebsd.org> From: Andre Oppermann Date: Wed, 1 Mar 2006 21:13:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet tcp_input.c tcp_subr.c tcp_timer.h tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 21:13:32 -0000 andre 2006-03-01 21:13:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet tcp_input.c tcp_subr.c tcp_timer.h tcp_var.h Log: MFC: Have TCP Inflight disable itself if the RTT is below a certain threshold. The sysctl net.inet.tcp.inflight.rttthresh specifies the threshold in milliseconds below which inflight will disengage. It defaults to 10ms. Sponsored by: TCP/IP Optimization Fundraise 2005 Approved by: re (scottl) Revision Changes Path 1.281.2.5 +10 -0 src/sys/netinet/tcp_input.c 1.228.2.6 +7 -1 src/sys/netinet/tcp_subr.c 1.27.2.1 +3 -0 src/sys/netinet/tcp_timer.h 1.126.2.1 +1 -0 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 21:40:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 737AA16A420; Wed, 1 Mar 2006 21:40:15 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F13843D5E; Wed, 1 Mar 2006 21:40:15 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21LeFBj073677; Wed, 1 Mar 2006 21:40:15 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21LeFAm073676; Wed, 1 Mar 2006 21:40:15 GMT (envelope-from wkoszek) Message-Id: <200603012140.k21LeFAm073676@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Wed, 1 Mar 2006 21:40:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules Makefile src/sys/modules/crypto Makefile src/sys/modules/if_ppp Makefile src/sys/net ppp_deflate.c src/sys/opencrypto cryptodev.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 21:40:15 -0000 wkoszek 2006-03-01 21:40:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules Makefile sys/modules/crypto Makefile sys/modules/if_ppp Makefile sys/net ppp_deflate.c sys/opencrypto cryptodev.c Log: MFC: Connect zlib to the build. This patch fixes a problem, which exists if you have IPSEC in your kernel and want to have crypto support loaded as KLD. By moving zlib to separate module and adding MODULE_DEPEND directives, it is possible to use such configuration without complication. Otherwise, since IPSEC is linked with zlib (just like crypto.ko) you'll get following error: interface zlib.1 already present in the KLD 'kernel'! Approved by: cognet (mentor) Approved by: re (scottl) Revision Changes Path 1.450.2.10 +2 -1 src/sys/modules/Makefile 1.3.2.1 +0 -2 src/sys/modules/crypto/Makefile 1.33.2.2 +1 -1 src/sys/modules/if_ppp/Makefile 1.21.2.1 +2 -0 src/sys/net/ppp_deflate.c 1.25.2.2 +1 -0 src/sys/opencrypto/cryptodev.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 21:58:16 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E045016A420; Wed, 1 Mar 2006 21:58:16 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A95B43D45; Wed, 1 Mar 2006 21:58:16 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k21LwFF2028074; Wed, 1 Mar 2006 16:58:15 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Wed, 1 Mar 2006 16:59:09 -0500 User-Agent: KMail/1.9.1 References: <200603012050.k21KoA9K071014@repoman.freebsd.org> In-Reply-To: <200603012050.k21KoA9K071014@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200603011659.11552.jhb@freebsd.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.87.1/1308/Wed Mar 1 05:13:39 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED,AWL autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 io_apic.c local_apic.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/i386/i386 io_apic.c local_apic.c src/sys/i386/include apicvar.h intr_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 21:58:17 -0000 On Wednesday 01 March 2006 15:50, John Baldwin wrote: > jhb 2006-03-01 20:50:10 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/amd64/amd64 io_apic.c local_apic.c > sys/amd64/include apicvar.h intr_machdep.h > sys/i386/i386 io_apic.c local_apic.c > sys/i386/include apicvar.h intr_machdep.h > Log: > MFC: Change the x86 interrupt code to allocate IDT vectors on-demand. > > Approved by: re (scottl) The patch at http://www.FreeBSD.org/~jhb/patches/irq_shuffle.patch that I just committed to HEAD yesterday should now apply to RELENG_6 after this commit. I'd appreciate some folks testing it, especially people who had issues with UP kernels with APIC (such as GENERIC) not working on 6.0 but an SMP kernel with APIC would work. -- 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 Mar 1 22:24:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D769316A422; Wed, 1 Mar 2006 22:24:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F7C743D49; Wed, 1 Mar 2006 22:24:23 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21MON5f075369; Wed, 1 Mar 2006 22:24:23 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21MONnX075368; Wed, 1 Mar 2006 22:24:23 GMT (envelope-from glebius) Message-Id: <200603012224.k21MONnX075368@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 1 Mar 2006 22:24:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/ifconfig ifmedia.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 22:24:24 -0000 glebius 2006-03-01 22:24:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifmedia.c Log: MFC 1.20 by ambrisko: Grab the media from the passed in structure to put it into the global structure. PR: bin/91399, bin/93727 Approved by: re (scottl) Revision Changes Path 1.19.2.1 +1 -0 src/sbin/ifconfig/ifmedia.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 22:26:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E9E16A420; Wed, 1 Mar 2006 22:26:39 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 400CB43D7E; Wed, 1 Mar 2006 22:26:25 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id k21MQMZk064371 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Mar 2006 01:26:22 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id k21MQM2r064370; Thu, 2 Mar 2006 01:26:22 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 2 Mar 2006 01:26:22 +0300 From: Gleb Smirnoff To: Andre Oppermann Message-ID: <20060301222622.GN55275@FreeBSD.org> References: <200603012051.k21Kpouv071150@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200603012051.k21Kpouv071150@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_mbuf.c uipc_mbuf.c src/sys/sys mbuf.h param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 22:26:39 -0000 On Wed, Mar 01, 2006 at 08:51:50PM +0000, Andre Oppermann wrote: A> andre 2006-03-01 20:51:49 UTC A> A> FreeBSD src repository A> A> Modified files: (Branch: RELENG_6) A> sys/kern kern_mbuf.c uipc_mbuf.c A> sys/sys mbuf.h param.h A> Log: A> MFC: Replace 4k mbuf clusters with PAGE_SIZE clusters. A> A> Note: The jumbo mbuf cluster API has been MFC'd only recently and A> never shipped in a release. Thus the API change does not violate A> our stable branch guidelines with regard to API compatibility. A> A> Requested by: glebius, gallatin A> Sponsored by: TCP/IP Optimization Fundraise 2005 A> Approved by: re (scottl) A> A> Revision Changes Path A> 1.9.2.5 +11 -11 src/sys/kern/kern_mbuf.c A> 1.148.2.4 +2 -2 src/sys/kern/uipc_mbuf.c A> 1.170.2.5 +11 -11 src/sys/sys/mbuf.h A> 1.244.2.10 +1 -1 src/sys/sys/param.h Can you please merge the next commits to kern_mbuf.c cleaning up some comments? -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Wed Mar 1 22:32:42 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from green.homeunix.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3575A16A422; Wed, 1 Mar 2006 22:32:42 +0000 (GMT) (envelope-from green@green.homeunix.org) Received: from green.homeunix.org (green@localhost [127.0.0.1]) by green.homeunix.org (8.13.4/8.13.1) with ESMTP id k21MWflc048533; Wed, 1 Mar 2006 17:32:41 -0500 (EST) (envelope-from green@green.homeunix.org) Received: (from green@localhost) by green.homeunix.org (8.13.4/8.13.1/Submit) id k21MWbq6048532; Wed, 1 Mar 2006 17:32:37 -0500 (EST) (envelope-from green) Date: Wed, 1 Mar 2006 17:32:37 -0500 From: Brian Fundakowski Feldman To: Maksim Yevmenkin Message-ID: <20060301223237.GE59522@green.homeunix.org> References: <200602252159.k1PLxT8G036312@repoman.freebsd.org> <4400D478.7060707@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 22:32:42 -0000 On Sat, Feb 25, 2006 at 02:43:11PM -0800, Maksim Yevmenkin wrote: > Scott, > > [...] > > > So what do we need to do to get this enabled and running by default and > > get rid of the USB keyboard hack in the loader, as well as make the > > keyboard flags sane and predictable? > > few things, imo > > 1) i'm pretty sure i want to get the following ukbd(4) patch in > > == > > --- ukbd.c.orig Wed Mar 30 00:32:41 2005 > +++ ukbd.c Thu Feb 23 17:18:37 2006 > @@ -1145,9 +1145,7 @@ > state = (ukbd_state_t *)kbd->kb_data; > if (!(state->ks_flags & COMPOSE) && (state->ks_composed_char > 0)) > return TRUE; > - if (state->ks_inputs > 0) > - return TRUE; > - return FALSE; > + return ukbd_check(kbd); > } > > == > > however, i'd like to give people a chance to comment on this > > 2) integrate remained parts of the following patch > > http://people.freebsd.org/~emax/kbdmux.diff.txt > > (freefall:~emax/kbdmux.diff.txt) > > the idea was that new keyboard will be attached to the kbdmux(4) > automatically (if present). syscons(4) would first look for kbdmux(4) > keyboard and then (if kbdmux(4) keyboard was not found) for any > keyboard. if syscons(4) finds kbdmux(4) keyboard it will automatically > attach all non-busy keyboards to the kbdmux(4). > > one can use kbdmux(4) by simply > > a) loading kbdmux(4) from the loader prompt (or compiling it into the kernel); > > b) kldload'ing kbdmux(4) and then releasing active keyboard; > > if, for whatever reason, one does not want to use kbdmux(4) then just > do not load it and everything should be as it is right now. > > 3) remove ukbd(4) entries from /etc/devd.conf > > i think this should do it. any comments? That sounds really good! -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ From owner-cvs-src@FreeBSD.ORG Wed Mar 1 22:35:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B91D16A420; Wed, 1 Mar 2006 22:35:20 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB7C643D6D; Wed, 1 Mar 2006 22:35:15 +0000 (GMT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21MZFje075781; Wed, 1 Mar 2006 22:35:15 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21MZFeb075780; Wed, 1 Mar 2006 22:35:15 GMT (envelope-from kris) Message-Id: <200603012235.k21MZFeb075780@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 1 Mar 2006 22:35:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sbin/dumpon dumpon.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 22:35:20 -0000 kris 2006-03-01 22:35:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/dumpon dumpon.8 Log: MFC r1.35: Don't refer to obsolete loader method for setting dumpdev. Approved by: re (mux) Revision Changes Path 1.33.2.2 +0 -10 src/sbin/dumpon/dumpon.8 From owner-cvs-src@FreeBSD.ORG Wed Mar 1 22:59:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52B2616A427; Wed, 1 Mar 2006 22:59:36 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 171E843DAE; Wed, 1 Mar 2006 22:59:21 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21Mx0ht076640; Wed, 1 Mar 2006 22:59:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Mx0Y0076639; Wed, 1 Mar 2006 22:59:00 GMT (envelope-from ru) Message-Id: <200603012259.k21Mx0Y0076639@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 1 Mar 2006 22:59:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/examples/ipfilter Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 22:59:36 -0000 ru 2006-03-01 22:59:00 UTC FreeBSD src repository Modified files: share/examples/ipfilter Makefile Log: Remove NO_OBJ now that this makefile builds something. Noticed by: Andrzej Tobola Revision Changes Path 1.8 +0 -2 src/share/examples/ipfilter/Makefile From owner-cvs-src@FreeBSD.ORG Wed Mar 1 23:04:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48AF416A420; Wed, 1 Mar 2006 23:04:26 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEA2243D55; Wed, 1 Mar 2006 23:04:25 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21N4P01076860; Wed, 1 Mar 2006 23:04:25 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21N4Psn076859; Wed, 1 Mar 2006 23:04:25 GMT (envelope-from cognet) Message-Id: <200603012304.k21N4Psn076859@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 1 Mar 2006 23:04:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm busdma_machdep.c pmap.c vm_machdep.c src/sys/arm/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 23:04:26 -0000 cognet 2006-03-01 23:04:25 UTC FreeBSD src repository Modified files: sys/arm/arm busdma_machdep.c pmap.c vm_machdep.c sys/arm/include pmap.h Log: Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory with malloc() or contigmalloc() as usual, but try to re-map the allocated memory into a VA outside the KVA, non-cached, thus making the calls to bus_dmamap_sync() for these buffers useless. Revision Changes Path 1.25 +25 -0 src/sys/arm/arm/busdma_machdep.c 1.42 +11 -1 src/sys/arm/arm/pmap.c 1.22 +59 -1 src/sys/arm/arm/vm_machdep.c 1.15 +7 -0 src/sys/arm/include/pmap.h From owner-cvs-src@FreeBSD.ORG Wed Mar 1 23:20:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F324716A420; Wed, 1 Mar 2006 23:20:50 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CB4543D4C; Wed, 1 Mar 2006 23:20:50 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k21NKnc4065801; Wed, 1 Mar 2006 16:20:49 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44062C54.2080801@samsco.org> Date: Wed, 01 Mar 2006 16:20:52 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Olivier Houchard References: <200603012304.k21N4Psn076859@repoman.freebsd.org> In-Reply-To: <200603012304.k21N4Psn076859@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/arm busdma_machdep.c pmap.c vm_machdep.c src/sys/arm/include pmap.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 23:20:51 -0000 Olivier Houchard wrote: > cognet 2006-03-01 23:04:25 UTC > > FreeBSD src repository > > Modified files: > sys/arm/arm busdma_machdep.c pmap.c vm_machdep.c > sys/arm/include pmap.h > Log: > Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory > with malloc() or contigmalloc() as usual, but try to re-map the allocated > memory into a VA outside the KVA, non-cached, thus making the calls to > bus_dmamap_sync() for these buffers useless. > > Revision Changes Path > 1.25 +25 -0 src/sys/arm/arm/busdma_machdep.c > 1.42 +11 -1 src/sys/arm/arm/pmap.c > 1.22 +59 -1 src/sys/arm/arm/vm_machdep.c > 1.15 +7 -0 src/sys/arm/include/pmap.h Cool. Would you be interested in updating the manual page when you're done to note that the flag actually works on arm? Scott From owner-cvs-src@FreeBSD.ORG Wed Mar 1 23:27:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0237316A420; Wed, 1 Mar 2006 23:27:14 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3930D43D48; Wed, 1 Mar 2006 23:27:12 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k21NRBsX075358; Thu, 2 Mar 2006 01:27:11 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 60999-01-2; Thu, 2 Mar 2006 01:26:44 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k21NQAGg075309 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Mar 2006 01:26:10 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k21NQMhA045707; Thu, 2 Mar 2006 01:26:22 +0200 (EET) (envelope-from ru) Date: Thu, 2 Mar 2006 01:26:21 +0200 From: Ruslan Ermilov To: John-Mark Gurney Message-ID: <20060301232621.GF29183@ip.net.ua> References: <200602281958.k1SJwvGL051504@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NGIwU0kFl1Z1A3An" Content-Disposition: inline In-Reply-To: <200602281958.k1SJwvGL051504@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 23:27:14 -0000 --NGIwU0kFl1Z1A3An Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 28, 2006 at 07:58:57PM +0000, John-Mark Gurney wrote: > jmg 2006-02-28 19:58:57 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man9 bus_dma.9=20 > Log: > update examples to use the correct terms that was never updated when the > earlier descriptions were gone over... > =20 > MFC after: 3 days > =20 > Revision Changes Path > 1.32 +3 -3 src/share/man/man9/bus_dma.9 >=20 Not enough of fixing: "DMA read" and "DMA write" are also entangled here. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --NGIwU0kFl1Z1A3An Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEBi2dqRfpzJluFF4RApmLAJ41SFx5RogroXYTBqZ2oLXx7afbQgCfZzaZ +bF0cD0WCXwILo0jA9rQjQE= =5RXJ -----END PGP SIGNATURE----- --NGIwU0kFl1Z1A3An-- From owner-cvs-src@FreeBSD.ORG Wed Mar 1 23:33:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15A0E16A420; Wed, 1 Mar 2006 23:33:30 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 752BB43D49; Wed, 1 Mar 2006 23:33:29 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (24mu9b1th5qqtb7a@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.3/8.13.3) with ESMTP id k21NXSqU022572; Wed, 1 Mar 2006 15:33:28 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.3/8.13.3/Submit) id k21NXSYU022570; Wed, 1 Mar 2006 15:33:28 -0800 (PST) (envelope-from jmg) Date: Wed, 1 Mar 2006 15:33:28 -0800 From: John-Mark Gurney To: Ruslan Ermilov Message-ID: <20060301233327.GQ840@funkthat.com> References: <200602281958.k1SJwvGL051504@repoman.freebsd.org> <20060301232621.GF29183@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060301232621.GF29183@ip.net.ua> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 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, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 23:33:30 -0000 Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 01:26 +0200: > On Tue, Feb 28, 2006 at 07:58:57PM +0000, John-Mark Gurney wrote: > > jmg 2006-02-28 19:58:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > share/man/man9 bus_dma.9 > > Log: > > update examples to use the correct terms that was never updated when the > > earlier descriptions were gone over... > > > > MFC after: 3 days > > > > Revision Changes Path > > 1.32 +3 -3 src/share/man/man9/bus_dma.9 > > > Not enough of fixing: "DMA read" and "DMA write" are also entangled here. Nope... WRITE == DMA read... Read the descriptions of the flags very carefully... If you aren't confused, you don't understand it.. The reason you're confused is the reason why everyone gets it wrong, and no one ever gets it correct the first time trying to figure out which one to use... -- 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 Mar 1 23:38:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66BFE16A420; Wed, 1 Mar 2006 23:38:54 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2439143D45; Wed, 1 Mar 2006 23:38:54 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21NcsRF078121; Wed, 1 Mar 2006 23:38:54 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21NcsSX078120; Wed, 1 Mar 2006 23:38:54 GMT (envelope-from davidxu) Message-Id: <200603012338.k21NcsSX078120@repoman.freebsd.org> From: David Xu Date: Wed, 1 Mar 2006 23:38:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/librt sigev_thread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 23:38:54 -0000 davidxu 2006-03-01 23:38:53 UTC FreeBSD src repository Modified files: lib/librt sigev_thread.c Log: Fix a mutex lock/unlock mismatch. Revision Changes Path 1.3 +3 -2 src/lib/librt/sigev_thread.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 23:40:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B9F16A423; Wed, 1 Mar 2006 23:40:01 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E640243D49; Wed, 1 Mar 2006 23:40:00 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21Ne0NQ078182; Wed, 1 Mar 2006 23:40:00 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21Ne0eq078181; Wed, 1 Mar 2006 23:40:00 GMT (envelope-from davidxu) Message-Id: <200603012340.k21Ne0eq078181@repoman.freebsd.org> From: David Xu Date: Wed, 1 Mar 2006 23:40:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/librt mq.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 23:40:01 -0000 davidxu 2006-03-01 23:40:00 UTC FreeBSD src repository Modified files: lib/librt mq.c Log: Style fix. Revision Changes Path 1.3 +2 -1 src/lib/librt/mq.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 23:41:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8613C16A420; Wed, 1 Mar 2006 23:41:47 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4100F43D4C; Wed, 1 Mar 2006 23:41:47 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21NflWj078329; Wed, 1 Mar 2006 23:41:47 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21NflcU078328; Wed, 1 Mar 2006 23:41:47 GMT (envelope-from davidxu) Message-Id: <200603012341.k21NflcU078328@repoman.freebsd.org> From: David Xu Date: Wed, 1 Mar 2006 23:41:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/librt aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 23:41:47 -0000 davidxu 2006-03-01 23:41:47 UTC FreeBSD src repository Modified files: lib/librt aio.c Log: 1. Fix a race in aio_return. 2. Save and restore syscall errno correctly. 3. Style fix. Revision Changes Path 1.2 +12 -6 src/lib/librt/aio.c From owner-cvs-src@FreeBSD.ORG Wed Mar 1 23:50:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 527B616A420; Wed, 1 Mar 2006 23:50:40 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 719F343D60; Wed, 1 Mar 2006 23:50:37 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k21NoaGI065993; Wed, 1 Mar 2006 16:50:36 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4406334F.7070205@samsco.org> Date: Wed, 01 Mar 2006 16:50:39 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John-Mark Gurney References: <200602281958.k1SJwvGL051504@repoman.freebsd.org> <20060301232621.GF29183@ip.net.ua> <20060301233327.GQ840@funkthat.com> In-Reply-To: <20060301233327.GQ840@funkthat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 23:50:40 -0000 John-Mark Gurney wrote: > Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 01:26 +0200: > >>On Tue, Feb 28, 2006 at 07:58:57PM +0000, John-Mark Gurney wrote: >> >>>jmg 2006-02-28 19:58:57 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> share/man/man9 bus_dma.9 >>> Log: >>> update examples to use the correct terms that was never updated when the >>> earlier descriptions were gone over... >>> >>> MFC after: 3 days >>> >>> Revision Changes Path >>> 1.32 +3 -3 src/share/man/man9/bus_dma.9 >>> >> >>Not enough of fixing: "DMA read" and "DMA write" are also entangled here. > > > Nope... WRITE == DMA read... Read the descriptions of the flags > very carefully... If you aren't confused, you don't understand it.. > The reason you're confused is the reason why everyone gets it wrong, > and no one ever gets it correct the first time trying to figure out > which one to use... > Think of it from the perspective of the driver doing an operation. If the driver is reading a block off the disk, then you want to use the PREREAD/POSTREAD operations. Likewise for writes. It is done this way for clarity in the driver. I can't imagine how many bugs we'd have if write == read in the driver sources. Scott From owner-cvs-src@FreeBSD.ORG Wed Mar 1 23:56:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 733C616A420; Wed, 1 Mar 2006 23:56:19 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DACE43D45; Wed, 1 Mar 2006 23:56:19 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k21NuJ4A078846; Wed, 1 Mar 2006 23:56:19 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k21NuJXR078845; Wed, 1 Mar 2006 23:56:19 GMT (envelope-from cognet) Message-Id: <200603012356.k21NuJXR078845@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 1 Mar 2006 23:56:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Mar 2006 23:56:19 -0000 cognet 2006-03-01 23:56:18 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: Note that BUS_DMA_COHERENT currently only affects sparc64 and arm. Suggested by: scottl Revision Changes Path 1.33 +1 -0 src/share/man/man9/bus_dma.9 From owner-cvs-src@FreeBSD.ORG Thu Mar 2 00:08:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 225F816A422; Thu, 2 Mar 2006 00:08:29 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9DB643D46; Thu, 2 Mar 2006 00:08:28 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2208SAp079278; Thu, 2 Mar 2006 00:08:28 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2208SnM079277; Thu, 2 Mar 2006 00:08:28 GMT (envelope-from ariff) Message-Id: <200603020008.k2208SnM079277@repoman.freebsd.org> From: Ariff Abdullah Date: Thu, 2 Mar 2006 00:08:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pci ich.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 00:08:29 -0000 ariff 2006-03-02 00:08:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pci ich.c Log: MFC (revision 1.60): Fix possible DMA leak and locking violation especially during suspend <-> resume and module load <-> unload. PR: kern/92764 Approved by: re (scottl) Revision Changes Path 1.53.2.4 +15 -14 src/sys/dev/sound/pci/ich.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 00:09:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D156616A420; Thu, 2 Mar 2006 00:09:30 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C73443D49; Thu, 2 Mar 2006 00:09:30 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2209UEr079321; Thu, 2 Mar 2006 00:09:30 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2209UxB079320; Thu, 2 Mar 2006 00:09:30 GMT (envelope-from ariff) Message-Id: <200603020009.k2209UxB079320@repoman.freebsd.org> From: Ariff Abdullah Date: Thu, 2 Mar 2006 00:09:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pci atiixp.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 00:09:31 -0000 ariff 2006-03-02 00:09:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pci atiixp.h Log: Fix random popping while playing in 32bit by increasing default buffer size from 4096 to 8192. Approved by: re (scottl) Revision Changes Path 1.1.2.2 +1 -1 src/sys/dev/sound/pci/atiixp.h From owner-cvs-src@FreeBSD.ORG Thu Mar 2 00:11:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CBED16A422; Thu, 2 Mar 2006 00:11:30 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AAD43D49; Thu, 2 Mar 2006 00:11:30 +0000 (GMT) (envelope-from ariff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k220BUeE079466; Thu, 2 Mar 2006 00:11:30 GMT (envelope-from ariff@repoman.freebsd.org) Received: (from ariff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k220BUGN079465; Thu, 2 Mar 2006 00:11:30 GMT (envelope-from ariff) Message-Id: <200603020011.k220BUGN079465@repoman.freebsd.org> From: Ariff Abdullah Date: Thu, 2 Mar 2006 00:11:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/sound/pci atiixp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 00:11:30 -0000 ariff 2006-03-02 00:11:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/sound/pci atiixp.c Log: MFC (revision 1.5): - Fix severe crackling after long running and abusive module load / unload by forcing DMA alignment to default buffer size. - Make sure DMA pointer properly aligned to avoid being truncated by caller which causing severe underruns and random popping (especially in 32bit playback / recording). - Add AC97 inverted external amplifier quirk for Maxselect x710s - http://maxselect.ru/ - Trim unnecessary pointer alignment. Approved by: re (scottl) Revision Changes Path 1.2.2.3 +59 -15 src/sys/dev/sound/pci/atiixp.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 00:37:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E8FA16A420; Thu, 2 Mar 2006 00:37:41 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1885643D45; Thu, 2 Mar 2006 00:37:41 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k220beRP080337; Thu, 2 Mar 2006 00:37:40 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k220begX080336; Thu, 2 Mar 2006 00:37:40 GMT (envelope-from cognet) Message-Id: <200603020037.k220begX080336@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 2 Mar 2006 00:37:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/arm vm_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 00:37:41 -0000 cognet 2006-03-02 00:37:40 UTC FreeBSD src repository Modified files: sys/arm/arm vm_machdep.c Log: Use 8 * sizeof(int) instead of hardcoding 32, for the unlikely case this code ever get used on a plateform where sizeof(int) != 4. Suggested by: jmg Revision Changes Path 1.23 +13 -8 src/sys/arm/arm/vm_machdep.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 00:51:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BECB16A420; Thu, 2 Mar 2006 00:51:41 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA6FC43D45; Thu, 2 Mar 2006 00:51:40 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k220peuq088366; Thu, 2 Mar 2006 00:51:40 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k220pepn088365; Thu, 2 Mar 2006 00:51:40 GMT (envelope-from thompsa) Message-Id: <200603020051.k220pepn088365@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 2 Mar 2006 00:51:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/contrib/altq/altq altq_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 00:51:41 -0000 thompsa 2006-03-02 00:51:40 UTC FreeBSD src repository Modified files: sys/contrib/altq/altq altq_subr.c Log: Do not use the TSC where its known to be broken, this will cause the queue speeds to perform below the desired bitrate and throughput will be erratic. This makes queueing work on the Geode SC1100, K5 model 0 and IDT WinChip C6 processors. MFC after: 3 days Revision Changes Path 1.8 +2 -1 src/sys/contrib/altq/altq/altq_subr.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 01:49:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F50F16A420; Thu, 2 Mar 2006 01:49:25 +0000 (GMT) (envelope-from tom.hurst@clara.net) Received: from spork.qfe3.net (spork.qfe3.net [212.13.207.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23CA43D4C; Thu, 2 Mar 2006 01:49:24 +0000 (GMT) (envelope-from tom.hurst@clara.net) Received: from [81.104.55.176] (helo=voi.aagh.net) by spork.qfe3.net with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FEcwV-0002t9-En; Thu, 02 Mar 2006 01:49:23 +0000 Received: from freaky by voi.aagh.net with local (Exim 4.54 (FreeBSD)) id 1FEcwP-000GEn-AF; Thu, 02 Mar 2006 01:49:17 +0000 Date: Thu, 2 Mar 2006 01:49:17 +0000 From: Thomas Hurst To: Pawel Jakub Dawidek Message-ID: <20060302014917.GA61428@voi.aagh.net> Mail-Followup-To: Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200603011753.k21Hrvj0055120@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603011753.k21Hrvj0055120@repoman.freebsd.org> Organization: Not much. User-Agent: Mutt/1.5.11 Sender: Thomas Hurst Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom/label g_label.c g_label.h g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 01:49:25 -0000 * Pawel Jakub Dawidek (pjd@FreeBSD.org) wrote: > Modified files: (Branch: RELENG_6) > sys/geom/label g_label.c g_label.h g_label_iso9660.c > g_label_msdosfs.c g_label_ufs.c > Log: > MFC: Sync with HEAD. > > Approved by: re (scottl) > > Revision Changes Path > 1.13.2.4 +42 -22 src/sys/geom/label/g_label.c > 1.4.2.3 +1 -1 src/sys/geom/label/g_label.h > 1.1.8.3 +1 -1 src/sys/geom/label/g_label_iso9660.c > 1.1.8.2 +1 -1 src/sys/geom/label/g_label_msdosfs.c > 1.3.2.2 +24 -28 src/sys/geom/label/g_label_ufs.c This commit appears to have moved my ufs/root label from /dev/amrd0s1a to /dev/amrd0s1. Not had a chance to investigate further, but just a heads up since it rendered my system unbootable. -- Thomas 'Freaky' Hurst http://hur.st/ From owner-cvs-src@FreeBSD.ORG Thu Mar 2 01:53:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 187CB16A420; Thu, 2 Mar 2006 01:53:18 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9023F43D45; Thu, 2 Mar 2006 01:53:17 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id D7ECD5085E; Thu, 2 Mar 2006 10:53:15 +0900 (JST) Received: from pink.imgsrc.co.jp (pink.imgsrc.co.jp [210.226.20.36]) by black.imgsrc.co.jp (Postfix) with ESMTP id 0E5665081D; Thu, 2 Mar 2006 10:53:14 +0900 (JST) Date: Thu, 02 Mar 2006 10:53:14 +0900 Message-ID: <7mu0ahy5md.wl%kuriyama@imgsrc.co.jp> From: Jun Kuriyama To: John Baldwin In-Reply-To: <200603012050.k21KoA9K071014@repoman.freebsd.org> <200603011659.11552.jhb@freebsd.org> References: <200603012050.k21KoA9K071014@repoman.freebsd.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 io_apic.c local_apic.c src/sys/amd64/include apicvar.h intr_machdep.h src/sys/i386/i386 io_apic.c local_apic.c src/sys/i386/include apicvar.h intr_machdep.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 01:53:18 -0000 At Wed, 1 Mar 2006 16:59:09 -0500, John Baldwin wrote: > On Wednesday 01 March 2006 15:50, John Baldwin wrote: > > jhb 2006-03-01 20:50:10 UTC > > > > FreeBSD src repository > > > > Modified files: (Branch: RELENG_6) > > sys/amd64/amd64 io_apic.c local_apic.c > > sys/amd64/include apicvar.h intr_machdep.h > > sys/i386/i386 io_apic.c local_apic.c > > sys/i386/include apicvar.h intr_machdep.h > > Log: > > MFC: Change the x86 interrupt code to allocate IDT vectors on-demand. > > > > Approved by: re (scottl) > > The patch at http://www.FreeBSD.org/~jhb/patches/irq_shuffle.patch that I > just committed to HEAD yesterday should now apply to RELENG_6 after this > commit. I'd appreciate some folks testing it, especially people who had > issues with UP kernels with APIC (such as GENERIC) not working on 6.0 but > an SMP kernel with APIC would work. I just tried to build kernel with recent RELENG_6, but failed. Is this commit related to this? cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /usr/src/sys/amd64/amd64/local_apic.c /usr/src/sys/amd64/amd64/local_apic.c: In function `db_show_apic': /usr/src/sys/amd64/amd64/local_apic.c:789: warning: implicit declaration of function `db_dump_intr_event' /usr/src/sys/amd64/amd64/local_apic.c:789: warning: nested extern declaration of `db_dump_intr_event' /usr/src/sys/amd64/amd64/local_apic.c:789: error: structure has no member named `is_event' *** Error code 1 -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project From owner-cvs-src@FreeBSD.ORG Thu Mar 2 05:37:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C020D16A420; Thu, 2 Mar 2006 05:37:45 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 101BE43D49; Thu, 2 Mar 2006 05:37:45 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k225bicl006319; Thu, 2 Mar 2006 05:37:44 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k225bi8G006318; Thu, 2 Mar 2006 05:37:44 GMT (envelope-from jeff) Message-Id: <200603020537.k225bi8G006318@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 2 Mar 2006 05:37:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_vfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 05:37:45 -0000 jeff 2006-03-02 05:37:44 UTC FreeBSD src repository Modified files: sys/geom geom_vfs.c Log: - Lock Giant if needed around the call to vnode_create_vobject(). This is only important if devfs is not mpsafe. Sponsored by: Isilon Systems, Inc. Found by: kris Revision Changes Path 1.10 +3 -0 src/sys/geom/geom_vfs.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 05:47:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCCF16A420; Thu, 2 Mar 2006 05:47:05 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB67543D46; Thu, 2 Mar 2006 05:47:04 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k225l4gi006812; Thu, 2 Mar 2006 05:47:04 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k225l4po006811; Thu, 2 Mar 2006 05:47:04 GMT (envelope-from maxim) Message-Id: <200603020547.k225l4po006811@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Mar 2006 05:47:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/nfs nfs_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 05:47:05 -0000 maxim 2006-03-02 05:47:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_9) . UPDATING sys/conf newvers.sh sys/nfs nfs_socket.c Log: o Merge SA-06:10.nfs. Approved by: so (cperciva) Revision Changes Path 1.73.2.89.2.24 +4 -0 src/UPDATING 1.44.2.32.2.24 +1 -1 src/sys/conf/newvers.sh 1.60.2.6.2.1 +1 -1 src/sys/nfs/nfs_socket.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 05:48:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEFD416A420; Thu, 2 Mar 2006 05:48:22 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 697AF43D49; Thu, 2 Mar 2006 05:48:22 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k225mMxE006930; Thu, 2 Mar 2006 05:48:22 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k225mM5E006929; Thu, 2 Mar 2006 05:48:22 GMT (envelope-from maxim) Message-Id: <200603020548.k225mM5E006929@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Mar 2006 05:48:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Cc: Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/nfs nfs_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 05:48:22 -0000 maxim 2006-03-02 05:48:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_8) . UPDATING sys/conf newvers.sh sys/nfs nfs_socket.c Log: o Merge SA-06:10.nfs. Approved by: so (cperciva) Revision Changes Path 1.73.2.80.2.42 +4 -0 src/UPDATING 1.44.2.29.2.39 +1 -1 src/sys/conf/newvers.sh 1.60.2.5.4.1 +1 -1 src/sys/nfs/nfs_socket.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 05:50:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D842116A422; Thu, 2 Mar 2006 05:50:24 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5B743D48; Thu, 2 Mar 2006 05:50:24 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k225oNub007233; Thu, 2 Mar 2006 05:50:24 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k225oN2E007232; Thu, 2 Mar 2006 05:50:23 GMT (envelope-from jeff) Message-Id: <200603020550.k225oN2E007232@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 2 Mar 2006 05:50:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mount.h vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h src/sys/ufs/ufs ufsmount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 05:50:25 -0000 jeff 2006-03-02 05:50:23 UTC FreeBSD src repository Modified files: sys/sys mount.h vnode.h sys/kern vfs_subr.c sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h sys/ufs/ufs ufsmount.h Log: - Move softdep from using a global worklist to per-mount worklists. This has many positive effects including improved smp locking, reducing interdependencies between mounts that can lead to deadlocks, etc. - Add the softdep worklist and various counters to the ufsmnt structure. - Add a mount pointer to the workitem and remove mount pointers from the various structures derived from the workitem as they are now redundant. - Remove the poor-man's semaphore protecting softdep_process_worklist and softdep_flushworklist. Several threads may now process the list simultaneously. - Add softdep_waitidle() to block the thread until all pending dependencies being operated on by other threads have been flushed. - Use softdep_waitidle() in unmount and snapshots to block either operation until the fs is stable. - Remove softdep worklist processing from the syncer and move it into the softdep_flush() thread. This thread processes all softdep mounts once each second and when it is called via the new softdep_speedup() when there is a resource shortage. This removes the softdep hook from the kernel and various hacks in header files to support it. Reviewed by/Discussed with: tegge, truckman, mckusick Tested by: kris Revision Changes Path 1.661 +0 -10 src/sys/kern/vfs_subr.c 1.206 +0 -4 src/sys/sys/mount.h 1.314 +0 -1 src/sys/sys/vnode.h 1.139 +3 -3 src/sys/ufs/ffs/ffs_alloc.c 1.70 +4 -5 src/sys/ufs/ffs/ffs_extern.h 1.113 +7 -0 src/sys/ufs/ffs/ffs_snapshot.c 1.189 +313 -254 src/sys/ufs/ffs/ffs_softdep.c 1.19 +1 -6 src/sys/ufs/ffs/softdep.h 1.35 +8 -0 src/sys/ufs/ufs/ufsmount.h From owner-cvs-src@FreeBSD.ORG Thu Mar 2 06:06:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6BC316A420; Thu, 2 Mar 2006 06:06:23 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id E186543D45; Thu, 2 Mar 2006 06:06:22 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IVH005K3KYKOI@ms-dienst.rz.rwth-aachen.de>; Thu, 02 Mar 2006 07:06:21 +0100 (MET) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Thu, 02 Mar 2006 07:06:20 +0100 (MET) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by smarthost.rwth-aachen.de (8.13.1/8.13.1/1) with ESMTP id k2266JR0002766; Thu, 02 Mar 2006 07:06:19 +0100 Received: from haakonia.hitnet.rwth-aachen.de ([137.226.181.92]) by bigboss.hitnet.rwth-aachen.de with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1FEgxA-0005Ao-1D; Thu, 02 Mar 2006 07:06:20 +0100 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id EE97D3F40A; Thu, 02 Mar 2006 07:06:18 +0100 (CET) Date: Thu, 02 Mar 2006 07:06:18 +0100 From: Christian Brueffer In-reply-to: <20060302014917.GA61428@voi.aagh.net> To: Pawel Jakub Dawidek , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-id: <20060302060618.GA1790@haakonia.hitnet.RWTH-Aachen.DE> MIME-version: 1.0 Content-type: multipart/signed; boundary="k1lZvvs/B4yU6o8G"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.11 X-Operating-System: FreeBSD 6.1-PRERELEASE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200603011753.k21Hrvj0055120@repoman.freebsd.org> <20060302014917.GA61428@voi.aagh.net> Cc: Subject: Re: cvs commit: src/sys/geom/label g_label.c g_label.h g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 06:06:24 -0000 --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 02, 2006 at 01:49:17AM +0000, Thomas Hurst wrote: > * Pawel Jakub Dawidek (pjd@FreeBSD.org) wrote: >=20 > > Modified files: (Branch: RELENG_6) > > sys/geom/label g_label.c g_label.h g_label_iso9660.c=20 > > g_label_msdosfs.c g_label_ufs.c=20 > > Log: > > MFC: Sync with HEAD. > > =20 > > Approved by: re (scottl) > > =20 > > Revision Changes Path > > 1.13.2.4 +42 -22 src/sys/geom/label/g_label.c > > 1.4.2.3 +1 -1 src/sys/geom/label/g_label.h > > 1.1.8.3 +1 -1 src/sys/geom/label/g_label_iso9660.c > > 1.1.8.2 +1 -1 src/sys/geom/label/g_label_msdosfs.c > > 1.3.2.2 +24 -28 src/sys/geom/label/g_label_ufs.c >=20 > This commit appears to have moved my ufs/root label from /dev/amrd0s1a > to /dev/amrd0s1. Not had a chance to investigate further, but just a > heads up since it rendered my system unbootable. >=20 For the record, I've heard another report of this yesterday. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEBotabHYXjKDtmC0RAskbAKDXczLVFKMFi37yv85IKT3n612WUQCfaHej I+ArXzYUuhRfARmCXrh6X2k= =E02l -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G-- From owner-cvs-src@FreeBSD.ORG Thu Mar 2 06:17:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A564016A420; Thu, 2 Mar 2006 06:17:53 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61B0943D48; Thu, 2 Mar 2006 06:17:53 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k226HrAO009366; Thu, 2 Mar 2006 06:17:53 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k226Hrqf009365; Thu, 2 Mar 2006 06:17:53 GMT (envelope-from scottl) Message-Id: <200603020617.k226Hrqf009365@repoman.freebsd.org> From: Scott Long Date: Thu, 2 Mar 2006 06:17:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 06:17:53 -0000 scottl 2006-03-02 06:17:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/i386 local_apic.c sys/amd64/amd64 local_apic.c Log: Disable some code that isn't ready for prime time. Approved by: re Revision Changes Path 1.17.2.4 +2 -0 src/sys/amd64/amd64/local_apic.c 1.17.2.4 +2 -0 src/sys/i386/i386/local_apic.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 07:21:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5316616A420; Thu, 2 Mar 2006 07:21:25 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A983943D45; Thu, 2 Mar 2006 07:21:24 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k227LMc9003798; Thu, 2 Mar 2006 09:21:22 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 88881-05-2; Thu, 2 Mar 2006 09:21:08 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k227Ickx003689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Mar 2006 09:18:38 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k227IoxU023323; Thu, 2 Mar 2006 09:18:50 +0200 (EET) (envelope-from ru) Date: Thu, 2 Mar 2006 09:18:49 +0200 From: Ruslan Ermilov To: Scott Long Message-ID: <20060302071849.GH29183@ip.net.ua> References: <200602281958.k1SJwvGL051504@repoman.freebsd.org> <20060301232621.GF29183@ip.net.ua> <20060301233327.GQ840@funkthat.com> <4406334F.7070205@samsco.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PNpeiK4tTqhYOExY" Content-Disposition: inline In-Reply-To: <4406334F.7070205@samsco.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, John-Mark Gurney , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 07:21:25 -0000 --PNpeiK4tTqhYOExY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 01, 2006 at 04:50:39PM -0700, Scott Long wrote: > John-Mark Gurney wrote: > >Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 01:26 +0200: > > > >>On Tue, Feb 28, 2006 at 07:58:57PM +0000, John-Mark Gurney wrote: > >> > >>>jmg 2006-02-28 19:58:57 UTC > >>> > >>> FreeBSD src repository > >>> > >>> Modified files: > >>> share/man/man9 bus_dma.9=20 > >>> Log: > >>> update examples to use the correct terms that was never updated when = the > >>> earlier descriptions were gone over... > >>>=20 > >>> MFC after: 3 days > >>>=20 > >>> Revision Changes Path > >>> 1.32 +3 -3 src/share/man/man9/bus_dma.9 > >>> > >> > >>Not enough of fixing: "DMA read" and "DMA write" are also entangled her= e. > > > > > >Nope... WRITE =3D=3D DMA read... Read the descriptions of the flags > >very carefully... If you aren't confused, you don't understand it.. > >The reason you're confused is the reason why everyone gets it wrong, > >and no one ever gets it correct the first time trying to figure out > >which one to use... > > >=20 WRITE =3D=3D DMA write, it's not THAT confusing, please see below. :-) > Think of it from the perspective of the driver doing an operation. If=20 > the driver is reading a block off the disk, then you want to use the ^^^^^^^ > PREREAD/POSTREAD operations. ^^^^^^^^^^^^^^^^ >=20 Correct. So driver tells a device to "read directly into memory", a DMA read operation. Similarly for writes. A CPU "writes directly into device memory", a DMA write operation. > Likewise for writes. It is done this way > for clarity in the driver. I can't imagine how many bugs we'd have if > write =3D=3D read in the driver sources. >=20 Yes, that fits my understanding of how things work, and that's what we have clarified in the manpage not so long ago: : All operations specified below are performed from the host mem- : ory point of view, where a read implies data coming from the ^^^^ ^^^^^^^^ : device to the host memory, and a write implies data going from ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^ ^^^^ : the host memory to the device. Alternately, the operations can ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ : be thought of in terms of driver operations, where reading a : network packet or storage sector corresponds to a read operation : in bus_dma. :=20 : BUS_DMASYNC_PREREAD Perform any synchronization required : prior to an update of host memory by the : DMA read operation. :=20 : BUS_DMASYNC_PREWRITE Perform any synchronization required : after an update of host memory by the CPU : and prior to DMA write operations. :=20 : BUS_DMASYNC_POSTREAD Perform any synchronization required : after DMA read operations and prior to : CPU access to host memory. :=20 : BUS_DMASYNC_POSTWRITE Perform any synchronization required : after DMA write operations. However, the text that John-Mark has correctly changed now looks like this: : bus_dmamap_sync() is the method used to ensure that CPU and : device DMA access to shared memory is coherent. For example, : the CPU might be used to setup the contents of a buffer that is : to be DMA'ed into a device. That's DMA write. : To ensure that the data are visible : via the device's mapping of that memory, the buffer must be : loaded and a dma sync operation of BUS_DMASYNC_PREWRITE must be ^^^^^^^^^^^^^^^^^^^^ OK! : performed. Additional sync operations must be performed after : every CPU write to this memory if additional DMA reads are to be ^^^^^^^^^ should be "write" : performed. Conversely, for the DMA write case, the buffer must ^^^^^ should be "read" : be loaded, and a dma sync operation of BUS_DMASYNC_PREREAD must ^^^^^^^^^^^^^^^^^^^ OK! : be performed. The CPU will only be able to see the results of : this DMA write once the DMA has completed and a ^^^^^ should be "read" : BUS_DMASYNC_POSTREAD operation has been performed. ^^^^^^^^^^^^^^^^^^^^ OK! Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --PNpeiK4tTqhYOExY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEBpxZqRfpzJluFF4RAmK+AJ0f2fHNBFQsnW/JSW1CVTgiUSaFNQCfQ6EU gPa6mtCQcusYeMpaH+aLvtY= =IYXP -----END PGP SIGNATURE----- --PNpeiK4tTqhYOExY-- From owner-cvs-src@FreeBSD.ORG Thu Mar 2 07:22:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52AB816A420; Thu, 2 Mar 2006 07:22:24 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id C345043D49; Thu, 2 Mar 2006 07:22:23 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from [10.0.0.1] (67-40-203-22.tukw.qwest.net [67.40.203.22]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.1/8.13.1) with ESMTP id k227MKY3056089; Thu, 2 Mar 2006 02:22:21 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Wed, 1 Mar 2006 23:20:41 -0800 (PST) From: Jeff Roberson X-X-Sender: jroberson@10.0.0.1 To: Jeff Roberson In-Reply-To: <200603020550.k225oN2E007232@repoman.freebsd.org> Message-ID: <20060301231945.R557@10.0.0.1> References: <200603020550.k225oN2E007232@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.52 on 216.240.101.25 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mount.h vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h src/sys/ufs/ufs ufsmount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 07:22:24 -0000 Er, sorry folks, there is a small bug in this that will take me a few minutes to get into the tree. Must've snuck in after the last review changes which weren't given to kris. Welcome to current. ;-) On Thu, 2 Mar 2006, Jeff Roberson wrote: > jeff 2006-03-02 05:50:23 UTC > > FreeBSD src repository > > Modified files: > sys/sys mount.h vnode.h > sys/kern vfs_subr.c > sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c > ffs_softdep.c softdep.h > sys/ufs/ufs ufsmount.h > Log: > - Move softdep from using a global worklist to per-mount worklists. This > has many positive effects including improved smp locking, reducing > interdependencies between mounts that can lead to deadlocks, etc. > - Add the softdep worklist and various counters to the ufsmnt structure. > - Add a mount pointer to the workitem and remove mount pointers from the > various structures derived from the workitem as they are now redundant. > - Remove the poor-man's semaphore protecting softdep_process_worklist and > softdep_flushworklist. Several threads may now process the list > simultaneously. > - Add softdep_waitidle() to block the thread until all pending > dependencies being operated on by other threads have been flushed. > - Use softdep_waitidle() in unmount and snapshots to block either > operation until the fs is stable. > - Remove softdep worklist processing from the syncer and move it into the > softdep_flush() thread. This thread processes all softdep mounts > once each second and when it is called via the new softdep_speedup() > when there is a resource shortage. This removes the softdep hook > from the kernel and various hacks in header files to support it. > > Reviewed by/Discussed with: tegge, truckman, mckusick > Tested by: kris > > Revision Changes Path > 1.661 +0 -10 src/sys/kern/vfs_subr.c > 1.206 +0 -4 src/sys/sys/mount.h > 1.314 +0 -1 src/sys/sys/vnode.h > 1.139 +3 -3 src/sys/ufs/ffs/ffs_alloc.c > 1.70 +4 -5 src/sys/ufs/ffs/ffs_extern.h > 1.113 +7 -0 src/sys/ufs/ffs/ffs_snapshot.c > 1.189 +313 -254 src/sys/ufs/ffs/ffs_softdep.c > 1.19 +1 -6 src/sys/ufs/ffs/softdep.h > 1.35 +8 -0 src/sys/ufs/ufs/ufsmount.h > From owner-cvs-src@FreeBSD.ORG Thu Mar 2 07:30:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F393D16A420; Thu, 2 Mar 2006 07:30:50 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E744443D53; Thu, 2 Mar 2006 07:30:31 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k227UU1h004072; Thu, 2 Mar 2006 09:30:30 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 90097-01; Thu, 2 Mar 2006 09:30:18 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k227MKaV003835 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Mar 2006 09:22:20 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k227MVYG023365; Thu, 2 Mar 2006 09:22:31 +0200 (EET) (envelope-from ru) Date: Thu, 2 Mar 2006 09:22:31 +0200 From: Ruslan Ermilov To: Jeff Roberson Message-ID: <20060302072231.GI29183@ip.net.ua> References: <200603020550.k225oN2E007232@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6lCXDTVICvIQMz0h" Content-Disposition: inline In-Reply-To: <200603020550.k225oN2E007232@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mount.h vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h src/sys/ufs/ufs ufsmount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 07:30:51 -0000 --6lCXDTVICvIQMz0h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Jeff, Does this mean that when I "umount -f /mnt" where /mnt is NFS-mounted and the exporting host is not responding (e.g., powered off), it will no longer lock everything on "vfslock" or somesuch? On Thu, Mar 02, 2006 at 05:50:23AM +0000, Jeff Roberson wrote: > jeff 2006-03-02 05:50:23 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/sys mount.h vnode.h=20 > sys/kern vfs_subr.c=20 > sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c=20 > ffs_softdep.c softdep.h=20 > sys/ufs/ufs ufsmount.h=20 > Log: > - Move softdep from using a global worklist to per-mount worklists. T= his > has many positive effects including improved smp locking, reducing > interdependencies between mounts that can lead to deadlocks, etc. > - Add the softdep worklist and various counters to the ufsmnt structur= e. > - Add a mount pointer to the workitem and remove mount pointers from t= he > various structures derived from the workitem as they are now redunda= nt. > - Remove the poor-man's semaphore protecting softdep_process_worklist = and > softdep_flushworklist. Several threads may now process the list > simultaneously. > - Add softdep_waitidle() to block the thread until all pending > dependencies being operated on by other threads have been flushed. > - Use softdep_waitidle() in unmount and snapshots to block either > operation until the fs is stable. > - Remove softdep worklist processing from the syncer and move it into = the > softdep_flush() thread. This thread processes all softdep mounts > once each second and when it is called via the new softdep_speedup() > when there is a resource shortage. This removes the softdep hook > from the kernel and various hacks in header files to support it. > =20 > Reviewed by/Discussed with: tegge, truckman, mckusick > Tested by: kris > =20 > Revision Changes Path > 1.661 +0 -10 src/sys/kern/vfs_subr.c > 1.206 +0 -4 src/sys/sys/mount.h > 1.314 +0 -1 src/sys/sys/vnode.h > 1.139 +3 -3 src/sys/ufs/ffs/ffs_alloc.c > 1.70 +4 -5 src/sys/ufs/ffs/ffs_extern.h > 1.113 +7 -0 src/sys/ufs/ffs/ffs_snapshot.c > 1.189 +313 -254 src/sys/ufs/ffs/ffs_softdep.c > 1.19 +1 -6 src/sys/ufs/ffs/softdep.h > 1.35 +8 -0 src/sys/ufs/ufs/ufsmount.h --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --6lCXDTVICvIQMz0h Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEBp03qRfpzJluFF4RAjKDAJ46wSWWArR2lZvM0+JMaiUYDuB5OQCgjNcD yFZw8sMjxY1+rsuVRy/zPQ8= =nT2y -----END PGP SIGNATURE----- --6lCXDTVICvIQMz0h-- From owner-cvs-src@FreeBSD.ORG Thu Mar 2 07:37:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9351516A420; Thu, 2 Mar 2006 07:37:34 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 306DA43D46; Thu, 2 Mar 2006 07:37:34 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from [10.0.0.1] (67-40-203-22.tukw.qwest.net [67.40.203.22]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.1/8.13.1) with ESMTP id k227bUxh057122; Thu, 2 Mar 2006 02:37:31 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Wed, 1 Mar 2006 23:35:51 -0800 (PST) From: Jeff Roberson X-X-Sender: jroberson@10.0.0.1 To: Ruslan Ermilov In-Reply-To: <20060302072231.GI29183@ip.net.ua> Message-ID: <20060301233501.W557@10.0.0.1> References: <200603020550.k225oN2E007232@repoman.freebsd.org> <20060302072231.GI29183@ip.net.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.52 on 216.240.101.25 Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mount.h vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h src/sys/ufs/ufs ufsmount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 07:37:34 -0000 On Thu, 2 Mar 2006, Ruslan Ermilov wrote: > Hi Jeff, > > Does this mean that when I "umount -f /mnt" where /mnt is NFS-mounted and > the exporting host is not responding (e.g., powered off), it will no longer > lock everything on "vfslock" or somesuch? I thought this was fixed with some changes to lookup. Can you be more specific about what code you're running and the wchan? Hopefully a stack too? I doubt this code is related. > > On Thu, Mar 02, 2006 at 05:50:23AM +0000, Jeff Roberson wrote: >> jeff 2006-03-02 05:50:23 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/sys mount.h vnode.h >> sys/kern vfs_subr.c >> sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c >> ffs_softdep.c softdep.h >> sys/ufs/ufs ufsmount.h >> Log: >> - Move softdep from using a global worklist to per-mount worklists. This >> has many positive effects including improved smp locking, reducing >> interdependencies between mounts that can lead to deadlocks, etc. >> - Add the softdep worklist and various counters to the ufsmnt structure. >> - Add a mount pointer to the workitem and remove mount pointers from the >> various structures derived from the workitem as they are now redundant. >> - Remove the poor-man's semaphore protecting softdep_process_worklist and >> softdep_flushworklist. Several threads may now process the list >> simultaneously. >> - Add softdep_waitidle() to block the thread until all pending >> dependencies being operated on by other threads have been flushed. >> - Use softdep_waitidle() in unmount and snapshots to block either >> operation until the fs is stable. >> - Remove softdep worklist processing from the syncer and move it into the >> softdep_flush() thread. This thread processes all softdep mounts >> once each second and when it is called via the new softdep_speedup() >> when there is a resource shortage. This removes the softdep hook >> from the kernel and various hacks in header files to support it. >> >> Reviewed by/Discussed with: tegge, truckman, mckusick >> Tested by: kris >> >> Revision Changes Path >> 1.661 +0 -10 src/sys/kern/vfs_subr.c >> 1.206 +0 -4 src/sys/sys/mount.h >> 1.314 +0 -1 src/sys/sys/vnode.h >> 1.139 +3 -3 src/sys/ufs/ffs/ffs_alloc.c >> 1.70 +4 -5 src/sys/ufs/ffs/ffs_extern.h >> 1.113 +7 -0 src/sys/ufs/ffs/ffs_snapshot.c >> 1.189 +313 -254 src/sys/ufs/ffs/ffs_softdep.c >> 1.19 +1 -6 src/sys/ufs/ffs/softdep.h >> 1.35 +8 -0 src/sys/ufs/ufs/ufsmount.h > > -- > Ruslan Ermilov > ru@FreeBSD.org > FreeBSD committer > From owner-cvs-src@FreeBSD.ORG Thu Mar 2 08:09:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4840416A420; Thu, 2 Mar 2006 08:09:47 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F254C43D45; Thu, 2 Mar 2006 08:09:46 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2289k3f013344; Thu, 2 Mar 2006 08:09:46 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2289kc6013343; Thu, 2 Mar 2006 08:09:46 GMT (envelope-from phk) Message-Id: <200603020809.k2289kc6013343@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 2 Mar 2006 08:09:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_tc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 08:09:47 -0000 phk 2006-03-02 08:09:46 UTC FreeBSD src repository Modified files: sys/kern kern_tc.c Log: Suffer a little bit of math every 16 second and tighten calibration of cpu_ticks to the low side of PPM. Revision Changes Path 1.169 +24 -12 src/sys/kern/kern_tc.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 08:52:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ED1016A420; Thu, 2 Mar 2006 08:52:55 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B202443D49; Thu, 2 Mar 2006 08:52:54 +0000 (GMT) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k228qsMI022342; Thu, 2 Mar 2006 08:52:54 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k228qscC022341; Thu, 2 Mar 2006 08:52:54 GMT (envelope-from jeff) Message-Id: <200603020852.k228qscC022341@repoman.freebsd.org> From: Jeff Roberson Date: Thu, 2 Mar 2006 08:52:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 08:52:55 -0000 jeff 2006-03-02 08:52:53 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: - Acquire lk in softdep_slowdown so that it's owned when we call softdep_speedup(). - Assert that lk is held in softdep_speedup() rather than acquiring it. This avoids a potential lock recursion. Revision Changes Path 1.190 +7 -3 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 08:53:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F333516A420; Thu, 2 Mar 2006 08:53:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A886743D4C; Thu, 2 Mar 2006 08:53:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k228rjCw022388; Thu, 2 Mar 2006 08:53:45 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k228rjq7022387; Thu, 2 Mar 2006 08:53:45 GMT (envelope-from phk) Message-Id: <200603020853.k228rjq7022387@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 2 Mar 2006 08:53:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdio xprintf_quote.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 08:53:46 -0000 phk 2006-03-02 08:53:45 UTC FreeBSD src repository Modified files: lib/libc/stdio xprintf_quote.c Log: Fix the %Q printf extension to behave as expected Revision Changes Path 1.2 +9 -19 src/lib/libc/stdio/xprintf_quote.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 10:01:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D007C16A420; Thu, 2 Mar 2006 10:01:53 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E06B43D46; Thu, 2 Mar 2006 10:01:53 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22A1rkF024981; Thu, 2 Mar 2006 10:01:53 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22A1qqd024980; Thu, 2 Mar 2006 10:01:53 GMT (envelope-from phk) Message-Id: <200603021001.k22A1qqd024980@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 2 Mar 2006 10:01:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/include printf.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 10:01:54 -0000 phk 2006-03-02 10:01:52 UTC FreeBSD src repository Modified files: include printf.h Log: Add nested include of Revision Changes Path 1.4 +2 -0 src/include/printf.h From owner-cvs-src@FreeBSD.ORG Thu Mar 2 13:53:56 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 927BC16A422; Thu, 2 Mar 2006 13:53:56 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470D443D46; Thu, 2 Mar 2006 13:53:54 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k22Drq5W034370; Thu, 2 Mar 2006 08:53:52 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Jeff Roberson Date: Thu, 2 Mar 2006 08:42:36 -0500 User-Agent: KMail/1.9.1 References: <200603020550.k225oN2E007232@repoman.freebsd.org> In-Reply-To: <200603020550.k225oN2E007232@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603020842.39536.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1308/Wed Mar 1 05:13:39 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED,AWL autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mount.h vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c softdep.h src/sys/ufs/ufs ufsmount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 13:53:56 -0000 On Thursday 02 March 2006 00:50, Jeff Roberson wrote: > jeff 2006-03-02 05:50:23 UTC > > FreeBSD src repository > > Modified files: > sys/sys mount.h vnode.h > sys/kern vfs_subr.c > sys/ufs/ffs ffs_alloc.c ffs_extern.h ffs_snapshot.c > ffs_softdep.c softdep.h > sys/ufs/ufs ufsmount.h > Log: > - Move softdep from using a global worklist to per-mount worklists. This > has many positive effects including improved smp locking, reducing > interdependencies between mounts that can lead to deadlocks, etc. > - Add the softdep worklist and various counters to the ufsmnt structure. > - Add a mount pointer to the workitem and remove mount pointers from the > various structures derived from the workitem as they are now redundant. > - Remove the poor-man's semaphore protecting softdep_process_worklist and > softdep_flushworklist. Several threads may now process the list > simultaneously. > - Add softdep_waitidle() to block the thread until all pending > dependencies being operated on by other threads have been flushed. > - Use softdep_waitidle() in unmount and snapshots to block either > operation until the fs is stable. > - Remove softdep worklist processing from the syncer and move it into the > softdep_flush() thread. This thread processes all softdep mounts > once each second and when it is called via the new softdep_speedup() > when there is a resource shortage. This removes the softdep hook > from the kernel and various hacks in header files to support it. > > Reviewed by/Discussed with: tegge, truckman, mckusick > Tested by: kris Very nice! -- 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 Mar 2 13:54:02 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7952C16A420; Thu, 2 Mar 2006 13:54:02 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 346F743D46; Thu, 2 Mar 2006 13:54:02 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22Ds1He041124; Thu, 2 Mar 2006 13:54:02 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22Ds1W0041123; Thu, 2 Mar 2006 13:54:01 GMT (envelope-from des) Message-Id: <200603021354.k22Ds1W0041123@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 2 Mar 2006 13:54:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/tinderbox .cvsignore src/tools/tools/tinderbox/www .cvsignore X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 13:54:02 -0000 des 2006-03-02 13:54:01 UTC FreeBSD src repository Added files: tools/tools/tinderbox .cvsignore tools/tools/tinderbox/www .cvsignore Log: Ignore generated files. Revision Changes Path 1.1 +2 -0 src/tools/tools/tinderbox/.cvsignore (new) 1.1 +3 -0 src/tools/tools/tinderbox/www/.cvsignore (new) From owner-cvs-src@FreeBSD.ORG Thu Mar 2 13:57:04 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A5FB16A420; Thu, 2 Mar 2006 13:57:04 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F9A043D45; Thu, 2 Mar 2006 13:57:03 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost (john@localhost [127.0.0.1]) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k22Dv2Kd034411; Thu, 2 Mar 2006 08:57:02 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Scott Long Date: Thu, 2 Mar 2006 08:57:50 -0500 User-Agent: KMail/1.9.1 References: <200603020617.k226Hrqf009365@repoman.freebsd.org> In-Reply-To: <200603020617.k226Hrqf009365@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603020857.53281.jhb@freebsd.org> X-Virus-Scanned: ClamAV 0.87.1/1308/Wed Mar 1 05:13:39 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=4.2 tests=ALL_TRUSTED,AWL autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 local_apic.c src/sys/amd64/amd64 local_apic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 13:57:04 -0000 On Thursday 02 March 2006 01:17, Scott Long wrote: > scottl 2006-03-02 06:17:52 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/i386/i386 local_apic.c > sys/amd64/amd64 local_apic.c > Log: > Disable some code that isn't ready for prime time. > > Approved by: re :( The whole ddb function should just be removed. -- 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 Mar 2 13:58:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3299C16A420; Thu, 2 Mar 2006 13:58:05 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB49B43D46; Thu, 2 Mar 2006 13:58:04 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22Dw4MS041319; Thu, 2 Mar 2006 13:58:04 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22Dw4VA041318; Thu, 2 Mar 2006 13:58:04 GMT (envelope-from des) Message-Id: <200603021358.k22Dw4VA041318@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 2 Mar 2006 13:58:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/tinderbox tbmaster.1 tbmaster.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 13:58:05 -0000 des 2006-03-02 13:58:04 UTC FreeBSD src repository Modified files: tools/tools/tinderbox tbmaster.1 tbmaster.pl Log: Read site.rc after default.rc. Revision Changes Path 1.21 +4 -2 src/tools/tools/tinderbox/tbmaster.1 1.60 +1 -0 src/tools/tools/tinderbox/tbmaster.pl From owner-cvs-src@FreeBSD.ORG Thu Mar 2 14:00:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B47116A420; Thu, 2 Mar 2006 14:00:41 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B819543D49; Thu, 2 Mar 2006 14:00:40 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22E0eq2041532; Thu, 2 Mar 2006 14:00:40 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22E0eRd041531; Thu, 2 Mar 2006 14:00:40 GMT (envelope-from des) Message-Id: <200603021400.k22E0eRd041531@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 2 Mar 2006 14:00:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/tinderbox tbmaster.1 tbmaster.pl tinderbox.1 tinderbox.pl src/tools/tools/tinderbox/www index.cgi X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 14:00:41 -0000 des 2006-03-02 14:00:40 UTC FreeBSD src repository Modified files: tools/tools/tinderbox tbmaster.1 tbmaster.pl tinderbox.1 tinderbox.pl tools/tools/tinderbox/www index.cgi Log: Update copyright years and remove third clause. Revision Changes Path 1.22 +1 -3 src/tools/tools/tinderbox/tbmaster.1 1.61 +2 -4 src/tools/tools/tinderbox/tbmaster.pl 1.15 +1 -3 src/tools/tools/tinderbox/tinderbox.1 1.46 +2 -4 src/tools/tools/tinderbox/tinderbox.pl 1.26 +1 -3 src/tools/tools/tinderbox/www/index.cgi From owner-cvs-src@FreeBSD.ORG Thu Mar 2 14:06:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC02016A420; Thu, 2 Mar 2006 14:06:38 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9828C43D68; Thu, 2 Mar 2006 14:06:38 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22E6cEH041763; Thu, 2 Mar 2006 14:06:38 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22E6cxY041762; Thu, 2 Mar 2006 14:06:38 GMT (envelope-from cognet) Message-Id: <200603021406.k22E6cxY041762@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 2 Mar 2006 14:06:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/xscale/i80321 i80321_aau.c i80321_dma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 14:06:39 -0000 cognet 2006-03-02 14:06:38 UTC FreeBSD src repository Modified files: sys/arm/xscale/i80321 i80321_aau.c i80321_dma.c Log: Use BUS_DMA_COHERENT. Revision Changes Path 1.4 +1 -1 src/sys/arm/xscale/i80321/i80321_aau.c 1.3 +1 -1 src/sys/arm/xscale/i80321/i80321_dma.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 14:06:40 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3E116A422; Thu, 2 Mar 2006 14:06:40 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E1743D6D; Thu, 2 Mar 2006 14:06:40 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22E6eWS041814; Thu, 2 Mar 2006 14:06:40 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22E6egv041813; Thu, 2 Mar 2006 14:06:40 GMT (envelope-from davidxu) Message-Id: <200603021406.k22E6egv041813@repoman.freebsd.org> From: David Xu Date: Thu, 2 Mar 2006 14:06:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys signalvar.h src/sys/kern kern_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 14:06:41 -0000 davidxu 2006-03-02 14:06:40 UTC FreeBSD src repository Modified files: sys/sys signalvar.h sys/kern kern_sig.c Log: Add signal set sq_kill to sigqueue structure, the member saves all signals sent by kill() syscall, without this, a signal sent by sigqueue() can cause a signal sent by kill() to be lost. Revision Changes Path 1.326 +23 -3 src/sys/kern/kern_sig.c 1.76 +3 -2 src/sys/sys/signalvar.h From owner-cvs-src@FreeBSD.ORG Thu Mar 2 14:38:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5F1716A420; Thu, 2 Mar 2006 14:38:46 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5609F43D75; Thu, 2 Mar 2006 14:38:45 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22EcjS8042932; Thu, 2 Mar 2006 14:38:45 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22Ecjml042931; Thu, 2 Mar 2006 14:38:45 GMT (envelope-from maxim) Message-Id: <200603021438.k22Ecjml042931@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Mar 2006 14:38:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/misc bsd-family-tree X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 14:38:47 -0000 maxim 2006-03-02 14:38:45 UTC FreeBSD src repository Modified files: share/misc bsd-family-tree Log: o Fix an URL to the "The BSD Family Tree" article. Spotted by: Marcin Jessa Revision Changes Path 1.101 +1 -1 src/share/misc/bsd-family-tree From owner-cvs-src@FreeBSD.ORG Thu Mar 2 14:44:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E853D16A420; Thu, 2 Mar 2006 14:44:20 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B780843D45; Thu, 2 Mar 2006 14:44:20 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22EiKZC043245; Thu, 2 Mar 2006 14:44:20 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22EiKP6043240; Thu, 2 Mar 2006 14:44:20 GMT (envelope-from brueffer) Message-Id: <200603021444.k22EiKP6043240@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 2 Mar 2006 14:44:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/periodic/daily 407.status-graid3 408.status-gstripe 409.status-gconcat Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 14:44:21 -0000 brueffer 2006-03-02 14:44:19 UTC FreeBSD src repository Modified files: etc/periodic/daily Makefile Added files: etc/periodic/daily 407.status-graid3 408.status-gstripe 409.status-gconcat Log: Add periodic scripts that check the status of graid3(8), gstripe(8) and gconcat(8) devices, respectively. Approved by: rwatson (mentor) Revision Changes Path 1.1 +34 -0 src/etc/periodic/daily/407.status-graid3 (new) 1.1 +34 -0 src/etc/periodic/daily/408.status-gstripe (new) 1.1 +34 -0 src/etc/periodic/daily/409.status-gconcat (new) 1.14 +3 -0 src/etc/periodic/daily/Makefile From owner-cvs-src@FreeBSD.ORG Thu Mar 2 14:46:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F98516A420; Thu, 2 Mar 2006 14:46:01 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD81343D53; Thu, 2 Mar 2006 14:46:00 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22Ek0KP043493; Thu, 2 Mar 2006 14:46:00 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22Ek0YX043492; Thu, 2 Mar 2006 14:46:00 GMT (envelope-from brueffer) Message-Id: <200603021446.k22Ek0YX043492@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 2 Mar 2006 14:46:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/defaults periodic.conf X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 14:46:01 -0000 brueffer 2006-03-02 14:46:00 UTC FreeBSD src repository Modified files: etc/defaults periodic.conf Log: Add the graid3(8), gstripe(8) and gconcat(8) status scripts, default is "off". Approved by: rwatson (mentor) Revision Changes Path 1.37 +9 -0 src/etc/defaults/periodic.conf From owner-cvs-src@FreeBSD.ORG Thu Mar 2 14:48:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B45C16A425; Thu, 2 Mar 2006 14:48:22 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12CB843D5F; Thu, 2 Mar 2006 14:48:17 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22EmHNn043650; Thu, 2 Mar 2006 14:48:17 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22EmHBc043649; Thu, 2 Mar 2006 14:48:17 GMT (envelope-from brueffer) Message-Id: <200603021448.k22EmHBc043649@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 2 Mar 2006 14:48:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 14:48:22 -0000 brueffer 2006-03-02 14:48:17 UTC FreeBSD src repository Modified files: share/man/man5 periodic.conf.5 Log: Document the graid3(8), gstripe(8) and gconcat(8) periodic scripts. Revision Changes Path 1.58 +28 -1 src/share/man/man5/periodic.conf.5 From owner-cvs-src@FreeBSD.ORG Thu Mar 2 14:53:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9822D16A420; Thu, 2 Mar 2006 14:53:22 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from ms-dienst.rz.rwth-aachen.de (ms-2.rz.RWTH-Aachen.DE [134.130.3.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C33B43D45; Thu, 2 Mar 2006 14:53:21 +0000 (GMT) (envelope-from chris@haakonia.hitnet.rwth-aachen.de) Received: from circe (circe.rz.RWTH-Aachen.DE [134.130.3.36]) by ms-dienst.rz.rwth-aachen.de (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IVI00DHC9CVBN@ms-dienst.rz.rwth-aachen.de>; Thu, 02 Mar 2006 15:53:20 +0100 (MET) Received: from talos.rz.RWTH-Aachen.DE ([134.130.3.22]) by circe (MailMonitor for SMTP v1.2.2 ) ; Thu, 02 Mar 2006 15:53:19 +0100 (MET) Received: from bigboss.hitnet.rwth-aachen.de (bigspace.hitnet.RWTH-Aachen.DE [137.226.181.2]) by smarthost.rwth-aachen.de (8.13.1/8.13.1/1) with ESMTP id k22ErIAZ011033; Thu, 02 Mar 2006 15:53:18 +0100 Received: from haakonia.hitnet.rwth-aachen.de ([137.226.181.92]) by bigboss.hitnet.rwth-aachen.de with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1FEpB9-0001z0-7a; Thu, 02 Mar 2006 15:53:19 +0100 Received: by haakonia.hitnet.rwth-aachen.de (Postfix, from userid 1001) id 1637A3F42F; Thu, 02 Mar 2006 15:53:19 +0100 (CET) Date: Thu, 02 Mar 2006 15:53:18 +0100 From: Christian Brueffer In-reply-to: <200603021444.k22EiKP6043240@repoman.freebsd.org> To: src-committers@FreeBSD.org Message-id: <20060302145318.GB1464@haakonia.hitnet.RWTH-Aachen.DE> MIME-version: 1.0 Content-type: multipart/signed; boundary=3lcZGd9BuhuYXNfi; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-disposition: inline User-Agent: Mutt/1.5.11 X-Operating-System: FreeBSD 6.1-PRERELEASE X-PGP-Key: http://people.FreeBSD.org/~brueffer/brueffer.key.asc X-PGP-Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D References: <200603021444.k22EiKP6043240@repoman.freebsd.org> Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/periodic/daily 407.status-graid3 408.status-gstripe 409.status-gconcat Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 14:53:22 -0000 --3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 02, 2006 at 02:44:19PM +0000, Christian Brueffer wrote: > brueffer 2006-03-02 14:44:19 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc/periodic/daily Makefile=20 > Added files: > etc/periodic/daily 407.status-graid3 408.status-gstripe=20 > 409.status-gconcat=20 > Log: > Add periodic scripts that check the status of graid3(8), gstripe(8) > and gconcat(8) devices, respectively. > =20 Forgot to mention, basically copied from the gmirror(8) periodic script by wollman@. - Christian --=20 Christian Brueffer chris@unixpages.org brueffer@FreeBSD.org GPG Key: http://people.freebsd.org/~brueffer/brueffer.key.asc GPG Fingerprint: A5C8 2099 19FF AACA F41B B29B 6C76 178C A0ED 982D --3lcZGd9BuhuYXNfi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEBwbebHYXjKDtmC0RAolIAJ9W+WfXAWfFNI0Z9KYOPPmeWs4qNQCfSlkq jI5bxB8gTuKjQWIRUnJqTgg= =1sN+ -----END PGP SIGNATURE----- --3lcZGd9BuhuYXNfi-- From owner-cvs-src@FreeBSD.ORG Thu Mar 2 14:55:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45E4016A420; Thu, 2 Mar 2006 14:55:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01EF743D49; Thu, 2 Mar 2006 14:55:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22Et7K1043904; Thu, 2 Mar 2006 14:55:07 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22Et7pC043903; Thu, 2 Mar 2006 14:55:07 GMT (envelope-from brueffer) Message-Id: <200603021455.k22Et7pC043903@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 2 Mar 2006 14:55:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 14:55:08 -0000 brueffer 2006-03-02 14:55:07 UTC FreeBSD src repository Modified files: share/man/man5 periodic.conf.5 Log: Actually bump the date to the commit-date for the last commit. Revision Changes Path 1.59 +1 -1 src/share/man/man5/periodic.conf.5 From owner-cvs-src@FreeBSD.ORG Thu Mar 2 15:11:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE5D616A420; Thu, 2 Mar 2006 15:11:06 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB8F43D48; Thu, 2 Mar 2006 15:11:06 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22FB6Wb044561; Thu, 2 Mar 2006 15:11:06 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22FB6a2044560; Thu, 2 Mar 2006 15:11:06 GMT (envelope-from glebius) Message-Id: <200603021511.k22FB6a2044560@repoman.freebsd.org> From: Gleb Smirnoff Date: Thu, 2 Mar 2006 15:11:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 ng_netflow.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 15:11:07 -0000 glebius 2006-03-02 15:11:05 UTC FreeBSD src repository Modified files: share/man/man4 ng_netflow.4 Log: Update URL at cisco.com. Revision Changes Path 1.13 +2 -2 src/share/man/man4/ng_netflow.4 From owner-cvs-src@FreeBSD.ORG Thu Mar 2 15:48:12 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FACC16A423 for ; Thu, 2 Mar 2006 15:48:12 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C10FD43D70 for ; Thu, 2 Mar 2006 15:48:07 +0000 (GMT) (envelope-from sullrich@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so434166wra for ; Thu, 02 Mar 2006 07:48:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rKL19ByDb7idhUHy2bt1hu1m+ScC4P4DCvIRjrcrp8FykXVr7xOg9eCI5GlDXpEj7wBb2zuuCWqEOSk84Un50RskyJcc06WzNt+0oE+WvsM9mpGNCU523ecqVWwI6x3tA0jwhaFetTn47QI+SZzoT12UiMb83WBojkYLlYguKTA= Received: by 10.64.209.2 with SMTP id h2mr749829qbg; Thu, 02 Mar 2006 07:48:06 -0800 (PST) Received: by 10.64.181.12 with HTTP; Thu, 2 Mar 2006 07:48:06 -0800 (PST) Message-ID: Date: Thu, 2 Mar 2006 10:48:06 -0500 From: "Scott Ullrich" To: "Christian Brueffer" In-Reply-To: <20060302060618.GA1790@haakonia.hitnet.RWTH-Aachen.DE> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200603011753.k21Hrvj0055120@repoman.freebsd.org> <20060302014917.GA61428@voi.aagh.net> <20060302060618.GA1790@haakonia.hitnet.RWTH-Aachen.DE> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/geom/label g_label.c g_label.h g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 15:48:12 -0000 On 3/2/06, Christian Brueffer wrote: > For the record, I've heard another report of this yesterday. I was also bitten by this on my embedded versions and I hosed my primary firewall. Verbose dmesg can be found at: http://www.pfsense.com/pastebin/386 ... For some reason it is misssing the a from the mount point. From owner-cvs-src@FreeBSD.ORG Thu Mar 2 16:38:31 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1616816A43B; Thu, 2 Mar 2006 16:38:31 +0000 (GMT) (envelope-from rees@citi.umich.edu) Received: from citi.umich.edu (citi.umich.edu [141.211.133.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF5F43D45; Thu, 2 Mar 2006 16:38:30 +0000 (GMT) (envelope-from rees@citi.umich.edu) Received: from citi.umich.edu (dumaguete.citi.umich.edu [141.211.133.51]) by citi.umich.edu (Postfix) with ESMTP id 09ADB1BAC2; Thu, 2 Mar 2006 11:38:30 -0500 (EST) To: Scott Long From: Jim Rees In-Reply-To: Scott Long, Wed, 01 Mar 2006 00:39:36 MST Date: Thu, 02 Mar 2006 11:38:30 -0500 Sender: rees@citi.umich.edu Message-Id: <20060302163830.09ADB1BAC2@citi.umich.edu> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Maksim Yevmenkin Subject: Re: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 16:38:31 -0000 For the first time in a year, my keyboard just works. It works in kdb, it works single user, talking to the loader, or multi-user. Unless someone finds a show-stopper bug, I think the new kbdmux.c should go in 6.1, with "device kbdmux" in the generic config. Thank you max. From owner-cvs-src@FreeBSD.ORG Thu Mar 2 16:59:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4434C16A420; Thu, 2 Mar 2006 16:59:56 +0000 (GMT) (envelope-from nate@root.org) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC04043D5F; Thu, 2 Mar 2006 16:59:48 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout5-ext.prodigy.net (pimout5-int.prodigy.net [207.115.4.21]) by ylpvm01.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k22GxlO6008067; Thu, 2 Mar 2006 11:59:47 -0500 X-ORBL: [71.139.114.10] Received: from [10.0.5.50] (ppp-71-139-114-10.dsl.snfc21.pacbell.net [71.139.114.10]) by pimout5-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k22Gxixb132252; Thu, 2 Mar 2006 11:59:44 -0500 Message-ID: <44072472.6040502@root.org> Date: Thu, 02 Mar 2006 08:59:30 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: John-Mark Gurney References: <200602281958.k1SJwvGL051504@repoman.freebsd.org> <20060301232621.GF29183@ip.net.ua> <20060301233327.GQ840@funkthat.com> In-Reply-To: <20060301233327.GQ840@funkthat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 16:59:56 -0000 John-Mark Gurney wrote: > Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 01:26 +0200: >> On Tue, Feb 28, 2006 at 07:58:57PM +0000, John-Mark Gurney wrote: >>> jmg 2006-02-28 19:58:57 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> share/man/man9 bus_dma.9 >>> Log: >>> update examples to use the correct terms that was never updated when the >>> earlier descriptions were gone over... >>> >>> MFC after: 3 days >>> >>> Revision Changes Path >>> 1.32 +3 -3 src/share/man/man9/bus_dma.9 >>> >> Not enough of fixing: "DMA read" and "DMA write" are also entangled here. > > Nope... WRITE == DMA read... Read the descriptions of the flags > very carefully... If you aren't confused, you don't understand it.. > The reason you're confused is the reason why everyone gets it wrong, > and no one ever gets it correct the first time trying to figure out > which one to use... It's the same thinking you have to use when dealing with any of the t10/11 SCSI or ATA documents and is standard for hw design of the peripherals anyway. I think it's good busdma matches this even if it's not natural if you're seeing it for the first time. -- Nate From owner-cvs-src@FreeBSD.ORG Thu Mar 2 18:16:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E686016A420; Thu, 2 Mar 2006 18:16:35 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (gate.funkthat.com [69.17.45.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C16243D45; Thu, 2 Mar 2006 18:16:35 +0000 (GMT) (envelope-from jmg@hydrogen.funkthat.com) Received: from hydrogen.funkthat.com (b3mxzkmnjwh4suoi@localhost.funkthat.com [127.0.0.1]) by hydrogen.funkthat.com (8.13.3/8.13.3) with ESMTP id k22IGX89047406; Thu, 2 Mar 2006 10:16:34 -0800 (PST) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.13.3/8.13.3/Submit) id k22IGUEh047405; Thu, 2 Mar 2006 10:16:30 -0800 (PST) (envelope-from jmg) Date: Thu, 2 Mar 2006 10:16:29 -0800 From: John-Mark Gurney To: Ruslan Ermilov Message-ID: <20060302181629.GS840@funkthat.com> References: <200602281958.k1SJwvGL051504@repoman.freebsd.org> <20060301232621.GF29183@ip.net.ua> <20060301233327.GQ840@funkthat.com> <4406334F.7070205@samsco.org> <20060302071849.GH29183@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060302071849.GH29183@ip.net.ua> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 5.4-RELEASE-p6 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, Scott Long , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 18:16:36 -0000 Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 09:18 +0200: > On Wed, Mar 01, 2006 at 04:50:39PM -0700, Scott Long wrote: > > John-Mark Gurney wrote: > > >Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 01:26 +0200: > > > > > >>On Tue, Feb 28, 2006 at 07:58:57PM +0000, John-Mark Gurney wrote: > > >> > > >>>jmg 2006-02-28 19:58:57 UTC > > >>> > > >>> FreeBSD src repository > > >>> > > >>> Modified files: > > >>> share/man/man9 bus_dma.9 > > >>> Log: > > >>> update examples to use the correct terms that was never updated when the > > >>> earlier descriptions were gone over... > > >>> > > >>> MFC after: 3 days > > >>> > > >>> Revision Changes Path > > >>> 1.32 +3 -3 src/share/man/man9/bus_dma.9 > > >>> > > >> > > >>Not enough of fixing: "DMA read" and "DMA write" are also entangled here. > > > > > > > > >Nope... WRITE == DMA read... Read the descriptions of the flags > > >very carefully... If you aren't confused, you don't understand it.. > > >The reason you're confused is the reason why everyone gets it wrong, > > >and no one ever gets it correct the first time trying to figure out > > >which one to use... > > > > > > WRITE == DMA write, it's not THAT confusing, please see below. :-) It depends upon how you view the DMA... bus_dma WRITE == DMA operation that reads data from memory into the device... It's confusing enough to have the bus_dma flags being from the device driver's point of view, but talking about DMA in the same point of view is just wrong.. it isn't the device driver doing the work, it's the DMA engine, and the engine is reading... > > Think of it from the perspective of the driver doing an operation. If > > the driver is reading a block off the disk, then you want to use the > ^^^^^^^ > > PREREAD/POSTREAD operations. > ^^^^^^^^^^^^^^^^ > > > Correct. So driver tells a device to "read directly into memory", a write how can you read into something? isn't that what humans do when they get think something else was said? > DMA read operation. Similarly for writes. A CPU "writes directly > into device memory", a DMA write operation. If the cpu writes directly into device memory, then it isn't a DMA operation.... > > Likewise for writes. It is done this way > > for clarity in the driver. I can't imagine how many bugs we'd have if > > write == read in the driver sources. > > > Yes, that fits my understanding of how things work, and that's what > we have clarified in the manpage not so long ago: > > : All operations specified below are performed from the host mem- > : ory point of view, where a read implies data coming from the > ^^^^ ^^^^^^^^ > : device to the host memory, and a write implies data going from > ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^ ^^^^ > : the host memory to the device. Alternately, the operations can > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > : be thought of in terms of driver operations, where reading a > : network packet or storage sector corresponds to a read operation > : in bus_dma. > : > : BUS_DMASYNC_PREREAD Perform any synchronization required > : prior to an update of host memory by the > : DMA read operation. > : > : BUS_DMASYNC_PREWRITE Perform any synchronization required > : after an update of host memory by the CPU > : and prior to DMA write operations. > : > : BUS_DMASYNC_POSTREAD Perform any synchronization required > : after DMA read operations and prior to > : CPU access to host memory. > : > : BUS_DMASYNC_POSTWRITE Perform any synchronization required > : after DMA write operations. > > However, the text that John-Mark has correctly changed now looks > like this: > > : bus_dmamap_sync() is the method used to ensure that CPU and > : device DMA access to shared memory is coherent. For example, > : the CPU might be used to setup the contents of a buffer that is > : to be DMA'ed into a device. > > That's DMA write. Nope, it's a read... > : To ensure that the data are visible > : via the device's mapping of that memory, the buffer must be > : loaded and a dma sync operation of BUS_DMASYNC_PREWRITE must be > ^^^^^^^^^^^^^^^^^^^^ OK! > : performed. Additional sync operations must be performed after > : every CPU write to this memory if additional DMA reads are to be > ^^^^^^^^^ should be "write" Nope, DMA read's the memory that was writen to by the cpu... > : performed. Conversely, for the DMA write case, the buffer must > ^^^^^ should be "read" > : be loaded, and a dma sync operation of BUS_DMASYNC_PREREAD must > ^^^^^^^^^^^^^^^^^^^ OK! > : be performed. The CPU will only be able to see the results of > : this DMA write once the DMA has completed and a > ^^^^^ should be "read" Nope, the DMA engine writes the data that is to be consumed by the cpu... > : BUS_DMASYNC_POSTREAD operation has been performed. > ^^^^^^^^^^^^^^^^^^^^ OK! Now riddle me this, what PCI operation is performed to satisify the respective requests? -- 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 Mar 2 18:23:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F3DE16A427; Thu, 2 Mar 2006 18:23:45 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C6A43D49; Thu, 2 Mar 2006 18:23:44 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k22INXlu071840; Thu, 2 Mar 2006 11:23:37 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4407381C.8060805@samsco.org> Date: Thu, 02 Mar 2006 11:23:24 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John-Mark Gurney References: <200602281958.k1SJwvGL051504@repoman.freebsd.org> <20060301232621.GF29183@ip.net.ua> <20060301233327.GQ840@funkthat.com> <4406334F.7070205@samsco.org> <20060302071849.GH29183@ip.net.ua> <20060302181629.GS840@funkthat.com> In-Reply-To: <20060302181629.GS840@funkthat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Ruslan Ermilov , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 18:23:45 -0000 John-Mark Gurney wrote: > Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 09:18 +0200: > >>On Wed, Mar 01, 2006 at 04:50:39PM -0700, Scott Long wrote: >> >>>John-Mark Gurney wrote: >>> >>>>Ruslan Ermilov wrote this message on Thu, Mar 02, 2006 at 01:26 +0200: >>>> >>>> >>>>>On Tue, Feb 28, 2006 at 07:58:57PM +0000, John-Mark Gurney wrote: >>>>> >>>>> >>>>>>jmg 2006-02-28 19:58:57 UTC >>>>>> >>>>>>FreeBSD src repository >>>>>> >>>>>>Modified files: >>>>>> share/man/man9 bus_dma.9 >>>>>>Log: >>>>>>update examples to use the correct terms that was never updated when the >>>>>>earlier descriptions were gone over... >>>>>> >>>>>>MFC after: 3 days >>>>>> >>>>>>Revision Changes Path >>>>>>1.32 +3 -3 src/share/man/man9/bus_dma.9 >>>>>> >>>>> >>>>>Not enough of fixing: "DMA read" and "DMA write" are also entangled here. >>>> >>>> >>>>Nope... WRITE == DMA read... Read the descriptions of the flags >>>>very carefully... If you aren't confused, you don't understand it.. >>>>The reason you're confused is the reason why everyone gets it wrong, >>>>and no one ever gets it correct the first time trying to figure out >>>>which one to use... >>>> >>> >>WRITE == DMA write, it's not THAT confusing, please see below. :-) > > > It depends upon how you view the DMA... bus_dma WRITE == DMA operation > that reads data from memory into the device... It's confusing enough > to have the bus_dma flags being from the device driver's point of view, > but talking about DMA in the same point of view is just wrong.. it isn't > the device driver doing the work, it's the DMA engine, and the engine > is reading... > > >>>Think of it from the perspective of the driver doing an operation. If >>>the driver is reading a block off the disk, then you want to use the >> >> ^^^^^^^ >> >>>PREREAD/POSTREAD operations. >> >> ^^^^^^^^^^^^^^^^ >> >>Correct. So driver tells a device to "read directly into memory", a > > write > > how can you read into something? isn't that what humans do when they > get think something else was said? > > >>DMA read operation. Similarly for writes. A CPU "writes directly >>into device memory", a DMA write operation. > > > If the cpu writes directly into device memory, then it isn't a DMA > operation.... > > >>>Likewise for writes. It is done this way >>>for clarity in the driver. I can't imagine how many bugs we'd have if >>>write == read in the driver sources. >>> >> >>Yes, that fits my understanding of how things work, and that's what >>we have clarified in the manpage not so long ago: >> >>: All operations specified below are performed from the host mem- >>: ory point of view, where a read implies data coming from the >> ^^^^ ^^^^^^^^ >>: device to the host memory, and a write implies data going from >> ^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^ ^^^^ >>: the host memory to the device. Alternately, the operations can >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >>: be thought of in terms of driver operations, where reading a >>: network packet or storage sector corresponds to a read operation >>: in bus_dma. >>: >>: BUS_DMASYNC_PREREAD Perform any synchronization required >>: prior to an update of host memory by the >>: DMA read operation. >>: >>: BUS_DMASYNC_PREWRITE Perform any synchronization required >>: after an update of host memory by the CPU >>: and prior to DMA write operations. >>: >>: BUS_DMASYNC_POSTREAD Perform any synchronization required >>: after DMA read operations and prior to >>: CPU access to host memory. >>: >>: BUS_DMASYNC_POSTWRITE Perform any synchronization required >>: after DMA write operations. >> >>However, the text that John-Mark has correctly changed now looks >>like this: >> >>: bus_dmamap_sync() is the method used to ensure that CPU and >>: device DMA access to shared memory is coherent. For example, >>: the CPU might be used to setup the contents of a buffer that is >>: to be DMA'ed into a device. >> >>That's DMA write. > > > Nope, it's a read... > > >>: To ensure that the data are visible >>: via the device's mapping of that memory, the buffer must be >>: loaded and a dma sync operation of BUS_DMASYNC_PREWRITE must be >> ^^^^^^^^^^^^^^^^^^^^ OK! >>: performed. Additional sync operations must be performed after >>: every CPU write to this memory if additional DMA reads are to be >> ^^^^^^^^^ should be "write" > > > Nope, DMA read's the memory that was writen to by the cpu... > > >>: performed. Conversely, for the DMA write case, the buffer must >> ^^^^^ should be "read" >>: be loaded, and a dma sync operation of BUS_DMASYNC_PREREAD must >> ^^^^^^^^^^^^^^^^^^^ OK! >>: be performed. The CPU will only be able to see the results of >>: this DMA write once the DMA has completed and a >> ^^^^^ should be "read" > > > Nope, the DMA engine writes the data that is to be consumed by the > cpu... > > >>: BUS_DMASYNC_POSTREAD operation has been performed. >> ^^^^^^^^^^^^^^^^^^^^ OK! > > > Now riddle me this, what PCI operation is performed to satisify the > respective requests? > Ah, but what is all of this called when you have a general purpose ISA-DMA device sitting on the bug acting on behalf of the CPU for an arbitrary device. I'll review this page for correctness again when I'm good and properly hammered on some of that great Polish vodka that I got a MeetBSD. Scott From owner-cvs-src@FreeBSD.ORG Thu Mar 2 18:55:40 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EF6C16A420; Thu, 2 Mar 2006 18:55:40 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B7443D45; Thu, 2 Mar 2006 18:55:39 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k22Itbp3026956; Thu, 2 Mar 2006 20:55:37 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 37601-01; Thu, 2 Mar 2006 20:55:10 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k22It56j026946 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Mar 2006 20:55:05 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k22ItHE6026741; Thu, 2 Mar 2006 20:55:17 +0200 (EET) (envelope-from ru) Date: Thu, 2 Mar 2006 20:55:07 +0200 From: Ruslan Ermilov To: John-Mark Gurney Message-ID: <20060302185507.GM29183@ip.net.ua> References: <200602281958.k1SJwvGL051504@repoman.freebsd.org> <20060301232621.GF29183@ip.net.ua> <20060301233327.GQ840@funkthat.com> <4406334F.7070205@samsco.org> <20060302071849.GH29183@ip.net.ua> <20060302181629.GS840@funkthat.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3hAdtgBjtgL7p0NQ" Content-Disposition: inline In-Reply-To: <20060302181629.GS840@funkthat.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: cvs-src@freebsd.org, Scott Long , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 18:55:40 -0000 --3hAdtgBjtgL7p0NQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 02, 2006 at 10:16:29AM -0800, John-Mark Gurney wrote: > > Correct. So driver tells a device to "read directly into memory", a > write >=20 > how can you read into something? >=20 The driver tells the disk to READ data and put it into the memory. > > : BUS_DMASYNC_PREREAD Perform any synchronization required > > : prior to an update of host memory by the > > : DMA read operation. > > :=20 > > : BUS_DMASYNC_PREWRITE Perform any synchronization required > > : after an update of host memory by the CPU > > : and prior to DMA write operations. > > :=20 > > : BUS_DMASYNC_POSTREAD Perform any synchronization required > > : after DMA read operations and prior to > > : CPU access to host memory. > > :=20 > > : BUS_DMASYNC_POSTWRITE Perform any synchronization required > > : after DMA write operations. > >=20 OK, so DMA read/write ops are from the device's perspective and dma sync ops are from the host memory's perspective, but then the above descriptions should all be fixed, and the phrase "to be DMA'ed into a device" doesn't make sense. BUS_DMASYNC_PREREAD Perform any synchronization required prior to an update of host memory by t= he DMA read operation. A DMA read by the device of the host memory cannot update it; it's a DMA write that's meant here. BUS_DMASYNC_PREWRITE Perform any synchronization required after an update of host memory by the = CPU and prior to DMA write operations. The device will read host memory for writing/sending purposes, it's a DMA read then. Please review the following patch that fixes these inconsistencies. %%% Index: bus_dma.9 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/share/man/man9/bus_dma.9,v retrieving revision 1.33 diff -u -r1.33 bus_dma.9 --- bus_dma.9 1 Mar 2006 23:56:18 -0000 1.33 +++ bus_dma.9 2 Mar 2006 18:48:46 -0000 @@ -255,8 +255,8 @@ description below for more details on how to use these operations. .Pp All operations specified below are performed from the host memory point of= view, -where a read implies data coming from the device to the host memory, and a= write -implies data going from the host memory to the device. +where a read implies data coming from the device to the host memory (DMA w= rite), +and a write implies data going from the host memory to the device (DMA rea= d). Alternately, the operations can be thought of in terms of driver operation= s, where reading a network packet or storage sector corresponds to a read ope= ration in @@ -264,15 +264,15 @@ .Bl -tag -width BUS_DMASYNC_POSTWRITE .It Dv BUS_DMASYNC_PREREAD Perform any synchronization required prior to an update of host memory by = the -DMA read operation. +DMA write operation. .It Dv BUS_DMASYNC_PREWRITE Perform any synchronization required after an update of host memory by the= CPU -and prior to DMA write operations. +and prior to DMA read operations. .It Dv BUS_DMASYNC_POSTREAD -Perform any synchronization required after DMA read operations and prior to +Perform any synchronization required after DMA write operations and prior = to CPU access to host memory. .It Dv BUS_DMASYNC_POSTWRITE -Perform any synchronization required after DMA write operations. +Perform any synchronization required after DMA read operations. .El .It Vt bus_dma_lock_t Client specified lock/mutex manipulation method. @@ -672,8 +672,8 @@ .Fn bus_dmamap_sync is the method used to ensure that CPU and device DMA access to shared memory is coherent. -For example, the CPU might be used to setup the contents of a buffer -that is to be DMA'ed into a device. +For example, the CPU might be used to set up the contents of a buffer +that is to be DMA read by a device. To ensure that the data are visible via the device's mapping of that memory, the buffer must be loaded and a dma sync operation of .Dv BUS_DMASYNC_PREWRITE %%% Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --3hAdtgBjtgL7p0NQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEBz+LqRfpzJluFF4RAla5AKCI80xh+o4xTudDX2pZkVvJ9YJiqQCfXTu+ RZB+aPTbLhBHXh1mRr6gkp8= =92fE -----END PGP SIGNATURE----- --3hAdtgBjtgL7p0NQ-- From owner-cvs-src@FreeBSD.ORG Thu Mar 2 19:46:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4BC916A420; Thu, 2 Mar 2006 19:46:00 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CC743D45; Thu, 2 Mar 2006 19:46:00 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22Jk0KR062208; Thu, 2 Mar 2006 19:46:00 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22Jk0mH062201; Thu, 2 Mar 2006 19:46:00 GMT (envelope-from thompsa) Message-Id: <200603021946.k22Jk0mH062201@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 2 Mar 2006 19:46:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 altq.4 src/sys/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 19:46:01 -0000 thompsa 2006-03-02 19:46:00 UTC FreeBSD src repository Modified files: share/man/man4 altq.4 sys/conf NOTES Log: The altq(4) code already handles SMP so clarify what ALTQ_NOPCC is needed for. Revision Changes Path 1.16 +1 -1 src/share/man/man4/altq.4 1.1353 +4 -3 src/sys/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Mar 2 19:47:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 471B016A420; Thu, 2 Mar 2006 19:47:42 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B0D43D49; Thu, 2 Mar 2006 19:47:42 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22JlfRE062256; Thu, 2 Mar 2006 19:47:41 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22Jlf22062255; Thu, 2 Mar 2006 19:47:41 GMT (envelope-from ru) Message-Id: <200603021947.k22Jlf22062255@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 2 Mar 2006 19:47:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man9 time.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 19:47:42 -0000 ru 2006-03-02 19:47:41 UTC FreeBSD src repository Modified files: share/man/man9 time.9 Log: Fix types of time_second and time_uptime variables. Revision Changes Path 1.17 +2 -3 src/share/man/man9/time.9 From owner-cvs-src@FreeBSD.ORG Thu Mar 2 20:16:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0097316A420; Thu, 2 Mar 2006 20:16:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B30F943D48; Thu, 2 Mar 2006 20:16:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 9C08C1A4E1A; Thu, 2 Mar 2006 12:16:04 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 45F9A51FEB; Thu, 2 Mar 2006 04:25:19 -0500 (EST) Date: Thu, 2 Mar 2006 04:25:19 -0500 From: Kris Kennaway To: Jeff Roberson Message-ID: <20060302092518.GA38880@xor.obsecurity.org> References: <200603020537.k225bi8G006318@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <200603020537.k225bi8G006318@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_vfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 20:16:05 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 02, 2006 at 05:37:44AM +0000, Jeff Roberson wrote: > jeff 2006-03-02 05:37:44 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/geom geom_vfs.c=20 > Log: > - Lock Giant if needed around the call to vnode_create_vobject(). Thi= s is > only important if devfs is not mpsafe. Actually any !mpsafe filesystem triggers it, including the case of debug.mpsafevfs=3D0. Kris --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (FreeBSD) iD8DBQFEBrn+Wry0BWjoQKURAskjAKCiJLoVb55e8tvd89ger+cxpeHaMgCgy7IP YwewePA5FKvEuKJ8J5KULEI= =d6o0 -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-cvs-src@FreeBSD.ORG Thu Mar 2 20:50:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C2016A420; Thu, 2 Mar 2006 20:50:35 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E98D43D49; Thu, 2 Mar 2006 20:50:34 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22KoYL3072439; Thu, 2 Mar 2006 20:50:34 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22KoYFM072438; Thu, 2 Mar 2006 20:50:34 GMT (envelope-from thompsa) Message-Id: <200603022050.k22KoYFM072438@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 2 Mar 2006 20:50:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 20:50:35 -0000 thompsa 2006-03-02 20:50:34 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: Document which version of 802.1D STP we implement. Revision Changes Path 1.12 +3 -0 src/share/man/man4/if_bridge.4 From owner-cvs-src@FreeBSD.ORG Thu Mar 2 21:00:36 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72DC716A42C for ; Thu, 2 Mar 2006 21:00:36 +0000 (GMT) (envelope-from dawnshade@mail.ru) Received: from relay1.kaspersky-labs.com (relay1.kaspersky-labs.com [212.5.80.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6162443DA9 for ; Thu, 2 Mar 2006 21:00:30 +0000 (GMT) (envelope-from dawnshade@mail.ru) Received: from relay1.kaspersky-labs.com (localhost [127.0.0.1]) by relay1.kaspersky-labs.com (ESMTP) with SMTP id 547C41D1CD for ; Thu, 2 Mar 2006 10:59:58 +0300 (MSK) Received: from antispam.localhost (localhost [127.0.0.1]) by relay1.kaspersky-labs.com (ESMTP) with SMTP id 0894F1D828 for ; Thu, 2 Mar 2006 10:27:15 +0300 (MSK) Received: by relay1.kaspersky-labs.com (ESMTP, from userid 230) id 84178207C6; Thu, 2 Mar 2006 10:25:50 +0300 (MSK) Received: from mbx.avp.ru (mx.avp.ru [212.5.80.12]) by relay1.kaspersky-labs.com (ESMTP) with ESMTP id E27BA2059F for ; Thu, 2 Mar 2006 10:24:18 +0300 (MSK) Received: from moscow2.avp.ru ([10.64.0.4]) by mbx.avp.ru with Microsoft SMTPSVC(6.0.3790.1830); Thu, 2 Mar 2006 10:23:48 +0300 Received: from moscow.avp.ru ([10.64.0.3]) by moscow2.avp.ru with Microsoft SMTPSVC(6.0.3790.1830); Thu, 2 Mar 2006 10:26:56 +0300 Received: from sarkisyan ([172.16.1.117]) by moscow.avp.ru with Microsoft SMTPSVC(6.0.3790.1830); Thu, 2 Mar 2006 10:25:20 +0300 From: dawnshade To: cvs-src@freebsd.org Date: Thu, 2 Mar 2006 10:26:47 +0300 User-Agent: KMail/1.9.1 References: <200603011836.k21Iah7e057286@repoman.freebsd.org> In-Reply-To: <200603011836.k21Iah7e057286@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200603021026.48487.dawnshade@mail.ru> X-OriginalArrivalTime: 02 Mar 2006 07:25:20.0304 (UTC) FILETIME=[763D1300:01C63DCA] X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.2/RELEASE, bases: 02032006 #168651, status: clean Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 21:00:36 -0000 On Wednesday 01 March 2006 21:36, S=F8ren Schmidt wrote: > sos 2006-03-01 18:36:43 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/dev/ata ata-all.c ata-all.h ata-chipset.c > ata-queue.c > Log: > MFC: > Keep the parent device (in this case the channel) around in ata_request, > so we dont panic device removal or failure. > Clean up ata_fail_requests to prevent the queue munging to fail. > Fix ata_reinit so it does things in the right order to prevent panic's. > Lock the channel so master/slave setups wont trash during reinit. > Work around the deadlock that occours when ATA waits for the taskqueue > to call back for completition and something else is holding the taskque= ue > waiting for ATA to return data. > This should clear up the "semaphore timeout !! DANGER Will Robinson !!" > in most situations, and log "taskqueue timeout - completing request > directly" instead, with a delayed "WARNING - freeing taskqueue zombie > request" when the taskqueue finally calls us back with the now stale > request. > (It would have been nice if there was a way to remove a scheduled item > from the taskqueue finally calls us back with the now stale request. > for me not helps this commit :( Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. =46reeBSD 6.1-PRERELEASE #0: Wed Mar 1 20:33:42 MSK 2006 root@dawnshade-note:/usr/src/sys/i386/compile/45 ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) M processor 1.60GHz (1596.01-MHz 686-class CPU) Origin =3D "GenuineIntel" Id =3D 0x6d8 Stepping =3D 8 Features=3D0xafe9fbff Features2=3D0x180 AMD Features=3D0x100000 real memory =3D 528347136 (503 MB) avail memory =3D 507662336 (484 MB) ioapic0: Changing APIC ID to 1 ioapic0 irqs 0-23 on motherboard ichwd module loaded npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi0: Power Button (fixed) acpi_bus_number: can't get _ADR acpi_bus_number: can't get _ADR acpi_ec0: port 0x62,0x66 on acpi0 acpi_ec0: info: new max delay is 470 us acpi_ec0: info: new max delay is 291000 us acpi_ec0: info: new max delay is 411000 us Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 est0: on cpu0 est: CPU supports Enhanced Speedstep, but is not recognized. est: Please update driver or contact the maintainer. est: cpu_vendor GenuineIntel, msr 6120c2906000c29, bus_clk, 64 device_attach: est0 attach returned 6 p4tcc0: on cpu0 acpi_perf0: on cpu0 acpi_perf0: failed in PERF_STATUS attach device_attach: acpi_perf0 attach returned 6 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 drmsub0: port 0xe000-0xe007 mem 0xd0000000-0xd007ffff,0xa000= 0000-0xafffffff,0xd0080000-0xd00bffff irq 16 at device 2.0 on pci0 error: [drm:pid0:drm_load] *ERROR* Card isn't AGP, or couldn't initialize A= GP. device_attach: drmsub0 attach returned 12 pci0: at device 2.1 (no driver attached) uhci0: port 0x1200-0x= 121f irq 23 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1220-0x= 123f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x1240-0x= 125f irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0x1260-0x= 127f irq 16 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: irq 23 at device 29.7 on p= ci0 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: reset timeout ehci0: USB init failed err=3D13 device_attach: ehci0 attach returned 5 pcib1: at device 30.0 on pci0 pci1: on pcib1 fwohci0: mem 0xc0004000-0xc00047ff,= 0xc0008000-0xc000bfff irq 20 at device 0.0 on pci1 fwohci0: OHCI version 1.10 (ROM=3D0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:02:3f:53:71:40:65:a3 fwohci0: Phy 1394a available S400, 1 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 02:02:3f:40:65:a3 fwe0: Ethernet address: 02:02:3f:40:65:a3 fwe0: if_start running deferred for Giant sbp0: on firewire0 fwohci0: Initiate bus reset bfe0: mem 0xc0002000-0xc0003fff irq 21 = at device 1.0 on pci1 miibus0: on bfe0 bmtphy0: on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bfe0: Ethernet address: 00:0f:b0:62:1d:c3 iwi0: mem 0xc0001000-0xc0001fff irq 22 at de= vice 2.0 on pci1 iwi0: Ethernet address: 00:12:f0:21:21:37 cbb0: at device 4.0 on pci1 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pci1: at device 4.1 (no driver attached) pci1: at device 4.2 (no driver attached) pci1: at device 4.3 (no driver attached) pci1: at device 4.4 (no driver attached) pcm0: port 0xe100-0xe1ff,0xe200-0xe23f mem 0xd00c000= 0-0xd00c01ff,0xd00c0200-0xd00c02ff irq 17 at device 30.2 on pci0 pcm0: pci0: at device 30.3 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177= ,0x376,0x1100-0x110f at device 31.2 on pci0 atapci0: failed to enable memory mapping! ata0: on atapci0 ata1: on atapci0 ichsmb0: port 0x1400-0x141f irq 19 at device 31.3 on pci0 ichsmb0: [GIANT-LOCKED] smbus0: on ichsmb0 acpi_acad0: on acpi0 acpi_ec0: info: new max delay is 451000 us battery0: on acpi0 acpi_ec0: info: new max delay is 481000 us battery1: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acp= i0 sio0: type 16550A pmtimer0 on isa0 orm0: at iomem 0xe0000-0xe1fff,0xe5000-0xe5fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ums0: vendor 0x1267 PS/2+USB Mouse, rev 1.10/0.01, addr 2, iclass 3/1 ums0: 3 buttons and Z dir. Timecounter "TSC" frequency 1596013002 Hz quality 800 Timecounters tick every 1.000 msec fwohci0: node_id=3D0xc000ffc0, gen=3D1, CYCLEMASTER mode firewire0: 1 nodes, maxhop <=3D 0, cable IRM =3D 0 (me) firewire0: bus manager 0 (me) acpi_acad0: acline initialization start acpi_acad0: On Line acpi_acad0: acline initialization done, tried 1 times battery0: battery initialization start ad2: 57231MB at ata1-master UDMA100 battery0: battery initialization done, tried 1 times battery1: battery initialization start acd0: req=3D0xc358a72c DEVICE_RESET semaphore timeout !! DANGER Will Robins= on !! acd0: req=3D0xc358a72c DEVICE_RESET semaphore timeout !! DANGER Will Robins= on !! ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D0 acd0: DVDR at ata1-slave UDMA33 battery1: battery initialization failed, giving up ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D63 cd0 at ata1 bus 0 target 1 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: cd present [126098 x 2048 byte records] acd0: TIMEOUT - READ_BIG retrying (1 retry left) Trying to mount root from ufs:/dev/ad2s1a ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D191 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D47796991 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D106131551 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D106625183 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D13172607 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D106669639 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D13172767 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D106675463 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D7527327 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D84696767 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D10576375 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D10578079 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D106678175 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D4973503 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D13185747 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D5004543 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D84692143 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D4973599 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D87048479 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D92206719 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D84692703 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D106679839 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D191 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D115163935 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D191 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D106669503 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D63 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D7527551 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D106672703 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D63 ad2: TIMEOUT - READ_DMA retrying (1 retry left) LBA=3D106669631 Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop...done All buffers synced. Uptime: 45s Shutting down ACPI Rebooting... can you tell something about this situation? From owner-cvs-src@FreeBSD.ORG Thu Mar 2 21:17:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8BB716A420; Thu, 2 Mar 2006 21:17:04 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 648E843D45; Thu, 2 Mar 2006 21:17:04 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k22LFAJr024734; Thu, 2 Mar 2006 14:15:11 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 02 Mar 2006 14:15:20 -0700 (MST) Message-Id: <20060302.141520.53336566.imp@bsdimp.com> To: ru@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20060302185507.GM29183@ip.net.ua> References: <20060302071849.GH29183@ip.net.ua> <20060302181629.GS840@funkthat.com> <20060302185507.GM29183@ip.net.ua> 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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 02 Mar 2006 14:15:16 -0700 (MST) Cc: cvs-src@FreeBSD.org, gurney_j@resnet.uoregon.edu, src-committers@FreeBSD.org, scottl@samsco.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 21:17:05 -0000 Here's what I came up with earlier in the week. Index: bus_dma.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/bus_dma.9,v retrieving revision 1.31 diff -u -r1.31 bus_dma.9 --- bus_dma.9 13 Dec 2005 17:07:52 -0000 1.31 +++ bus_dma.9 2 Mar 2006 21:14:40 -0000 @@ -265,14 +265,41 @@ .It Dv BUS_DMASYNC_PREREAD Perform any synchronization required prior to an update of host memory by the DMA read operation. +.Pp +In other words, the driver is about to command the device to start +a DMA operation that transfers data from the +device to the memory described by this map. +And pending writes to this part of memory that the CPU might have queued +up will either be discarded or be completed after this operation completes. .It Dv BUS_DMASYNC_PREWRITE Perform any synchronization required after an update of host memory by the CPU and prior to DMA write operations. +.Pp +In other words, the CPU flushes any cached writes to the area of memory +described by this map so they are visible when the device does its +DMA READ operation on the memory described by the map. +An implementation may also use this to implement bounce buffers and +memory barriers. .It Dv BUS_DMASYNC_POSTREAD Perform any synchronization required after DMA read operations and prior to CPU access to host memory. +.Pp +In other words, the CPU discards the cached values for the memory range +described by the map. +Future reads to the memory range described by the map will fetch the values +from memory. +An implementation is free to reload the cache before any driver initiated +reads to this memory. +An implementation may also use this to implement bounce buffers and +memory barriers. .It Dv BUS_DMASYNC_POSTWRITE Perform any synchronization required after DMA write operations. +.Pp +In other words, this is completely useless. +The driver writer has noticed that the device has indicated the DMA READ +operation has completed. +It is theoretically possible that this would cause the device to do something +but it is unclear what. .El .It Vt bus_dma_lock_t Client specified lock/mutex manipulation method. From owner-cvs-src@FreeBSD.ORG Thu Mar 2 21:31:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5CC816A420; Thu, 2 Mar 2006 21:31:15 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE9143D48; Thu, 2 Mar 2006 21:31:15 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22LVFHT074186; Thu, 2 Mar 2006 21:31:15 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22LVFGv074185; Thu, 2 Mar 2006 21:31:15 GMT (envelope-from tegge) Message-Id: <200603022131.k22LVFGv074185@repoman.freebsd.org> From: Tor Egge Date: Thu, 2 Mar 2006 21:31:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 21:31:16 -0000 tegge 2006-03-02 21:31:15 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Don't try to show marker nodes. Revision Changes Path 1.662 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 21:38:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85D3616A420; Thu, 2 Mar 2006 21:38:38 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 406CD43D46; Thu, 2 Mar 2006 21:38:38 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22Lccmv074604; Thu, 2 Mar 2006 21:38:38 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22LccYm074603; Thu, 2 Mar 2006 21:38:38 GMT (envelope-from tegge) Message-Id: <200603022138.k22LccYm074603@repoman.freebsd.org> From: Tor Egge Date: Thu, 2 Mar 2006 21:38:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm vm_contig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 21:38:38 -0000 tegge 2006-03-02 21:38:38 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c Log: Hold extra reference to vm object while cleaning pages. Revision Changes Path 1.49 +2 -0 src/sys/vm/vm_contig.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 22:06:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D416616A420; Thu, 2 Mar 2006 22:06:06 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B53F43D45; Thu, 2 Mar 2006 22:06:05 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k22M5hIX032141; Fri, 3 Mar 2006 00:05:43 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 49037-01; Fri, 3 Mar 2006 00:05:29 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k22M3vvk032080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Mar 2006 00:03:57 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k22M1TiT099664; Fri, 3 Mar 2006 00:01:29 +0200 (EET) (envelope-from ru) Date: Fri, 3 Mar 2006 00:01:29 +0200 From: Ruslan Ermilov To: "M. Warner Losh" Message-ID: <20060302220129.GA67620@ip.net.ua> References: <20060302071849.GH29183@ip.net.ua> <20060302181629.GS840@funkthat.com> <20060302185507.GM29183@ip.net.ua> <20060302.141520.53336566.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline In-Reply-To: <20060302.141520.53336566.imp@bsdimp.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, gurney_j@resnet.uoregon.edu, src-committers@FreeBSD.org, scottl@samsco.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 22:06:07 -0000 --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 02, 2006 at 02:15:20PM -0700, M. Warner Losh wrote: > Here's what I came up with earlier in the week. >=20 Looks mostly good but it doesn't fix the types of DMA ops as in my patch. > Index: bus_dma.9 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /home/ncvs/src/share/man/man9/bus_dma.9,v > retrieving revision 1.31 > diff -u -r1.31 bus_dma.9 > --- bus_dma.9 13 Dec 2005 17:07:52 -0000 1.31 > +++ bus_dma.9 2 Mar 2006 21:14:40 -0000 > @@ -265,14 +265,41 @@ > .It Dv BUS_DMASYNC_PREREAD > Perform any synchronization required prior to an update of host memory b= y the > DMA read operation. ^^^^ write > +.Pp > +In other words, the driver is about to command the device to start > +a DMA operation that transfers data from the ^ write > +device to the memory described by this map. > +And pending writes to this part of memory that the CPU might have queued ^^^ Any > +up will either be discarded or be completed after this operation complet= es. > .It Dv BUS_DMASYNC_PREWRITE > Perform any synchronization required after an update of host memory by t= he CPU > and prior to DMA write operations. ^^^^^ read > +.Pp > +In other words, the CPU flushes any cached writes to the area of memory > +described by this map so they are visible when the device does its > +DMA READ operation on the memory described by the map. ^^^^ right > +An implementation may also use this to implement bounce buffers and > +memory barriers. > .It Dv BUS_DMASYNC_POSTREAD > Perform any synchronization required after DMA read operations and prior= to ^^^^ write > CPU access to host memory. > +.Pp > +In other words, the CPU discards the cached values for the memory range > +described by the map. > +Future reads to the memory range described by the map will fetch the val= ues ^^ from > +from memory. > +An implementation is free to reload the cache before any driver initiated driver-initiated > +reads to this memory. ^^ from > +An implementation may also use this to implement bounce buffers and > +memory barriers. > .It Dv BUS_DMASYNC_POSTWRITE > Perform any synchronization required after DMA write operations. ^^^^^ read > +.Pp > +In other words, this is completely useless. > +The driver writer has noticed that the device has indicated the DMA READ > +operation has completed. > +It is theoretically possible that this would cause the device to do some= thing > +but it is unclear what. > .El > .It Vt bus_dma_lock_t > Client specified lock/mutex manipulation method. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --6TrnltStXW4iwmi0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEB2s4qRfpzJluFF4RAuJrAJoCfSfCvfen9cOssUqIpl+NY+wvywCeMqhW ms1OMBJS1wANi1xmwFTY7sI= =gx6a -----END PGP SIGNATURE----- --6TrnltStXW4iwmi0-- From owner-cvs-src@FreeBSD.ORG Thu Mar 2 22:13:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 138BB16A420; Thu, 2 Mar 2006 22:13:29 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D422F43D48; Thu, 2 Mar 2006 22:13:28 +0000 (GMT) (envelope-from tegge@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k22MDSX4078191; Thu, 2 Mar 2006 22:13:28 GMT (envelope-from tegge@repoman.freebsd.org) Received: (from tegge@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k22MDSgE078190; Thu, 2 Mar 2006 22:13:28 GMT (envelope-from tegge) Message-Id: <200603022213.k22MDSgE078190@repoman.freebsd.org> From: Tor Egge Date: Thu, 2 Mar 2006 22:13:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_rawread.c src/sys/vm vm_contig.c vm_object.c vnode_pager.c src/sys/security/mac mac_process.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 22:13:29 -0000 tegge 2006-03-02 22:13:28 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c sys/ufs/ffs ffs_rawread.c sys/vm vm_contig.c vm_object.c vnode_pager.c sys/security/mac mac_process.c Log: Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must be called without any vnode locks held. Remove calls to vn_start_write() and vn_finished_write() in vnode_pager_putpages() and add these calls before the vnode lock is obtained to most of the callers that don't already have them. Revision Changes Path 1.663 +2 -0 src/sys/kern/vfs_subr.c 1.112 +3 -0 src/sys/security/mac/mac_process.c 1.27 +11 -1 src/sys/ufs/ffs/ffs_rawread.c 1.50 +3 -0 src/sys/vm/vm_contig.c 1.359 +3 -0 src/sys/vm/vm_object.c 1.227 +0 -2 src/sys/vm/vnode_pager.c From owner-cvs-src@FreeBSD.ORG Thu Mar 2 22:25:34 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB5616A427; Thu, 2 Mar 2006 22:25:34 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D392043D48; Thu, 2 Mar 2006 22:25:30 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k22MPM1m073097; Thu, 2 Mar 2006 15:25:22 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <440770CC.50001@samsco.org> Date: Thu, 02 Mar 2006 15:25:16 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <20060302071849.GH29183@ip.net.ua> <20060302181629.GS840@funkthat.com> <20060302185507.GM29183@ip.net.ua> <20060302.141520.53336566.imp@bsdimp.com> In-Reply-To: <20060302.141520.53336566.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, gurney_j@resnet.uoregon.edu, src-committers@FreeBSD.org, ru@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 22:25:34 -0000 M. Warner Losh wrote: > Here's what I came up with earlier in the week. > > Index: bus_dma.9 > =================================================================== > RCS file: /home/ncvs/src/share/man/man9/bus_dma.9,v > retrieving revision 1.31 > diff -u -r1.31 bus_dma.9 > --- bus_dma.9 13 Dec 2005 17:07:52 -0000 1.31 > +++ bus_dma.9 2 Mar 2006 21:14:40 -0000 > @@ -265,14 +265,41 @@ > .It Dv BUS_DMASYNC_PREREAD > Perform any synchronization required prior to an update of host memory by the > DMA read operation. > +.Pp > +In other words, the driver is about to command the device to start > +a DMA operation that transfers data from the > +device to the memory described by this map. > +And pending writes to this part of memory that the CPU might have queued > +up will either be discarded or be completed after this operation completes. > .It Dv BUS_DMASYNC_PREWRITE > Perform any synchronization required after an update of host memory by the CPU > and prior to DMA write operations. > +.Pp > +In other words, the CPU flushes any cached writes to the area of memory > +described by this map so they are visible when the device does its > +DMA READ operation on the memory described by the map. > +An implementation may also use this to implement bounce buffers and > +memory barriers. > .It Dv BUS_DMASYNC_POSTREAD > Perform any synchronization required after DMA read operations and prior to > CPU access to host memory. > +.Pp > +In other words, the CPU discards the cached values for the memory range > +described by the map. > +Future reads to the memory range described by the map will fetch the values > +from memory. > +An implementation is free to reload the cache before any driver initiated > +reads to this memory. > +An implementation may also use this to implement bounce buffers and > +memory barriers. > .It Dv BUS_DMASYNC_POSTWRITE > Perform any synchronization required after DMA write operations. > +.Pp > +In other words, this is completely useless. > +The driver writer has noticed that the device has indicated the DMA READ > +operation has completed. > +It is theoretically possible that this would cause the device to do something > +but it is unclear what. > .El > .It Vt bus_dma_lock_t > Client specified lock/mutex manipulation method. Pretty much factually correct, but not the kind of thing that I would commit to a man page. Scott From owner-cvs-src@FreeBSD.ORG Thu Mar 2 22:26:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D33A16A420; Thu, 2 Mar 2006 22:26:53 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E17643D68; Thu, 2 Mar 2006 22:26:51 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([69.15.205.254]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k22MQm6R073110; Thu, 2 Mar 2006 15:26:48 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <44077122.20807@samsco.org> Date: Thu, 02 Mar 2006 15:26:42 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <20060302071849.GH29183@ip.net.ua> <20060302181629.GS840@funkthat.com> <20060302185507.GM29183@ip.net.ua> <20060302.141520.53336566.imp@bsdimp.com> <20060302220129.GA67620@ip.net.ua> In-Reply-To: <20060302220129.GA67620@ip.net.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, gurney_j@resnet.uoregon.edu, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "M. Warner Losh" Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 22:26:53 -0000 I'd like to assert my maintainership over this file since I'm the one that has been cleaning it up and trying to make it match our API. Give me a few days to go over everyone's input. Scott Ruslan Ermilov wrote: > On Thu, Mar 02, 2006 at 02:15:20PM -0700, M. Warner Losh wrote: > >>Here's what I came up with earlier in the week. >> > > Looks mostly good but it doesn't fix the types of DMA ops > as in my patch. > > >>Index: bus_dma.9 >>=================================================================== >>RCS file: /home/ncvs/src/share/man/man9/bus_dma.9,v >>retrieving revision 1.31 >>diff -u -r1.31 bus_dma.9 >>--- bus_dma.9 13 Dec 2005 17:07:52 -0000 1.31 >>+++ bus_dma.9 2 Mar 2006 21:14:40 -0000 >>@@ -265,14 +265,41 @@ >> .It Dv BUS_DMASYNC_PREREAD >> Perform any synchronization required prior to an update of host memory by the >> DMA read operation. > > ^^^^ write > >>+.Pp >>+In other words, the driver is about to command the device to start >>+a DMA operation that transfers data from the > > ^ write > >>+device to the memory described by this map. >>+And pending writes to this part of memory that the CPU might have queued > > ^^^ Any > >>+up will either be discarded or be completed after this operation completes. >> .It Dv BUS_DMASYNC_PREWRITE >> Perform any synchronization required after an update of host memory by the CPU >> and prior to DMA write operations. > > ^^^^^ read > >>+.Pp >>+In other words, the CPU flushes any cached writes to the area of memory >>+described by this map so they are visible when the device does its >>+DMA READ operation on the memory described by the map. > > ^^^^ right > >>+An implementation may also use this to implement bounce buffers and >>+memory barriers. >> .It Dv BUS_DMASYNC_POSTREAD >> Perform any synchronization required after DMA read operations and prior to > > ^^^^ write > >> CPU access to host memory. >>+.Pp >>+In other words, the CPU discards the cached values for the memory range >>+described by the map. >>+Future reads to the memory range described by the map will fetch the values > > ^^ from > >>+from memory. >>+An implementation is free to reload the cache before any driver initiated > > driver-initiated > >>+reads to this memory. > > ^^ from > >>+An implementation may also use this to implement bounce buffers and >>+memory barriers. >> .It Dv BUS_DMASYNC_POSTWRITE >> Perform any synchronization required after DMA write operations. > > ^^^^^ read > >>+.Pp >>+In other words, this is completely useless. >>+The driver writer has noticed that the device has indicated the DMA READ >>+operation has completed. >>+It is theoretically possible that this would cause the device to do something >>+but it is unclear what. >> .El >> .It Vt bus_dma_lock_t >> Client specified lock/mutex manipulation method. > > > > Cheers, From owner-cvs-src@FreeBSD.ORG Thu Mar 2 22:46:49 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4688816A420; Thu, 2 Mar 2006 22:46:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C471A43D45; Thu, 2 Mar 2006 22:46:48 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k22Mjn1r025502; Thu, 2 Mar 2006 15:45:49 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 02 Mar 2006 15:45:58 -0700 (MST) Message-Id: <20060302.154558.51854495.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <440770CC.50001@samsco.org> References: <20060302185507.GM29183@ip.net.ua> <20060302.141520.53336566.imp@bsdimp.com> <440770CC.50001@samsco.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 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 02 Mar 2006 15:45:49 -0700 (MST) Cc: cvs-src@FreeBSD.org, gurney_j@resnet.uoregon.edu, src-committers@FreeBSD.org, ru@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 bus_dma.9 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 02 Mar 2006 22:46:49 -0000 : Pretty much factually correct, but not the kind of thing that I would : commit to a man page. Which is why I didn't commit it. I wanted something that I could refer to when I was doing work, but I didn't think it was good enough to commit. Warner From owner-cvs-src@FreeBSD.ORG Fri Mar 3 00:46:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F15C16A420; Fri, 3 Mar 2006 00:46:35 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B1643D68; Fri, 3 Mar 2006 00:46:28 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k230kS2A083712; Fri, 3 Mar 2006 00:46:28 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k230kSrS083710; Fri, 3 Mar 2006 00:46:28 GMT (envelope-from emax) Message-Id: <200603030046.k230kSrS083710@repoman.freebsd.org> From: Maksim Yevmenkin Date: Fri, 3 Mar 2006 00:46:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/kbdmux kbdmux.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 00:46:35 -0000 emax 2006-03-03 00:46:28 UTC FreeBSD src repository Modified files: sys/dev/kbdmux kbdmux.c Log: Fix endian bugs accessing ioctl arguments that are passed by value. Pointed out by: marius MFC after: 1 day Revision Changes Path 1.8 +13 -13 src/sys/dev/kbdmux/kbdmux.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 02:04:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83F2816A420; Fri, 3 Mar 2006 02:04:57 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1769A43D68; Fri, 3 Mar 2006 02:04:52 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2324qUR093802; Fri, 3 Mar 2006 02:04:52 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2324qjS093801; Fri, 3 Mar 2006 02:04:52 GMT (envelope-from mnag) Message-Id: <200603030204.k2324qjS093801@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 3 Mar 2006 02:04:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 cpufreq.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 02:04:57 -0000 mnag 2006-03-03 02:04:52 UTC FreeBSD src repository (ports committer) Modified files: share/man/man4 cpufreq.4 Log: - Add entry about using timecounter TSC and cpu frequency changing. Approved by: njl MFC after: 1 day Revision Changes Path 1.12 +8 -0 src/share/man/man4/cpufreq.4 From owner-cvs-src@FreeBSD.ORG Fri Mar 3 02:06:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A26416A420; Fri, 3 Mar 2006 02:06:05 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D9C43D46; Fri, 3 Mar 2006 02:06:04 +0000 (GMT) (envelope-from mnag@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23264Vs093930; Fri, 3 Mar 2006 02:06:04 GMT (envelope-from mnag@repoman.freebsd.org) Received: (from mnag@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23264h9093929; Fri, 3 Mar 2006 02:06:04 GMT (envelope-from mnag) Message-Id: <200603030206.k23264h9093929@repoman.freebsd.org> From: Marcus Alves Grando Date: Fri, 3 Mar 2006 02:06:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 02:06:05 -0000 mnag 2006-03-03 02:06:04 UTC FreeBSD src repository (ports committer) Modified files: sys/kern kern_cpu.c Log: - Print message about cpufreq and timecounter TSC Approved by: njl MFC after: 1 day Revision Changes Path 1.23 +8 -1 src/sys/kern/kern_cpu.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 02:44:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EF5E16A420; Fri, 3 Mar 2006 02:44:04 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEAF43D48; Fri, 3 Mar 2006 02:44:02 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k232hlVm017548 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Mar 2006 04:43:48 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k232h96f001149; Fri, 3 Mar 2006 04:43:09 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k232h9dF001148; Fri, 3 Mar 2006 04:43:09 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 3 Mar 2006 04:43:09 +0200 From: Giorgos Keramidas To: Pawel Jakub Dawidek Message-ID: <20060303024309.GC943@flame.pc> References: <200601281413.k0SEDHA3035607@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601281413.k0SEDHA3035607@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.371, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libutil pidfile.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 02:44:04 -0000 On 2006-01-28 14:13, Pawel Jakub Dawidek wrote: > pjd 2006-01-28 14:13:15 UTC > > FreeBSD src repository > > Modified files: > lib/libutil pidfile.3 > Log: > - Add a note that passing NULL to pidfile_write(), pidfile_remove() and > pidfile_close() functions is safe. This possibility is used in example code. > - Cast pid_t to int. Hi Pawel, Doesn't it make more sense to cast pid_t to intmax_t, or is it by definition always <= int? From owner-cvs-src@FreeBSD.ORG Fri Mar 3 02:46:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD01016A420; Fri, 3 Mar 2006 02:46:15 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 784CA43D45; Fri, 3 Mar 2006 02:46:15 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k232kFWb095401; Fri, 3 Mar 2006 02:46:15 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k232kFuh095400; Fri, 3 Mar 2006 02:46:15 GMT (envelope-from keramida) Message-Id: <200603030246.k232kFuh095400@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 3 Mar 2006 02:46:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/mount mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 02:46:15 -0000 keramida 2006-03-03 02:46:15 UTC FreeBSD src repository (doc committer) Modified files: sbin/mount mount.c Log: When there are no mount options, an implicit "rw" should be printed in the output of ``mount -p''. Approved by: rodrigc Revision Changes Path 1.83 +6 -1 src/sbin/mount/mount.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 02:52:58 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A23416A420; Fri, 3 Mar 2006 02:52:58 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65D3343D45; Fri, 3 Mar 2006 02:52:57 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-24-147-19-128.hsd1.ma.comcast.net (c-24-147-19-185.hsd1.ma.comcast.net[24.147.19.185](misconfigured sender)) by comcast.net (rwcrmhc13) with ESMTP id <20060303025256m13002eltoe>; Fri, 3 Mar 2006 02:52:56 +0000 Received: from c-24-147-19-128.hsd1.ma.comcast.net (localhost [127.0.0.1]) by c-24-147-19-128.hsd1.ma.comcast.net (8.13.4/8.13.1) with ESMTP id k232quvG006862; Thu, 2 Mar 2006 21:52:56 -0500 (EST) (envelope-from rodrigc@c-24-147-19-128.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-24-147-19-128.hsd1.ma.comcast.net (8.13.4/8.13.1/Submit) id k232qu7B006861; Thu, 2 Mar 2006 21:52:56 -0500 (EST) (envelope-from rodrigc) Date: Thu, 2 Mar 2006 21:52:55 -0500 From: Craig Rodrigues To: Giorgos Keramidas Message-ID: <20060303025255.GA6845@crodrigues.org> References: <200603030246.k232kFuh095400@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603030246.k232kFuh095400@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mount mount.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 02:52:58 -0000 On Fri, Mar 03, 2006 at 02:46:15AM +0000, Giorgos Keramidas wrote: > keramida 2006-03-03 02:46:15 UTC > > FreeBSD src repository (doc committer) > > Modified files: > sbin/mount mount.c > Log: > When there are no mount options, an implicit "rw" should be printed in > the output of ``mount -p''. > > Approved by: rodrigc Just as additional background, the putfsent() in mount.c which displays an fstab via mount -p is lacking in one serious way... it only converts the numeric mount flags to strings. It is possible to specify mount options in /etc/fstab, or via mount -o which are strings that are passed down into the kernel via nmount(). These strings *may* or *may not* be converted to numerical mount flags, and maybe be stored in the kernel as strings, depending on the filesystem. This makes filesystem mount option parsing such a pain. -- Craig Rodrigues rodrigc@crodrigues.org From owner-cvs-src@FreeBSD.ORG Fri Mar 3 04:11:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5839C16A420; Fri, 3 Mar 2006 04:11:30 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2504543D45; Fri, 3 Mar 2006 04:11:30 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k234BT0X098483; Fri, 3 Mar 2006 04:11:30 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k234BTsq098482; Fri, 3 Mar 2006 04:11:29 GMT (envelope-from mux) Message-Id: <200603030411.k234BTsq098482@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 3 Mar 2006 04:11:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: CSUP Cc: Subject: cvs commit: src/contrib/csup - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 04:11:30 -0000 mux 2006-03-03 04:11:29 UTC FreeBSD src repository src/contrib/csup - Imported sources Update of /home/ncvs/src/contrib/csup In directory repoman.freebsd.org:/tmp/cvs-serv98470 Log Message: Initial import of csup. Status: Vendor Tag: CSUP Release Tags: CSUP_20060302 N src/contrib/csup/GNUmakefile N src/contrib/csup/Makefile N src/contrib/csup/README N src/contrib/csup/TODO N src/contrib/csup/attrstack.c N src/contrib/csup/attrstack.h N src/contrib/csup/config.c N src/contrib/csup/config.h N src/contrib/csup/csup.1 N src/contrib/csup/detailer.c N src/contrib/csup/detailer.h N src/contrib/csup/diff.c N src/contrib/csup/diff.h N src/contrib/csup/fattr.c N src/contrib/csup/fattr.h N src/contrib/csup/fattr_bsd.h N src/contrib/csup/fattr_posix.h N src/contrib/csup/fixups.c N src/contrib/csup/fixups.h N src/contrib/csup/globtree.c N src/contrib/csup/globtree.h N src/contrib/csup/lister.c N src/contrib/csup/keyword.c N src/contrib/csup/main.c N src/contrib/csup/keyword.h N src/contrib/csup/lister.h N src/contrib/csup/main.h N src/contrib/csup/misc.c N src/contrib/csup/misc.h N src/contrib/csup/mux.c N src/contrib/csup/mux.h N src/contrib/csup/parse.y N src/contrib/csup/pathcomp.c N src/contrib/csup/pathcomp.h N src/contrib/csup/proto.c N src/contrib/csup/proto.h N src/contrib/csup/queue.h N src/contrib/csup/status.c N src/contrib/csup/status.h N src/contrib/csup/stream.c N src/contrib/csup/stream.h N src/contrib/csup/token.h N src/contrib/csup/token.l N src/contrib/csup/threads.c N src/contrib/csup/threads.h N src/contrib/csup/updater.c N src/contrib/csup/updater.h N src/contrib/csup/fnmatch.c N src/contrib/csup/fnmatch.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Fri Mar 3 04:28:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F1D16A420; Fri, 3 Mar 2006 04:28:15 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E5C43D55; Fri, 3 Mar 2006 04:28:14 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k234SEK9099061; Fri, 3 Mar 2006 04:28:14 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k234SEeE099060; Fri, 3 Mar 2006 04:28:14 GMT (envelope-from mux) Message-Id: <200603030428.k234SEeE099060@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 3 Mar 2006 04:28:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/csup Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 04:28:15 -0000 mux 2006-03-03 04:28:13 UTC FreeBSD src repository Added files: usr.bin/csup Makefile Log: Add make glue for building csup. Not yet connected to the build. Revision Changes Path 1.1 +35 -0 src/usr.bin/csup/Makefile (new) From owner-cvs-src@FreeBSD.ORG Fri Mar 3 04:30:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79F1016A420; Fri, 3 Mar 2006 04:30:20 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3545D43D49; Fri, 3 Mar 2006 04:30:20 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k234UJ8W099233; Fri, 3 Mar 2006 04:30:19 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k234UJ38099231; Fri, 3 Mar 2006 04:30:19 GMT (envelope-from scottl) Message-Id: <200603030430.k234UJ38099231@repoman.freebsd.org> From: Scott Long Date: Fri, 3 Mar 2006 04:30:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf PAE X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 04:30:20 -0000 scottl 2006-03-03 04:30:19 UTC FreeBSD src repository Modified files: sys/i386/conf PAE Log: iir works on PAE now. Revision Changes Path 1.20 +0 -1 src/sys/i386/conf/PAE From owner-cvs-src@FreeBSD.ORG Fri Mar 3 05:58:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 702ED16A420; Fri, 3 Mar 2006 05:58:20 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DEFB43D45; Fri, 3 Mar 2006 05:58:20 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k235wJqL010044; Fri, 3 Mar 2006 05:58:20 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k235wJ1B010043; Fri, 3 Mar 2006 05:58:19 GMT (envelope-from csjp) Message-Id: <200603030558.k235wJ1B010043@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 3 Mar 2006 05:58:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 05:58:20 -0000 csjp 2006-03-03 05:58:18 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Slightly re-worked bpf(4) code associated with bridging: if we have a destination interface as a member of our bridge or this is a unicast packet, push it through the bpf(4) machinery. For broadcast or multicast packets, don't bother with the bpf(4) because it will be re-injected into ether_input. We do this before we pass the packets through the pfil(9) framework, as it is possible that pfil(9) will drop the packet or possibly modify it, making it very difficult to debug firewall issues on the bridge. Further, implemented IFF_MONITOR for bridge interfaces. This does much the same thing that it does for regular network interfaces: it pushes the packet to any bpf(4) peers and then returns. This bypasses all of the bridge machinery, saving mutex acquisitions, list traversals, and other operations performed by the bridging code. This change to the bridging code is useful in situations where individuals use a bridge to multiplex RX/TX signals from two interfaces, as is required by some network taps for de-multiplexing links and transmitting the RX/TX signals out through two separate interfaces. This behaviour is quite common for network taps monitoring links, especially for certain manufacturers. Reviewed by: thompsa MFC after: 1 month Sponsored by: Seccuris Labs Revision Changes Path 1.55 +26 -10 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 06:23:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF83C16A423; Fri, 3 Mar 2006 06:23:04 +0000 (GMT) (envelope-from nate@root.org) Received: from ylpvm01.prodigy.net (ylpvm01-ext.prodigy.net [207.115.57.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC7343D49; Fri, 3 Mar 2006 06:23:01 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout5-ext.prodigy.net (pimout5-int.prodigy.net [207.115.4.21]) by ylpvm01.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k236MxO6010186; Fri, 3 Mar 2006 01:23:00 -0500 X-ORBL: [71.139.114.10] Received: from [10.0.0.53] (ppp-71-139-114-10.dsl.snfc21.pacbell.net [71.139.114.10]) by pimout5-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id k236MxbX100180; Fri, 3 Mar 2006 01:23:00 -0500 Message-ID: <4407E0B4.10906@root.org> Date: Thu, 02 Mar 2006 22:22:44 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Marcus Alves Grando References: <20060303020618.ACFDD16A4B3@hub.freebsd.org> In-Reply-To: <20060303020618.ACFDD16A4B3@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_cpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 06:23:05 -0000 Marcus Alves Grando wrote: > mnag 2006-03-03 02:06:04 UTC > > FreeBSD src repository (ports committer) > > Modified files: > sys/kern kern_cpu.c > Log: > - Print message about cpufreq and timecounter TSC > > Approved by: njl > MFC after: 1 day > > Revision Changes Path > 1.23 +8 -1 src/sys/kern/kern_cpu.c Thank you, that should help people figure out what's going on. -- Nate From owner-cvs-src@FreeBSD.ORG Fri Mar 3 07:04:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A76016A420; Fri, 3 Mar 2006 07:04:44 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DAA43D45; Fri, 3 Mar 2006 07:04:44 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2374hbj012322; Fri, 3 Mar 2006 07:04:43 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2374hq2012321; Fri, 3 Mar 2006 07:04:43 GMT (envelope-from mjacob) Message-Id: <200603030704.k2374hq2012321@repoman.freebsd.org> From: Matt Jacob Date: Fri, 3 Mar 2006 07:04:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 07:04:44 -0000 mjacob 2006-03-03 07:04:43 UTC FreeBSD src repository Modified files: sys/dev/isp isp_freebsd.c Log: micro fix from justin Revision Changes Path 1.112 +3 -3 src/sys/dev/isp/isp_freebsd.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 07:20:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CE9F16A420; Fri, 3 Mar 2006 07:20:56 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0796243D45; Fri, 3 Mar 2006 07:20:56 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k237KtZt013010; Fri, 3 Mar 2006 07:20:55 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k237KtOm013009; Fri, 3 Mar 2006 07:20:55 GMT (envelope-from ps) Message-Id: <200603030720.k237KtOm013009@repoman.freebsd.org> From: Paul Saab Date: Fri, 3 Mar 2006 07:20:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_syscalls.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 07:20:56 -0000 ps 2006-03-03 07:20:55 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: Don't truncate f_mntfromname & f_mntonname to 16 characters when translating statfs into ostatfs. This allows 4.x binaries making statfs calls to work on 6.x. Revision Changes Path 1.410 +2 -2 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 08:15:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5987816A420; Fri, 3 Mar 2006 08:15:22 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D89543D45; Fri, 3 Mar 2006 08:15:21 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k238FI0a062331; Fri, 3 Mar 2006 10:15:18 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 18659-01; Fri, 3 Mar 2006 10:15:18 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k238FFX1062327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Mar 2006 10:15:16 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k238FSZ1061706; Fri, 3 Mar 2006 10:15:28 +0200 (EET) (envelope-from ru) Date: Fri, 3 Mar 2006 10:15:27 +0200 From: Ruslan Ermilov To: Giorgos Keramidas Message-ID: <20060303081527.GA61607@ip.net.ua> References: <200601281413.k0SEDHA3035607@repoman.freebsd.org> <20060303024309.GC943@flame.pc> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <20060303024309.GC943@flame.pc> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Pawel Jakub Dawidek , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libutil pidfile.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 08:15:22 -0000 --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 03, 2006 at 04:43:09AM +0200, Giorgos Keramidas wrote: > On 2006-01-28 14:13, Pawel Jakub Dawidek wrote: > > pjd 2006-01-28 14:13:15 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libutil pidfile.3 > > Log: > > - Add a note that passing NULL to pidfile_write(), pidfile_remove() a= nd > > pidfile_close() functions is safe. This possibility is used in exam= ple code. > > - Cast pid_t to int. >=20 > Hi Pawel, >=20 > Doesn't it make more sense to cast pid_t to intmax_t, or is it by > definition always <=3D int? >=20 POSIX only requires that "blksize_t, pid_t, and ssize_t shall be signed integer types." Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEB/sfqRfpzJluFF4RAvS5AJ9Gyj/59dRJeJFtVmKyippATkSk9wCeJcL7 sZ3Bji7d+qym4odTBpE0XpE= =2pwr -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- From owner-cvs-src@FreeBSD.ORG Fri Mar 3 09:12:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50B2D16A420; Fri, 3 Mar 2006 09:12:23 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3ECE43D46; Fri, 3 Mar 2006 09:12:22 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k239CMGZ024607; Fri, 3 Mar 2006 09:12:22 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k239CMK3024606; Fri, 3 Mar 2006 09:12:22 GMT (envelope-from thompsa) Message-Id: <200603030912.k239CMK3024606@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 3 Mar 2006 09:12:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 09:12:23 -0000 thompsa 2006-03-03 09:12:22 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Since we are using random ethernet addresses for the bridge, it is possible that we might have address collisions, so make sure that this hardware address isn't already in use on another bridge. Submitted by: csjp MFC after: 1 month Revision Changes Path 1.56 +22 -7 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 09:32:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77CFC16A420; Fri, 3 Mar 2006 09:32:26 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D6343D48; Fri, 3 Mar 2006 09:32:26 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k239WPCV025605; Fri, 3 Mar 2006 09:32:25 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k239WPcl025604; Fri, 3 Mar 2006 09:32:25 GMT (envelope-from thompsa) Message-Id: <200603030932.k239WPcl025604@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 3 Mar 2006 09:32:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 09:32:26 -0000 thompsa 2006-03-03 09:32:25 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: Document the monitor mode and explain how it can be used. Revision Changes Path 1.13 +8 -0 src/share/man/man4/if_bridge.4 From owner-cvs-src@FreeBSD.ORG Fri Mar 3 11:05:59 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3616D16A420; Fri, 3 Mar 2006 11:05:59 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8726843D45; Fri, 3 Mar 2006 11:05:58 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (Postfix) with ESMTP id 309216FCF2; Fri, 3 Mar 2006 22:05:57 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k23B5r4p009466; Fri, 3 Mar 2006 22:05:54 +1100 Date: Fri, 3 Mar 2006 22:05:52 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Ruslan Ermilov In-Reply-To: <20060303081527.GA61607@ip.net.ua> Message-ID: <20060303214914.L4391@delplex.bde.org> References: <200601281413.k0SEDHA3035607@repoman.freebsd.org> <20060303024309.GC943@flame.pc> <20060303081527.GA61607@ip.net.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Giorgos Keramidas , cvs-src@freebsd.org, src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libutil pidfile.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 11:05:59 -0000 On Fri, 3 Mar 2006, Ruslan Ermilov wrote: > On Fri, Mar 03, 2006 at 04:43:09AM +0200, Giorgos Keramidas wrote: >> On 2006-01-28 14:13, Pawel Jakub Dawidek wrote: >>> pjd 2006-01-28 14:13:15 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> lib/libutil pidfile.3 >>> Log: >>> ... >>> - Cast pid_t to int. >> ... >> Doesn't it make more sense to cast pid_t to intmax_t, or is it by >> definition always <= int? >> > POSIX only requires that "blksize_t, pid_t, and ssize_t shall be signed > integer types." I always cast pid_t to long for printing. This was correct before C99 broke the promise that long was the longest signed integer type. In practice, PID_MAX is 30000 in 4.4BSD, so casting to int was enough even on systems with 16-bit ints. FreeBSD changed PID_MAX to 99999 on 13 Nov 1998, but FreeBSD never supported any systems with 16-bit ints, so casting to int has always worked on FreeBSD. It is just unportable. pidfile.3 has other bad examples on the same line that the pid_t wasn't cast on. It capitalizes the first word in syslog messages and terminates error messages with a ".". Error messages are conventionally never punctuated like this. My /var/log/messages currently has 4641 lines and only 96 of the lines are terminated with a ".". These lines are for 32 copies of the same 3 kernel messages %%% Copyright (c) 1992-2004 The FreeBSD Project. The Regents of the University of California. All rights reserved. Preloaded elf kernel "kernel" at 0xc06a4c00. %%% Punctuating the copright message is OK since it is a multiline one with almost real sentences, but puncting the "Preloaded" messages is just a style bug. All other bot messages in my /var/log/messages are missing this bug. Bruce From owner-cvs-src@FreeBSD.ORG Fri Mar 3 12:11:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 394FF16A420; Fri, 3 Mar 2006 12:11:00 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAA5F43D45; Fri, 3 Mar 2006 12:10:59 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23CAx1M029354; Fri, 3 Mar 2006 12:10:59 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23CAxl2029353; Fri, 3 Mar 2006 12:10:59 GMT (envelope-from glebius) Message-Id: <200603031210.k23CAxl2029353@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 3 Mar 2006 12:10:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 12:11:00 -0000 glebius 2006-03-03 12:10:59 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl(). - Acquire read (not write) lock in case of IP_FW_TABLE_LIST. In collaboration with: ru Revision Changes Path 1.127 +5 -7 src/sys/netinet/ip_fw2.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 12:32:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94A1616A420; Fri, 3 Mar 2006 12:32:53 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F19CA43D4C; Fri, 3 Mar 2006 12:32:52 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23CWqXG030226; Fri, 3 Mar 2006 12:32:52 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23CWqos030225; Fri, 3 Mar 2006 12:32:52 GMT (envelope-from glebius) Message-Id: <200603031232.k23CWqos030225@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 3 Mar 2006 12:32:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 12:32:53 -0000 glebius 2006-03-03 12:32:52 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Correctly switch IFCAP_VLAN_HWTAGGING on and off. Reported & tested by: Peter Blok Revision Changes Path 1.65 +12 -6 src/sys/dev/re/if_re.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 12:40:28 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F2DF16A422; Fri, 3 Mar 2006 12:40:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7799243D46; Fri, 3 Mar 2006 12:40:26 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k23Ce8lL006858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 3 Mar 2006 14:40:12 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k23CdSjB007596; Fri, 3 Mar 2006 14:39:28 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k23CdQVU007595; Fri, 3 Mar 2006 14:39:26 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 3 Mar 2006 14:39:26 +0200 From: Giorgos Keramidas To: Ruslan Ermilov , Bruce Evans Message-ID: <20060303123925.GA7471@flame.pc> References: <200601281413.k0SEDHA3035607@repoman.freebsd.org> <20060303024309.GC943@flame.pc> <20060303081527.GA61607@ip.net.ua> <20060303214914.L4391@delplex.bde.org> <200601281413.k0SEDHA3035607@repoman.freebsd.org> <20060303024309.GC943@flame.pc> <20060303081527.GA61607@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060303214914.L4391@delplex.bde.org> <20060303081527.GA61607@ip.net.ua> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.371, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.83, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libutil pidfile.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 12:40:28 -0000 On 2006-03-03 10:15, Ruslan Ermilov wrote: >On Fri, Mar 03, 2006 at 04:43:09AM +0200, Giorgos Keramidas wrote: >>On 2006-01-28 14:13, Pawel Jakub Dawidek wrote: >>> Modified files: >>> lib/libutil pidfile.3 >>> Log: >>> [...] >>> - Cast pid_t to int. >> >> Hi Pawel, >> >> Doesn't it make more sense to cast pid_t to intmax_t, or is it >> by definition always <= int? > > POSIX only requires that "blksize_t, pid_t, and ssize_t shall > be signed integer types." Right. I got so far, but asked to make sure I didn't miss anything important elsewhere. Thanks Ruslan :) On 2006-03-03 22:05, Bruce Evans wrote: > I always cast pid_t to long for printing. This was correct > before C99 broke the promise that long was the longest signed > integer type. Which sucks a bit, but is not something we can change now :( > In practice, PID_MAX is 30000 in 4.4BSD, so casting to int was > enough even on systems with 16-bit ints. FreeBSD changed > PID_MAX to 99999 on 13 Nov 1998, but FreeBSD never supported > any systems with 16-bit ints, so casting to int has always > worked on FreeBSD. It is just unportable. Which is exactly why I was a bit worried seeing this documented in the manpages. I'm ok with using unportable constructs in places where there is no portable equivalent, but documenting stuff that users will start copying as authoritative ``because I saw it in this and that FreeBSD manpage'' is probably not ok. Any objections for changing `int' to `intmax_t' or, at least, `long' in the manpage examples? From owner-cvs-src@FreeBSD.ORG Fri Mar 3 12:56:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BADC16A420; Fri, 3 Mar 2006 12:56:36 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B55FF43D49; Fri, 3 Mar 2006 12:56:35 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k23CuYo1074618; Fri, 3 Mar 2006 14:56:34 +0200 (EET) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ip.net.ua [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 58071-01; Fri, 3 Mar 2006 14:56:34 +0200 (EET) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id k23CuV37074614 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Mar 2006 14:56:31 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.4/8.13.4) id k23CuhWb063526; Fri, 3 Mar 2006 14:56:43 +0200 (EET) (envelope-from ru) Date: Fri, 3 Mar 2006 14:56:42 +0200 From: Ruslan Ermilov To: Gleb Smirnoff Message-ID: <20060303125642.GA63495@ip.net.ua> References: <200603031210.k23CAxl2029353@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline In-Reply-To: <200603031210.k23CAxl2029353@repoman.freebsd.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet ip_fw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 12:56:36 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 03, 2006 at 12:10:59PM +0000, Gleb Smirnoff wrote: > glebius 2006-03-03 12:10:59 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/netinet ip_fw2.c=20 > Log: > - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl(). > - Acquire read (not write) lock in case of IP_FW_TABLE_LIST. > =20 > In collaboration with: ru > =20 > Revision Changes Path > 1.127 +5 -7 src/sys/netinet/ip_fw2.c >=20 Thank you, it was fast! This fix should be merged ASAP. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFECD0KqRfpzJluFF4RAjhqAJ9fjQdDQXPBK85K2KIoJ06Q8nvhgwCgmmUO gIPsHxwI6FdunEoh1TZWeDI= =S7yx -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From owner-cvs-src@FreeBSD.ORG Fri Mar 3 13:58:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA89D16A420; Fri, 3 Mar 2006 13:58:46 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB8043D45; Fri, 3 Mar 2006 13:58:46 +0000 (GMT) (envelope-from jcamou@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23Dwkpj040909; Fri, 3 Mar 2006 13:58:46 GMT (envelope-from jcamou@repoman.freebsd.org) Received: (from jcamou@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23DwjpQ040908; Fri, 3 Mar 2006 13:58:45 GMT (envelope-from jcamou) Message-Id: <200603031358.k23DwjpQ040908@repoman.freebsd.org> From: "Jesus R. Camou" Date: Fri, 3 Mar 2006 13:58:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys gettimeofday.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 13:58:46 -0000 jcamou 2006-03-03 13:58:44 UTC FreeBSD src repository (doc committer) Modified files: lib/libc/sys gettimeofday.2 Log: Sync with actual code. PR: docs/87681 Noticed by: Andreas Kohn Reviewed by: brooks Approved by: trhodes (mentor) MFC after: 3 days Revision Changes Path 1.26 +6 -2 src/lib/libc/sys/gettimeofday.2 From owner-cvs-src@FreeBSD.ORG Fri Mar 3 14:53:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C16016A420; Fri, 3 Mar 2006 14:53:00 +0000 (GMT) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F3643D48; Fri, 3 Mar 2006 14:52:59 +0000 (GMT) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23Eqxnf043127; Fri, 3 Mar 2006 14:52:59 GMT (envelope-from rink@repoman.freebsd.org) Received: (from rink@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23EqwYV043126; Fri, 3 Mar 2006 14:52:58 GMT (envelope-from rink) Message-Id: <200603031452.k23EqwYV043126@repoman.freebsd.org> From: Rink Springer Date: Fri, 3 Mar 2006 14:52:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/conf XBOX src/sys/i386/include xbox.h src/sys/i386/xbox xboxfb.c src/sys/isa syscons_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 14:53:00 -0000 rink 2006-03-03 14:52:57 UTC FreeBSD src repository Modified files: sys/i386/conf XBOX sys/i386/include xbox.h sys/i386/xbox xboxfb.c sys/isa syscons_isa.c Log: Committed the xbox syscons(8)-able console driver. Reviewed by: arch@ (no comments) Approved by: imp (mentor) Revision Changes Path 1.4 +2 -0 src/sys/i386/conf/XBOX 1.3 +1 -1 src/sys/i386/include/xbox.h 1.4 +520 -259 src/sys/i386/xbox/xboxfb.c 1.28 +19 -0 src/sys/isa/syscons_isa.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 14:54:47 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2E2616A420; Fri, 3 Mar 2006 14:54:47 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A332743D45; Fri, 3 Mar 2006 14:54:47 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23EslBE043185; Fri, 3 Mar 2006 14:54:47 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23Esl5S043184; Fri, 3 Mar 2006 14:54:47 GMT (envelope-from mux) Message-Id: <200603031454.k23Esl5S043184@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 3 Mar 2006 14:54:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/csup Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 14:54:48 -0000 mux 2006-03-03 14:54:47 UTC FreeBSD src repository Modified files: usr.bin/csup Makefile Log: - Don't put the .h in SRCS. - Use LDADD += -lpthread and DPADD += ${LIBPTHREAD} instead of -pthread. - s/-I${.CURDIR}/-I./ to fix make obj. Submitted by: ru Revision Changes Path 1.2 +25 -25 src/usr.bin/csup/Makefile From owner-cvs-src@FreeBSD.ORG Fri Mar 3 14:55:43 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADB4E16A420; Fri, 3 Mar 2006 14:55:43 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E9F143D45; Fri, 3 Mar 2006 14:55:43 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23EthJc043283; Fri, 3 Mar 2006 14:55:43 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23EthUi043282; Fri, 3 Mar 2006 14:55:43 GMT (envelope-from mux) Message-Id: <200603031455.k23EthUi043282@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 3 Mar 2006 14:55:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 14:55:43 -0000 mux 2006-03-03 14:55:43 UTC FreeBSD src repository Modified files: usr.bin Makefile Log: Connect csup the build! Revision Changes Path 1.288 +1 -0 src/usr.bin/Makefile From owner-cvs-src@FreeBSD.ORG Fri Mar 3 16:10:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D78EB16A420; Fri, 3 Mar 2006 16:10:09 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA55343D46; Fri, 3 Mar 2006 16:10:06 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id k23GA3C4035869; Fri, 3 Mar 2006 19:10:03 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id k23GA3dA035868; Fri, 3 Mar 2006 19:10:03 +0300 (MSK) (envelope-from yar) Date: Fri, 3 Mar 2006 19:10:02 +0300 From: Yar Tikhiy To: Hajimu UMEMOTO Message-ID: <20060303161002.GD33687@comp.chem.msu.su> References: <200603011613.k21GDI1V043439@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603011613.k21GDI1V043439@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/ftpd ftpd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 16:10:10 -0000 On Wed, Mar 01, 2006 at 04:13:17PM +0000, Hajimu UMEMOTO wrote: > ume 2006-03-01 16:13:17 UTC > > FreeBSD src repository > > Modified files: > libexec/ftpd ftpd.c > Log: > - Reduce needless DNS query by lookup only appropriate address > family. [1] > - Specify appropriate hints to getaddrinfo(3). [1] > - Obtain address family from peername in inet mode. > > Submitted by: Rostislav Krasny [1] > Tested by: yar, Rostislav Krasny > MFC after: 1 week > > Revision Changes Path > 1.210 +20 -10 src/libexec/ftpd/ftpd.c Thank you a lot for this as well as for the getaddrinfo fixes! -- Yar From owner-cvs-src@FreeBSD.ORG Fri Mar 3 17:21:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D55AB16A422; Fri, 3 Mar 2006 17:21:09 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 944D443D45; Fri, 3 Mar 2006 17:21:09 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23HL9ZO055945; Fri, 3 Mar 2006 17:21:09 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23HL9mI055942; Fri, 3 Mar 2006 17:21:09 GMT (envelope-from csjp) Message-Id: <200603031721.k23HL9mI055942@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 3 Mar 2006 17:21:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 17:21:10 -0000 csjp 2006-03-03 17:21:09 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Unbreak byte counters when network interfaces are in monitor mode by re-organizing the monitor return logic. We perform interface monitoring checks after we have determined if the CRC is still on the packet, if it is, m_adj() is called which will adjust the packet length. This ensures that we are not including CRC lengths in the byte counters for each packet. Discussed with: andre, glebius Revision Changes Path 1.215 +8 -8 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 18:09:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CAF416A420; Fri, 3 Mar 2006 18:09:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E0F43D48; Fri, 3 Mar 2006 18:09:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23I9bV7059774; Fri, 3 Mar 2006 18:09:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23I9b0H059773; Fri, 3 Mar 2006 18:09:37 GMT (envelope-from imp) Message-Id: <200603031809.k23I9b0H059773@repoman.freebsd.org> From: Warner Losh Date: Fri, 3 Mar 2006 18:09:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf options options.i386 options.pc98 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 18:09:38 -0000 imp 2006-03-03 18:09:37 UTC FreeBSD src repository Modified files: sys/conf options options.i386 options.pc98 Log: Move XBOX option to options. While it is only valid on i386, syscons_isa is shared with other machines. Revision Changes Path 1.529 +3 -0 src/sys/conf/options 1.232 +0 -3 src/sys/conf/options.i386 1.196 +0 -4 src/sys/conf/options.pc98 From owner-cvs-src@FreeBSD.ORG Fri Mar 3 18:42:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF7516A422; Fri, 3 Mar 2006 18:42:11 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0CF743D45; Fri, 3 Mar 2006 18:42:09 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23Ig9lV062026; Fri, 3 Mar 2006 18:42:09 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23Ig9EA062025; Fri, 3 Mar 2006 18:42:09 GMT (envelope-from yar) Message-Id: <200603031842.k23Ig9EA062025@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 3 Mar 2006 18:42:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/ce Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 18:42:11 -0000 yar 2006-03-03 18:42:09 UTC FreeBSD src repository Modified files: sys/modules/ce Makefile Log: Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS. Revision Changes Path 1.2 +1 -1 src/sys/modules/ce/Makefile From owner-cvs-src@FreeBSD.ORG Fri Mar 3 18:45:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1032216A420; Fri, 3 Mar 2006 18:45:18 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D143E43D45; Fri, 3 Mar 2006 18:45:17 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23IjHWS062151; Fri, 3 Mar 2006 18:45:17 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23IjH97062150; Fri, 3 Mar 2006 18:45:17 GMT (envelope-from mux) Message-Id: <200603031845.k23IjH97062150@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 3 Mar 2006 18:45:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: CSUP Cc: Subject: cvs commit: src/contrib/csup - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 18:45:18 -0000 mux 2006-03-03 18:45:17 UTC FreeBSD src repository src/contrib/csup - Imported sources Update of /home/ncvs/src/contrib/csup In directory repoman.freebsd.org:/tmp/cvs-serv62083 Log Message: Import today's csup sources to get the warning fix for queue.h. We probably want to do something similar in sys/queue.h; it's bad to have STAILQ_LAST() generate GCC warnings. Status: Vendor Tag: CSUP Release Tags: CSUP_20060303 U src/contrib/csup/GNUmakefile U src/contrib/csup/Makefile U src/contrib/csup/README U src/contrib/csup/TODO U src/contrib/csup/attrstack.c U src/contrib/csup/attrstack.h U src/contrib/csup/config.c U src/contrib/csup/config.h U src/contrib/csup/csup.1 U src/contrib/csup/detailer.c U src/contrib/csup/detailer.h U src/contrib/csup/diff.c U src/contrib/csup/diff.h U src/contrib/csup/fattr.c U src/contrib/csup/fattr.h U src/contrib/csup/fattr_bsd.h U src/contrib/csup/fattr_posix.h U src/contrib/csup/fixups.c U src/contrib/csup/fixups.h U src/contrib/csup/globtree.c U src/contrib/csup/globtree.h U src/contrib/csup/lister.c U src/contrib/csup/keyword.c U src/contrib/csup/main.c U src/contrib/csup/keyword.h U src/contrib/csup/lister.h U src/contrib/csup/main.h U src/contrib/csup/misc.c U src/contrib/csup/misc.h U src/contrib/csup/mux.c U src/contrib/csup/mux.h U src/contrib/csup/parse.y U src/contrib/csup/pathcomp.c U src/contrib/csup/pathcomp.h U src/contrib/csup/proto.c U src/contrib/csup/proto.h U src/contrib/csup/queue.h U src/contrib/csup/status.c U src/contrib/csup/status.h U src/contrib/csup/stream.c U src/contrib/csup/stream.h U src/contrib/csup/token.h U src/contrib/csup/token.l U src/contrib/csup/threads.c U src/contrib/csup/threads.h U src/contrib/csup/updater.c U src/contrib/csup/updater.h U src/contrib/csup/fnmatch.c U src/contrib/csup/fnmatch.h No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Fri Mar 3 18:54:16 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D4E16A423; Fri, 3 Mar 2006 18:54:16 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C021C43D62; Fri, 3 Mar 2006 18:54:06 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23Is6Ve062517; Fri, 3 Mar 2006 18:54:06 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23Is67E062516; Fri, 3 Mar 2006 18:54:06 GMT (envelope-from netchild) Message-Id: <200603031854.k23Is67E062516@repoman.freebsd.org> From: Alexander Leidinger Date: Fri, 3 Mar 2006 18:54:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 identcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 18:54:16 -0000 netchild 2006-03-03 18:54:05 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c Log: - use a more common style to print memory sizes - add some more cache sizes (2nd and 3rd level) [1] Submitted by: HATANOU Tomomi [1] PR: 91328 [1] Revision Changes Path 1.160 +133 -78 src/sys/i386/i386/identcpu.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 18:54:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ABF116A423; Fri, 3 Mar 2006 18:54:39 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4409943D62; Fri, 3 Mar 2006 18:54:33 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23IsXn4062569; Fri, 3 Mar 2006 18:54:33 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23IsXeJ062568; Fri, 3 Mar 2006 18:54:33 GMT (envelope-from mux) Message-Id: <200603031854.k23IsXeJ062568@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 3 Mar 2006 18:54:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys queue.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 18:54:39 -0000 mux 2006-03-03 18:54:33 UTC FreeBSD src repository Modified files: sys/sys queue.h Log: Cast the pointer to void * before casting it back to struct type * in STAILQ_LAST. This quiets a warning from GCC about increased required alignment for the cast. Idea from: cognet Revision Changes Path 1.64 +1 -1 src/sys/sys/queue.h From owner-cvs-src@FreeBSD.ORG Fri Mar 3 21:12:06 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D8AB16A420; Fri, 3 Mar 2006 21:12:06 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DF7243D49; Fri, 3 Mar 2006 21:12:06 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23LC56N075535; Fri, 3 Mar 2006 21:12:05 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23LC5Zm075534; Fri, 3 Mar 2006 21:12:05 GMT (envelope-from mux) Message-Id: <200603032112.k23LC5Zm075534@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 3 Mar 2006 21:12:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 21:12:06 -0000 mux 2006-03-03 21:12:05 UTC FreeBSD src repository Modified files: usr.bin Makefile Log: Don't build csup if NO_CRYPT or NO_OPENSSL is defined, since we depend on those. Reported by: marius Revision Changes Path 1.289 +2 -1 src/usr.bin/Makefile From owner-cvs-src@FreeBSD.ORG Fri Mar 3 21:35:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAA2716A420; Fri, 3 Mar 2006 21:35:57 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93CA243D45; Fri, 3 Mar 2006 21:35:57 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23LZvUt076477; Fri, 3 Mar 2006 21:35:57 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23LZv9E076476; Fri, 3 Mar 2006 21:35:57 GMT (envelope-from wkoszek) Message-Id: <200603032135.k23LZv9E076476@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Fri, 3 Mar 2006 21:35:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/geom/class/shsec geom_shsec.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 21:35:58 -0000 wkoszek 2006-03-03 21:35:57 UTC FreeBSD src repository Modified files: sbin/geom/class/shsec geom_shsec.c Log: Print "clear" and "dump" only once. Reviewed by: pjd Approved by: cognet (mentor) MFC after: 3 days Revision Changes Path 1.8 +2 -2 src/sbin/geom/class/shsec/geom_shsec.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 21:36:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A2DF16A420; Fri, 3 Mar 2006 21:36:27 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 232F543D4C; Fri, 3 Mar 2006 21:36:27 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23LaRFS076510; Fri, 3 Mar 2006 21:36:27 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23LaQJr076509; Fri, 3 Mar 2006 21:36:26 GMT (envelope-from thompsa) Message-Id: <200603032136.k23LaQJr076509@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 3 Mar 2006 21:36:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 21:36:27 -0000 thompsa 2006-03-03 21:36:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net bridgestp.c Log: MFC r1.11: Fix up the Bridge Identifier field in the BPDU packet. Approved by: re (scottl) Revision Changes Path 1.3.2.7 +30 -15 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 21:37:04 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43EF916A420; Fri, 3 Mar 2006 21:37:04 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25B9C43D4C; Fri, 3 Mar 2006 21:37:02 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23Lb1oX076558; Fri, 3 Mar 2006 21:37:01 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23Lb1kP076557; Fri, 3 Mar 2006 21:37:01 GMT (envelope-from thompsa) Message-Id: <200603032137.k23Lb1kP076557@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 3 Mar 2006 21:37:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/net bridgestp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 21:37:04 -0000 thompsa 2006-03-03 21:37:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net bridgestp.c Log: MFC r1.11: Fix up the Bridge Identifier field in the BPDU packet. Approved by: re (scottl) Revision Changes Path 1.6.2.4 +30 -15 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Fri Mar 3 21:37:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2817416A420; Fri, 3 Mar 2006 21:37:39 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB4343D45; Fri, 3 Mar 2006 21:37:38 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23LbcCP076761; Fri, 3 Mar 2006 21:37:38 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23LbcnL076760; Fri, 3 Mar 2006 21:37:38 GMT (envelope-from yar) Message-Id: <200603032137.k23LbcnL076760@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 3 Mar 2006 21:37:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files options src/sys/dev/tdfx tdfx_linux.c tdfx_pci.c src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/3dfx Makefile src/sys/modules/3dfx_linux Makefile src UPDATING src/share/man/man4 Makefile tdfx.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 21:37:39 -0000 yar 2006-03-03 21:37:38 UTC FreeBSD src repository Modified files: sys/conf files options sys/dev/tdfx tdfx_pci.c sys/i386/conf NOTES sys/modules Makefile sys/modules/3dfx Makefile . UPDATING share/man/man4 Makefile tdfx.4 Added files: sys/dev/tdfx tdfx_linux.c sys/modules/3dfx_linux Makefile Log: Take the functionality contained in the former "options TDFX_LINUX" into a separate module. Accordingly, convert the option into a device named similarly. Note for MFC: Perhaps the option should stay in RELENG_6 for POLA reasons. Suggested by: scottl Reviewed by: cokane MFC after: 5 days Revision Changes Path 1.440 +7 -0 src/UPDATING 1.341 +1 -0 src/share/man/man4/Makefile 1.8 +4 -7 src/share/man/man4/tdfx.4 1.1098 +1 -0 src/sys/conf/files 1.530 +0 -1 src/sys/conf/options 1.1 +87 -0 src/sys/dev/tdfx/tdfx_linux.c (new) 1.39 +1 -38 src/sys/dev/tdfx/tdfx_pci.c 1.1220 +2 -3 src/sys/i386/conf/NOTES 1.13 +1 -12 src/sys/modules/3dfx/Makefile 1.1 +8 -0 src/sys/modules/3dfx_linux/Makefile (new) 1.481 +2 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Fri Mar 3 21:46:15 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9A0716A420; Fri, 3 Mar 2006 21:46:15 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id E805243D67; Fri, 3 Mar 2006 21:46:12 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id B2A5751756; Fri, 3 Mar 2006 22:46:10 +0100 (CET) Received: from localhost (dlp8.neoplus.adsl.tpnet.pl [83.24.45.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id B8D5E5174A; Fri, 3 Mar 2006 22:46:05 +0100 (CET) Date: Fri, 3 Mar 2006 22:45:45 +0100 From: Pawel Jakub Dawidek To: Scott Ullrich Message-ID: <20060303214545.GA11030@garage.freebsd.pl> References: <200603011753.k21Hrvj0055120@repoman.freebsd.org> <20060302014917.GA61428@voi.aagh.net> <20060302060618.GA1790@haakonia.hitnet.RWTH-Aachen.DE> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: Christian Brueffer , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/geom/label g_label.c g_label.h g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 21:46:16 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 02, 2006 at 10:48:06AM -0500, Scott Ullrich wrote: +> On 3/2/06, Christian Brueffer wrote: +> > For the record, I've heard another report of this yesterday. +>=20 +> I was also bitten by this on my embedded versions and I hosed my +> primary firewall. Sorry guys for the brakeage, but the problem is more complex. What you see is actually bug in how sysinstall creates partitions. Normally, bsdlabel(8) puts first partition at offset 16. Sysinstall however puts first partition at offset 0. There are much more problems because of this and this is one of them - glabel finds UFS magic on slice, because both slice and partition start at the same offset. If I backout this change, glabel/ufs cannot be used for file systems created with -s option. If I leave the change, glabel/ufs won't detect UFS file system on a first partition created by sysinstall... Ehh, I'll back it out of course. God, why sysinstall cannot just die? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFECLkJForvXbEpPzQRAvIKAKCGScH9/OJUyhiUEJXIC2PafyAwTACgobeb VTgItUIAoz6UwHj0aFOFFrY= =egvK -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-cvs-src@FreeBSD.ORG Fri Mar 3 21:48:46 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49A2016A420; Fri, 3 Mar 2006 21:48:46 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D94243D67; Fri, 3 Mar 2006 21:48:45 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 0253B51756; Fri, 3 Mar 2006 22:48:43 +0100 (CET) Received: from localhost (dlp8.neoplus.adsl.tpnet.pl [83.24.45.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 19E8D5174A; Fri, 3 Mar 2006 22:48:39 +0100 (CET) Date: Fri, 3 Mar 2006 22:48:19 +0100 From: Pawel Jakub Dawidek To: Jeff Roberson Message-ID: <20060303214819.GB11030@garage.freebsd.pl> References: <200603020537.k225bi8G006318@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hHWLQfXTYDoKhP50" Content-Disposition: inline In-Reply-To: <200603020537.k225bi8G006318@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, phk@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_vfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 21:48:46 -0000 --hHWLQfXTYDoKhP50 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 02, 2006 at 05:37:44AM +0000, Jeff Roberson wrote: +> jeff 2006-03-02 05:37:44 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/geom geom_vfs.c=20 +> Log: +> - Lock Giant if needed around the call to vnode_create_vobject(). Th= is is +> only important if devfs is not mpsafe. [...] +> g_topology_assert(); +> @@ -147,7 +148,9 @@ g_vfs_open(struct vnode *vp, struct g_co +> g_wither_geom(gp, ENXIO); +> return (error); +> } +> + vfslocked =3D VFS_LOCK_GIANT(vp->v_mount); +> vnode_create_vobject(vp, pp->mediasize, curthread); +> + VFS_UNLOCK_GIANT(vfslocked); Acquiring Giant while holding the topology lock is a bad thing, AFAIK. CCing phk@ to correct me if I'm wrong or explain why exactly I'm right. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --hHWLQfXTYDoKhP50 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFECLmjForvXbEpPzQRApjTAJ9uFBdWx9cygKU7/X5nAvABgvtE9ACfSGJU 30YFh8vrUmAKNVldLQfRYjw= =3xbU -----END PGP SIGNATURE----- --hHWLQfXTYDoKhP50-- From owner-cvs-src@FreeBSD.ORG Fri Mar 3 21:53:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC53816A420; Fri, 3 Mar 2006 21:53:12 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00BE143D53; Fri, 3 Mar 2006 21:53:09 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (0x535c0e2a.sgnxx1.adsl-dhcp.tele.dk [83.92.14.42]) by pasmtp.tele.dk (Postfix) with ESMTP id 9DCC61EC332; Fri, 3 Mar 2006 22:53:08 +0100 (CET) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.4/8.13.4) with ESMTP id k23Lr7Rh028477; Fri, 3 Mar 2006 21:53:08 GMT (envelope-from phk@critter.freebsd.dk) To: Pawel Jakub Dawidek From: "Poul-Henning Kamp" In-Reply-To: Your message of "Fri, 03 Mar 2006 22:48:19 +0100." <20060303214819.GB11030@garage.freebsd.pl> Date: Fri, 03 Mar 2006 21:53:07 +0000 Message-ID: <28476.1141422787@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, Jeff Roberson , src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_vfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 21:53:13 -0000 In message <20060303214819.GB11030@garage.freebsd.pl>, Pawel Jakub Dawidek writ es: >+> g_topology_assert(); >+> @@ -147,7 +148,9 @@ g_vfs_open(struct vnode *vp, struct g_co >+> g_wither_geom(gp, ENXIO); >+> return (error); >+> } >+> + vfslocked =3D VFS_LOCK_GIANT(vp->v_mount); >+> vnode_create_vobject(vp, pp->mediasize, curthread); >+> + VFS_UNLOCK_GIANT(vfslocked); > >Acquiring Giant while holding the topology lock is a bad thing, AFAIK. >CCing phk@ to correct me if I'm wrong or explain why exactly I'm right. topology -> Giant is hopefully the correct order of not a lot of trouble should be had in geom_dev when we call make_dev(). -- 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 Fri Mar 3 22:02:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D05EA16A420; Fri, 3 Mar 2006 22:02:44 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E48843D67; Fri, 3 Mar 2006 22:02:44 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23M2imP078039; Fri, 3 Mar 2006 22:02:44 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23M2is7078038; Fri, 3 Mar 2006 22:02:44 GMT (envelope-from yar) Message-Id: <200603032202.k23M2is7078038@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 3 Mar 2006 22:02:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/modules/if_ef Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 22:02:45 -0000 yar 2006-03-03 22:02:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/modules/if_ef Makefile Log: MFC rev. 1.13: Move the hard-coded ETHER_* options to where they belong -- inside !if defined(KERNBUILDDIR). Utilize the fact the module will support all frames by default -- it needs no ETHER_* options unless some frames need to be disabled. Fix the comment respectively. Don't forget to create fake opt_ef.h if no ETHER_* are set. Approved by: re (scottl) Revision Changes Path 1.11.8.2 +9 -7 src/sys/modules/if_ef/Makefile From owner-cvs-src@FreeBSD.ORG Fri Mar 3 22:05:26 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46A8E16A420; Fri, 3 Mar 2006 22:05:26 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 908E943D70; Fri, 3 Mar 2006 22:05:23 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23M5NMY078278; Fri, 3 Mar 2006 22:05:23 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23M5NLP078277; Fri, 3 Mar 2006 22:05:23 GMT (envelope-from yar) Message-Id: <200603032205.k23M5NLP078277@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 3 Mar 2006 22:05:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/coda coda.h src/sys/modules/coda5 Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 22:05:26 -0000 yar 2006-03-03 22:05:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/coda coda.h sys/modules/coda5 Makefile Log: MFC sys/coda/coda.h rev. 1.14, sys/modules/coda5/Makefile rev. 1.7: CODA_COMPAT_5 may not be defined unconditionally in the coda5 module. Otherwise a kernel build would break in the coda5 module if the main kernel conf file enabled CODA_COMPAT_5, too. Redefined symbols are strictly disallowed by -Werror. To overcome this issue, introduce a different symbol indicating coda5 build, CODA5_MODULE, and translate it to CODA_COMPAT_5 appropriately in /sys/coda/coda.h. Approved by: re (scottl) Revision Changes Path 1.13.2.1 +6 -1 src/sys/coda/coda.h 1.4.2.3 +1 -1 src/sys/modules/coda5/Makefile From owner-cvs-src@FreeBSD.ORG Fri Mar 3 22:36:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5680916A420; Fri, 3 Mar 2006 22:36:53 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 114C243D46; Fri, 3 Mar 2006 22:36:53 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k23Maq9p079475; Fri, 3 Mar 2006 22:36:52 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k23Maq7W079474; Fri, 3 Mar 2006 22:36:52 GMT (envelope-from ps) Message-Id: <200603032236.k23Maq7W079474@repoman.freebsd.org> From: Paul Saab Date: Fri, 3 Mar 2006 22:36:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 03 Mar 2006 22:36:53 -0000 ps 2006-03-03 22:36:52 UTC FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: Fix bug in malloc_uninit(): Releasing items from the mt_zone can not be done by a simple uma_zfree() call since mt_zone is allocated with the UMA_ZONE_MALLOC flag. Use uma_zfree_arg instead and supply the slab. This bug caused panics in low memory situations on unloading kernel modules containing MALLOC_DEFINE(..) statements. Submitted by: ups Revision Changes Path 1.153 +3 -1 src/sys/kern/kern_malloc.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 00:08:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D79016A420; Sat, 4 Mar 2006 00:08:24 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8593D43D66; Sat, 4 Mar 2006 00:08:21 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2408KZe082948; Sat, 4 Mar 2006 00:08:21 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2408KJx082947; Sat, 4 Mar 2006 00:08:20 GMT (envelope-from emax) Message-Id: <200603040008.k2408KJx082947@repoman.freebsd.org> From: Maksim Yevmenkin Date: Sat, 4 Mar 2006 00:08:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/man/man4 kbdmux.4 src/sys/dev/kbdmux kbdmux.c src/sys/modules/kbdmux Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 00:08:24 -0000 emax 2006-03-04 00:08:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 kbdmux.4 sys/dev/kbdmux kbdmux.c sys/modules/kbdmux Makefile Log: MFC kbdmux.c rev 1.8 Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint. Document hint in the kbdmux(4) man page. Fix endian bugs accessing ioctl arguments that are passed by value. Approved by: re (scottl) Revision Changes Path 1.1.2.3 +4 -0 src/share/man/man4/kbdmux.4 1.2.2.5 +17 -13 src/sys/dev/kbdmux/kbdmux.c 1.1.2.3 +1 -1 src/sys/modules/kbdmux/Makefile From owner-cvs-src@FreeBSD.ORG Sat Mar 4 00:08:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A16A216A422; Sat, 4 Mar 2006 00:08:28 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F231143D66; Sat, 4 Mar 2006 00:08:24 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2408Oxx082977; Sat, 4 Mar 2006 00:08:24 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2408Om8082976; Sat, 4 Mar 2006 00:08:24 GMT (envelope-from davidxu) Message-Id: <200603040008.k2408Om8082976@repoman.freebsd.org> From: David Xu Date: Sat, 4 Mar 2006 00:08:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/librt timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 00:08:28 -0000 davidxu 2006-03-04 00:08:24 UTC FreeBSD src repository Modified files: lib/librt timer.c Log: save sigev_node pointer. Revision Changes Path 1.2 +1 -0 src/lib/librt/timer.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 00:09:13 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5223A16A420; Sat, 4 Mar 2006 00:09:13 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B012743D7E; Sat, 4 Mar 2006 00:09:09 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24099Fv083042; Sat, 4 Mar 2006 00:09:09 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24099nn083041; Sat, 4 Mar 2006 00:09:09 GMT (envelope-from ps) Message-Id: <200603040009.k24099nn083041@repoman.freebsd.org> From: Paul Saab Date: Sat, 4 Mar 2006 00:09:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern vfs_syscalls.c src/sys/compat/freebsd32 freebsd32_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 00:09:13 -0000 ps 2006-03-04 00:09:09 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c sys/compat/freebsd32 freebsd32_misc.c Log: use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensure the copied strings are properly terminated. bzero the statfs32 struct in copy_statfs. Revision Changes Path 1.52 +8 -6 src/sys/compat/freebsd32/freebsd32_misc.c 1.411 +4 -4 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 00:18:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E6A216A420; Sat, 4 Mar 2006 00:18:20 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C5B443D45; Sat, 4 Mar 2006 00:18:20 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k240IKiA083470; Sat, 4 Mar 2006 00:18:20 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k240IKsc083469; Sat, 4 Mar 2006 00:18:20 GMT (envelope-from davidxu) Message-Id: <200603040018.k240IKsc083469@repoman.freebsd.org> From: David Xu Date: Sat, 4 Mar 2006 00:18:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/librt aio.c mq.c sigev_thread.c sigev_thread.h timer.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 00:18:20 -0000 davidxu 2006-03-04 00:18:19 UTC FreeBSD src repository Modified files: lib/librt aio.c mq.c sigev_thread.c sigev_thread.h timer.c Log: Use a thread pool to process notification if sigev_notify_attributes is default and caller does not require dedicated thread. timer needs a dedicated thread to maintain overrun count correctly in notification context. mqueue and aio can use thread pool to do notification concurrently, the thread pool has lifecycle control, some threads will exit if they have idled for a while. Revision Changes Path 1.3 +2 -2 src/lib/librt/aio.c 1.4 +3 -3 src/lib/librt/mq.c 1.4 +306 -48 src/lib/librt/sigev_thread.c 1.2 +10 -5 src/lib/librt/sigev_thread.h 1.3 +5 -5 src/lib/librt/timer.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 00:41:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F19216A420; Sat, 4 Mar 2006 00:41:29 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A2FD43D48; Sat, 4 Mar 2006 00:41:29 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k240fTOH086949; Sat, 4 Mar 2006 00:41:29 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k240fTNE086948; Sat, 4 Mar 2006 00:41:29 GMT (envelope-from emax) Message-Id: <200603040041.k240fTNE086948@repoman.freebsd.org> From: Maksim Yevmenkin Date: Sat, 4 Mar 2006 00:41:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 00:41:29 -0000 emax 2006-03-04 00:41:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/kbd kbd.c sys/dev/syscons syscons.c Log: MFC: Integrate kbdmux(4) into syscons(4) and kbd code. By default syscons(4) will look for the kbdmux(4) keyboard first, and then, if not found, look for any keyboard. Current kbd code is modified so if kbdmux(4) is the current keyboard, all new keyboards are automatically added to the kbdmux(4). Switch to kbdmux(4) can be done at boot time, by loading kbdmux module at the loader prompt, or at runtime, by kldload'ing the kbdmux module and releasing current active keyboard. If, for whatever reason, kbdmux(4) is not required/desired then just do not load it and everything should work as before. It is also possible to kldunload kbdmux at runtime and syscons(4) will automatically switch to the first available keyboard. Approved by: re (scottl) Revision Changes Path 1.43.2.2 +24 -0 src/sys/dev/kbd/kbd.c 1.436.2.5 +42 -4 src/sys/dev/syscons/syscons.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 02:10:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AACD16A423 for ; Sat, 4 Mar 2006 02:10:28 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 5793A43D45 for ; Sat, 4 Mar 2006 02:10:25 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: (qmail 5578 invoked from network); 4 Mar 2006 11:09:38 +0900 Received: from unknown (HELO mpu.rushani.jp) (219.102.22.202) by wasley.bl.mmtr.or.jp with SMTP; 4 Mar 2006 11:09:38 +0900 Received: from localhost (localhost [IPv6:::1]) by mpu.rushani.jp (8.13.3/8.13.3) with ESMTP id k2429w1F047831; Sat, 4 Mar 2006 11:09:59 +0900 (JST) (envelope-from rushani@FreeBSD.org) Date: Sat, 04 Mar 2006 11:09:32 +0900 (JST) Message-Id: <20060304.110932.26291216.rushani@FreeBSD.org> To: keramida@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <20040923182652.GA775@gothmog.gr> References: <200409230200.i8N20q8Q096334@repoman.freebsd.org> <20040923182652.GA775@gothmog.gr> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.2.54 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Sat_Mar__4_11_09_32_2006_817)--" Content-Transfer-Encoding: 7bit Cc: jkoshy@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults periodic.confsrc/etc/periodic/security security.functions src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 02:10:28 -0000 ----Security_Multipart(Sat_Mar__4_11_09_32_2006_817)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, >>> On Thu, 23 Sep 2004 21:26:52 +0300, Giorgos Keramidas said: > On 2004-09-23 02:00, Joseph Koshy wrote: > > Add a knob 'daily_status_security_diff_flags' controlling the > > format of the 'diff' output generated during periodic(8) scripts. > > > > Submitted by: keramida (script changes) > > Reviewed by: keramida (man page changes) > > > > Revision Changes Path > > 1.30 +1 -0 src/etc/defaults/periodic.conf > > 1.4 +2 -1 src/etc/periodic/security/security.functions > > 1.51 +8 -0 src/share/man/man5/periodic.conf.5 > > Thanks for picking up this, doing the necessary work to make it match > the style of the existing scripts, documenting and committing it! > > This also changes the format of the generated reports to unified diff format > by default, which might surprise a few users of CURRENT. If you plan to ask > re@ for an MFC approval to RELENG_5 we probably have to post a HEADS-UP to > freebsd-current too. I noticed this has not yet merged into RELENG_5. Could you please MFC this change? I would be very grateful. Best regards, -- rushani ----Security_Multipart(Sat_Mar__4_11_09_32_2006_817)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBECPbe8vogiEOa3FcRAi2VAJwLXTK0ZI3PyO7SZF8/p229nzdWkACeIDJq KziyQg4dtaosu7ar17hT5w4= =h7vb -----END PGP SIGNATURE----- ----Security_Multipart(Sat_Mar__4_11_09_32_2006_817)---- From owner-cvs-src@FreeBSD.ORG Sat Mar 4 02:38:41 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F55016A420; Sat, 4 Mar 2006 02:38:41 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B8CC43D45; Sat, 4 Mar 2006 02:38:41 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k242ceBA098486; Sat, 4 Mar 2006 02:38:40 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k242cewY098485; Sat, 4 Mar 2006 02:38:40 GMT (envelope-from trhodes) Message-Id: <200603040238.k242cewY098485@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 4 Mar 2006 02:38:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/chflags chflags.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 02:38:41 -0000 trhodes 2006-03-04 02:38:40 UTC FreeBSD src repository Modified files: bin/chflags chflags.1 Log: Instead of just hinting at available octets, list some. Mention that the setting of securelevel may affect one's ability to alter flags. Xref security.7. Bump doc date. Revision Changes Path 1.26 +43 -1 src/bin/chflags/chflags.1 From owner-cvs-src@FreeBSD.ORG Sat Mar 4 03:13:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43CB016A420; Sat, 4 Mar 2006 03:13:29 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7546343D45; Sat, 4 Mar 2006 03:13:28 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from flame.pc (dialup108.ach.sch.gr [81.186.70.108]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k243D6IX005887 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 4 Mar 2006 05:13:12 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k243CSYL032450; Sat, 4 Mar 2006 05:12:28 +0200 (EET) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k243CRxT032449; Sat, 4 Mar 2006 05:12:27 +0200 (EET) (envelope-from keramida@FreeBSD.org) Date: Sat, 4 Mar 2006 05:12:27 +0200 From: Giorgos Keramidas To: Hideyuki KURASHINA Message-ID: <20060304031227.GA32430@flame.pc> References: <200409230200.i8N20q8Q096334@repoman.freebsd.org> <20040923182652.GA775@gothmog.gr> <20060304.110932.26291216.rushani@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060304.110932.26291216.rushani@FreeBSD.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.798, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.60, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org Cc: jkoshy@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults periodic.confsrc/etc/periodic/security security.functions src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 03:13:29 -0000 On 2006-03-04 11:09, Hideyuki KURASHINA wrote: >>>> On Thu, 23 Sep 2004 21:26:52 +0300, Giorgos Keramidas said: >>On 2004-09-23 02:00, Joseph Koshy wrote: >>> Add a knob 'daily_status_security_diff_flags' controlling the >>> format of the 'diff' output generated during periodic(8) scripts. >>> >>> Submitted by: keramida (script changes) >>> Reviewed by: keramida (man page changes) >>> >>> Revision Changes Path >>> 1.30 +1 -0 src/etc/defaults/periodic.conf >>> 1.4 +2 -1 src/etc/periodic/security/security.functions >>> 1.51 +8 -0 src/share/man/man5/periodic.conf.5 >> >> Thanks for picking up this, doing the necessary work to make it match >> the style of the existing scripts, documenting and committing it! >> >> This also changes the format of the generated reports to unified diff format >> by default, which might surprise a few users of CURRENT. If you plan to ask >> re@ for an MFC approval to RELENG_5 we probably have to post a HEADS-UP to >> freebsd-current too. > > I noticed this has not yet merged into RELENG_5. Could you please MFC this > change? I would be very grateful. I remember some objections about this, but I don't recall the exact objections. Of course, if Joseph feels this is ok to commit to 5.X, it's fine by me. I like my own suggestions, naturally :) From owner-cvs-src@FreeBSD.ORG Sat Mar 4 05:37:42 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E7716A422 for ; Sat, 4 Mar 2006 05:37:41 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id F2D8C43D53 for ; Sat, 4 Mar 2006 05:37:39 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: (qmail 23670 invoked from network); 4 Mar 2006 14:36:54 +0900 Received: from unknown (HELO mpu.rushani.jp) (219.102.22.202) by wasley.bl.mmtr.or.jp with SMTP; 4 Mar 2006 14:36:54 +0900 Received: from localhost (localhost [IPv6:::1]) by mpu.rushani.jp (8.13.3/8.13.3) with ESMTP id k245bNEq090290; Sat, 4 Mar 2006 14:37:23 +0900 (JST) (envelope-from rushani@FreeBSD.org) Date: Sat, 04 Mar 2006 14:36:55 +0900 (JST) Message-Id: <20060304.143655.49807133.rushani@FreeBSD.org> To: keramida@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <20060304031227.GA32430@flame.pc> References: <20040923182652.GA775@gothmog.gr> <20060304.110932.26291216.rushani@FreeBSD.org> <20060304031227.GA32430@flame.pc> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.2.54 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Sat_Mar__4_14_36_55_2006_656)--" Content-Transfer-Encoding: 7bit Cc: jkoshy@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults periodic.confsrc/etc/periodic/security security.functions src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 05:37:42 -0000 ----Security_Multipart(Sat_Mar__4_14_36_55_2006_656)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit >>> On Sat, 4 Mar 2006 05:12:27 +0200, Giorgos Keramidas said: > On 2006-03-04 11:09, Hideyuki KURASHINA wrote: > >>>> On Thu, 23 Sep 2004 21:26:52 +0300, Giorgos Keramidas said: > >>On 2004-09-23 02:00, Joseph Koshy wrote: > >>> Add a knob 'daily_status_security_diff_flags' controlling the > >>> format of the 'diff' output generated during periodic(8) scripts. > >>> > >>> Submitted by: keramida (script changes) > >>> Reviewed by: keramida (man page changes) > >>> > >>> Revision Changes Path > >>> 1.30 +1 -0 src/etc/defaults/periodic.conf > >>> 1.4 +2 -1 src/etc/periodic/security/security.functions > >>> 1.51 +8 -0 src/share/man/man5/periodic.conf.5 > >> > >> Thanks for picking up this, doing the necessary work to make it match > >> the style of the existing scripts, documenting and committing it! > >> > >> This also changes the format of the generated reports to unified diff format > >> by default, which might surprise a few users of CURRENT. If you plan to ask > >> re@ for an MFC approval to RELENG_5 we probably have to post a HEADS-UP to > >> freebsd-current too. > > > > I noticed this has not yet merged into RELENG_5. Could you please MFC this > > change? I would be very grateful. > > I remember some objections about this, but I don't recall the exact > objections. Of course, if Joseph feels this is ok to commit to 5.X, > it's fine by me. I couldn't find any objections per reading cvs-src@ list... How about setting daily_status_security_diff_flags default to "-b" when MFC'ing to RELENG_5? I think it will make no surprise for users, but sufficient in this case for me. > I like my own suggestions, naturally :) Indeed, the idea is very nice. ;) -- rushani ----Security_Multipart(Sat_Mar__4_14_36_55_2006_656)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBECSd38vogiEOa3FcRAtvXAJ9F/jEj2QeT6bB3oHQR6hAERzEmQgCeJPS4 p4/l0s8VskijsVqFd9BRr60= =sHmo -----END PGP SIGNATURE----- ----Security_Multipart(Sat_Mar__4_14_36_55_2006_656)---- From owner-cvs-src@FreeBSD.ORG Sat Mar 4 06:06:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDCD416A420; Sat, 4 Mar 2006 06:06:44 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A37E43D49; Sat, 4 Mar 2006 06:06:44 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2466ikJ013518; Sat, 4 Mar 2006 06:06:44 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2466huW013517; Sat, 4 Mar 2006 06:06:43 GMT (envelope-from phk) Message-Id: <200603040606.k2466huW013517@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 4 Mar 2006 06:06:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_tc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 06:06:44 -0000 phk 2006-03-04 06:06:43 UTC FreeBSD src repository Modified files: sys/kern kern_tc.c Log: More detailed logging if timestepwarnings are enabled. Revision Changes Path 1.170 +8 -5 src/sys/kern/kern_tc.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 06:07:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10BB616A420; Sat, 4 Mar 2006 06:07:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 394BA43D48; Sat, 4 Mar 2006 06:07:26 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2467QOR013564; Sat, 4 Mar 2006 06:07:26 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2467QgN013563; Sat, 4 Mar 2006 06:07:26 GMT (envelope-from phk) Message-Id: <200603040607.k2467QgN013563@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 4 Mar 2006 06:07:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_tc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 06:07:27 -0000 phk 2006-03-04 06:07:26 UTC FreeBSD src repository Modified files: sys/kern kern_tc.c Log: Add missing cast. Revision Changes Path 1.171 +1 -1 src/sys/kern/kern_tc.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 07:31:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5371516A420; Sat, 4 Mar 2006 07:31:59 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FF3743D45; Sat, 4 Mar 2006 07:31:59 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k247VwYi016512; Sat, 4 Mar 2006 07:31:58 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k247VwrQ016511; Sat, 4 Mar 2006 07:31:58 GMT (envelope-from nyan) Message-Id: <200603040731.k247VwrQ016511@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 4 Mar 2006 07:31:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/conf NOTES X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 07:31:59 -0000 nyan 2006-03-04 07:31:58 UTC FreeBSD src repository Modified files: sys/pc98/conf NOTES Log: MFi386: revision 1.1220. Revision Changes Path 1.73 +2 -3 src/sys/pc98/conf/NOTES From owner-cvs-src@FreeBSD.ORG Sat Mar 4 08:28:24 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD68116A420; Sat, 4 Mar 2006 08:28:24 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F5F43D60; Sat, 4 Mar 2006 08:28:17 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id AC6E35174A; Sat, 4 Mar 2006 09:28:15 +0100 (CET) Received: from localhost (dlp8.neoplus.adsl.tpnet.pl [83.24.45.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 989FF516E1; Sat, 4 Mar 2006 09:28:08 +0100 (CET) Date: Sat, 4 Mar 2006 09:27:45 +0100 From: Pawel Jakub Dawidek To: Paul Saab Message-ID: <20060304082745.GC11030@garage.freebsd.pl> References: <200603032236.k23Maq7W079474@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZmUaFz6apKcXQszQ" Content-Disposition: inline In-Reply-To: <200603032236.k23Maq7W079474@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 08:28:24 -0000 --ZmUaFz6apKcXQszQ Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 03, 2006 at 10:36:52PM +0000, Paul Saab wrote: +> ps 2006-03-03 22:36:52 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> sys/kern kern_malloc.c=20 +> Log: +> Fix bug in malloc_uninit(): +> Releasing items from the mt_zone can not be done by a simple +> uma_zfree() call since mt_zone is allocated with the UMA_ZONE_MALLOC +> flag. Use uma_zfree_arg instead and supply the slab. +> =20 +> This bug caused panics in low memory situations on unloading kernel +> modules containing MALLOC_DEFINE(..) statements. +> =20 +> Submitted by: ups Thanks! --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --ZmUaFz6apKcXQszQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFECU+BForvXbEpPzQRAmiyAKCpBK6uUFzZ9trgu2zgjRv6IqQxwgCg88aH kGWpDwPM+dRjAM73MquJaSw= =ORPq -----END PGP SIGNATURE----- --ZmUaFz6apKcXQszQ-- From owner-cvs-src@FreeBSD.ORG Sat Mar 4 08:38:03 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFBA16A420; Sat, 4 Mar 2006 08:38:03 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id D098543D53; Sat, 4 Mar 2006 08:38:01 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 1D8C35174A; Sat, 4 Mar 2006 09:38:00 +0100 (CET) Received: from localhost (dlp8.neoplus.adsl.tpnet.pl [83.24.45.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 859D4516E1; Sat, 4 Mar 2006 09:37:54 +0100 (CET) Date: Sat, 4 Mar 2006 09:37:31 +0100 From: Pawel Jakub Dawidek To: Giorgos Keramidas Message-ID: <20060304083731.GD11030@garage.freebsd.pl> References: <200601281413.k0SEDHA3035607@repoman.freebsd.org> <20060303024309.GC943@flame.pc> <20060303081527.GA61607@ip.net.ua> <20060303214914.L4391@delplex.bde.org> <200601281413.k0SEDHA3035607@repoman.freebsd.org> <20060303024309.GC943@flame.pc> <20060303081527.GA61607@ip.net.ua> <20060303123925.GA7471@flame.pc> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5p8PegU4iirBW1oA" Content-Disposition: inline In-Reply-To: <20060303123925.GA7471@flame.pc> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Ruslan Ermilov , cvs-all@freebsd.org, Bruce Evans Subject: Re: cvs commit: src/lib/libutil pidfile.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 08:38:03 -0000 --5p8PegU4iirBW1oA Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 03, 2006 at 02:39:26PM +0200, Giorgos Keramidas wrote: +> Any objections for changing `int' to `intmax_t' or, at least, +> `long' in the manpage examples? Fine by me. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --5p8PegU4iirBW1oA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFECVHLForvXbEpPzQRAoBlAKCL6tyZ1KbJ4ZxtxEcNjYhZlPqdlACgpDBZ MT8v90nOVvwaioYfHC4oWAg= =cXmi -----END PGP SIGNATURE----- --5p8PegU4iirBW1oA-- From owner-cvs-src@FreeBSD.ORG Sat Mar 4 09:15:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEAA816A420; Sat, 4 Mar 2006 09:15:10 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC63A43D45; Sat, 4 Mar 2006 09:15:10 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k249FAM3028004; Sat, 4 Mar 2006 09:15:10 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k249F9Fm028003; Sat, 4 Mar 2006 09:15:09 GMT (envelope-from oleg) Message-Id: <200603040915.k249F9Fm028003@repoman.freebsd.org> From: Oleg Bulyzhin Date: Sat, 4 Mar 2006 09:15:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/netinet ip_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 09:15:11 -0000 oleg 2006-03-04 09:15:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/netinet ip_input.c Log: MFC rev. 1.315 Fix five years old bug in ip_reass(): if we are using 'full' (i.e. including pseudo header) hardware rx checksum offloading ip_reass() fails to calculate TCP/UDP checksum for reassembled packet correctly. Reviewed by: sam (earlier version), bde Approved by: re (scottl) Revision Changes Path 1.301.2.7 +7 -0 src/sys/netinet/ip_input.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 09:16:12 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D44216A420; Sat, 4 Mar 2006 09:16:12 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0938A43D45; Sat, 4 Mar 2006 09:16:12 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k249GBmN028078; Sat, 4 Mar 2006 09:16:11 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k249GBqB028077; Sat, 4 Mar 2006 09:16:11 GMT (envelope-from oleg) Message-Id: <200603040916.k249GBqB028077@repoman.freebsd.org> From: Oleg Bulyzhin Date: Sat, 4 Mar 2006 09:16:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/netinet ip_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 09:16:12 -0000 oleg 2006-03-04 09:16:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet ip_input.c Log: MFC rev. 1.315 Fix five years old bug in ip_reass(): if we are using 'full' (i.e. including pseudo header) hardware rx checksum offloading ip_reass() fails to calculate TCP/UDP checksum for reassembled packet correctly. Reviewed by: sam (earlier version), bde Approved by: re (scottl) Revision Changes Path 1.283.2.16 +7 -0 src/sys/netinet/ip_input.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 09:17:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F1216A420; Sat, 4 Mar 2006 09:17:18 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AAE543D75; Sat, 4 Mar 2006 09:17:13 +0000 (GMT) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k249HDdM028116; Sat, 4 Mar 2006 09:17:13 GMT (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k249HDAr028115; Sat, 4 Mar 2006 09:17:13 GMT (envelope-from suz) Message-Id: <200603040917.k249HDAr028115@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Sat, 4 Mar 2006 09:17:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet6 mld6.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 09:17:18 -0000 suz 2006-03-04 09:17:11 UTC FreeBSD src repository Modified files: sys/netinet6 mld6.c Log: fixed a bug that an MLD report is not advertised when group-specific MLD query is received. PR: kern/93526 Obtained from: KAME MFC after: 1 day Revision Changes Path 1.26 +3 -2 src/sys/netinet6/mld6.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 09:23:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2254416A420; Sat, 4 Mar 2006 09:23:36 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D385B43D46; Sat, 4 Mar 2006 09:23:35 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k249NZGS028469; Sat, 4 Mar 2006 09:23:35 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k249NZ26028468; Sat, 4 Mar 2006 09:23:35 GMT (envelope-from oleg) Message-Id: <200603040923.k249NZ26028468@repoman.freebsd.org> From: Oleg Bulyzhin Date: Sat, 4 Mar 2006 09:23:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.c if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 09:23:36 -0000 oleg 2006-03-04 09:23:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c if_ethersubr.c Log: MFC if_ethersubr.c rev. 1.214, if_bridge.c rev. 1.54 Properly initialize args structure before passing it to ipfw_chk(): having uninitialized args.inp is unhealthy for uid/gid/jail ipfw rules. PR: kern/92589 Approved by: re (scottl) Revision Changes Path 1.11.2.27 +1 -0 src/sys/net/if_bridge.c 1.193.2.10 +1 -0 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 09:24:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A458916A420; Sat, 4 Mar 2006 09:24:30 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62EC243D49; Sat, 4 Mar 2006 09:24:30 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k249OUkq028558; Sat, 4 Mar 2006 09:24:30 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k249OULh028557; Sat, 4 Mar 2006 09:24:30 GMT (envelope-from oleg) Message-Id: <200603040924.k249OULh028557@repoman.freebsd.org> From: Oleg Bulyzhin Date: Sat, 4 Mar 2006 09:24:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/net if_bridge.c if_ethersubr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 09:24:30 -0000 oleg 2006-03-04 09:24:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if_bridge.c if_ethersubr.c Log: MFC if_ethersubr.c rev. 1.214, if_bridge.c rev. 1.54 Properly initialize args structure before passing it to ipfw_chk(): having uninitialized args.inp is unhealthy for uid/gid/jail ipfw rules. PR: kern/92589 Approved by: re (scottl) Revision Changes Path 1.23.2.10 +1 -0 src/sys/net/if_bridge.c 1.177.2.12 +1 -0 src/sys/net/if_ethersubr.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 09:34:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E918316A420; Sat, 4 Mar 2006 09:34:52 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C497A43D6E; Sat, 4 Mar 2006 09:34:49 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k249YnMX029021; Sat, 4 Mar 2006 09:34:49 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k249Yn49029020; Sat, 4 Mar 2006 09:34:49 GMT (envelope-from oleg) Message-Id: <200603040934.k249Yn49029020@repoman.freebsd.org> From: Oleg Bulyzhin Date: Sat, 4 Mar 2006 09:34:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 09:34:53 -0000 oleg 2006-03-04 09:34:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/bge if_bge.c Log: MFC rev. 1.121-1.124 - Synchronize status block on every call of bge_poll_locked() (rev. 1.121) - Return immediately out of bge_rxeof()/bge_txeof() if there are no packets to process. This could save some pci register accesses. (rev. 1.122) - Enable 'complete' (including tcp/udp pseudo header) hardware rx checksum offloading. (rev. 1.123) - Ignore link events for MII/GMII cards if MI auto-polling disabled.(rev. 1.124) - Clear bge_link flag in bge_stop() (rev. 1.124) - Force link state check after bge_ifmedia_upd(). Otherwise we can miss link event if PHY changes it's state fast enough.(rev. 1.124) - Fix some comments. Approved by: re (scottl) Revision Changes Path 1.91.2.13 +44 -25 src/sys/dev/bge/if_bge.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 09:36:14 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE78016A420; Sat, 4 Mar 2006 09:36:14 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ECBA43D45; Sat, 4 Mar 2006 09:36:14 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k249aErX029140; Sat, 4 Mar 2006 09:36:14 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k249aEON029139; Sat, 4 Mar 2006 09:36:14 GMT (envelope-from oleg) Message-Id: <200603040936.k249aEON029139@repoman.freebsd.org> From: Oleg Bulyzhin Date: Sat, 4 Mar 2006 09:36:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/mii brgphy.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 09:36:15 -0000 oleg 2006-03-04 09:36:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/mii brgphy.c Log: MFC rev. 1.38 - If PHY changes it's state fast enough, we can miss (under certain conditions) link event. Fix it. Approved by: re (scottl) Revision Changes Path 1.34.2.2 +1 -1 src/sys/dev/mii/brgphy.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 12:09:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A3D916A423; Sat, 4 Mar 2006 12:09:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C0B43D5A; Sat, 4 Mar 2006 12:09:50 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24C9otL034605; Sat, 4 Mar 2006 12:09:50 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24C9oC6034604; Sat, 4 Mar 2006 12:09:50 GMT (envelope-from pjd) Message-Id: <200603041209.k24C9oC6034604@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 4 Mar 2006 12:09:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/bsdlabel bsdlabel.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 12:09:51 -0000 pjd 2006-03-04 12:09:50 UTC FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.8 Log: Fix evil examples - first partition should start at offset 16. MFC after: 3 days Revision Changes Path 1.63 +5 -5 src/sbin/bsdlabel/bsdlabel.8 From owner-cvs-src@FreeBSD.ORG Sat Mar 4 14:24:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F35116A420; Sat, 4 Mar 2006 14:24:33 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1DBB43D46; Sat, 4 Mar 2006 14:24:32 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24EOWFm047076; Sat, 4 Mar 2006 14:24:32 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24EOWOB047075; Sat, 4 Mar 2006 14:24:32 GMT (envelope-from rwatson) Message-Id: <200603041424.k24EOWOB047075@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 14:24:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src MAINTAINERS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 14:24:33 -0000 rwatson 2006-03-04 14:24:32 UTC FreeBSD src repository Modified files: . MAINTAINERS Log: Add OpenBSM and src/sys/security/audit to the maintainer list. Revision Changes Path 1.129 +2 -0 src/MAINTAINERS From owner-cvs-src@FreeBSD.ORG Sat Mar 4 15:20:29 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D007C16A420; Sat, 4 Mar 2006 15:20:29 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C65443D45; Sat, 4 Mar 2006 15:20:29 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24FKTbs049192; Sat, 4 Mar 2006 15:20:29 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24FKTBd049191; Sat, 4 Mar 2006 15:20:29 GMT (envelope-from keramida) Message-Id: <200603041520.k24FKTBd049191@repoman.freebsd.org> From: Giorgos Keramidas Date: Sat, 4 Mar 2006 15:20:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil pidfile.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 15:20:30 -0000 keramida 2006-03-04 15:20:29 UTC FreeBSD src repository (doc committer) Modified files: lib/libutil pidfile.3 Log: Use `intmax_t' instead of plain `int' for pid_t casts. Useful tips from: ru, bde Approved by: pjd MFC after: 3 days Revision Changes Path 1.5 +3 -3 src/lib/libutil/pidfile.3 From owner-cvs-src@FreeBSD.ORG Sat Mar 4 15:25:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 729) id DA3E916A422; Sat, 4 Mar 2006 15:25:27 +0000 (GMT) X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Giorgos Keramidas In-Reply-To: Message from Giorgos Keramidas of "Sat, 04 Mar 2006 05:12:27 +0200." <20060304031227.GA32430@flame.pc> Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20060304152527.DA3E916A422@hub.freebsd.org> Date: Sat, 4 Mar 2006 15:25:27 +0000 (GMT) From: jkoshy@FreeBSD.ORG (Joseph Koshy) Cc: jkoshy@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Hideyuki KURASHINA , cvs-src@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults periodic.confsrc/etc/periodic/security security.functions src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 15:25:28 -0000 hk> I noticed this has not yet merged into RELENG_5. Could you please MFC this hk> change? I would be very grateful. gk> I remember some objections about this, but I don't recall the exact gk> objections. Of course, if Joseph feels this is ok to commit to 5.X, gk> it's fine by me. I like my own suggestions, naturally :) IIRC the objections arose due to the use of diff's -u format as default. Regards, Koshy From owner-cvs-src@FreeBSD.ORG Sat Mar 4 15:42:59 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 729) id 8A7BE16A422; Sat, 4 Mar 2006 15:42:59 +0000 (GMT) X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: Maxime Henrion In-Reply-To: Message from Maxime Henrion of "Fri, 03 Mar 2006 18:54:33 GMT." <200603031854.k23IsXeJ062568@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20060304154259.8A7BE16A422@hub.freebsd.org> Date: Sat, 4 Mar 2006 15:42:59 +0000 (GMT) From: jkoshy@FreeBSD.ORG (Joseph Koshy) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys queue.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 15:42:59 -0000 > mux 2006-03-03 18:54:33 UTC > > FreeBSD src repository > > Modified files: > sys/sys queue.h > Log: > Cast the pointer to void * before casting it back to struct type * in > STAILQ_LAST. This quiets a warning from GCC about increased required > alignment for the cast. > > Idea from: cognet Doesn't this trade a compile time warning for a runtime fault on those architectures where alignment matters? Which code triggers this warning? 274 #define STAILQ_LAST(head, type, field) \ 275 (STAILQ_EMPTY((head)) ? \ 276 NULL : \ 277 ((struct type *) \ 278 ((char *)((head)->stqh_last) - __offsetof(struct type, field)))) I can't see how this code would trigger a warning in normal usage. Regards, Koshy From owner-cvs-src@FreeBSD.ORG Sat Mar 4 15:50:53 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A3C516A420; Sat, 4 Mar 2006 15:50:53 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7434C43D5D; Sat, 4 Mar 2006 15:50:47 +0000 (GMT) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24Fol2M054259; Sat, 4 Mar 2006 15:50:47 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24FokFZ054258; Sat, 4 Mar 2006 15:50:46 GMT (envelope-from wkoszek) Message-Id: <200603041550.k24FokFZ054258@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sat, 4 Mar 2006 15:50:46 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/opencrypto crypto.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 15:50:53 -0000 wkoszek 2006-03-04 15:50:46 UTC FreeBSD src repository Modified files: sys/opencrypto crypto.c Log: crypto.ko depends on zlib. Submitted by: Ben Kelly Approved by: rwatson Point hat to: me MFC after: 1 day Revision Changes Path 1.17 +1 -0 src/sys/opencrypto/crypto.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 16:13:18 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73E9716A420; Sat, 4 Mar 2006 16:13:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4624743D46; Sat, 4 Mar 2006 16:13:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24GDHHm055134; Sat, 4 Mar 2006 16:13:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24GDHcJ055133; Sat, 4 Mar 2006 16:13:17 GMT (envelope-from rwatson) Message-Id: <200603041613.k24GDHcJ055133@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 16:13:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/finger sprint.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 16:13:18 -0000 rwatson 2006-03-04 16:13:16 UTC FreeBSD src repository Modified files: usr.bin/finger sprint.c Log: Reduce number of spaces for full name by four, and reduce padding after tty entry by one space in order to provide extra spaces for the tty entry. As a result, full pts names are now visible (up to 999 pts's anyway): Before: Login Name TTY Idle Login Time Office Phone robert Robert Watson *v0 3:55 Fri 02:54 robert Robert Watson p0 19 Sat 11:01 robert Robert Watson pts Sat 14:55 After: Login Name TTY Idle Login Time Office Phone robert Robert Watson *v0 5:08 Fri 02:54 robert Robert Watson p0 8 Sat 11:01 robert Robert Watson pts/5 Sat 14:55 MFC after: 1 week Revision Changes Path 1.23 +5 -5 src/usr.bin/finger/sprint.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 16:21:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63D6716A420; Sat, 4 Mar 2006 16:21:48 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7656E43D45; Sat, 4 Mar 2006 16:21:46 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id F280A5174A; Sat, 4 Mar 2006 17:21:44 +0100 (CET) Received: from localhost (dlp8.neoplus.adsl.tpnet.pl [83.24.45.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 1D1B2516E1; Sat, 4 Mar 2006 17:21:39 +0100 (CET) Date: Sat, 4 Mar 2006 17:21:08 +0100 From: Pawel Jakub Dawidek To: Robert Watson Message-ID: <20060304162108.GF11030@garage.freebsd.pl> References: <200603041613.k24GDHcJ055133@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rMWmSaSbD7nr+du9" Content-Disposition: inline In-Reply-To: <200603041613.k24GDHcJ055133@repoman.freebsd.org> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r535 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_00,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/finger sprint.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 16:21:48 -0000 --rMWmSaSbD7nr+du9 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 04, 2006 at 04:13:16PM +0000, Robert Watson wrote: +> rwatson 2006-03-04 16:13:16 UTC +>=20 +> FreeBSD src repository +>=20 +> Modified files: +> usr.bin/finger sprint.c=20 +> Log: +> Reduce number of spaces for full name by four, and reduce padding +> after tty entry by one space in order to provide extra spaces for +> the tty entry. As a result, full pts names are now visible (up +> to 999 pts's anyway): I object!:) +> Before: +> Login Name TTY Idle Login Time Office = Phone +> robert Robert Watson *v0 3:55 Fri 02:54 Pawel Jakub Dawidek +> After: +> Login Name TTY Idle Login Time Office = Phone +> robert Robert Watson *v0 5:08 Fri 02:54 Pawel Jakub Daw --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --rMWmSaSbD7nr+du9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFECb50ForvXbEpPzQRAp4NAJ9sgFSnjZRCnrZvXKNzww++Mh6lJgCfah5F tfWiP/rFN7lq+aPzhSGT2CY= =yuhy -----END PGP SIGNATURE----- --rMWmSaSbD7nr+du9-- From owner-cvs-src@FreeBSD.ORG Sat Mar 4 16:27:11 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2DF516A422; Sat, 4 Mar 2006 16:27:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id E28BA43D6B; Sat, 4 Mar 2006 16:27:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id BF1D346BAD; Sat, 4 Mar 2006 11:26:46 -0500 (EST) Date: Sat, 4 Mar 2006 16:31:49 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Pawel Jakub Dawidek In-Reply-To: <20060304162108.GF11030@garage.freebsd.pl> Message-ID: <20060304162902.X61086@fledge.watson.org> References: <200603041613.k24GDHcJ055133@repoman.freebsd.org> <20060304162108.GF11030@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/finger sprint.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 16:27:11 -0000 On Sat, 4 Mar 2006, Pawel Jakub Dawidek wrote: > On Sat, Mar 04, 2006 at 04:13:16PM +0000, Robert Watson wrote: > +> Reduce number of spaces for full name by four, and reduce padding > +> after tty entry by one space in order to provide extra spaces for > +> the tty entry. As a result, full pts names are now visible (up > +> to 999 pts's anyway): > > I object!:) > > +> Before: > +> Login Name TTY Idle Login Time Office Phone > +> robert Robert Watson *v0 3:55 Fri 02:54 > Pawel Jakub Dawidek > > +> After: > +> Login Name TTY Idle Login Time Office Phone > +> robert Robert Watson *v0 5:08 Fri 02:54 > Pawel Jakub Daw I was thinking that the only really *useful* information here anyway was the pty name, so how about the following layout: Login TTY Idle robert pts/383261947927375619273649127464589123912498712439124723947 always BTW, the Linux layout solution is to allow the line to wrap, which I think is pretty ugly. One place we could crib additional space is that we put two-space gaps between columns, and could reduce that universally to one space. This might reduce readability for data that involves spaces, such as login date. Another possibility is to trim the username a little earlier -- right now we have a very wide user column compared to other systems due to making room for 16-character usernames, which are not supported on on some other systems. You didn't need those four letters anyway. :-) Robert N M Watson From owner-cvs-src@FreeBSD.ORG Sat Mar 4 16:45:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2639816A420; Sat, 4 Mar 2006 16:45:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBBAB43D45; Sat, 4 Mar 2006 16:45:54 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24GjsnJ060473; Sat, 4 Mar 2006 16:45:54 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24Gjs7O060472; Sat, 4 Mar 2006 16:45:54 GMT (envelope-from rwatson) Message-Id: <200603041645.k24Gjs7O060472@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 16:45:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: TrustedBSD Cc: Subject: cvs commit: src/contrib/openbsm - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 16:45:55 -0000 rwatson 2006-03-04 16:45:54 UTC FreeBSD src repository src/contrib/openbsm - Imported sources Update of /home/ncvs/src/contrib/openbsm In directory repoman.freebsd.org:/tmp/cvs-serv60362 Log Message: Vendor branch import of TrustedBSD OpenBSM 1.0 alpha 5: - Update install notes to indicate /etc files are to be installed manually. - On systems without LOG_SECURITY, use LOG_AUTH. - Convert to autoconf/automake in order to move to a more portable (not BSD-specific) build infrastructure, and more easy conditional building of components. Currently, the primary feature loss is that automake does not have native support for manual symlinks. This will be addressed in a future OpenBSM release. - Add compat/queue.h, to be used on systems dated BSD queue macro libraries (as found on Linux). - Rename CHANGELOG to HISTORY, as our change log doesn't follow some of the existing conventions for a CHANGELOG. - Some private data structures moved from audit.h to audit_internal.h to prevent inappropriate use by applications and name space pollution. - Improved detection and use of endian macros using autoconf. - Avoid non-portable use of struct in6_addr, which is largely opaque. - Avoid leaking BSD kernel socket related token code to user space in bsm_token.c. - Teach System V IPC calls to look for Linux naming variations for certain struct ipc_perm fields. - Test for audit system calls, and if not present, don't build bsm_wrappers.c, bsm_notify.c, audit(8), and auditd(8), which rely on those system calls. - au_close() is not implemented on systems that don't have audit system calls, but au_close_buffer() is. - Work around missing BSDisms in bsm_wrapper.c. - Fix nested includes so including libbsm.h in an application on Linux picks up the necessary definitions. Obtained from: TrustedBSD Project Status: Vendor Tag: TrustedBSD Release Tags: OPENBSM_1_0_ALPHA_5 N src/contrib/openbsm/HISTORY U src/contrib/openbsm/LICENSE N src/contrib/openbsm/Makefile.am N src/contrib/openbsm/Makefile.in U src/contrib/openbsm/README U src/contrib/openbsm/TODO U src/contrib/openbsm/VERSION N src/contrib/openbsm/aclocal.m4 N src/contrib/openbsm/autogen.sh N src/contrib/openbsm/configure N src/contrib/openbsm/configure.ac N src/contrib/openbsm/bin/Makefile.am N src/contrib/openbsm/bin/Makefile.in N src/contrib/openbsm/bin/audit/Makefile.am N src/contrib/openbsm/bin/audit/Makefile.in U src/contrib/openbsm/bin/audit/audit.8 U src/contrib/openbsm/bin/audit/audit.c N src/contrib/openbsm/bin/auditd/Makefile.am N src/contrib/openbsm/bin/auditd/Makefile.in U src/contrib/openbsm/bin/auditd/audit_warn.c U src/contrib/openbsm/bin/auditd/auditd.8 U src/contrib/openbsm/bin/auditd/auditd.c U src/contrib/openbsm/bin/auditd/auditd.h N src/contrib/openbsm/bin/auditreduce/Makefile.am N src/contrib/openbsm/bin/auditreduce/Makefile.in U src/contrib/openbsm/bin/auditreduce/auditreduce.1 U src/contrib/openbsm/bin/auditreduce/auditreduce.c U src/contrib/openbsm/bin/auditreduce/auditreduce.h N src/contrib/openbsm/bin/praudit/Makefile.am N src/contrib/openbsm/bin/praudit/Makefile.in U src/contrib/openbsm/bin/praudit/praudit.1 U src/contrib/openbsm/bin/praudit/praudit.c N src/contrib/openbsm/bsm/Makefile.am N src/contrib/openbsm/bsm/Makefile.in U src/contrib/openbsm/bsm/audit.h U src/contrib/openbsm/bsm/audit_internal.h U src/contrib/openbsm/bsm/audit_kevents.h U src/contrib/openbsm/bsm/audit_record.h U src/contrib/openbsm/bsm/audit_uevents.h U src/contrib/openbsm/bsm/libbsm.h U src/contrib/openbsm/compat/endian.h N src/contrib/openbsm/compat/queue.h N src/contrib/openbsm/config/config.guess N src/contrib/openbsm/config/config.h.in N src/contrib/openbsm/config/config.sub N src/contrib/openbsm/config/depcomp N src/contrib/openbsm/config/install-sh N src/contrib/openbsm/config/ltmain.sh N src/contrib/openbsm/config/missing U src/contrib/openbsm/etc/audit_class U src/contrib/openbsm/etc/audit_control U src/contrib/openbsm/etc/audit_event U src/contrib/openbsm/etc/audit_user U src/contrib/openbsm/etc/audit_warn N src/contrib/openbsm/libbsm/Makefile.am N src/contrib/openbsm/libbsm/Makefile.in U src/contrib/openbsm/libbsm/au_class.3 U src/contrib/openbsm/libbsm/au_control.3 U src/contrib/openbsm/libbsm/au_event.3 U src/contrib/openbsm/libbsm/au_free_token.3 U src/contrib/openbsm/libbsm/au_io.3 U src/contrib/openbsm/libbsm/au_mask.3 U src/contrib/openbsm/libbsm/au_token.3 U src/contrib/openbsm/libbsm/au_user.3 U src/contrib/openbsm/libbsm/bsm_audit.c U src/contrib/openbsm/libbsm/bsm_class.c U src/contrib/openbsm/libbsm/bsm_control.c U src/contrib/openbsm/libbsm/bsm_event.c U src/contrib/openbsm/libbsm/bsm_flags.c U src/contrib/openbsm/libbsm/bsm_io.c U src/contrib/openbsm/libbsm/bsm_mask.c U src/contrib/openbsm/libbsm/bsm_notify.c U src/contrib/openbsm/libbsm/bsm_token.c U src/contrib/openbsm/libbsm/bsm_user.c U src/contrib/openbsm/libbsm/bsm_wrappers.c U src/contrib/openbsm/libbsm/libbsm.3 N src/contrib/openbsm/man/Makefile.am N src/contrib/openbsm/man/Makefile.in U src/contrib/openbsm/man/audit.2 U src/contrib/openbsm/man/audit.log.5 U src/contrib/openbsm/man/audit_class.5 U src/contrib/openbsm/man/audit_control.5 U src/contrib/openbsm/man/audit_event.5 U src/contrib/openbsm/man/audit_user.5 U src/contrib/openbsm/man/audit_warn.5 U src/contrib/openbsm/man/auditctl.2 U src/contrib/openbsm/man/auditon.2 U src/contrib/openbsm/man/getaudit.2 U src/contrib/openbsm/man/getauid.2 U src/contrib/openbsm/man/setaudit.2 U src/contrib/openbsm/man/setauid.2 N src/contrib/openbsm/tools/Makefile.am N src/contrib/openbsm/tools/Makefile.in U src/contrib/openbsm/tools/audump.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Sat Mar 4 16:48:36 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC26D16A420; Sat, 4 Mar 2006 16:48:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700C543D55; Sat, 4 Mar 2006 16:48:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24GmaKX068282; Sat, 4 Mar 2006 16:48:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24GmaPn068281; Sat, 4 Mar 2006 16:48:36 GMT (envelope-from rwatson) Message-Id: <200603041648.k24GmaPn068281@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 16:48:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/openbsm Makefile src/contrib/openbsm/bin Makefile src/contrib/openbsm/bin/audit Makefile src/contrib/openbsm/bin/auditd Makefile src/contrib/openbsm/bin/auditreduce Makefile src/contrib/openbsm/bin/praudit Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 16:48:36 -0000 rwatson 2006-03-04 16:48:36 UTC FreeBSD src repository Removed files: contrib/openbsm Makefile contrib/openbsm/bin Makefile contrib/openbsm/bin/audit Makefile contrib/openbsm/bin/auditd Makefile contrib/openbsm/bin/auditreduce Makefile contrib/openbsm/bin/praudit Makefile contrib/openbsm/bsm Makefile contrib/openbsm/libbsm Makefile contrib/openbsm/man Makefile contrib/openbsm/tools Makefile Log: Remove files deleted in the OpenBSM distribution from the OpenBSM vendor branch. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +0 -9 src/contrib/openbsm/Makefile (dead) 1.2 +0 -10 src/contrib/openbsm/bin/Makefile (dead) 1.2 +0 -12 src/contrib/openbsm/bin/audit/Makefile (dead) 1.2 +0 -13 src/contrib/openbsm/bin/auditd/Makefile (dead) 1.2 +0 -12 src/contrib/openbsm/bin/auditreduce/Makefile (dead) 1.2 +0 -12 src/contrib/openbsm/bin/praudit/Makefile (dead) 1.2 +0 -22 src/contrib/openbsm/bsm/Makefile (dead) 1.2 +0 -119 src/contrib/openbsm/libbsm/Makefile (dead) 1.2 +0 -19 src/contrib/openbsm/man/Makefile (dead) 1.2 +0 -13 src/contrib/openbsm/tools/Makefile (dead) From owner-cvs-src@FreeBSD.ORG Sat Mar 4 16:49:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27E2216A420; Sat, 4 Mar 2006 16:49:25 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C2743D46; Sat, 4 Mar 2006 16:49:24 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24GnOZA068344; Sat, 4 Mar 2006 16:49:24 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24GnOq2068343; Sat, 4 Mar 2006 16:49:24 GMT (envelope-from rwatson) Message-Id: <200603041649.k24GnOq2068343@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 16:49:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/openbsm/config config.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 16:49:25 -0000 rwatson 2006-03-04 16:49:24 UTC FreeBSD src repository Added files: contrib/openbsm/config config.h Log: Add generated config.h for FreeBSD. Obtained from: TrustedBSD Project Revision Changes Path 1.1 +192 -0 src/contrib/openbsm/config/config.h (new) From owner-cvs-src@FreeBSD.ORG Sat Mar 4 16:50:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F7E916A420; Sat, 4 Mar 2006 16:50:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E07EC43D46; Sat, 4 Mar 2006 16:50:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24Go44P068437; Sat, 4 Mar 2006 16:50:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24Go4ah068436; Sat, 4 Mar 2006 16:50:04 GMT (envelope-from rwatson) Message-Id: <200603041650.k24Go4ah068436@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 16:50:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/openbsm FREEBSD-upgrade X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 16:50:05 -0000 rwatson 2006-03-04 16:50:04 UTC FreeBSD src repository Modified files: contrib/openbsm FREEBSD-upgrade Log: Update FreeBSD import instructions for OpenBSM based on the new autoconf and automake OpenBSM world order. Obtained from: TrustedBSD Project Revision Changes Path 1.3 +31 -6 src/contrib/openbsm/FREEBSD-upgrade From owner-cvs-src@FreeBSD.ORG Sat Mar 4 16:54:22 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F0216A420; Sat, 4 Mar 2006 16:54:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E514243D46; Sat, 4 Mar 2006 16:54:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24GsLh6068581; Sat, 4 Mar 2006 16:54:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24GsLNa068580; Sat, 4 Mar 2006 16:54:21 GMT (envelope-from rwatson) Message-Id: <200603041654.k24GsLNa068580@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 16:54:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/bsm audit.h audit_internal.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 16:54:22 -0000 rwatson 2006-03-04 16:54:21 UTC FreeBSD src repository Modified files: sys/bsm audit.h audit_internal.h Log: Update src/sys/bsm for OpenBSM 1.0 alpha 5 changes: - Add new comments. - Move private data structures from public audit.h to audit_internal.h to avoid exposing queue.h macros to undesiring consumers. Obtained from: TrustedBSD Project Revision Changes Path 1.3 +7 -18 src/sys/bsm/audit.h 1.2 +24 -4 src/sys/bsm/audit_internal.h From owner-cvs-src@FreeBSD.ORG Sat Mar 4 16:56:57 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BC4416A420; Sat, 4 Mar 2006 16:56:57 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D1E43D5E; Sat, 4 Mar 2006 16:56:56 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24GuuSi068736; Sat, 4 Mar 2006 16:56:56 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24GuuaR068735; Sat, 4 Mar 2006 16:56:56 GMT (envelope-from dwmalone) Message-Id: <200603041656.k24GuuaR068735@repoman.freebsd.org> From: David Malone Date: Sat, 4 Mar 2006 16:56:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/quot quot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 16:56:57 -0000 dwmalone 2006-03-04 16:56:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/quot quot.c Log: MFC: Make quot skip unallocated inodes. Approved by: re (scottl) Revision Changes Path 1.22.6.1 +31 -3 src/usr.sbin/quot/quot.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 16:59:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 127FB16A422; Sat, 4 Mar 2006 16:59:10 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 722A243D46; Sat, 4 Mar 2006 16:59:09 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24Gx9sv068898; Sat, 4 Mar 2006 16:59:09 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24Gx9LA068897; Sat, 4 Mar 2006 16:59:09 GMT (envelope-from dwmalone) Message-Id: <200603041659.k24Gx9LA068897@repoman.freebsd.org> From: David Malone Date: Sat, 4 Mar 2006 16:59:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/quot quot.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 16:59:10 -0000 dwmalone 2006-03-04 16:59:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/quot quot.c Log: MFC: Make quot skip unallocated inodes. Approved by: re (scottl) Revision Changes Path 1.23.2.1 +31 -3 src/usr.sbin/quot/quot.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:00:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A00A716A420; Sat, 4 Mar 2006 17:00:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7489743D66; Sat, 4 Mar 2006 17:00:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24H0tcC069007; Sat, 4 Mar 2006 17:00:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24H0tbM069006; Sat, 4 Mar 2006 17:00:55 GMT (envelope-from rwatson) Message-Id: <200603041700.k24H0tbM069006@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 17:00:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit.c audit_bsm_token.c audit_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:00:56 -0000 rwatson 2006-03-04 17:00:55 UTC FreeBSD src repository Modified files: sys/security/audit audit.c audit_bsm_token.c audit_private.h Log: Update src/sys/security/audit for OpenBSM 1.0 alpha 5: - Include audit_internal.h to get definition of internal audit record structures, as it's no longer in audit.h. Forward declare au_record in audit_private.h as not all audit_private.h consumers care about it. - Remove __APPLE__ compatibility bits that are subsumed by configure for user space. - Don't expose in6_addr internals (non-portable, but also cleaner looking). - Avoid nested include of audit.h in audit_private.h. Obtained from: TrustedBSD Project Revision Changes Path 1.8 +1 -0 src/sys/security/audit/audit.c 1.2 +4 -14 src/sys/security/audit/audit_bsm_token.c 1.3 +1 -1 src/sys/security/audit/audit_private.h From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:03:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 535D616A420; Sat, 4 Mar 2006 17:03:08 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id C486743D48; Sat, 4 Mar 2006 17:03:03 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id k24H31hs005780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Mar 2006 20:03:01 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id k24H31F1005779; Sat, 4 Mar 2006 20:03:01 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sat, 4 Mar 2006 20:03:00 +0300 From: Gleb Smirnoff To: Paul Saab , ups@FreeBSD.org Message-ID: <20060304170300.GK92988@FreeBSD.org> References: <200603032236.k23Maq7W079474@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200603032236.k23Maq7W079474@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:03:08 -0000 On Fri, Mar 03, 2006 at 10:36:52PM +0000, Paul Saab wrote: P> ps 2006-03-03 22:36:52 UTC P> P> FreeBSD src repository P> P> Modified files: P> sys/kern kern_malloc.c P> Log: P> Fix bug in malloc_uninit(): P> Releasing items from the mt_zone can not be done by a simple P> uma_zfree() call since mt_zone is allocated with the UMA_ZONE_MALLOC P> flag. Use uma_zfree_arg instead and supply the slab. P> P> This bug caused panics in low memory situations on unloading kernel P> modules containing MALLOC_DEFINE(..) statements. P> P> Submitted by: ups Thanks! I was hitting this from time to time. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:09:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02F4616A422; Sat, 4 Mar 2006 17:09:19 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D106743D53; Sat, 4 Mar 2006 17:09:17 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24H9H3F069366; Sat, 4 Mar 2006 17:09:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24H9HON069365; Sat, 4 Mar 2006 17:09:17 GMT (envelope-from rwatson) Message-Id: <200603041709.k24H9HON069365@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 17:09:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit_pipe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:09:19 -0000 rwatson 2006-03-04 17:09:17 UTC FreeBSD src repository Modified files: sys/security/audit audit_pipe.c Log: Count drops when the first of two pipe mallocs fails. Obtained from: TrustedBSD Project Revision Changes Path 1.3 +1 -0 src/sys/security/audit/audit_pipe.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:13:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2B8E16A420; Sat, 4 Mar 2006 17:13:47 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A2643D45; Sat, 4 Mar 2006 17:13:47 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24HDl6B069713; Sat, 4 Mar 2006 17:13:47 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24HDlMS069712; Sat, 4 Mar 2006 17:13:47 GMT (envelope-from ceri) Message-Id: <200603041713.k24HDlMS069712@repoman.freebsd.org> From: Ceri Davies Date: Sat, 4 Mar 2006 17:13:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:13:48 -0000 ceri 2006-03-04 17:13:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . README Log: MFC revision 1.23: Add a note explaining what the rescue/ directory is for. Approved by: re (scottl) Revision Changes Path 1.22.12.1 +2 -0 src/README From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:14:23 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E18916A420; Sat, 4 Mar 2006 17:14:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DBC43D53; Sat, 4 Mar 2006 17:14:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24HEMee069769; Sat, 4 Mar 2006 17:14:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24HEM3f069768; Sat, 4 Mar 2006 17:14:22 GMT (envelope-from rwatson) Message-Id: <200603041714.k24HEM3f069768@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 17:14:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/openbsm CHANGELOG X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:14:23 -0000 rwatson 2006-03-04 17:14:22 UTC FreeBSD src repository Removed files: contrib/openbsm CHANGELOG Log: Delete file from FreeBSD vendor branch of OpenBSM that has been removed from the TrustedBSD OpenBSM distribution. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +0 -69 src/contrib/openbsm/CHANGELOG (dead) From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:19:19 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3445616A420; Sat, 4 Mar 2006 17:19:19 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E705243D48; Sat, 4 Mar 2006 17:19:18 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24HJIhQ070084; Sat, 4 Mar 2006 17:19:18 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24HJIvp070083; Sat, 4 Mar 2006 17:19:18 GMT (envelope-from ceri) Message-Id: <200603041719.k24HJIvp070083@repoman.freebsd.org> From: Ceri Davies Date: Sat, 4 Mar 2006 17:19:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:19:19 -0000 ceri 2006-03-04 17:19:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/sysinstall menus.c Log: MFC revision 1.416: Add new NTP servers for Taiwan. Approved by: re (scottl) Revision Changes Path 1.410.2.4 +15 -0 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:24:10 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D28AD16A420; Sat, 4 Mar 2006 17:24:10 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F3AE43D49; Sat, 4 Mar 2006 17:24:10 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24HOAmY070362; Sat, 4 Mar 2006 17:24:10 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24HOA0H070361; Sat, 4 Mar 2006 17:24:10 GMT (envelope-from ceri) Message-Id: <200603041724.k24HOA0H070361@repoman.freebsd.org> From: Ceri Davies Date: Sat, 4 Mar 2006 17:24:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/sysinstall menus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:24:11 -0000 ceri 2006-03-04 17:24:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/sysinstall menus.c Log: MFC revision 1.416: Add new NTP servers for Taiwan. Approved by: re (scottl) Revision Changes Path 1.395.2.7 +15 -0 src/usr.sbin/sysinstall/menus.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:27:08 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBADB16A420; Sat, 4 Mar 2006 17:27:08 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7926E43D46; Sat, 4 Mar 2006 17:27:08 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24HR8KS070558; Sat, 4 Mar 2006 17:27:08 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24HR8JC070557; Sat, 4 Mar 2006 17:27:08 GMT (envelope-from ceri) Message-Id: <200603041727.k24HR8JC070557@repoman.freebsd.org> From: Ceri Davies Date: Sat, 4 Mar 2006 17:27:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:27:08 -0000 ceri 2006-03-04 17:27:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . README Log: Correct yypo in the last commit. Submitted by: maxim Approved by: re (implicit; the last commit was not what they approved) Revision Changes Path 1.22.12.2 +1 -1 src/README From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:34:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E8D216A420; Sat, 4 Mar 2006 17:34:30 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56F7F43D45; Sat, 4 Mar 2006 17:34:30 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24HYUwb070869; Sat, 4 Mar 2006 17:34:30 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24HYUUj070868; Sat, 4 Mar 2006 17:34:30 GMT (envelope-from ume) Message-Id: <200603041734.k24HYUUj070868@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 4 Mar 2006 17:34:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/share/mklocale ko_KR.eucKR.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:34:30 -0000 ume 2006-03-04 17:34:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/mklocale ko_KR.eucKR.src Log: MFC 1.5: Add definitions of SWIDTH. It fixes the problem that tcsh 6.14 doesn't work correctly with ko_KR.eucKR locale. Approved by: re (scottl) Revision Changes Path 1.4.16.1 +46 -0 src/share/mklocale/ko_KR.eucKR.src From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:36:28 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20CEB16A420; Sat, 4 Mar 2006 17:36:28 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D128343D48; Sat, 4 Mar 2006 17:36:27 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24HaRlZ071058; Sat, 4 Mar 2006 17:36:27 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24HaRCP071057; Sat, 4 Mar 2006 17:36:27 GMT (envelope-from ume) Message-Id: <200603041736.k24HaRCP071057@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 4 Mar 2006 17:36:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/mklocale ko_KR.eucKR.src X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:36:28 -0000 ume 2006-03-04 17:36:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/mklocale ko_KR.eucKR.src Log: MFC 1.5: Add definitions of SWIDTH. It fixes the problem that tcsh 6.14 doesn't work correctly with ko_KR.eucKR locale. Approved by: re (scottl) Revision Changes Path 1.4.10.1 +46 -0 src/share/mklocale/ko_KR.eucKR.src From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:41:38 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B60A16A420; Sat, 4 Mar 2006 17:41:38 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596A843D48; Sat, 4 Mar 2006 17:41:38 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24HfceU071418; Sat, 4 Mar 2006 17:41:38 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24HfcML071417; Sat, 4 Mar 2006 17:41:38 GMT (envelope-from ume) Message-Id: <200603041741.k24HfcML071417@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 4 Mar 2006 17:41:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/lib/libc/net getaddrinfo.c res_query.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:41:38 -0000 ume 2006-03-04 17:41:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/net getaddrinfo.c res_query.c Log: MFC: - Just query 'as is', if there is a trailing dot in the name. - Don't query 'as is' twice. lib/libc/net/getaddrinfo.c: 1.71 lib/libc/net/res_query.c: 1.31 Approved by: re (scottl) Revision Changes Path 1.69.2.2 +20 -9 src/lib/libc/net/getaddrinfo.c 1.30.2.1 +20 -9 src/lib/libc/net/res_query.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:44:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C72A916A420; Sat, 4 Mar 2006 17:44:27 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505E443D5D; Sat, 4 Mar 2006 17:44:27 +0000 (GMT) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24HiRKQ071515; Sat, 4 Mar 2006 17:44:27 GMT (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24HiRfk071514; Sat, 4 Mar 2006 17:44:27 GMT (envelope-from ume) Message-Id: <200603041744.k24HiRfk071514@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 4 Mar 2006 17:44:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libc/net getaddrinfo.c res_query.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 17:44:28 -0000 ume 2006-03-04 17:44:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/net getaddrinfo.c res_query.c Log: MFC: - Just query 'as is', if there is a trailing dot in the name. - Don't query 'as is' twice. lib/libc/net/getaddrinfo.c: 1.71 lib/libc/net/res_query.c: 1.31 Approved by: re (scottl) Revision Changes Path 1.52.2.14 +20 -9 src/lib/libc/net/getaddrinfo.c 1.29.2.2 +20 -9 src/lib/libc/net/res_query.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 19:41:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D43016A420; Sat, 4 Mar 2006 19:41:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 211EA43D53; Sat, 4 Mar 2006 19:41:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24JfsvH075720; Sat, 4 Mar 2006 19:41:54 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24JfsTX075719; Sat, 4 Mar 2006 19:41:54 GMT (envelope-from pjd) Message-Id: <200603041941.k24JfsTX075719@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 4 Mar 2006 19:41:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom/label g_label_ufs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 19:41:55 -0000 pjd 2006-03-04 19:41:54 UTC FreeBSD src repository Modified files: sys/geom/label g_label_ufs.c Log: We need to check if file system size is equal to provider's size, because sysinstall(8) still bogusly puts first partition at offset 0 instead of 16, so glabel/ufs will find file system on slice instead of partition. Before sysinstall is fixed, we must keep this code, which means that we wont't be able to detect UFS file systems created with 'newfs -s ...'. PS. bsdlabel(8) creates partitions properly. MFC after: 3 days Revision Changes Path 1.10 +7 -2 src/sys/geom/label/g_label_ufs.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 20:47:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E9A116A420; Sat, 4 Mar 2006 20:47:20 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D94A043D45; Sat, 4 Mar 2006 20:47:19 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24KlJBr085542; Sat, 4 Mar 2006 20:47:19 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24KlJG3085541; Sat, 4 Mar 2006 20:47:19 GMT (envelope-from dwmalone) Message-Id: <200603042047.k24KlJG3085541@repoman.freebsd.org> From: David Malone Date: Sat, 4 Mar 2006 20:47:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/mac_bsdextended mac_bsdextended.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 20:47:20 -0000 dwmalone 2006-03-04 20:47:19 UTC FreeBSD src repository Modified files: sys/security/mac_bsdextended mac_bsdextended.c Log: Create a mac_bsdextended_check_vp function that takes a cred, a vnode and a mode and checks if a given access mode is permitted. This centralises the mac_bsdextended_enabled check and the GETATTR calls and makes the implementation of the mac policy methods simple. This should make it easier for us to match vnodes on more complex attributes than just uid and gid in the future, but for now there should be no functional change. Approved/Reviewed by: rwatson, trhodes MFC after: 1 month Revision Changes Path 1.28 +43 -280 src/sys/security/mac_bsdextended/mac_bsdextended.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 21:46:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D3616A422; Sat, 4 Mar 2006 21:46:35 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF3C43D53; Sat, 4 Mar 2006 21:46:35 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24LkZaI088896; Sat, 4 Mar 2006 21:46:35 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24LkZP5088895; Sat, 4 Mar 2006 21:46:35 GMT (envelope-from mjacob) Message-Id: <200603042146.k24LkZP5088895@repoman.freebsd.org> From: Matt Jacob Date: Sat, 4 Mar 2006 21:46:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 21:46:36 -0000 mjacob 2006-03-04 21:46:34 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c Log: turn some WARNs for unknown events into INFOs Revision Changes Path 1.19 +2 -2 src/sys/dev/mpt/mpt.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 22:45:15 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD05316A420; Sat, 4 Mar 2006 22:45:15 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66D5743D45; Sat, 4 Mar 2006 22:45:15 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24MjFjO091211; Sat, 4 Mar 2006 22:45:15 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24MjFtf091210; Sat, 4 Mar 2006 22:45:15 GMT (envelope-from rik) Message-Id: <200603042245.k24MjFtf091210@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 4 Mar 2006 22:45:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/ce ceddk.c ceddk.h if_ce.c ng_ce.h tau32-ddk.c tau32-ddk.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 22:45:15 -0000 rik 2006-03-04 22:45:14 UTC FreeBSD src repository Added files: (Branch: RELENG_4) sys/dev/ce ceddk.c ceddk.h if_ce.c ng_ce.h tau32-ddk.c tau32-ddk.h Log: MFC: Add support for Cronyx Tau32-PCI adapters. Revision Changes Path 1.1.2.1 +1522 -0 src/sys/dev/ce/ceddk.c (new) 1.1.2.1 +201 -0 src/sys/dev/ce/ceddk.h (new) 1.3.2.1 +2691 -0 src/sys/dev/ce/if_ce.c (new) 1.1.2.1 +31 -0 src/sys/dev/ce/ng_ce.h (new) 1.2.2.1 +4338 -0 src/sys/dev/ce/tau32-ddk.c (new) 1.2.2.1 +516 -0 src/sys/dev/ce/tau32-ddk.h (new) From owner-cvs-src@FreeBSD.ORG Sat Mar 4 22:51:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EC7A16A420; Sat, 4 Mar 2006 22:51:44 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0470143D46; Sat, 4 Mar 2006 22:51:44 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24Mphvl091479; Sat, 4 Mar 2006 22:51:43 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24MphX6091478; Sat, 4 Mar 2006 22:51:43 GMT (envelope-from rik) Message-Id: <200603042251.k24MphX6091478@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 4 Mar 2006 22:51:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/modules/ce Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 22:51:44 -0000 rik 2006-03-04 22:51:43 UTC FreeBSD src repository Added files: (Branch: RELENG_4) sys/modules/ce Makefile Log: MFC: Add support for Cronyx Tau32-PCI adapters. Revision Changes Path 1.2.2.1 +46 -0 src/sys/modules/ce/Makefile (new) From owner-cvs-src@FreeBSD.ORG Sat Mar 4 22:52:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C17016A420; Sat, 4 Mar 2006 22:52:27 +0000 (GMT) (envelope-from mux@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE1543D48; Sat, 4 Mar 2006 22:52:27 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id F105E1A4E61; Sat, 4 Mar 2006 14:52:26 -0800 (PST) Date: Sat, 4 Mar 2006 23:52:26 +0100 From: Maxime Henrion To: Joseph Koshy Message-ID: <20060304225226.GS55746@elvis.mu.org> References: <200603031854.k23IsXeJ062568@repoman.freebsd.org> <20060304154259.8A7BE16A422@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060304154259.8A7BE16A422@hub.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys queue.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 22:52:27 -0000 Joseph Koshy wrote: > > > mux 2006-03-03 18:54:33 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/sys queue.h > > Log: > > Cast the pointer to void * before casting it back to struct type * in > > STAILQ_LAST. This quiets a warning from GCC about increased required > > alignment for the cast. > > > > Idea from: cognet > > Doesn't this trade a compile time warning for a runtime fault on those > architectures where alignment matters? It doesn't, or the STAILQ_LAST macro simply wouldn't work on those architectures, and we know it does work. > Which code triggers this warning? > > 274 #define STAILQ_LAST(head, type, field) \ > 275 (STAILQ_EMPTY((head)) ? \ > 276 NULL : \ > 277 ((struct type *) \ > 278 ((char *)((head)->stqh_last) - __offsetof(struct type, field)))) It is apparently the cast to char * that makes GCC unhappy, because we later cast back to struct type * which has different alignment constraints than char *, obviously. We cannot just remove the cast to char * since it is needed to perform pointer arithmetic. I have no idea why a simple cast to void * is sufficient to shut him up but I'm not going to complain :-). > I can't see how this code would trigger a warning in normal usage. Well, write a snippet of code that uses STAILQ_LAST and try to compile it with -O2 and WARNS=6 on alpha and see by yourself. Or look at the last tinderbox failure e-mails for alpha. Cheers, Maxime From owner-cvs-src@FreeBSD.ORG Sat Mar 4 22:53:20 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BBEE16A420; Sat, 4 Mar 2006 22:53:20 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE9D943D45; Sat, 4 Mar 2006 22:53:19 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24MrJPm091541; Sat, 4 Mar 2006 22:53:19 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24MrJAB091540; Sat, 4 Mar 2006 22:53:19 GMT (envelope-from rik) Message-Id: <200603042253.k24MrJAB091540@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 4 Mar 2006 22:53:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/i386/include cserial.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 22:53:20 -0000 rik 2006-03-04 22:53:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/include cserial.h Log: MFC: Add support for Cronyx Tau32-PCI adapters. Revision Changes Path 1.1.4.2 +74 -4 src/sys/i386/include/cserial.h From owner-cvs-src@FreeBSD.ORG Sat Mar 4 22:54:27 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB9116A43C; Sat, 4 Mar 2006 22:54:27 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9795C43D46; Sat, 4 Mar 2006 22:54:27 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24MsRZC091607; Sat, 4 Mar 2006 22:54:27 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24MsRuD091606; Sat, 4 Mar 2006 22:54:27 GMT (envelope-from rik) Message-Id: <200603042254.k24MsRuD091606@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 4 Mar 2006 22:54:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sbin/sconfig sconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 22:54:28 -0000 rik 2006-03-04 22:54:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sbin/sconfig sconfig.c Log: MFC: Add support for Cronyx Tau32-PCI adapters. Revision Changes Path 1.2.4.2 +68 -16 src/sbin/sconfig/sconfig.c From owner-cvs-src@FreeBSD.ORG Sat Mar 4 22:55:55 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C318316A420; Sat, 4 Mar 2006 22:55:55 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8EBD43D8D; Sat, 4 Mar 2006 22:55:48 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24MtmEM091765; Sat, 4 Mar 2006 22:55:48 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24MtmiY091764; Sat, 4 Mar 2006 22:55:48 GMT (envelope-from rik) Message-Id: <200603042255.k24MtmiY091764@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 4 Mar 2006 22:55:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/share/man/man4/man4.i386 ce.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 22:55:56 -0000 rik 2006-03-04 22:55:48 UTC FreeBSD src repository Added files: (Branch: RELENG_4) share/man/man4/man4.i386 ce.4 Log: MFC: Add support for Cronyx Tau32-PCI adapters. Revision Changes Path 1.2.2.1 +105 -0 src/share/man/man4/man4.i386/ce.4 (new) From owner-cvs-src@FreeBSD.ORG Sat Mar 4 23:01:39 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BDE716A420; Sat, 4 Mar 2006 23:01:39 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BC4A43D45; Sat, 4 Mar 2006 23:01:39 +0000 (GMT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24N1dte092719; Sat, 4 Mar 2006 23:01:39 GMT (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24N1dUL092718; Sat, 4 Mar 2006 23:01:39 GMT (envelope-from rik) Message-Id: <200603042301.k24N1dUL092718@repoman.freebsd.org> From: Roman Kurakin Date: Sat, 4 Mar 2006 23:01:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/conf files.i386 files.pc98 majors src/share/man/man4/man4.i386 Makefile src/sys/i386/conf LINT src/etc MAKEDEV X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 04 Mar 2006 23:01:39 -0000 rik 2006-03-04 23:01:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/conf files.i386 files.pc98 majors share/man/man4/man4.i386 Makefile sys/i386/conf LINT etc MAKEDEV Log: MFC: Add support for Cronyx Tau32-PCI adapters. Connect to the system. Revision Changes Path 1.243.2.72 +18 -0 src/etc/MAKEDEV 1.122.2.18 +1 -1 src/share/man/man4/man4.i386/Makefile 1.307.2.49 +3 -0 src/sys/conf/files.i386 1.140.2.49 +3 -0 src/sys/conf/files.pc98 1.98.2.29 +1 -1 src/sys/conf/majors 1.749.2.176 +4 -0 src/sys/i386/conf/LINT