From owner-cvs-src@FreeBSD.ORG Sun Oct 29 00:04: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 1656116A407; Sun, 29 Oct 2006 00:04:41 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFA7143D49; Sun, 29 Oct 2006 00:04:40 +0000 (GMT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9T04eZh097090; Sun, 29 Oct 2006 00:04:40 GMT (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9T04eOw097085; Sun, 29 Oct 2006 00:04:40 GMT (envelope-from alc) Message-Id: <200610290004.k9T04eOw097085@repoman.freebsd.org> From: Alan Cox Date: Sun, 29 Oct 2006 00:04: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/kern vfs_bio.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, 29 Oct 2006 00:04:41 -0000 alc 2006-10-29 00:04:40 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Refactor vfs_setdirty(), creating vfs_setdirty_locked_object(). Call vfs_setdirty_locked_object() from vfs_busy_pages() instead of vfs_setdirty(), thereby eliminating a second acquisition and release of the same vm object lock. Revision Changes Path 1.513 +16 -6 src/sys/kern/vfs_bio.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 03:42: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 5354016A412; Sun, 29 Oct 2006 03:42:40 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1975B43D55; Sun, 29 Oct 2006 03:42:40 +0000 (GMT) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9T3gdKj054247; Sun, 29 Oct 2006 03:42:39 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from jfv@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9T3gdCL054246; Sun, 29 Oct 2006 03:42:39 GMT (envelope-from jfv) Message-Id: <200610290342.k9T3gdCL054246@repoman.freebsd.org> From: Jack F Vogel Date: Sun, 29 Oct 2006 03:42: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/dev/em if_em.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, 29 Oct 2006 03:42:40 -0000 jfv 2006-10-29 03:42:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/em if_em.c Log: Replace the 82542 device id by popular demand. Approved by: re Revision Changes Path 1.65.2.20 +2 -0 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 07:27: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 8699916A403; Sun, 29 Oct 2006 07:27:28 +0000 (UTC) (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 191DA43D53; Sun, 29 Oct 2006 07:27:28 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9T7RR7B015732; Sun, 29 Oct 2006 07:27:27 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9T7RRqs015731; Sun, 29 Oct 2006 07:27:27 GMT (envelope-from ru) Message-Id: <200610290727.k9T7RRqs015731@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 29 Oct 2006 07:27:27 +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/awk Makefile tran.c.diff X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Oct 2006 07:27:28 -0000 ru 2006-10-29 07:27:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/awk Makefile Added files: (Branch: RELENG_6) usr.bin/awk tran.c.diff Log: MFC: Fix a bug converting a variable from the numeric type to a string. PR: bin/104795 Approved by: re (hrs) Revision Changes Path 1.12.2.2 +1 -1 src/usr.bin/awk/Makefile 1.1.2.1 +22 -0 src/usr.bin/awk/tran.c.diff (new) From owner-cvs-src@FreeBSD.ORG Sun Oct 29 07:30: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 CA3DC16A40F; Sun, 29 Oct 2006 07:30:07 +0000 (UTC) (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 71D8C43D76; Sun, 29 Oct 2006 07:30:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9T7U6hV015840; Sun, 29 Oct 2006 07:30:06 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9T7U6Bv015839; Sun, 29 Oct 2006 07:30:06 GMT (envelope-from ru) Message-Id: <200610290730.k9T7U6Bv015839@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 29 Oct 2006 07:30:06 +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: Sun, 29 Oct 2006 07:30:08 -0000 ru 2006-10-29 07:30:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/usb ukbd.c Log: MFC: 1.58: Fix a non-working CapsLock LED under X. Approved by: re (hrs) Revision Changes Path 1.52.2.3 +2 -1 src/sys/dev/usb/ukbd.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 07:31: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 B572D16A403; Sun, 29 Oct 2006 07:31:41 +0000 (UTC) (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 1A9DD43D53; Sun, 29 Oct 2006 07:31:41 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9T7Vfas016506; Sun, 29 Oct 2006 07:31:41 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9T7VeVM016499; Sun, 29 Oct 2006 07:31:40 GMT (envelope-from ru) Message-Id: <200610290731.k9T7VeVM016499@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 29 Oct 2006 07:31: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/dev/atkbdc atkbd.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, 29 Oct 2006 07:31:41 -0000 ru 2006-10-29 07:31:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/atkbdc atkbd.c Log: MFC: 1.52: Fix LEDs not working when atkbd is an active keyboard and the physical keyboard is attached only after the system has already booted. Approved by: re (hrs) Revision Changes Path 1.47.2.3 +16 -16 src/sys/dev/atkbdc/atkbd.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 07:53: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 9B1E216A40F; Sun, 29 Oct 2006 07:53:39 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (vlsi00.si.noda.tus.ac.jp [133.31.130.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id D445D43D49; Sun, 29 Oct 2006 07:53:38 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from delta.allbsd.org (p3098-ipbf401funabasi.chiba.ocn.ne.jp [124.86.53.98]) (authenticated bits=128) by mail.allbsd.org (8.13.1/8.13.4) with ESMTP id k9T7rPGl035017; Sun, 29 Oct 2006 16:53:37 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (alph.allbsd.org [192.168.0.10]) (authenticated bits=0) by delta.allbsd.org (8.13.4/8.13.4) with ESMTP id k9T7r4od047244; Sun, 29 Oct 2006 16:53:07 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Sun, 29 Oct 2006 16:52:23 +0900 (JST) Message-Id: <20061029.165223.99206706.hrs@allbsd.org> To: jfv@FreeBSD.org From: Hiroki Sato In-Reply-To: <200610290342.k9T3gdCL054246@repoman.freebsd.org> References: <200610290342.k9T3gdCL054246@repoman.freebsd.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 5.1 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(Sun_Oct_29_16_52_23_2006_564)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (mail.allbsd.org [133.31.130.32]); Sun, 29 Oct 2006 16:53:37 +0900 (JST) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.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, 29 Oct 2006 07:53:39 -0000 ----Security_Multipart(Sun_Oct_29_16_52_23_2006_564)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jack F Vogel wrote in <200610290342.k9T3gdCL054246@repoman.freebsd.org>: jf> jfv 2006-10-29 03:42:39 UTC jf> jf> FreeBSD src repository jf> jf> Modified files: (Branch: RELENG_6) jf> sys/dev/em if_em.c jf> Log: jf> Replace the 82542 device id by popular demand. jf> Approved by: re jf> jf> Revision Changes Path jf> 1.65.2.20 +2 -0 src/sys/dev/em/if_em.c Thanks! -- | Hiroki SATO ----Security_Multipart(Sun_Oct_29_16_52_23_2006_564)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBFRF26TyzT2CeTzy0RAvc4AJ9u3AU4WC6jrAv2CSazPFiozXssbACgqvFP wWJN+7gcWzH3UWaHAq5X5iM= =GhRq -----END PGP SIGNATURE----- ----Security_Multipart(Sun_Oct_29_16_52_23_2006_564)---- From owner-cvs-src@FreeBSD.ORG Sun Oct 29 08:29: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 3545516A403; Sun, 29 Oct 2006 08:29:32 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAFBA43D45; Sun, 29 Oct 2006 08:29:31 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9T8TVtb029033; Sun, 29 Oct 2006 08:29:31 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9T8TVeF029032; Sun, 29 Oct 2006 08:29:31 GMT (envelope-from mlaier) Message-Id: <200610290829.k9T8TVeF029032@repoman.freebsd.org> From: Max Laier Date: Sun, 29 Oct 2006 08:29: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/sys/dev/iwi if_iwi.c if_iwireg.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, 29 Oct 2006 08:29:32 -0000 mlaier 2006-10-29 08:29:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/iwi if_iwi.c if_iwireg.h Log: MFC if_iwi.c 1.41, if_iwireg.h 1.13: Truncate negotiated rate set to the number of rates that the firmware supports. Found by: Jeremie Le Hen Obtained from: OpenBSD (w/ changes) Approved by: re (hrs) Revision Changes Path 1.8.2.10 +5 -0 src/sys/dev/iwi/if_iwi.c 1.2.2.4 +2 -1 src/sys/dev/iwi/if_iwireg.h From owner-cvs-src@FreeBSD.ORG Sun Oct 29 09:32: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 B09DA16A403; Sun, 29 Oct 2006 09:32:33 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id F10CB43D58; Sun, 29 Oct 2006 09:32:32 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.8/8.13.8) with ESMTP id k9T9WUNu022260; Sun, 29 Oct 2006 12:32:30 +0300 (MSK) (envelope-from marck@rinet.ru) Date: Sun, 29 Oct 2006 12:32:30 +0300 (MSK) From: Dmitry Morozovsky To: Poul-Henning Kamp In-Reply-To: <1170.1162071012@critter.freebsd.dk> Message-ID: <20061029123127.N18321@woozle.rinet.ru> References: <1170.1162071012@critter.freebsd.dk> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Sun, 29 Oct 2006 12:32:31 +0300 (MSK) Cc: cvs-src@freebsd.org, Ceri Davies , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc rc.firewall src/etc/defaults rc.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: Sun, 29 Oct 2006 09:32:33 -0000 On Sat, 28 Oct 2006, Poul-Henning Kamp wrote: PK> >> Add "workstation" which protects just this machine with stateful PK> >> firewalling. Put the variables for this in rc.conf. PK> > PK> >Any reason not to replace/reimplement "client" with this? PK> PK> Backwards compat ? maybe make them aliases (in HEAD only, to preserve POLA)? Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-cvs-src@FreeBSD.ORG Sun Oct 29 09:48: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 0EECD16A412; Sun, 29 Oct 2006 09:48:45 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7C643D60; Sun, 29 Oct 2006 09:48:44 +0000 (GMT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9T9miZC051879; Sun, 29 Oct 2006 09:48:44 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9T9mi70051878; Sun, 29 Oct 2006 09:48:44 GMT (envelope-from bde) Message-Id: <200610290948.k9T9mi70051878@repoman.freebsd.org> From: Bruce Evans Date: Sun, 29 Oct 2006 09:48: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/amd64/amd64 prof_machdep.c src/sys/i386/isa prof_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: Sun, 29 Oct 2006 09:48:45 -0000 bde 2006-10-29 09:48:44 UTC FreeBSD src repository Modified files: sys/amd64/amd64 prof_machdep.c sys/i386/isa prof_machdep.c Log: Removed some SMP ifdefs so that using the TSC as a cputime clock is not completely decided at config time. Just don't default to using the TSC if there are multiple active CPUs. Also, don't default to using the TSC if it is broken. SMP ifdefs are still used to disallow using perfmon since perfmon is always broken if SMP is just configured. This only helps much for SMP kernels running on 1 CPU. The overheads for using the i8254 cputime clock were a bit too high on 486/33's, and now on multi-GHz CPUs they are usually in the 99-99.9% range. Switching from the old default of an i8254 clock to the TSC works poorly because the overheads are not recalibrated. Use the same condition for declaring perfmon stuff as for using it. Revision Changes Path 1.28 +5 -10 src/sys/amd64/amd64/prof_machdep.c 1.29 +10 -9 src/sys/i386/isa/prof_machdep.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 09:51: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 5952516A47B; Sun, 29 Oct 2006 09:51:17 +0000 (UTC) (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 F412543D5C; Sun, 29 Oct 2006 09:51:16 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9T9otDm052027; Sun, 29 Oct 2006 09:50:55 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9T9otKL052026; Sun, 29 Oct 2006 09:50:55 GMT (envelope-from netchild) Message-Id: <200610290950.k9T9otKL052026@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 29 Oct 2006 09:50: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/compat/linprocfs linprocfs.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, 29 Oct 2006 09:51:17 -0000 netchild 2006-10-29 09:50:55 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c Log: style(9) Noticed by: rwatson Revision Changes Path 1.100 +1 -0 src/sys/compat/linprocfs/linprocfs.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 12:09: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 66E9C16A407; Sun, 29 Oct 2006 12:09:26 +0000 (UTC) (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 57EFD43D4C; Sun, 29 Oct 2006 12:09:25 +0000 (GMT) (envelope-from oleg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TC9PmA095604; Sun, 29 Oct 2006 12:09:25 GMT (envelope-from oleg@repoman.freebsd.org) Received: (from oleg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TC9P1x095603; Sun, 29 Oct 2006 12:09:25 GMT (envelope-from oleg) Message-Id: <200610291209.k9TC9P1x095603@repoman.freebsd.org> From: Oleg Bulyzhin Date: Sun, 29 Oct 2006 12:09: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/netinet ip_dummynet.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, 29 Oct 2006 12:09:26 -0000 oleg 2006-10-29 12:09:25 UTC FreeBSD src repository Modified files: sys/netinet ip_dummynet.c Log: - Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70 - Pay respect to net.isr.direct: use netisr_dispatch() instead of ip_input() Reviewed by: glebius, rwatson - purge_flow_set(): - Do not leak memory while purging queues which are not bound to pipe. - style(9) cleanup MFC after: 2 months Revision Changes Path 1.105 +32 -35 src/sys/netinet/ip_dummynet.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 13: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 A370716A40F; Sun, 29 Oct 2006 13:29:50 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FE5D43D5C; Sun, 29 Oct 2006 13:29:50 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TDToo2017251; Sun, 29 Oct 2006 13:29:50 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TDTokN017250; Sun, 29 Oct 2006 13:29:50 GMT (envelope-from mlaier) Message-Id: <200610291329.k9TDTokN017250@repoman.freebsd.org> From: Max Laier Date: Sun, 29 Oct 2006 13:29: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/etc network.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Oct 2006 13:29:50 -0000 mlaier 2006-10-29 13:29:50 UTC FreeBSD src repository Modified files: etc network.subr Log: Do not try to rtsol on pflog or pfsync devices. Revision Changes Path 1.176 +1 -1 src/etc/network.subr From owner-cvs-src@FreeBSD.ORG Sun Oct 29 14:02: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 BC0AF16A407; Sun, 29 Oct 2006 14:02:42 +0000 (UTC) (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 BA12C43D45; Sun, 29 Oct 2006 14:02:40 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TE2eT5024444; Sun, 29 Oct 2006 14:02:40 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TE2ea1024443; Sun, 29 Oct 2006 14:02:40 GMT (envelope-from netchild) Message-Id: <200610291402.k9TE2ea1024443@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 29 Oct 2006 14:02: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/amd64/linux32 linux.h syscalls.master src/sys/compat/linux linux_aio.c linux_aio.h src/sys/conf files.amd64 files.i386 files.pc98 src/sys/i386/linux linux.h syscalls.master src/sys/modules/linux 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, 29 Oct 2006 14:02:42 -0000 netchild 2006-10-29 14:02:39 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux.h syscalls.master sys/conf files.amd64 files.i386 files.pc98 sys/i386/linux linux.h syscalls.master sys/modules/linux Makefile Removed files: sys/compat/linux linux_aio.c linux_aio.h Log: Backout the linux aio stuff. Several problems where identified and the dynamic nature (if no native aio code is available, the linux part returns ENOSYS because of missing requisites) should be solved differently than it is. All this will be done in P4. Not included in this commit is a backout of the changes to the native aio code (removing static in some places). Those changes (and some more) will also be needed when the reworked linux aio stuff will reenter the tree. Requested by: rwatson Discussed with: rwatson Revision Changes Path 1.8 +0 -2 src/sys/amd64/linux32/linux.h 1.23 +5 -5 src/sys/amd64/linux32/syscalls.master 1.2 +0 -1349 src/sys/compat/linux/linux_aio.c (dead) 1.2 +0 -98 src/sys/compat/linux/linux_aio.h (dead) 1.98 +0 -1 src/sys/conf/files.amd64 1.570 +0 -1 src/sys/conf/files.i386 1.349 +0 -1 src/sys/conf/files.pc98 1.71 +0 -2 src/sys/i386/linux/linux.h 1.83 +5 -5 src/sys/i386/linux/syscalls.master 1.70 +1 -1 src/sys/modules/linux/Makefile From owner-cvs-src@FreeBSD.ORG Sun Oct 29 14:12: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 3390116A407; Sun, 29 Oct 2006 14:12:48 +0000 (UTC) (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 D315443D6E; Sun, 29 Oct 2006 14:12:44 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TECi1Z027455; Sun, 29 Oct 2006 14:12:44 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TECiaH027453; Sun, 29 Oct 2006 14:12:44 GMT (envelope-from netchild) Message-Id: <200610291412.k9TECiaH027453@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 29 Oct 2006 14:12: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/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_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: Sun, 29 Oct 2006 14:12:48 -0000 netchild 2006-10-29 14:12:44 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: regen after linux_io_* backout Revision Changes Path 1.25 +1 -35 src/sys/amd64/linux32/linux32_proto.h 1.25 +1 -6 src/sys/amd64/linux32/linux32_syscall.h 1.25 +6 -6 src/sys/amd64/linux32/linux32_sysent.c 1.86 +1 -35 src/sys/i386/linux/linux_proto.h 1.80 +1 -6 src/sys/i386/linux/linux_syscall.h 1.87 +6 -6 src/sys/i386/linux/linux_sysent.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 14:12: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 B9E1216A55E; Sun, 29 Oct 2006 14:12:53 +0000 (UTC) (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 B611743D67; Sun, 29 Oct 2006 14:12:50 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TECo8M027532; Sun, 29 Oct 2006 14:12:50 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TECoHP027529; Sun, 29 Oct 2006 14:12:50 GMT (envelope-from ru) Message-Id: <200610291412.k9TECoHP027529@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 29 Oct 2006 14:12: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/usr.sbin/fdcontrol fdcontrol.8 src/usr.sbin/smbmsg smbmsg.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, 29 Oct 2006 14:12:53 -0000 ru 2006-10-29 14:12:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/fdcontrol fdcontrol.8 usr.sbin/smbmsg smbmsg.8 Log: MFC: Force the use of the tbl(1) preprocessor. Approved by: re (blanket) Revision Changes Path 1.20.8.1 +1 -1 src/usr.sbin/fdcontrol/fdcontrol.8 1.4.2.1 +1 -0 src/usr.sbin/smbmsg/smbmsg.8 From owner-cvs-src@FreeBSD.ORG Sun Oct 29 14:38: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 B5C1416A47B; Sun, 29 Oct 2006 14:38:18 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4547043D53; Sun, 29 Oct 2006 14:38:18 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TEcI22033060; Sun, 29 Oct 2006 14:38:18 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TEcI2E033059; Sun, 29 Oct 2006 14:38:18 GMT (envelope-from erwin) Message-Id: <200610291438.k9TEcI2E033059@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 29 Oct 2006 14:38: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 dist.c install.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: Sun, 29 Oct 2006 14:38:18 -0000 erwin 2006-10-29 14:38:18 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) usr.sbin/sysinstall dist.c install.c sysinstall.h Log: MFC: If the user did not chose a distribution from the menu, a sensible default distribution (user) will be installed, however, no kernel will be installed. Fix this by installing a sensible default kernel, SMP/GENERIC, depending on WITH_SMP and number of CPUS found. Approved by: re (hrs) Revision Changes Path 1.239.2.4 +1 -1 src/usr.sbin/sysinstall/dist.c 1.363.2.4 +2 -0 src/usr.sbin/sysinstall/install.c 1.264.2.6 +1 -0 src/usr.sbin/sysinstall/sysinstall.h From owner-cvs-src@FreeBSD.ORG Sun Oct 29 14:49: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 21B0316A403; Sun, 29 Oct 2006 14:49:11 +0000 (UTC) (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 C0AD143D46; Sun, 29 Oct 2006 14:49:10 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TEnAw4034595; Sun, 29 Oct 2006 14:49:10 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TEnAiN034594; Sun, 29 Oct 2006 14:49:10 GMT (envelope-from simon) Message-Id: <200610291449.k9TEnAiN034594@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 29 Oct 2006 14:49: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/lib/libc/sys write.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, 29 Oct 2006 14:49:11 -0000 simon 2006-10-29 14:49:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys write.2 Log: MFC 1.33: Minor markup fix: A comma should be seperated by space from macro argument. This resulted in "pwritev,()" instead of the intended "pwritev()," in the output. Approved by: re (hrs) Revision Changes Path 1.30.2.1 +1 -1 src/lib/libc/sys/write.2 From owner-cvs-src@FreeBSD.ORG Sun Oct 29 14:50: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 EB2FA16A47E; Sun, 29 Oct 2006 14:50:58 +0000 (UTC) (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 B7AA343D58; Sun, 29 Oct 2006 14:50:58 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TEowe3034803; Sun, 29 Oct 2006 14:50:58 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TEowL4034801; Sun, 29 Oct 2006 14:50:58 GMT (envelope-from ru) Message-Id: <200610291450.k9TEowL4034801@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 29 Oct 2006 14:50: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/boot/common load_elf.c src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/libi386 elf32_freebsd.c src/sys/boot/pc98/boot2 boot.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, 29 Oct 2006 14:50:59 -0000 ru 2006-10-29 14:50:58 UTC FreeBSD src repository Modified files: sys/boot/common load_elf.c sys/boot/i386/boot2 boot2.c sys/boot/i386/libi386 elf32_freebsd.c sys/boot/pc98/boot2 boot.c Log: Because the BTX mini-kernel now uses flat memory mode and clients are no longer limited to a virtual address space of 16 megabytes, only mask high two bits of a virtual address. This allows to load larger kernels (up to 1 gigabyte). Not masking addresses at all was a bad idea on machines with less than >3G of memory -- kernels are linked at 0xc0xxxxxx, and that would attempt to load a kernel at above 3G. By masking only two highest bits we stay within the safe limits while still allowing to boot larger kernels. (This is a safer reimplmentation of sys/boot/i386/boot2/boot.2.c rev. 1.71.) Prodded by: jhb Tested by: nyan (pc98) Revision Changes Path 1.35 +1 -1 src/sys/boot/common/load_elf.c 1.82 +3 -3 src/sys/boot/i386/boot2/boot2.c 1.16 +1 -1 src/sys/boot/i386/libi386/elf32_freebsd.c 1.15 +2 -2 src/sys/boot/pc98/boot2/boot.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 14:57: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 4FA3C16A403; Sun, 29 Oct 2006 14:57:11 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id C550E43D46; Sun, 29 Oct 2006 14:57:10 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id CAA9E5ECF; Sun, 29 Oct 2006 17:57:09 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id A83E75ECE; Sun, 29 Oct 2006 17:57:09 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k9TEvD0m030581; Sun, 29 Oct 2006 17:57:13 +0300 (MSK) (envelope-from ru) Date: Sun, 29 Oct 2006 17:57:13 +0300 From: Ruslan Ermilov To: Poul-Henning Kamp Message-ID: <20061029145713.GB30467@rambler-co.ru> References: <200610282008.k9SK8DxJ047891@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TRYliJ5NKNqkz5bu" Content-Disposition: inline In-Reply-To: <200610282008.k9SK8DxJ047891@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc rc.firewall src/etc/defaults rc.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: Sun, 29 Oct 2006 14:57:11 -0000 --TRYliJ5NKNqkz5bu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 28, 2006 at 08:08:12PM +0000, Poul-Henning Kamp wrote: > phk 2006-10-28 20:08:12 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc rc.firewall=20 > etc/defaults rc.conf=20 > Log: > Give rc.firewall a polish and a new method. > =20 > Factor out the loopback setup > =20 > Use "me" instead of hardcoded $ip where possible. > =20 > Add "workstation" which protects just this machine with stateful > firewalling. Put the variables for this in rc.conf. > =20 > Submitted by: Flemming Jacobsen > Reviewed by: cperciva > =20 > Revision Changes Path > 1.301 +10 -0 src/etc/defaults/rc.conf > 1.49 +107 -16 src/etc/rc.firewall >=20 Documenting new rc.conf(5) knobs is NOT optional; please finish your change by documenting it, or let me know if you hired anybody to work on this for you. :-) Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --TRYliJ5NKNqkz5bu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFRMFJqRfpzJluFF4RAu7uAJ0Y8l4j06RzoapcwYmV6pjsEyCexwCffMqM vOxs2XzcOrSyvp63ZMzI0aY= =xoeY -----END PGP SIGNATURE----- --TRYliJ5NKNqkz5bu-- From owner-cvs-src@FreeBSD.ORG Sun Oct 29 16:43: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 7CA6916A403; Sun, 29 Oct 2006 16:43:33 +0000 (UTC) (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 D94BF43D55; Sun, 29 Oct 2006 16:43:32 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TGhW1w055066; Sun, 29 Oct 2006 16:43:32 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TGhWmI055065; Sun, 29 Oct 2006 16:43:32 GMT (envelope-from maxim) Message-Id: <200610291643.k9TGhWmI055065@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 29 Oct 2006 16:43:32 +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/compat-43 killpg.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, 29 Oct 2006 16:43:33 -0000 maxim 2006-10-29 16:43:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/compat-43 killpg.2 Log: MFC rev. 1.13: fix SIGCONT special case description similar to rev. 1.22 kill.2. Approved by: re (hrs) Revision Changes Path 1.12.12.1 +2 -2 src/lib/libc/compat-43/killpg.2 From owner-cvs-src@FreeBSD.ORG Sun Oct 29 16:45: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 432B816A40F; Sun, 29 Oct 2006 16:45:51 +0000 (UTC) (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 076B043D6B; Sun, 29 Oct 2006 16:45:44 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TGjiRt055364; Sun, 29 Oct 2006 16:45:44 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TGjiCx055363; Sun, 29 Oct 2006 16:45:44 GMT (envelope-from maxim) Message-Id: <200610291645.k9TGjiCx055363@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 29 Oct 2006 16:45: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/lib/libvgl vgl.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, 29 Oct 2006 16:45:51 -0000 maxim 2006-10-29 16:45:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libvgl vgl.3 Log: MFC rev. 1.31: fix typo. Approved by: re (hrs) Revision Changes Path 1.30.2.1 +1 -1 src/lib/libvgl/vgl.3 From owner-cvs-src@FreeBSD.ORG Sun Oct 29 16:47: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 2C98D16A417; Sun, 29 Oct 2006 16:47:19 +0000 (UTC) (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 749B443D6B; Sun, 29 Oct 2006 16:47:16 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TGlGKx063407; Sun, 29 Oct 2006 16:47:16 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TGlF5r063406; Sun, 29 Oct 2006 16:47:15 GMT (envelope-from maxim) Message-Id: <200610291647.k9TGlF5r063406@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 29 Oct 2006 16:47: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/bsdlabel bsdlabel.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, 29 Oct 2006 16:47:19 -0000 maxim 2006-10-29 16:47:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/bsdlabel bsdlabel.c Log: MFC rev. 1.112: finish '-s' flag removal. Approved by: re (hrs) Revision Changes Path 1.110.2.2 +1 -1 src/sbin/bsdlabel/bsdlabel.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 16:48: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 5202716A47B; Sun, 29 Oct 2006 16:48:47 +0000 (UTC) (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 BC1EF43D64; Sun, 29 Oct 2006 16:48:46 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TGmkkt063456; Sun, 29 Oct 2006 16:48:46 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TGmkJS063455; Sun, 29 Oct 2006 16:48:46 GMT (envelope-from maxim) Message-Id: <200610291648.k9TGmkJS063455@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 29 Oct 2006 16:48:46 +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/bin/rm rm.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, 29 Oct 2006 16:48:47 -0000 maxim 2006-10-29 16:48:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) bin/rm rm.c Log: MFC rev. 1.56: do not call chflags() for whiteouted files. Approved by: re (hrs) Revision Changes Path 1.52.2.3 +1 -1 src/bin/rm/rm.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 16:51: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 56A2116A40F; Sun, 29 Oct 2006 16:51:17 +0000 (UTC) (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 116B343D67; Sun, 29 Oct 2006 16:51:17 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TGpGoY063979; Sun, 29 Oct 2006 16:51:16 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TGpGlA063978; Sun, 29 Oct 2006 16:51:16 GMT (envelope-from maxim) Message-Id: <200610291651.k9TGpGlA063978@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 29 Oct 2006 16:51: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/lib/libc/sys read.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, 29 Oct 2006 16:51:17 -0000 maxim 2006-10-29 16:51:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/sys read.2 Log: MFC revs. 1.33, 1.34: try to explain what the slow device is. Approved by: re (hrs) Revision Changes Path 1.30.2.2 +5 -3 src/lib/libc/sys/read.2 From owner-cvs-src@FreeBSD.ORG Sun Oct 29 17:23: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 102AC16A47C; Sun, 29 Oct 2006 17:23:55 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F0143D53; Sun, 29 Oct 2006 17:23:54 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9THNs2m070376; Sun, 29 Oct 2006 17:23:54 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9THNss7070375; Sun, 29 Oct 2006 17:23:54 GMT (envelope-from marius) Message-Id: <200610291723.k9THNss7070375@repoman.freebsd.org> From: Marius Strobl Date: Sun, 29 Oct 2006 17:23: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/modules/powermac_nvram 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, 29 Oct 2006 17:23:55 -0000 marius 2006-10-29 17:23:54 UTC FreeBSD src repository Modified files: sys/modules/powermac_nvram Makefile Log: Add missing headers. Revision Changes Path 1.2 +1 -0 src/sys/modules/powermac_nvram/Makefile From owner-cvs-src@FreeBSD.ORG Sun Oct 29 20:03: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 4427A16A403; Sun, 29 Oct 2006 20:03:56 +0000 (UTC) (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 CC33C43D64; Sun, 29 Oct 2006 20:03:55 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TK3th8004311; Sun, 29 Oct 2006 20:03:55 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TK3tbu004310; Sun, 29 Oct 2006 20:03:55 GMT (envelope-from imp) Message-Id: <200610292003.k9TK3tbu004310@repoman.freebsd.org> From: Warner Losh Date: Sun, 29 Oct 2006 20:03: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/sys 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: Sun, 29 Oct 2006 20:03:56 -0000 imp 2006-10-29 20:03:55 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Retire the failed OBSOLETE_IN_6 experiment code. Revision Changes Path 1.278 +0 -6 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Sun Oct 29 20:19: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 71ED416A412; Sun, 29 Oct 2006 20:19:42 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 352C543D45; Sun, 29 Oct 2006 20:19:42 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TKJgXh006259; Sun, 29 Oct 2006 20:19:42 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TKJgcn006258; Sun, 29 Oct 2006 20:19:42 GMT (envelope-from marius) Message-Id: <200610292019.k9TKJgcn006258@repoman.freebsd.org> From: Marius Strobl Date: Sun, 29 Oct 2006 20:19: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/pci if_sis.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, 29 Oct 2006 20:19:42 -0000 marius 2006-10-29 20:19:41 UTC FreeBSD src repository Modified files: sys/pci if_sis.c Log: Wrap code optimized for architectures without alignment constraints in #ifdef __NO_STRICT_ALIGNMENT rather than #if defined(__i386__) || defined(__amd64__). Currently this change is cosmetic only though. While at it, fix a nearby style(9) bug and remove a no longer used header. Revision Changes Path 1.147 +5 -6 src/sys/pci/if_sis.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 20:24: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 2987516A40F; Sun, 29 Oct 2006 20:24:28 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0457E43D5A; Sun, 29 Oct 2006 20:24:28 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TKORjv007756; Sun, 29 Oct 2006 20:24:27 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TKORuM007755; Sun, 29 Oct 2006 20:24:27 GMT (envelope-from marius) Message-Id: <200610292024.k9TKORuM007755@repoman.freebsd.org> From: Marius Strobl Date: Sun, 29 Oct 2006 20:24:27 +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/dc if_dc.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, 29 Oct 2006 20:24:28 -0000 marius 2006-10-29 20:24:27 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: - Wrap code optimized for architectures without alignment constraints in #ifdef __NO_STRICT_ALIGNMENT rather than #ifdef __i386__. This means that amd64 now also uses the optimized code. [1] While at it, fix a nearby style(9) bug. - Remove the hw.dc_quick SYSCTL, which allowed to turn off the above mentioned optimization, as like the equivalent and already removed - In dc_setcfg() suppress printing a warning when forcing the receiver and transceiver to idle state times out for chips where the status bits in question just never change (observed in detail with DM9102A) and therefore the warning would be highly likely false positive. [2] - In dc_ifmedia_sts() add a missing DC_UNLOCK(). Tested by: Hans-Joerg Sirtl on amd64 [1] PR: 82681 [2] Obtained from: NetBSD tlp(4) [2] MFC after: 1 week Revision Changes Path 1.186 +22 -16 src/sys/dev/dc/if_dc.c From owner-cvs-src@FreeBSD.ORG Sun Oct 29 21:02: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 16C0516A403; Sun, 29 Oct 2006 21:02:23 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEF143D5C; Sun, 29 Oct 2006 21:02:22 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9TL2MpI023222; Sun, 29 Oct 2006 21:02:22 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9TL2M5N023220; Sun, 29 Oct 2006 21:02:22 GMT (envelope-from jb) Message-Id: <200610292102.k9TL2M5N023220@repoman.freebsd.org> From: John Birrell Date: Sun, 29 Oct 2006 21:02: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/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: Sun, 29 Oct 2006 21:02:23 -0000 jb 2006-10-29 21:02:22 UTC FreeBSD src repository Modified files: sys/sys proc.h Log: Add the padding fields to 'struct proc' for the !KSE case that I missed. Noticed by: pjd Revision Changes Path 1.463 +4 -0 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Mon Oct 30 01:58: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 3D8E416A40F; Mon, 30 Oct 2006 01:58:51 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23BC43D5C; Mon, 30 Oct 2006 01:58:50 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9U1wodc082221; Mon, 30 Oct 2006 01:58:50 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9U1wolZ082220; Mon, 30 Oct 2006 01:58:50 GMT (envelope-from marius) Message-Id: <200610300158.k9U1wolZ082220@repoman.freebsd.org> From: Marius Strobl Date: Mon, 30 Oct 2006 01:58: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/dc if_dc.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, 30 Oct 2006 01:58:51 -0000 marius 2006-10-30 01:58:50 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c Log: Forced commit to denote that the third item of the previous commit message should have read: - Remove the hw.dc_quick SYSCTL, which allowed to turn off the above mentioned optimization, as like the equivalent and already removed hw.sis_quick it existed for testing purposes only. Revision Changes Path 1.187 +0 -0 src/sys/dev/dc/if_dc.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 02:04: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 EB97F16A403; Mon, 30 Oct 2006 02:04:04 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A1E43D7D; Mon, 30 Oct 2006 02:03:57 +0000 (GMT) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.13.8/8.13.8/ALCHEMY.FRANKEN.DE) with ESMTP id k9U23u9x006847; Mon, 30 Oct 2006 03:03:56 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.13.8/8.13.8/Submit) id k9U23usT006846; Mon, 30 Oct 2006 03:03:56 +0100 (CET) (envelope-from marius) Date: Mon, 30 Oct 2006 03:03:56 +0100 From: Marius Strobl To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20061030020356.GB48970@alchemy.franken.de> References: <200610300158.k9U1wolZ082220@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200610300158.k9U1wolZ082220@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: cvs commit: src/sys/dev/dc if_dc.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, 30 Oct 2006 02:04:05 -0000 On Mon, Oct 30, 2006 at 01:58:50AM +0000, Marius Strobl wrote: > marius 2006-10-30 01:58:50 UTC > > FreeBSD src repository > > Modified files: > sys/dev/dc if_dc.c > Log: > Forced commit to denote that the third item of the previous commit > message should have read: > Gnmpf, actually the second item; definitely not my day... Marius From owner-cvs-src@FreeBSD.ORG Mon Oct 30 03: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 73BC616A412; Mon, 30 Oct 2006 03:32:10 +0000 (UTC) (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 015DD43D45; Mon, 30 Oct 2006 03:32:10 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9U3W9K3099045; Mon, 30 Oct 2006 03:32:09 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9U3W9xF099044; Mon, 30 Oct 2006 03:32:09 GMT (envelope-from delphij) Message-Id: <200610300332.k9U3W9xF099044@repoman.freebsd.org> From: Xin LI Date: Mon, 30 Oct 2006 03:32: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/bin/rm rm.1 rm.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, 30 Oct 2006 03:32:10 -0000 delphij 2006-10-30 03:32:09 UTC FreeBSD src repository Modified files: bin/rm rm.1 rm.c Log: Be more reasonable when overwrite mode is specified while there is hard links. Overwritting when links > 1 would cause data loss, which is usually undesired. Inspired by: discussion on -hackers@ Suggested by: elessar at bsdforen de Obtained from: OpenBSD Revision Changes Path 1.40 +3 -1 src/bin/rm/rm.1 1.57 +5 -0 src/bin/rm/rm.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 05:38: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 00C0C16A407; Mon, 30 Oct 2006 05:38:49 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE45943D5A; Mon, 30 Oct 2006 05:38:48 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9U5cmiJ028551; Mon, 30 Oct 2006 05:38:48 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9U5cmd0028550; Mon, 30 Oct 2006 05:38:48 GMT (envelope-from takawata) Message-Id: <200610300538.k9U5cmd0028550@repoman.freebsd.org> From: Takanori Watanabe Date: Mon, 30 Oct 2006 05:38: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/sys/dev/acpi_support acpi_aiboost.c src/sys/modules/acpi/acpi_aiboost 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, 30 Oct 2006 05:38:49 -0000 takawata 2006-10-30 05:38:48 UTC FreeBSD src repository Added files: sys/dev/acpi_support acpi_aiboost.c sys/modules/acpi/acpi_aiboost Makefile Log: Driver for some ASUS desktop motherboard extras. Though it is named after overclocking tool for ASUS motherboards, it is not capable to change clock ratio or CPU core voltage. This driver exports Templature, Power output voltage, Fan RPM under dev.acpi_aiboost.0.*. Descriptions for these values are set to sysctl describe, which can be get by sysctl -d. Revision Changes Path 1.1 +340 -0 src/sys/dev/acpi_support/acpi_aiboost.c (new) 1.1 +9 -0 src/sys/modules/acpi/acpi_aiboost/Makefile (new) From owner-cvs-src@FreeBSD.ORG Mon Oct 30 05:51: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 D6B8116A407; Mon, 30 Oct 2006 05:51:54 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A3743D46; Mon, 30 Oct 2006 05:51:54 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9U5psU6030830; Mon, 30 Oct 2006 05:51:54 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9U5psgY030827; Mon, 30 Oct 2006 05:51:54 GMT (envelope-from takawata) Message-Id: <200610300551.k9U5psgY030827@repoman.freebsd.org> From: Takanori Watanabe Date: Mon, 30 Oct 2006 05:51: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/conf files src/sys/i386/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: Mon, 30 Oct 2006 05:51:54 -0000 takawata 2006-10-30 05:51:54 UTC FreeBSD src repository Modified files: sys/conf files sys/i386/conf NOTES Log: Add conf file entries for acpi_aiboost drivers. Revision Changes Path 1.1156 +1 -0 src/sys/conf/files 1.1237 +3 -0 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Mon Oct 30 06:05: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 84B4116A407; Mon, 30 Oct 2006 06:05:13 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6688C43D49; Mon, 30 Oct 2006 06:05:11 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9U65BnG034342; Mon, 30 Oct 2006 06:05:11 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9U65BUJ034341; Mon, 30 Oct 2006 06:05:11 GMT (envelope-from takawata) Message-Id: <200610300605.k9U65BUJ034341@repoman.freebsd.org> From: Takanori Watanabe Date: Mon, 30 Oct 2006 06:05: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/sys/modules/acpi 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, 30 Oct 2006 06:05:13 -0000 takawata 2006-10-30 06:05:11 UTC FreeBSD src repository Modified files: sys/modules/acpi Makefile Log: Hook acpi_aiboost module to build. Revision Changes Path 1.50 +2 -2 src/sys/modules/acpi/Makefile From owner-cvs-src@FreeBSD.ORG Mon Oct 30 06:37:56 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 8E9C016A412; Mon, 30 Oct 2006 06:37:56 +0000 (UTC) Date: Mon, 30 Oct 2006 06:37:56 +0000 From: Alexey Dokuchaev To: Takanori Watanabe Message-ID: <20061030063756.GA564@FreeBSD.org> References: <200610300538.k9U5cmd0028550@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200610300538.k9U5cmd0028550@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/dev/acpi_support acpi_aiboost.c src/sys/modules/acpi/acpi_aiboost 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, 30 Oct 2006 06:37:56 -0000 On Mon, Oct 30, 2006 at 05:38:48AM +0000, Takanori Watanabe wrote: > takawata 2006-10-30 05:38:48 UTC > > FreeBSD src repository > > Added files: > sys/dev/acpi_support acpi_aiboost.c > sys/modules/acpi/acpi_aiboost Makefile > Log: > Driver for some ASUS desktop motherboard extras. > Though it is named after overclocking tool for ASUS motherboards, > it is not capable to change clock ratio or CPU core voltage. Will it ever be? ./danfe From owner-cvs-src@FreeBSD.ORG Mon Oct 30 09:01: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 8531216A403; Mon, 30 Oct 2006 09:01:07 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [211.29.132.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 733CF43D5F; Mon, 30 Oct 2006 09:01:06 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c58-107-94-118.belrs4.nsw.optusnet.com.au [58.107.94.118]) by mail02.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k9U9112F006618 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 30 Oct 2006 20:01:03 +1100 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.8/8.13.8) with ESMTP id k9U90s2l001561; Mon, 30 Oct 2006 20:00:54 +1100 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.8/8.13.8/Submit) id k9U90sov001560; Mon, 30 Oct 2006 20:00:54 +1100 (EST) (envelope-from peter) Date: Mon, 30 Oct 2006 20:00:54 +1100 From: Peter Jeremy To: Xin LI Message-ID: <20061030090054.GC871@turion.vk2pj.dyndns.org> References: <200610300332.k9U3W9xF099044@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uXxzq0nDebZQVNAZ" Content-Disposition: inline In-Reply-To: <200610300332.k9U3W9xF099044@repoman.freebsd.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/rm rm.1 rm.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, 30 Oct 2006 09:01:07 -0000 --uXxzq0nDebZQVNAZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 2006-Oct-30 03:32:09 +0000, Xin LI wrote: > Be more reasonable when overwrite mode is specified while there > is hard links. Overwritting when links > 1 would cause data > loss, which is usually undesired. Another way of looking at it is that not overwriting when links > 1 means that the data I thought I securely deleted is still present somewhere on my computer and I have no easy way to find it. I believe that this change creates a security hole and should be reverted. It the user specified '-P', either the file should be over-written or the file should be left untouched (not deleted). This is the only way that the user can be protected both against accidently over-writing a wanted file when an unwanted link is removed and failing to over-write an unwanted file which had a stray additional link. --=20 Peter Jeremy --uXxzq0nDebZQVNAZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFRb9G/opHv/APuIcRAo3rAKCBE2IND6ph5BUUlm43nT0IG/QRogCgs1ch dEapV3AbUbXuapXLQZprZp8= =0k0X -----END PGP SIGNATURE----- --uXxzq0nDebZQVNAZ-- From owner-cvs-src@FreeBSD.ORG Mon Oct 30 09: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 2CA2B16A403; Mon, 30 Oct 2006 09:20:46 +0000 (UTC) (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 20DF843D5C; Mon, 30 Oct 2006 09:20:44 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GeTJy-000JZk-9g; Mon, 30 Oct 2006 09:20:42 +0000 Date: Mon, 30 Oct 2006 09:20:41 +0000 From: Ceri Davies To: Peter Jeremy Message-ID: <20061030092041.GM1690@submonkey.net> Mail-Followup-To: Ceri Davies , Peter Jeremy , Xin LI , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200610300332.k9U3W9xF099044@repoman.freebsd.org> <20061030090054.GC871@turion.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ogUXNSQj4OI1q3LQ" Content-Disposition: inline In-Reply-To: <20061030090054.GC871@turion.vk2pj.dyndns.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Xin LI , cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/rm rm.1 rm.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, 30 Oct 2006 09:20:46 -0000 --ogUXNSQj4OI1q3LQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 30, 2006 at 08:00:54PM +1100, Peter Jeremy wrote: > On Mon, 2006-Oct-30 03:32:09 +0000, Xin LI wrote: > > Be more reasonable when overwrite mode is specified while there > > is hard links. Overwritting when links > 1 would cause data > > loss, which is usually undesired. >=20 > Another way of looking at it is that not overwriting when links > 1 > means that the data I thought I securely deleted is still present > somewhere on my computer and I have no easy way to find it. >=20 > I believe that this change creates a security hole and should be > reverted. It the user specified '-P', either the file should be > over-written or the file should be left untouched (not deleted). Peter, I fully agree with you. It looks like you are asking for what's been implemented though; with this change, the file is not overwritten when multiple links exist. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --ogUXNSQj4OI1q3LQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFRcPpocfcwTS3JF8RApJkAJ95iXx6VRAizyI0k1V2rD5OPZ5ttwCfV63O OdSid7o2M66olwlvhbRYZRY= =UvLM -----END PGP SIGNATURE----- --ogUXNSQj4OI1q3LQ-- From owner-cvs-src@FreeBSD.ORG Mon Oct 30 09:37: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 4B5FB16A47C; Mon, 30 Oct 2006 09:37:37 +0000 (UTC) (envelope-from elessar@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F23143D80; Mon, 30 Oct 2006 09:37:26 +0000 (GMT) (envelope-from elessar@bsdforen.de) Received: from localhost (mail [127.0.0.12]) by mail.bsdforen.de (Postfix) with ESMTP id 31BAB4241C8; Mon, 30 Oct 2006 10:37:25 +0100 (CET) X-Virus-Scanned: amavisd-new at bsdforen.de Received: from mail.bsdforen.de ([127.0.0.12]) by localhost (mail.bsdforen.de [127.0.0.12]) (amavisd-new, port 10024) with ESMTP id ZR678XSXeX0n; Mon, 30 Oct 2006 10:37:24 +0100 (CET) Received: from loki.starkstrom.lan (p549CE7DE.dip.t-dialin.net [84.156.231.222]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 18BA0423DE4; Mon, 30 Oct 2006 10:37:18 +0100 (CET) Date: Mon, 30 Oct 2006 10:37:11 +0100 From: Joerg Pernfuss To: cvs-src@freebsd.org Message-ID: <20061030103711.15d49e0b@loki.starkstrom.lan> In-Reply-To: <20061030092041.GM1690@submonkey.net> References: <200610300332.k9U3W9xF099044@repoman.freebsd.org> <20061030090054.GC871@turion.vk2pj.dyndns.org> <20061030092041.GM1690@submonkey.net> X-Mailer: Sylpheed-Claws 2.2.3 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_eTZuSaW2r25lI=QEIGTvvjR"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: Xin LI , Peter Jeremy , Ceri Davies , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/rm rm.1 rm.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, 30 Oct 2006 09:37:37 -0000 --Sig_eTZuSaW2r25lI=QEIGTvvjR Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 30 Oct 2006 09:20:41 +0000 Ceri Davies wrote: > On Mon, Oct 30, 2006 at 08:00:54PM +1100, Peter Jeremy wrote: > > On Mon, 2006-Oct-30 03:32:09 +0000, Xin LI wrote: > > > Be more reasonable when overwrite mode is specified while there > > > is hard links. Overwritting when links > 1 would cause data > > > loss, which is usually undesired. > >=20 > > Another way of looking at it is that not overwriting when links > 1 > > means that the data I thought I securely deleted is still present > > somewhere on my computer and I have no easy way to find it. find /mountpoint -type f -inum > > I believe that this change creates a security hole and should be > > reverted. It the user specified '-P', either the file should be > > over-written or the file should be left untouched (not deleted). >=20 > Peter, I fully agree with you. It looks like you are asking for > what's been implemented though; with this change, the file is not > overwritten when multiple links exist. But I too agree that this maybe should be backed out until it is further discussed. I wasn't aware of the capabilities of our ln(1) when I suggested the patch. Joerg --=20 | /"\ ASCII ribbon | GnuPG Key ID | e86d b753 3deb e749 6c3a | | \ / campaign against | 0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 | | X HTML in email | .the next sentence is true. | | / \ and news | .the previous sentence was a lie. | --Sig_eTZuSaW2r25lI=QEIGTvvjR Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) iD8DBQFFRcfHH31s/bvKrSQRAhNZAJ4oQIGK06U3YtYDZXGHNftvjYGjigCfbifn 7w0PxHLUStWwq4AVF/Pg0Lk= =ddeF -----END PGP SIGNATURE----- --Sig_eTZuSaW2r25lI=QEIGTvvjR-- From owner-cvs-src@FreeBSD.ORG Mon Oct 30 09:40: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 B938416A407; Mon, 30 Oct 2006 09:40:57 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC86143D55; Mon, 30 Oct 2006 09:40:55 +0000 (GMT) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id F3782EB3B99; Mon, 30 Oct 2006 17:40:54 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id RUvsG6imZMSl; Mon, 30 Oct 2006 17:40:52 +0800 (CST) Received: from [10.217.12.47] (sina152-194.staff.sina.com.cn [61.135.152.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 8F3BAEB39AD; Mon, 30 Oct 2006 17:40:51 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=TRZtaKgDSfsGAuSnwZ5KFJcW5h2yv0U3TSkwV5WMKbinhOpF19NIDgyPNgc5nB6Wx X0WYfWkDWRT1/J1D7OmHQ== Message-ID: <4545C86A.1030008@delphij.net> Date: Mon, 30 Oct 2006 17:39:54 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Peter Jeremy References: <200610300332.k9U3W9xF099044@repoman.freebsd.org> <20061030090054.GC871@turion.vk2pj.dyndns.org> In-Reply-To: <20061030090054.GC871@turion.vk2pj.dyndns.org> X-Enigmail-Version: 0.94.1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enig0F4CF7E431D24B241E6A1D3B" Cc: freebsd-hackers@FreeBSD.org, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG, cvs-src@FreeBSD.ORG Subject: Re: [patch] rm can have undesired side-effects X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Oct 2006 09:40:57 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0F4CF7E431D24B241E6A1D3B Content-Type: multipart/mixed; boundary="------------040408050409090307030603" This is a multi-part message in MIME format. --------------040408050409090307030603 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Peter Jeremy wrote: > On Mon, 2006-Oct-30 03:32:09 +0000, Xin LI wrote: >> Be more reasonable when overwrite mode is specified while there >> is hard links. Overwritting when links > 1 would cause data >> loss, which is usually undesired. >=20 > Another way of looking at it is that not overwriting when links > 1 > means that the data I thought I securely deleted is still present > somewhere on my computer and I have no easy way to find it. >=20 > I believe that this change creates a security hole and should be > reverted. It the user specified '-P', either the file should be > over-written or the file should be left untouched (not deleted). > This is the only way that the user can be protected both against > accidently over-writing a wanted file when an unwanted link is > removed and failing to over-write an unwanted file which had a > stray additional link. Well thought, I think that you are correct that specifying -P should do nothing but generate a warning. In addition to this I have changed the behavior a bit (patch attached) that, if -f is specified along with -P, the overwritten is happen and the link would be removed. Please let me know if you are happy with this change. Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------040408050409090307030603 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="patch-rm-P" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="patch-rm-P" Index: rm.1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/bin/rm/rm.1,v retrieving revision 1.40 diff -u -r1.40 rm.1 --- rm.1 30 Oct 2006 03:32:09 -0000 1.40 +++ rm.1 30 Oct 2006 09:32:44 -0000 @@ -88,7 +88,9 @@ Overwrite regular files before deleting them. Files are overwritten three times, first with the byte pattern 0xff, then 0x00, and then 0xff again, before they are deleted. -Files with multiple links will not be overwritten. +Files with multiple links will not be overwritten nor deleted unless +.Fl f +is specified. .Pp Specifying this flag for a read only file will cause .Nm Index: rm.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/bin/rm/rm.c,v retrieving revision 1.57 diff -u -r1.57 rm.c --- rm.c 30 Oct 2006 03:32:09 -0000 1.57 +++ rm.c 30 Oct 2006 09:31:35 -0000 @@ -400,10 +400,10 @@ } if (!S_ISREG(sbp->st_mode)) return (1); - if (sbp->st_nlink > 1) { + if (sbp->st_nlink > 1 && !fflag) { warnx("%s (inode %u): not overwritten due to multiple links", file, sbp->st_ino); - return (1); + return (0); } if ((fd =3D open(file, O_WRONLY, 0)) =3D=3D -1) goto err; --------------040408050409090307030603-- --------------enig0F4CF7E431D24B241E6A1D3B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFRchqOfuToMruuMARA6CjAJ9izk7Xx8OTJoI7FsNbcwjw7U+zsQCeNVIk fVqlx+6bPHhhKLOOC2sOJeA= =QxMv -----END PGP SIGNATURE----- --------------enig0F4CF7E431D24B241E6A1D3B-- From owner-cvs-src@FreeBSD.ORG Mon Oct 30 12: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 1D7D316A415; Mon, 30 Oct 2006 12:01:59 +0000 (UTC) (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 9170F43D5A; Mon, 30 Oct 2006 12:01:58 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UC1wkc007949; Mon, 30 Oct 2006 12:01:58 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UC1wN0007947; Mon, 30 Oct 2006 12:01:58 GMT (envelope-from keramida) Message-Id: <200610301201.k9UC1wN0007947@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 30 Oct 2006 12: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/games/fortune/datfiles fortunes X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Oct 2006 12:01:59 -0000 keramida 2006-10-30 12:01:58 UTC FreeBSD src repository (doc committer) Modified files: games/fortune/datfiles fortunes Log: Squash a typo. Submitted by: Miltiadis Margaronis Revision Changes Path 1.230 +1 -1 src/games/fortune/datfiles/fortunes From owner-cvs-src@FreeBSD.ORG Mon Oct 30 12:55: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 8076216A50A; Mon, 30 Oct 2006 12:55:07 +0000 (UTC) (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 28D6243D60; Mon, 30 Oct 2006 12:55:07 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UCt6wf025347; Mon, 30 Oct 2006 12:55:07 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UCt6mD025346; Mon, 30 Oct 2006 12:55:06 GMT (envelope-from ru) Message-Id: <200610301255.k9UCt6mD025346@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 30 Oct 2006 12:55: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/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, 30 Oct 2006 12:55:07 -0000 ru 2006-10-30 12:55:06 UTC FreeBSD src repository Modified files: share/man/man4 ddb.4 Log: The first (optional) argument of the "trace" command is either the process or thread ID. PR: docs/61859 Revision Changes Path 1.41 +5 -5 src/share/man/man4/ddb.4 From owner-cvs-src@FreeBSD.ORG Mon Oct 30 12:57: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 86F4F16A412; Mon, 30 Oct 2006 12:57:06 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id C95AA43D8B; Mon, 30 Oct 2006 12:56:52 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id E0E6C5F47; Mon, 30 Oct 2006 15:56:48 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id C0DAC5F44; Mon, 30 Oct 2006 15:56:48 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k9UCusRK037145; Mon, 30 Oct 2006 15:56:54 +0300 (MSK) (envelope-from ru) Date: Mon, 30 Oct 2006 15:56:54 +0300 From: Ruslan Ermilov To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20061030125654.GA36966@rambler-co.ru> References: <200610301255.k9UCt6mD025346@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: <200610301255.k9UCt6mD025346@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: 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: Mon, 30 Oct 2006 12:57:06 -0000 --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 30, 2006 at 12:55:06PM +0000, Ruslan Ermilov wrote: > ru 2006-10-30 12:55:06 UTC >=20 > FreeBSD src repository >=20 > Modified files: > share/man/man4 ddb.4=20 > Log: > The first (optional) argument of the "trace" command is either the > process or thread ID. > =20 > PR: docs/61859 > =20 > Revision Changes Path > 1.41 +5 -5 src/share/man/man4/ddb.4 >=20 Forgot to mention that it was also reviewed by bde@. 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.5 (FreeBSD) iD8DBQFFRfaWqRfpzJluFF4RAjTsAKCEvnO9Y2AuW8VkRjB6PsdfSGOf5gCffnL6 1QDlIVZd5+SasmXy5rpLG40= =qXAu -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- From owner-cvs-src@FreeBSD.ORG Mon Oct 30 13:20: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 B2A6316A417; Mon, 30 Oct 2006 13:20:11 +0000 (UTC) (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 67D3943D5F; Mon, 30 Oct 2006 13:20:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UDKBIs030633; Mon, 30 Oct 2006 13:20:11 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UDKBSC030632; Mon, 30 Oct 2006 13:20:11 GMT (envelope-from ru) Message-Id: <200610301320.k9UDKBSC030632@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 30 Oct 2006 13:20: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/amd64/conf GENERIC.hints X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Oct 2006 13:20:12 -0000 ru 2006-10-30 13:20:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/conf GENERIC.hints Log: MFC: 1.16: Fix booting with ps2 keyboards. Approved by: re (hrs) Revision Changes Path 1.15.8.1 +0 -1 src/sys/amd64/conf/GENERIC.hints From owner-cvs-src@FreeBSD.ORG Mon Oct 30 13:24: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 2335216A4A7; Mon, 30 Oct 2006 13:24:12 +0000 (UTC) (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 E813D43D46; Mon, 30 Oct 2006 13:24:11 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UDOBZJ031826; Mon, 30 Oct 2006 13:24:11 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UDOBS0031823; Mon, 30 Oct 2006 13:24:11 GMT (envelope-from ru) Message-Id: <200610301324.k9UDOBS0031823@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 30 Oct 2006 13:24: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/release 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, 30 Oct 2006 13:24:12 -0000 ru 2006-10-30 13:24:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release Makefile Log: MFC: 1.915: Remove hint.atkbd.0.flags="0x1" from the installation device.hints; kbdmux(4) is in charge of multiple keyboards. 1.916: The AUTO_KEYBOARD_DETECT knob can be useful on amd64 as well. Approved by: re (hrs) Revision Changes Path 1.887.2.18 +3 -7 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Mon Oct 30 13:26: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 E279216A415; Mon, 30 Oct 2006 13:26:43 +0000 (UTC) (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 6891543D7D; Mon, 30 Oct 2006 13:26:43 +0000 (GMT) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UDQhU7032117; Mon, 30 Oct 2006 13:26:43 GMT (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UDQhq2032116; Mon, 30 Oct 2006 13:26:43 GMT (envelope-from wilko) Message-Id: <200610301326.k9UDQhq2032116@repoman.freebsd.org> From: Wilko Bulte Date: Mon, 30 Oct 2006 13:26: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: 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: Mon, 30 Oct 2006 13:26:44 -0000 wilko 2006-10-30 13:26:43 UTC FreeBSD src repository Modified files: . access Log: back home, turn back on commit messages Approved by: core (/me) Revision Changes Path 1.799 +1 -1 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Oct 30 13:55: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 464E516A416; Mon, 30 Oct 2006 13:55:26 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DF9843D5D; Mon, 30 Oct 2006 13:55:26 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UDtQok037115; Mon, 30 Oct 2006 13:55:26 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UDtPt2037114; Mon, 30 Oct 2006 13:55:25 GMT (envelope-from kib) Message-Id: <200610301355.k9UDtPt2037114@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 30 Oct 2006 13:55:25 +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/stdio xprintf.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, 30 Oct 2006 13:55:26 -0000 kib 2006-10-30 13:55:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/stdio xprintf.c Log: MFC rev. 1.4, 1.5. Remove the const qualifier from ap argument for __v2printf. Approved by: re (kensmith) Revision Changes Path 1.3.2.2 +1 -1 src/lib/libc/stdio/xprintf.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 15:15: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 70F0016A403; Mon, 30 Oct 2006 15:15:39 +0000 (UTC) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6984743D70; Mon, 30 Oct 2006 15:15:38 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UFFcwP051714; Mon, 30 Oct 2006 15:15:38 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UFFcIO051713; Mon, 30 Oct 2006 15:15:38 GMT (envelope-from mlaier) Message-Id: <200610301515.k9UFFcIO051713@repoman.freebsd.org> From: Max Laier Date: Mon, 30 Oct 2006 15:15: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/contrib/pf/man pf.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: Mon, 30 Oct 2006 15:15:39 -0000 mlaier 2006-10-30 15:15:38 UTC FreeBSD src repository Modified files: contrib/pf/man pf.conf.5 Log: Mention that we do not support route labels in the BUGS section. PR: docs/93590 Reported by: Niki Denev Revision Changes Path 1.10 +7 -1 src/contrib/pf/man/pf.conf.5 From owner-cvs-src@FreeBSD.ORG Mon Oct 30 15:20: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 1043C16A417; Mon, 30 Oct 2006 15:20:50 +0000 (UTC) (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 B38E843D5E; Mon, 30 Oct 2006 15:20:49 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UFKnUm052096; Mon, 30 Oct 2006 15:20:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UFKnBh052095; Mon, 30 Oct 2006 15:20:49 GMT (envelope-from rwatson) Message-Id: <200610301520.k9UFKnBh052095@repoman.freebsd.org> From: Robert Watson Date: Mon, 30 Oct 2006 15:20: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/sys mac_policy.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, 30 Oct 2006 15:20:50 -0000 rwatson 2006-10-30 15:20:49 UTC FreeBSD src repository Modified files: sys/sys mac_policy.h Log: Forward declare struct cdev, since arguments of this type are used in function prototypes. Obtained from: TrustedBSD Project Revision Changes Path 1.77 +1 -0 src/sys/sys/mac_policy.h From owner-cvs-src@FreeBSD.ORG Mon Oct 30 15:23: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 372DB16A407; Mon, 30 Oct 2006 15:23:02 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5611143D73; Mon, 30 Oct 2006 15:23:00 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UFN0ng053098; Mon, 30 Oct 2006 15:23:00 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UFN05s053097; Mon, 30 Oct 2006 15:23:00 GMT (envelope-from kib) Message-Id: <200610301523.k9UFN05s053097@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 30 Oct 2006 15:23: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/fs/devfs devfs.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, 30 Oct 2006 15:23:02 -0000 kib 2006-10-30 15:23:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs.h Log: MFC rev. 1.29. Remove unused prototypes. Approved by: re (hrs) Revision Changes Path 1.22.2.3 +0 -2 src/sys/fs/devfs/devfs.h From owner-cvs-src@FreeBSD.ORG Mon Oct 30 15: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 CFE8116A47E; Mon, 30 Oct 2006 15:24:40 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6EEE43D5C; Mon, 30 Oct 2006 15:24:28 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UFOSYF053534; Mon, 30 Oct 2006 15:24:28 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UFOSSA053533; Mon, 30 Oct 2006 15:24:28 GMT (envelope-from kib) Message-Id: <200610301524.k9UFOSSA053533@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 30 Oct 2006 15:24: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/fs/devfs devfs_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: Mon, 30 Oct 2006 15:24:41 -0000 kib 2006-10-30 15:24:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs_vnops.c Log: MFC rev. 1.130. Add a bogus vhold/vdrop around vgone() in devfs_revoke. Approved by: re (hrs) Revision Changes Path 1.114.2.8 +3 -0 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 15:27: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 CB1FF16A47B; Mon, 30 Oct 2006 15:27:57 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F8143D67; Mon, 30 Oct 2006 15:27:57 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UFRvA3053702; Mon, 30 Oct 2006 15:27:57 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UFRvqM053701; Mon, 30 Oct 2006 15:27:57 GMT (envelope-from kib) Message-Id: <200610301527.k9UFRvqM053701@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 30 Oct 2006 15:27: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/fs/devfs devfs_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: Mon, 30 Oct 2006 15:27:57 -0000 kib 2006-10-30 15:27:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs_vnops.c Log: MFC rev. 1.132. Add vnode interlocking to devfs. Approved by: re (hrs) Revision Changes Path 1.114.2.9 +33 -16 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 15:33: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 4E98216A403; Mon, 30 Oct 2006 15:33:39 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2952E43D6D; Mon, 30 Oct 2006 15:33:39 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UFXdrA054928; Mon, 30 Oct 2006 15:33:39 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UFXdQB054927; Mon, 30 Oct 2006 15:33:39 GMT (envelope-from kib) Message-Id: <200610301533.k9UFXdQB054927@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 30 Oct 2006 15:33: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/sys/fs/devfs devfs.h devfs_devs.c devfs_vfsops.c devfs_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: Mon, 30 Oct 2006 15:33:39 -0000 kib 2006-10-30 15:33:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs.h devfs_devs.c devfs_vfsops.c devfs_vnops.c Log: MFC: rev. 1.30 src/sys/fs/devfs/devfs.h rev. 1.47 src/sys/fs/devfs/devfs_devs.c rev. 1.51 src/sys/fs/devfs/devfs_vfsops.c rev. 1.134 src/sys/fs/devfs/devfs_vnops.c Resolve the devfs deadlock caused by LOR between devfs_mount->dm_lock and vnode lock in devfs_allocv. Add hold counters for both devfs_mount and devfs_dirent, and DE_DOOMED flag for devfs_dirent. Approved by: re (hrs) PR: kern/102335 Revision Changes Path 1.22.2.4 +11 -0 src/sys/fs/devfs/devfs.h 1.36.2.5 +12 -1 src/sys/fs/devfs/devfs_devs.c 1.44.2.5 +20 -4 src/sys/fs/devfs/devfs_vfsops.c 1.114.2.10 +70 -11 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 15:36: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 E361A16A407; Mon, 30 Oct 2006 15:36:31 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7DD843D46; Mon, 30 Oct 2006 15:36:31 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UFaVVF055291; Mon, 30 Oct 2006 15:36:31 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UFaVG3055290; Mon, 30 Oct 2006 15:36:31 GMT (envelope-from kib) Message-Id: <200610301536.k9UFaVG3055290@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 30 Oct 2006 15:36: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/sys/fs/devfs devfs_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: Mon, 30 Oct 2006 15:36:32 -0000 kib 2006-10-30 15:36:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs_vnops.c Log: MFC rev. 1.135. Fix the bug in rev. 1.134 (unlocking of not locked dm_lock). Approved by: re (hrs) Revision Changes Path 1.114.2.11 +1 -1 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 15:40: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 BE75A16A412; Mon, 30 Oct 2006 15:40:53 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 935E443D53; Mon, 30 Oct 2006 15:40:53 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UFeroE059343; Mon, 30 Oct 2006 15:40:53 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UFerH3059342; Mon, 30 Oct 2006 15:40:53 GMT (envelope-from kib) Message-Id: <200610301540.k9UFerH3059342@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 30 Oct 2006 15:40: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/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_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: Mon, 30 Oct 2006 15:40:53 -0000 kib 2006-10-30 15:40:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs.h devfs_devs.c devfs_int.h devfs_vnops.c Log: MFC rev. 1.31 src/sys/fs/devfs/devfs.h rev. 1.48 src/sys/fs/devfs/devfs_devs.c rev. 1.3 src/sys/fs/devfs/devfs_int.h rev. 1.136 src/sys/fs/devfs/devfs_vnops.c Properly lock the vnode around vgone() calls. Unlock the vnode in devfs_close() while calling into the driver d_close() routine. Approved by: re (hrs) Revision Changes Path 1.22.2.5 +1 -1 src/sys/fs/devfs/devfs.h 1.36.2.6 +45 -15 src/sys/fs/devfs/devfs_devs.c 1.1.2.3 +2 -0 src/sys/fs/devfs/devfs_int.h 1.114.2.12 +65 -9 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 15:44: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 890CA16A412; Mon, 30 Oct 2006 15:44:50 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F94743D7B; Mon, 30 Oct 2006 15:44:29 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UFhvL4061426; Mon, 30 Oct 2006 15:43:57 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UFhv6J061424; Mon, 30 Oct 2006 15:43:57 GMT (envelope-from kib) Message-Id: <200610301543.k9UFhv6J061424@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 30 Oct 2006 15:43:56 +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/devfs devfs_vnops.c src/sys/sys conf.h src/sys/kern kern_conf.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, 30 Oct 2006 15:44:50 -0000 kib 2006-10-30 15:43:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs_vnops.c sys/sys conf.h sys/kern kern_conf.c Log: MFC rev. 1.137 src/sys/fs/devfs/devfs_vnops.c rev. 1.200 src/sys/kern/kern_conf.c rev. 1.230 src/sys/sys/conf.h Fix the race between devfs_fp_check and devfs_reclaim. Approved by: re (hrs) Revision Changes Path 1.114.2.13 +9 -5 src/sys/fs/devfs/devfs_vnops.c 1.186.2.7 +18 -0 src/sys/kern/kern_conf.c 1.222.2.4 +2 -0 src/sys/sys/conf.h From owner-cvs-src@FreeBSD.ORG Mon Oct 30 15:46: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 5D61C16A40F; Mon, 30 Oct 2006 15:46:30 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F248543D6A; Mon, 30 Oct 2006 15:46:29 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UFkTwA061578; Mon, 30 Oct 2006 15:46:29 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UFkTf3061577; Mon, 30 Oct 2006 15:46:29 GMT (envelope-from kib) Message-Id: <200610301546.k9UFkTf3061577@repoman.freebsd.org> From: Konstantin Belousov Date: Mon, 30 Oct 2006 15:46: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/sys/fs/devfs devfs_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: Mon, 30 Oct 2006 15:46:30 -0000 kib 2006-10-30 15:46:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs_vnops.c Log: MFC rev. 1.138. Update the access and modification times for dev while still holding thread reference on it. Approved by: re (hrs) Revision Changes Path 1.114.2.14 +2 -2 src/sys/fs/devfs/devfs_vnops.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 16:09: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 3AFE016A415; Mon, 30 Oct 2006 16:09:25 +0000 (UTC) (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 1772443D7C; Mon, 30 Oct 2006 16:09:25 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UG9O9c065966; Mon, 30 Oct 2006 16:09:24 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UG9Ovv065965; Mon, 30 Oct 2006 16:09:24 GMT (envelope-from keramida) Message-Id: <200610301609.k9UG9Ovv065965@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 30 Oct 2006 16:09: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/share/man/man4 fdc.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, 30 Oct 2006 16:09:25 -0000 keramida 2006-10-30 16:09:24 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man4 fdc.4 Log: MFC revision 1.35 and bump date. : The 'device fd' line became obsolete some years ago, when the transition : to device hints was committed. The GENERIC kernel configuration lost : its 'device fd' line at revision 1.260, committed by peter@ on : 2000/06/13 22:28:46 UTC. : : Delete the reference to 'device fd', to avoid kernel build breakage like : the one described in the PR audit trail. : : PR: docs/91448 : Submitted by: Eugene Grosbein : MFC after: 1 week Approved by: re (bmah) Revision Changes Path 1.34.8.1 +1 -2 src/share/man/man4/fdc.4 From owner-cvs-src@FreeBSD.ORG Mon Oct 30 16:44: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 0240616A492; Mon, 30 Oct 2006 16:44:00 +0000 (UTC) (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 7035343DA3; Mon, 30 Oct 2006 16:43:46 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UGhgVu071724; Mon, 30 Oct 2006 16:43:42 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UGhgE8071723; Mon, 30 Oct 2006 16:43:42 GMT (envelope-from keramida) Message-Id: <200610301643.k9UGhgE8071723@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 30 Oct 2006 16:43:42 +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 fdc.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, 30 Oct 2006 16:44:00 -0000 keramida 2006-10-30 16:43:42 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 fdc.4 Log: Belatedly bump manpage date for revision 1.35 Reminded by: ru Revision Changes Path 1.36 +1 -1 src/share/man/man4/fdc.4 From owner-cvs-src@FreeBSD.ORG Mon Oct 30 16:56: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 9AC6E16A412; Mon, 30 Oct 2006 16:56:39 +0000 (UTC) (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 68F9643D5D; Mon, 30 Oct 2006 16:56:39 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UGudQG081580; Mon, 30 Oct 2006 16:56:39 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UGud9W081579; Mon, 30 Oct 2006 16:56:39 GMT (envelope-from harti) Message-Id: <200610301656.k9UGud9W081579@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 30 Oct 2006 16:56:38 +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/snmp_mibII mibII.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, 30 Oct 2006 16:56:39 -0000 harti 2006-10-30 16:56:38 UTC FreeBSD src repository Modified files: (Branch: BEGEMOT) contrib/bsnmp/snmp_mibII mibII.c Log: Vendor patch: improve readability by using the IF_Mbps macro. Submitted by: glebius Revision Changes Path 1.1.1.13 +6 -5 src/contrib/bsnmp/snmp_mibII/mibII.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 17: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 C57DB16A403; Mon, 30 Oct 2006 17:01:16 +0000 (UTC) (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 9374643D6D; Mon, 30 Oct 2006 17:01:16 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UH1GwG081851; Mon, 30 Oct 2006 17:01:16 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UH1GOL081849; Mon, 30 Oct 2006 17:01:16 GMT (envelope-from keramida) Message-Id: <200610301701.k9UH1GOL081849@repoman.freebsd.org> From: Giorgos Keramidas Date: Mon, 30 Oct 2006 17:01: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/share/man/man4 fdc.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, 30 Oct 2006 17:01:16 -0000 keramida 2006-10-30 17:01:16 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) share/man/man4 fdc.4 Log: The correct date for RELENG_X manpages is not the last time the manpage was modified in the RELENG_X branch, but its last modification date in HEAD. Suggested by: ru Approved by: re (bmah) Revision Changes Path 1.34.8.2 +1 -1 src/share/man/man4/fdc.4 From owner-cvs-src@FreeBSD.ORG Mon Oct 30 17:32: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 9EFA716A4C9; Mon, 30 Oct 2006 17:32:41 +0000 (UTC) (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 8CE0143D6B; Mon, 30 Oct 2006 17:32:40 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UHWexY088912; Mon, 30 Oct 2006 17:32:40 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UHWeJt088911; Mon, 30 Oct 2006 17:32:40 GMT (envelope-from jhb) Message-Id: <200610301732.k9UHWeJt088911@repoman.freebsd.org> From: John Baldwin Date: Mon, 30 Oct 2006 17:32: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/boot/i386/btx/btx btx.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: Mon, 30 Oct 2006 17:32:41 -0000 jhb 2006-10-30 17:32:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/i386/btx/btx btx.S Log: Sync with HEAD including support for reading any %crX register as well as some space savings. Approved by: re (kensmith) Revision Changes Path 1.38.2.1 +49 -57 src/sys/boot/i386/btx/btx/btx.S From owner-cvs-src@FreeBSD.ORG Mon Oct 30 18:03: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 CD5C216A416; Mon, 30 Oct 2006 18:03:13 +0000 (UTC) (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 9168B43D79; Mon, 30 Oct 2006 18:03:05 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UI34fX094651; Mon, 30 Oct 2006 18:03:04 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UI34xx094624; Mon, 30 Oct 2006 18:03:04 GMT (envelope-from jhb) Message-Id: <200610301803.k9UI34xx094624@repoman.freebsd.org> From: John Baldwin Date: Mon, 30 Oct 2006 18:03: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/amd64/amd64 intr_machdep.c io_apic.c local_apic.c machdep.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 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Oct 2006 18:03:13 -0000 jhb 2006-10-30 18:03:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/amd64 intr_machdep.c io_apic.c local_apic.c machdep.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: MFC: Change the x86 interrupt code to suspend/resume interrupt controllers (PICs) rather than interrupt sources. As a result, always reset the 8259As on resume and reset the local APIC of the BSP on resume. Approved by: re (hrs) Revision Changes Path 1.15.2.3 +82 -10 src/sys/amd64/amd64/intr_machdep.c 1.15.2.6 +8 -15 src/sys/amd64/amd64/io_apic.c 1.17.2.10 +21 -5 src/sys/amd64/amd64/local_apic.c 1.638.2.10 +4 -14 src/sys/amd64/amd64/machdep.c 1.260.2.7 +1 -1 src/sys/amd64/amd64/mp_machdep.c 1.13.2.3 +1 -1 src/sys/amd64/include/apicvar.h 1.5.2.5 +7 -2 src/sys/amd64/include/intr_machdep.h 1.15.2.4 +14 -9 src/sys/amd64/isa/atpic.c 1.14.2.3 +48 -10 src/sys/i386/i386/intr_machdep.c 1.20.2.6 +8 -14 src/sys/i386/i386/io_apic.c 1.17.2.10 +21 -5 src/sys/i386/i386/local_apic.c 1.252.2.7 +1 -1 src/sys/i386/i386/mp_machdep.c 1.13.2.3 +1 -1 src/sys/i386/include/apicvar.h 1.7.2.5 +4 -2 src/sys/i386/include/intr_machdep.h 1.20.2.4 +14 -9 src/sys/i386/isa/atpic.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 18:03: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 A8C2F16A5FA; Mon, 30 Oct 2006 18:03:44 +0000 (UTC) (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 28D7843D67; Mon, 30 Oct 2006 18:03:44 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k9UI3bMw081035; Mon, 30 Oct 2006 13:03:39 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ruslan Ermilov Date: Mon, 30 Oct 2006 11:55:54 -0500 User-Agent: KMail/1.9.1 References: <200610291450.k9TEowL4034801@repoman.freebsd.org> In-Reply-To: <200610291450.k9TEowL4034801@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610301155.55597.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 30 Oct 2006 13:03:39 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2131/Sun Oct 29 17:00:12 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common load_elf.c src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/libi386 elf32_freebsd.c src/sys/boot/pc98/boot2 boot.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, 30 Oct 2006 18:03:44 -0000 On Sunday 29 October 2006 09:50, Ruslan Ermilov wrote: > ru 2006-10-29 14:50:58 UTC > > FreeBSD src repository > > Modified files: > sys/boot/common load_elf.c > sys/boot/i386/boot2 boot2.c > sys/boot/i386/libi386 elf32_freebsd.c > sys/boot/pc98/boot2 boot.c > Log: > Because the BTX mini-kernel now uses flat memory mode and clients > are no longer limited to a virtual address space of 16 megabytes, > only mask high two bits of a virtual address. This allows to load > larger kernels (up to 1 gigabyte). Not masking addresses at all > was a bad idea on machines with less than >3G of memory -- kernels > are linked at 0xc0xxxxxx, and that would attempt to load a kernel > at above 3G. By masking only two highest bits we stay within the > safe limits while still allowing to boot larger kernels. > > (This is a safer reimplmentation of sys/boot/i386/boot2/boot.2.c > rev. 1.71.) > > Prodded by: jhb > Tested by: nyan (pc98) Thanks! -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Oct 30 18:04: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 D140016A569; Mon, 30 Oct 2006 18:04:22 +0000 (UTC) (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 B4DFB43D72; Mon, 30 Oct 2006 18:04:10 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k9UI3bN3081035; Mon, 30 Oct 2006 13:04:03 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: src-committers@freebsd.org Date: Mon, 30 Oct 2006 13:03:32 -0500 User-Agent: KMail/1.9.1 References: <200610301732.k9UHWeJt088911@repoman.freebsd.org> In-Reply-To: <200610301732.k9UHWeJt088911@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610301303.33270.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 30 Oct 2006 13:04:03 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2131/Sun Oct 29 17:00:12 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/btx/btx btx.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: Mon, 30 Oct 2006 18:04:22 -0000 On Monday 30 October 2006 12:32, John Baldwin wrote: > jhb 2006-10-30 17:32:40 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/boot/i386/btx/btx btx.S > Log: > Sync with HEAD including support for reading any %crX register as well > as some space savings. > > Approved by: re (kensmith) Oops, should be s/kensmith/hrs/ -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Oct 30 18:29: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 DBBB016A49E; Mon, 30 Oct 2006 18:29:24 +0000 (UTC) (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 73DE243D58; Mon, 30 Oct 2006 18:29:24 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UITOjK098559; Mon, 30 Oct 2006 18:29:24 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UITOrG098558; Mon, 30 Oct 2006 18:29:24 GMT (envelope-from pjd) Message-Id: <200610301829.k9UITOrG098558@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Mon, 30 Oct 2006 18:29: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/sbin/ggate/shared ggate.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, 30 Oct 2006 18:29:25 -0000 pjd 2006-10-30 18:29:24 UTC FreeBSD src repository Modified files: sbin/ggate/shared ggate.c Log: - Handle timeouts from recv(2) properly. - Increase timeout to 8 seconds (should be made configurable). Reported by: Ulrich Spoerlein Reported by: Christian Laursen PR: kern/104829 MFC after: 1 week Revision Changes Path 1.6 +6 -2 src/sbin/ggate/shared/ggate.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 18:45: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 8033816A407; Mon, 30 Oct 2006 18:45:23 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail28.syd.optusnet.com.au (mail28.syd.optusnet.com.au [211.29.133.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DBF43D4C; Mon, 30 Oct 2006 18:45:22 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c58-107-94-118.belrs4.nsw.optusnet.com.au [58.107.94.118]) by mail28.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k9UIj8ZD026209 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 31 Oct 2006 05:45:09 +1100 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.8/8.13.8) with ESMTP id k9UIj8gg003487; Tue, 31 Oct 2006 05:45:08 +1100 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.8/8.13.8/Submit) id k9UIj85F003486; Tue, 31 Oct 2006 05:45:08 +1100 (EST) (envelope-from peter) Date: Tue, 31 Oct 2006 05:45:08 +1100 From: Peter Jeremy To: LI Xin Message-ID: <20061030184508.GE871@turion.vk2pj.dyndns.org> References: <200610300332.k9U3W9xF099044@repoman.freebsd.org> <20061030090054.GC871@turion.vk2pj.dyndns.org> <4545C86A.1030008@delphij.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9l24NVCWtSuIVIod" Content-Disposition: inline In-Reply-To: <4545C86A.1030008@delphij.net> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-hackers@FreeBSD.ORG, src-committers@FreeBSD.ORG, Xin LI , cvs-all@FreeBSD.ORG, cvs-src@FreeBSD.ORG Subject: Re: [patch] rm can have undesired side-effects X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Oct 2006 18:45:23 -0000 --9l24NVCWtSuIVIod Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 2006-Oct-30 17:39:54 +0800, LI Xin wrote: >Well thought, I think that you are correct that specifying -P should do >nothing but generate a warning. > >In addition to this I have changed the behavior a bit (patch attached) >that, if -f is specified along with -P, the overwritten is happen and >the link would be removed. Please let me know if you are happy with >this change. I prefer this patch to what was committed. It still has foot-shooting potential but I don't believe that there have been massive screams about the current -P behaviour so presumably not too many people have accidently destroyed the content of a file they still wanted when deleting an unwanted link to the file. IMHO, rm.1 should explicitly state that "rm -fP" on a multi-linked file will destry the file contents as seen via the remaining link(s). This probably belongs in the "NOTE" section. --=20 Peter Jeremy --9l24NVCWtSuIVIod Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFRkg0/opHv/APuIcRAukbAJ9K4uYUcvlcYYxJ3yK65aaOmGqN0gCdFh/w W7x3Wgznu6+ojtacJGsiw5c= =S+e2 -----END PGP SIGNATURE----- --9l24NVCWtSuIVIod-- From owner-cvs-src@FreeBSD.ORG Mon Oct 30 19:19: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 1584616A492; Mon, 30 Oct 2006 19:19:11 +0000 (UTC) (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 A07C043DFD; Mon, 30 Oct 2006 19:18:46 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UJIkdU007706; Mon, 30 Oct 2006 19:18:46 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UJIkOJ007705; Mon, 30 Oct 2006 19:18:46 GMT (envelope-from imp) Message-Id: <200610301918.k9UJIkOJ007705@repoman.freebsd.org> From: Warner Losh Date: Mon, 30 Oct 2006 19:18: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/pci pci.c pci_pci.c pcivar.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, 30 Oct 2006 19:19:11 -0000 imp 2006-10-30 19:18:46 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c pci_pci.c pcivar.h Log: More fully support 64-bit bars. Prior to this commit, we supported only those bars that had addresses assigned by the BIOS and where the bridges were properly programmed. Now even unprogrammed ones work. This was needed for sun4v. We still only implement up to 2GB memory ranges, even for 64-bit bars. PCI standards at least through 2.2 say that this is the max (or 1GB is, I only know it is < 32bits). o Always define pci_addr_t as uint64_t. A pci address is always 64-bits, but some hosts can't address all of them. o Preserve the upper half of the 64-bit word during resource probing. o Test to make sure that 64-bit values can fit in a u_long (true on some platforms, but not others). Don't use those that can't. o minor pedantry about data sizes. o Better bridge resource reporting in bootverbose case. o Minor formatting changes to cope with different data types on different platforms. Submitted by: jmg, with many changes by me to fully support 64-bit addresses. Revision Changes Path 1.317 +29 -12 src/sys/dev/pci/pci.c 1.42 +39 -33 src/sys/dev/pci/pci_pci.c 1.72 +1 -13 src/sys/dev/pci/pcivar.h From owner-cvs-src@FreeBSD.ORG Mon Oct 30 19:47: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 6ACCD16A415; Mon, 30 Oct 2006 19:47:16 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4080743D90; Mon, 30 Oct 2006 19:47:06 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UJl6X9012345; Mon, 30 Oct 2006 19:47:06 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UJl60X012344; Mon, 30 Oct 2006 19:47:06 GMT (envelope-from julian) Message-Id: <200610301947.k9UJl60X012344@repoman.freebsd.org> From: Julian Elischer Date: Mon, 30 Oct 2006 19:47: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/tools/tools/tinybsd README tinybsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Oct 2006 19:47:16 -0000 julian 2006-10-30 19:47:05 UTC FreeBSD src repository Modified files: tools/tools/tinybsd README tinybsd Log: Add some code to support including files ffrom packages in the image. Submitted by: Jeremie Le Hen and tested by Jean Milanez Melo. Revision Changes Path 1.2 +4 -0 src/tools/tools/tinybsd/README 1.5 +27 -15 src/tools/tools/tinybsd/tinybsd From owner-cvs-src@FreeBSD.ORG Mon Oct 30 19:50: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 667D016A403; Mon, 30 Oct 2006 19:50:11 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08B6843D90; Mon, 30 Oct 2006 19:50:01 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UJo1V8012576; Mon, 30 Oct 2006 19:50:01 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UJo16B012575; Mon, 30 Oct 2006 19:50:01 GMT (envelope-from julian) Message-Id: <200610301950.k9UJo16B012575@repoman.freebsd.org> From: Julian Elischer Date: Mon, 30 Oct 2006 19:50: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/tinybsd/conf/bridge tinybsd.localfiles src/tools/tools/tinybsd/conf/default tinybsd.localfiles src/tools/tools/tinybsd/conf/firewall tinybsd.localfiles src/tools/tools/tinybsd/conf/minimal tinybsd.localfiles src/tools/tools/tinybsd/conf/vpn tinybsd.localfiles src/tools/tools/tinybsd/conf/wireless tinybsd.localfiles ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Oct 2006 19:50:11 -0000 julian 2006-10-30 19:50:01 UTC FreeBSD src repository Added files: tools/tools/tinybsd/conf/bridge tinybsd.localfiles tools/tools/tinybsd/conf/default tinybsd.localfiles tools/tools/tinybsd/conf/firewall tinybsd.localfiles tools/tools/tinybsd/conf/minimal tinybsd.localfiles tools/tools/tinybsd/conf/vpn tinybsd.localfiles tools/tools/tinybsd/conf/wireless tinybsd.localfiles tools/tools/tinybsd/conf/wrap tinybsd.localfiles Log: Add configuration stubs for adding package derived files to the various sample configurations. Submitted by Jeremie Le Hen and tested by Jean Milanez Melo. Revision Changes Path 1.1 +6 -0 src/tools/tools/tinybsd/conf/bridge/tinybsd.localfiles (new) 1.1 +6 -0 src/tools/tools/tinybsd/conf/default/tinybsd.localfiles (new) 1.1 +6 -0 src/tools/tools/tinybsd/conf/firewall/tinybsd.localfiles (new) 1.1 +6 -0 src/tools/tools/tinybsd/conf/minimal/tinybsd.localfiles (new) 1.1 +6 -0 src/tools/tools/tinybsd/conf/vpn/tinybsd.localfiles (new) 1.1 +6 -0 src/tools/tools/tinybsd/conf/wireless/tinybsd.localfiles (new) 1.1 +6 -0 src/tools/tools/tinybsd/conf/wrap/tinybsd.localfiles (new) From owner-cvs-src@FreeBSD.ORG Mon Oct 30 21:04: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 496E616A54C; Mon, 30 Oct 2006 21:04:53 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A6143D8E; Mon, 30 Oct 2006 21:04:43 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 051565EB7; Tue, 31 Oct 2006 00:04:42 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id D3DEB5E68; Tue, 31 Oct 2006 00:04:41 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k9UL4gtX028038; Tue, 31 Oct 2006 00:04:42 +0300 (MSK) (envelope-from ru) Date: Tue, 31 Oct 2006 00:04:42 +0300 From: Ruslan Ermilov To: John Baldwin Message-ID: <20061030210442.GB27957@rambler-co.ru> References: <200610291450.k9TEowL4034801@repoman.freebsd.org> <200610301155.55597.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="24zk1gE8NUlDmwG9" Content-Disposition: inline In-Reply-To: <200610301155.55597.jhb@freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common load_elf.c src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/libi386 elf32_freebsd.c src/sys/boot/pc98/boot2 boot.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, 30 Oct 2006 21:04:53 -0000 --24zk1gE8NUlDmwG9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 30, 2006 at 11:55:54AM -0500, John Baldwin wrote: > On Sunday 29 October 2006 09:50, Ruslan Ermilov wrote: > > ru 2006-10-29 14:50:58 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sys/boot/common load_elf.c=20 > > sys/boot/i386/boot2 boot2.c=20 > > sys/boot/i386/libi386 elf32_freebsd.c=20 > > sys/boot/pc98/boot2 boot.c=20 > > Log: > > Because the BTX mini-kernel now uses flat memory mode and clients > > are no longer limited to a virtual address space of 16 megabytes, > > only mask high two bits of a virtual address. This allows to load > > larger kernels (up to 1 gigabyte). Not masking addresses at all > > was a bad idea on machines with less than >3G of memory -- kernels > > are linked at 0xc0xxxxxx, and that would attempt to load a kernel > > at above 3G. By masking only two highest bits we stay within the > > safe limits while still allowing to boot larger kernels. > > =20 > > (This is a safer reimplmentation of sys/boot/i386/boot2/boot.2.c > > rev. 1.71.) > > =20 > > Prodded by: jhb > > Tested by: nyan (pc98) >=20 > Thanks! >=20 Do you think it would be a good idea to MFC this in time for 6.2? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --24zk1gE8NUlDmwG9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFRmjqqRfpzJluFF4RAplBAJ9sGpA0x7oVf6llk//BkkjA46VA0ACfQRAo p0UbXBwv3q8ZrM5Lei3adXI= =/fhO -----END PGP SIGNATURE----- --24zk1gE8NUlDmwG9-- From owner-cvs-src@FreeBSD.ORG Mon Oct 30 21:13: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 B313616A4E1; Mon, 30 Oct 2006 21:13:56 +0000 (UTC) (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 DD48943D64; Mon, 30 Oct 2006 21:13:51 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k9ULDkXH082264; Mon, 30 Oct 2006 16:13:49 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ruslan Ermilov Date: Mon, 30 Oct 2006 16:12:41 -0500 User-Agent: KMail/1.9.1 References: <200610291450.k9TEowL4034801@repoman.freebsd.org> <200610301155.55597.jhb@freebsd.org> <20061030210442.GB27957@rambler-co.ru> In-Reply-To: <20061030210442.GB27957@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610301612.42357.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 30 Oct 2006 16:13:49 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2132/Mon Oct 30 14:42:34 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/common load_elf.c src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/libi386 elf32_freebsd.c src/sys/boot/pc98/boot2 boot.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, 30 Oct 2006 21:13:56 -0000 On Monday 30 October 2006 16:04, Ruslan Ermilov wrote: > On Mon, Oct 30, 2006 at 11:55:54AM -0500, John Baldwin wrote: > > On Sunday 29 October 2006 09:50, Ruslan Ermilov wrote: > > > ru 2006-10-29 14:50:58 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/boot/common load_elf.c > > > sys/boot/i386/boot2 boot2.c > > > sys/boot/i386/libi386 elf32_freebsd.c > > > sys/boot/pc98/boot2 boot.c > > > Log: > > > Because the BTX mini-kernel now uses flat memory mode and clients > > > are no longer limited to a virtual address space of 16 megabytes, > > > only mask high two bits of a virtual address. This allows to load > > > larger kernels (up to 1 gigabyte). Not masking addresses at all > > > was a bad idea on machines with less than >3G of memory -- kernels > > > are linked at 0xc0xxxxxx, and that would attempt to load a kernel > > > at above 3G. By masking only two highest bits we stay within the > > > safe limits while still allowing to boot larger kernels. > > > > > > (This is a safer reimplmentation of sys/boot/i386/boot2/boot.2.c > > > rev. 1.71.) > > > > > > Prodded by: jhb > > > Tested by: nyan (pc98) > > > > Thanks! > > > Do you think it would be a good idea to MFC this in time for 6.2? I think so, but see my other e-mail, I think it should mask 4 bits rather than just 2. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Mon Oct 30 21:50: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 2E29C16A535; Mon, 30 Oct 2006 21:50:21 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E995743D49; Mon, 30 Oct 2006 21:50:11 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9ULoBkv041076; Mon, 30 Oct 2006 21:50:11 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9ULoBXi041075; Mon, 30 Oct 2006 21:50:11 GMT (envelope-from marius) Message-Id: <200610302150.k9ULoBXi041075@repoman.freebsd.org> From: Marius Strobl Date: Mon, 30 Oct 2006 21:50: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/sys/sparc64/include endian.h src/sys/sun4v/include endian.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, 30 Oct 2006 21:50:21 -0000 marius 2006-10-30 21:50:11 UTC FreeBSD src repository Modified files: sys/sparc64/include endian.h sys/sun4v/include endian.h Log: In the replacement text of the __bswapN_const() macros encapsulate the argument in parentheses so these macros are safe to use and invocations with an expression as the argument like __bswap32_const(42 << 23 | 13) work as expected. Additionally, mask all the individually shifted bytes as appropriate so the bytes which exceed the width of the respective __bswapN_const() macro in invocations like __bswap16_const(0xdead600d) are ignored like it's the case with the corresponding __bswapN_var() function. MFC after: 3 days Revision Changes Path 1.16 +12 -8 src/sys/sparc64/include/endian.h 1.2 +12 -8 src/sys/sun4v/include/endian.h From owner-cvs-src@FreeBSD.ORG Mon Oct 30 22:46: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 321FF16A403; Mon, 30 Oct 2006 22:46:34 +0000 (UTC) (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 00B4643D55; Mon, 30 Oct 2006 22:46:34 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UMkXnl052131; Mon, 30 Oct 2006 22:46:33 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UMkXKV052130; Mon, 30 Oct 2006 22:46:33 GMT (envelope-from imp) Message-Id: <200610302246.k9UMkXKV052130@repoman.freebsd.org> From: Warner Losh Date: Mon, 30 Oct 2006 22:46: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/dev/pci 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, 30 Oct 2006 22:46:34 -0000 imp 2006-10-30 22:46:33 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Assign start to the value we were able to allocate and use that to write out the BAR. Otherwise, we were trying to shift a 32-bit quantity on 32-bit platforms. Also, 'start' check sanity to where it is known. Revision Changes Path 1.318 +11 -10 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 23:23: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 E4F0A16A40F; Mon, 30 Oct 2006 23:23:01 +0000 (UTC) (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 0386843D5D; Mon, 30 Oct 2006 23:23:01 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9UNN0qg059609; Mon, 30 Oct 2006 23:23:00 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9UNN0K4059608; Mon, 30 Oct 2006 23:23:00 GMT (envelope-from cognet) Message-Id: <200610302323.k9UNN0K4059608@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 30 Oct 2006 23:23: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/arm/arm elf_trampoline.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, 30 Oct 2006 23:23:02 -0000 cognet 2006-10-30 23:23:00 UTC FreeBSD src repository Modified files: sys/arm/arm elf_trampoline.c Log: Include , to get definition for uint32_t. Submitted by: David Sharp Revision Changes Path 1.15 +1 -0 src/sys/arm/arm/elf_trampoline.c From owner-cvs-src@FreeBSD.ORG Mon Oct 30 23: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 903CF16A415; Mon, 30 Oct 2006 23:41:38 +0000 (UTC) (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 20C1A43D5F; Mon, 30 Oct 2006 23:41:37 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Gegl6-000E1Z-6E; Mon, 30 Oct 2006 23:41:36 +0000 Date: Mon, 30 Oct 2006 23:41:36 +0000 From: Ceri Davies To: Giorgos Keramidas Message-ID: <20061030234135.GN1690@submonkey.net> Mail-Followup-To: Ceri Davies , Giorgos Keramidas , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200610301701.k9UH1GOL081849@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VBq/nvTu32OVLBUP" Content-Disposition: inline In-Reply-To: <200610301701.k9UH1GOL081849@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 fdc.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, 30 Oct 2006 23:41:38 -0000 --VBq/nvTu32OVLBUP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 30, 2006 at 05:01:16PM +0000, Giorgos Keramidas wrote: > keramida 2006-10-30 17:01:16 UTC >=20 > FreeBSD src repository (doc committer) >=20 > Modified files: (Branch: RELENG_6) > share/man/man4 fdc.4=20 > Log: > The correct date for RELENG_X manpages is not the last time the > manpage was modified in the RELENG_X branch, but its last > modification date in HEAD. That means that every MFC I've done (recently, but possibly ever) is wrong... Will need some time to go through them all. Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --VBq/nvTu32OVLBUP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFRo2vocfcwTS3JF8RAhkTAJ9vbffa/0TJTk8rOwI3I7WuZMvrHACfeXGi gyRq00deOd7R1Epz2KoRmvI= =OejF -----END PGP SIGNATURE----- --VBq/nvTu32OVLBUP-- From owner-cvs-src@FreeBSD.ORG Tue Oct 31 00:27: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 104BC16A415; Tue, 31 Oct 2006 00:27:00 +0000 (UTC) (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 443E743D5E; Tue, 31 Oct 2006 00:26:59 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V0Qxdg017922; Tue, 31 Oct 2006 00:26:59 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V0Qxx4017921; Tue, 31 Oct 2006 00:26:59 GMT (envelope-from markus) Message-Id: <200610310026.k9V0Qxx4017921@repoman.freebsd.org> From: Markus Brueffer Date: Tue, 31 Oct 2006 00:26: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/usr.sbin/bluetooth/bthidcontrol bthidcontrol.8 bthidcontrol.c hid.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, 31 Oct 2006 00:27:00 -0000 markus 2006-10-31 00:26:59 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/bthidcontrol bthidcontrol.8 bthidcontrol.c hid.c Log: - Add a 'verbose' switch -v - Only dump items that are being used for padding when being verbose. This brings bthidcontrol in line with the behaviour of usbhidctl(1). - Update the manpage accordingly Approved by: emax Revision Changes Path 1.4 +4 -1 src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.8 1.2 +8 -1 src/usr.sbin/bluetooth/bthidcontrol/bthidcontrol.c 1.2 +5 -0 src/usr.sbin/bluetooth/bthidcontrol/hid.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 02:22: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 4233216A403; Tue, 31 Oct 2006 02:22:37 +0000 (UTC) (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 A85F543D4C; Tue, 31 Oct 2006 02:22:36 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V2MaS8046913; Tue, 31 Oct 2006 02:22:36 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V2Ma57046912; Tue, 31 Oct 2006 02:22:36 GMT (envelope-from delphij) Message-Id: <200610310222.k9V2Ma57046912@repoman.freebsd.org> From: Xin LI Date: Tue, 31 Oct 2006 02:22: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/bin/rm rm.1 rm.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, 31 Oct 2006 02:22:37 -0000 delphij 2006-10-31 02:22:36 UTC FreeBSD src repository Modified files: bin/rm rm.1 rm.c Log: Correct a security issue introduced in previous commit: instead of removing the file and issue a warning about the removal, do not do any operation at all in case -P is specified when the dinode has hard links. With -f and -P specified together, we assume that the user wants rm to overwrite the contents of the file and remove it (destroy the contents of file but leave its hard links as is). The reason of doing it this way is that, in case where a hard link is created by a malicious user (currently this is permitted even if the user has no access to the file). Losing the link can potentially mean that the actual owner would lose control completely to the user who wants to obtain access in a future day. Discussed with: Peter Jermey Revision Changes Path 1.41 +9 -1 src/bin/rm/rm.1 1.58 +2 -2 src/bin/rm/rm.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 02:27: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 E313116A403; Tue, 31 Oct 2006 02:27:24 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6BD43D49; Tue, 31 Oct 2006 02:27:24 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V2ROMe047625; Tue, 31 Oct 2006 02:27:24 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V2ROQN047624; Tue, 31 Oct 2006 02:27:24 GMT (envelope-from kevlo) Message-Id: <200610310227.k9V2ROQN047624@repoman.freebsd.org> From: Kevin Lo Date: Tue, 31 Oct 2006 02:27: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 ubsa.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: Tue, 31 Oct 2006 02:27:25 -0000 kevlo 2006-10-31 02:27:24 UTC FreeBSD src repository Modified files: sys/dev/usb ubsa.c usbdevs Log: Add support for Option GT 3G/3G quad datacard in ubsa. Approved by: cognet Revision Changes Path 1.20 +6 -2 src/sys/dev/usb/ubsa.c 1.276 +5 -3 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Tue Oct 31 03:28: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 5F18A16A40F; Tue, 31 Oct 2006 03:28:26 +0000 (UTC) (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 EEFD843D5E; Tue, 31 Oct 2006 03:28:25 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V3SPuw060735; Tue, 31 Oct 2006 03:28:25 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V3SP7Z060734; Tue, 31 Oct 2006 03:28:25 GMT (envelope-from scottl) Message-Id: <200610310328.k9V3SP7Z060734@repoman.freebsd.org> From: Scott Long Date: Tue, 31 Oct 2006 03:28: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/dev/bce if_bce.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, 31 Oct 2006 03:28:26 -0000 scottl 2006-10-31 03:28:25 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c Log: Fix a typo in the device ID table that prevented 5708S chips from being detected. Submitted by: pyun Revision Changes Path 1.18 +2 -2 src/sys/dev/bce/if_bce.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 03:29: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 6DE9116A403; Tue, 31 Oct 2006 03:29:28 +0000 (UTC) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BED543D45; Tue, 31 Oct 2006 03:29:28 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V3TS5b060814; Tue, 31 Oct 2006 03:29:28 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V3TSB3060813; Tue, 31 Oct 2006 03:29:28 GMT (envelope-from avatar) Message-Id: <200610310329.k9V3TSB3060813@repoman.freebsd.org> From: Tai-hwa Liang Date: Tue, 31 Oct 2006 03:29:27 +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 ppp X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Oct 2006 03:29:28 -0000 avatar 2006-10-31 03:29:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d ppp Log: MFC (1.12): Re-sync'ing pf rules in post command as we already did for ipfilter. Approved by: re (kensmith) Revision Changes Path 1.11.2.2 +2 -1 src/etc/rc.d/ppp From owner-cvs-src@FreeBSD.ORG Tue Oct 31 05:53: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 A176516A60D; Tue, 31 Oct 2006 05:53:38 +0000 (UTC) (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 C933643D53; Tue, 31 Oct 2006 05:53:36 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V5rTRX098097; Tue, 31 Oct 2006 05:53:29 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V5rTMW098094; Tue, 31 Oct 2006 05:53:29 GMT (envelope-from mjacob) Message-Id: <200610310553.k9V5rTMW098094@repoman.freebsd.org> From: Matt Jacob Date: Tue, 31 Oct 2006 05:53: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/sys/cam/scsi scsi_low.c src/sys/dev/aac aac_cam.c src/sys/dev/advansys advansys.c advlib.c adwcam.c src/sys/dev/aha aha.c src/sys/dev/ahb ahb.c src/sys/dev/aic aic.c src/sys/dev/amd amd.c src/sys/dev/amr amr_cam.c src/sys/dev/arcmsr arcmsr.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, 31 Oct 2006 05:53:38 -0000 mjacob 2006-10-31 05:53:29 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_low.c sys/dev/aac aac_cam.c sys/dev/advansys advansys.c advlib.c adwcam.c sys/dev/aha aha.c sys/dev/ahb ahb.c sys/dev/aic aic.c sys/dev/amd amd.c sys/dev/amr amr_cam.c sys/dev/arcmsr arcmsr.c sys/dev/asr asr.c sys/dev/ata atapi-cam.c sys/dev/ciss ciss.c sys/dev/dpt dpt_scsi.c sys/dev/esp ncr53c9x.c sys/dev/firewire sbp.c sys/dev/iir iir.c sys/dev/isp isp_freebsd.c sys/dev/mly mly.c sys/dev/mpt mpt_cam.c sys/dev/trm trm.c sys/dev/twa tw_osl_cam.c sys/dev/usb umass.c sys/pci ncr.c Log: The first of 3 major steps to move the CAM layer forward to using the CAM_NEW_TRAN_CODE that has been in the tree for some years now. This first step consists solely of adding to or correcting CAM_NEW_TRAN_CODE pieces in the kernel source tree such that a both a GENERIC (at least on i386) and a LINT build with CAM_NEW_TRAN_CODE as an option will compile correctly and run (at least with some the h/w I have). After a short settle time, the other pieces (making CAM_NEW_TRAN_CODE the default and updating libcam and camcontrol) will be brought in. This will be an incompatible change in that the size of structures related to XPT_PATH_INQ and XPT_{GET,SET}_TRAN_SETTINGS change in both size and content. However, basic system operation and basic system utilities work well enough with this change. Reviewed by: freebsd-scsi and specific stakeholders Revision Changes Path 1.25 +53 -0 src/sys/cam/scsi/scsi_low.c 1.24 +23 -1 src/sys/dev/aac/aac_cam.c 1.31 +127 -5 src/sys/dev/advansys/advansys.c 1.25 +16 -1 src/sys/dev/advansys/advlib.c 1.23 +199 -1 src/sys/dev/advansys/adwcam.c 1.60 +72 -4 src/sys/dev/aha/aha.c 1.36 +54 -4 src/sys/dev/ahb/ahb.c 1.24 +117 -10 src/sys/dev/aic/aic.c 1.31 +174 -13 src/sys/dev/amd/amd.c 1.19 +32 -2 src/sys/dev/amr/amr_cam.c 1.12 +31 -2 src/sys/dev/arcmsr/arcmsr.c 1.79 +35 -4 src/sys/dev/asr/asr.c 1.45 +18 -3 src/sys/dev/ata/atapi-cam.c 1.72 +21 -3 src/sys/dev/ciss/ciss.c 1.53 +39 -4 src/sys/dev/dpt/dpt_scsi.c 1.14 +89 -6 src/sys/dev/esp/ncr53c9x.c 1.83 +25 -4 src/sys/dev/firewire/sbp.c 1.16 +35 -5 src/sys/dev/iir/iir.c 1.124 +0 -1 src/sys/dev/isp/isp_freebsd.c 1.40 +66 -1 src/sys/dev/mly/mly.c 1.35 +23 -5 src/sys/dev/mpt/mpt_cam.c 1.28 +161 -5 src/sys/dev/trm/trm.c 1.7 +24 -2 src/sys/dev/twa/tw_osl_cam.c 1.139 +8 -0 src/sys/dev/usb/umass.c 1.191 +173 -9 src/sys/pci/ncr.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 07:22: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 0692D16A40F; Tue, 31 Oct 2006 07:22:25 +0000 (UTC) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB1C43D45; Tue, 31 Oct 2006 07:22:24 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V7MORC017195; Tue, 31 Oct 2006 07:22:24 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V7MOjC017194; Tue, 31 Oct 2006 07:22:24 GMT (envelope-from takawata) Message-Id: <200610310722.k9V7MOjC017194@repoman.freebsd.org> From: Takanori Watanabe Date: Tue, 31 Oct 2006 07:22: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/i386/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: Tue, 31 Oct 2006 07:22:25 -0000 takawata 2006-10-31 07:22:24 UTC FreeBSD src repository Modified files: sys/i386/conf NOTES Log: Fix Typo. Pointed out by: ru Revision Changes Path 1.1238 +1 -1 src/sys/i386/conf/NOTES From owner-cvs-src@FreeBSD.ORG Tue Oct 31 07: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 64C8216A403; Tue, 31 Oct 2006 07:44:29 +0000 (UTC) (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 27E0643D53; Tue, 31 Oct 2006 07:44:29 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V7iT5j020924; Tue, 31 Oct 2006 07:44:29 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V7iSBm020921; Tue, 31 Oct 2006 07:44:28 GMT (envelope-from phk) Message-Id: <200610310744.k9V7iSBm020921@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 31 Oct 2006 07: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/share/snmp/mibs FREEBSD-MIB.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Oct 2006 07:44:29 -0000 phk 2006-10-31 07:44:28 UTC FreeBSD src repository Modified files: share/snmp/mibs FREEBSD-MIB.txt Log: Claim my own subtree under freeBSDpeople Revision Changes Path 1.3 +9 -3 src/share/snmp/mibs/FREEBSD-MIB.txt From owner-cvs-src@FreeBSD.ORG Tue Oct 31 08:18: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 A8A6C16A4A0; Tue, 31 Oct 2006 08:18:03 +0000 (UTC) (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 49B2B43D46; Tue, 31 Oct 2006 08:18:03 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V8I3nN027356; Tue, 31 Oct 2006 08:18:03 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V8I3eR027355; Tue, 31 Oct 2006 08:18:03 GMT (envelope-from phk) Message-Id: <200610310818.k9V8I3eR027355@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 31 Oct 2006 08:18:02 +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/snmp/mibs FREEBSD-MIB.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Oct 2006 08:18:03 -0000 phk 2006-10-31 08:18:02 UTC FreeBSD src repository Modified files: share/snmp/mibs FREEBSD-MIB.txt Log: Avoid implict node generation in oids, people tell me a fair bit of SNMP software has trouble with them. Revision Changes Path 1.4 +7 -9 src/share/snmp/mibs/FREEBSD-MIB.txt From owner-cvs-src@FreeBSD.ORG Tue Oct 31 08:47: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 6CB7616A415; Tue, 31 Oct 2006 08:47:06 +0000 (UTC) (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 79B4A43D49; Tue, 31 Oct 2006 08:47:05 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id k9V8kDIk009207 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 31 Oct 2006 10:46:51 +0200 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.8/8.13.8) with ESMTP id k9V8kbUn061780; Tue, 31 Oct 2006 10:46:42 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.pc (8.13.8/8.13.8/Submit) id k9V8kUfI061779; Tue, 31 Oct 2006 10:46:30 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Tue, 31 Oct 2006 10:46:30 +0200 From: Giorgos Keramidas To: Ceri Davies , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20061031084630.GA57441@gothmog.pc> References: <200610301701.k9UH1GOL081849@repoman.freebsd.org> <20061030234135.GN1690@submonkey.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061030234135.GN1690@submonkey.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.635, required 5, AWL -0.24, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: Subject: Re: cvs commit: src/share/man/man4 fdc.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, 31 Oct 2006 08:47:06 -0000 On 2006-10-30 23:41, Ceri Davies wrote: > On Mon, Oct 30, 2006 at 05:01:16PM +0000, Giorgos Keramidas wrote: > > keramida 2006-10-30 17:01:16 UTC > > > > FreeBSD src repository (doc committer) > > > > Modified files: (Branch: RELENG_6) > > share/man/man4 fdc.4 > > Log: > > The correct date for RELENG_X manpages is not the last time the > > manpage was modified in the RELENG_X branch, but its last > > modification date in HEAD. > > That means that every MFC I've done (recently, but possibly ever) is > wrong... Will need some time to go through them all. Well it depends. Ruslan has kindly explained this in better words, so I'm copying him here: % Date: Mon, 30 Oct 2006 20:37:24 +0300 % From: Ruslan Ermilov % Subject: Re: cvs commit: src/share/man/man4 fdc.4 % To: Giorgos Keramidas % % On Mon, Oct 30, 2006 at 05:01:16PM +0000, Giorgos Keramidas wrote: % > keramida 2006-10-30 17:01:16 UTC % > % > FreeBSD src repository (doc committer) % > % > Modified files: (Branch: RELENG_6) % > share/man/man4 fdc.4 % > Log: % > The correct date for RELENG_X manpages is not the last time the % > manpage was modified in the RELENG_X branch, but its last % > modification date in HEAD. % > % > Suggested by: ru % > Approved by: re (bmah) % > % > Revision Changes Path % > 1.34.8.2 +1 -1 src/share/man/man4/fdc.4 % % This is correct in case of MFC -- if you're making a RELENG_X % specific change then the date should be update to the date of % change in RELENG_X. Well, a common sense actually applies. ;) It makes sense, now that I've thought a bit about it. If you are 'pulling changes over' from another branch, you are definitely modifying the file, but these changes were 'conceived' at the date they were made in the original branch. Or something like that, anyway :) I don't think we have to go through each one of our MFC commits and retrospectively 'fix' that, because this will generate a huge number of commits! From owner-cvs-src@FreeBSD.ORG Tue Oct 31 09:00: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 EB21B16A598; Tue, 31 Oct 2006 09:00:49 +0000 (UTC) (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 5B9FD43DA6; Tue, 31 Oct 2006 09:00:36 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9V90axO042454; Tue, 31 Oct 2006 09:00:36 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9V90axp042453; Tue, 31 Oct 2006 09:00:36 GMT (envelope-from harti) Message-Id: <200610310900.k9V90axp042453@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 31 Oct 2006 09:00:35 +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/snmpd action.c tree.def X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Oct 2006 09:00:50 -0000 harti 2006-10-31 09:00:35 UTC FreeBSD src repository Modified files: (Branch: BEGEMOT) contrib/bsnmp/snmpd action.c tree.def Log: Vendor patch: synthesize the initial value for sysObjectId from the value of uname -r in FreeBSD. This value can be overwritten in the configuration file. Suggested by: phk Revision Changes Path 1.1.1.5 +54 -27 src/contrib/bsnmp/snmpd/action.c 1.1.1.4 +11 -3 src/contrib/bsnmp/snmpd/tree.def From owner-cvs-src@FreeBSD.ORG Tue Oct 31 10:09: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 EDBEF16A415; Tue, 31 Oct 2006 10:09:10 +0000 (UTC) (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 AEB3A43D46; Tue, 31 Oct 2006 10:09:10 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VA9ADE058400; Tue, 31 Oct 2006 10:09:10 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VA9AxZ058399; Tue, 31 Oct 2006 10:09:10 GMT (envelope-from harti) Message-Id: <200610311009.k9VA9AxZ058399@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 31 Oct 2006 10:09: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/snmp/mibs FREEBSD-MIB.txt X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 31 Oct 2006 10:09:11 -0000 harti 2006-10-31 10:09:10 UTC FreeBSD src repository Modified files: share/snmp/mibs FREEBSD-MIB.txt Log: Define a base OID for the FreeBSD version as returned in sysObjectID by bsnmpd(1). The actual OID is formed by appending the release numbers to this base OID. Idea by: phk Revision Changes Path 1.5 +19 -1 src/share/snmp/mibs/FREEBSD-MIB.txt From owner-cvs-src@FreeBSD.ORG Tue Oct 31 10:23: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 714C016A415; Tue, 31 Oct 2006 10:23:29 +0000 (UTC) (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 2E53943D45; Tue, 31 Oct 2006 10:23:29 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VANTsD061369; Tue, 31 Oct 2006 10:23:29 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VANT8T061367; Tue, 31 Oct 2006 10:23:29 GMT (envelope-from harti) Message-Id: <200610311023.k9VANT8T061367@repoman.freebsd.org> From: Hartmut Brandt Date: Tue, 31 Oct 2006 10:23: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/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: Tue, 31 Oct 2006 10:23:29 -0000 harti 2006-10-31 10:23:28 UTC FreeBSD src repository Modified files: etc snmpd.config Log: Bind to INADDR_ANY in the default configuration. This makes bsnmpd(1) automatically work on multi-homed hosts and without explicite specification of the hostname in the config file. Submitted by: jmg Revision Changes Path 1.7 +1 -3 src/etc/snmpd.config From owner-cvs-src@FreeBSD.ORG Tue Oct 31 11:04: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 8B10A16A4FC; Tue, 31 Oct 2006 11:04:38 +0000 (UTC) (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 DE96343D4C; Tue, 31 Oct 2006 11:04:32 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GerPz-000PAN-8J; Tue, 31 Oct 2006 11:04:31 +0000 Date: Tue, 31 Oct 2006 11:04:31 +0000 From: Ceri Davies To: Giorgos Keramidas Message-ID: <20061031110431.GO1690@submonkey.net> Mail-Followup-To: Ceri Davies , Giorgos Keramidas , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200610301701.k9UH1GOL081849@repoman.freebsd.org> <20061030234135.GN1690@submonkey.net> <20061031084630.GA57441@gothmog.pc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EOHJn1TVIJfeVXv2" Content-Disposition: inline In-Reply-To: <20061031084630.GA57441@gothmog.pc> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 fdc.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, 31 Oct 2006 11:04:38 -0000 --EOHJn1TVIJfeVXv2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 31, 2006 at 10:46:30AM +0200, Giorgos Keramidas wrote: > On 2006-10-30 23:41, Ceri Davies wrote: > > On Mon, Oct 30, 2006 at 05:01:16PM +0000, Giorgos Keramidas wrote: > > > keramida 2006-10-30 17:01:16 UTC > > >=20 > > > FreeBSD src repository (doc committer) > > >=20 > > > Modified files: (Branch: RELENG_6) > > > share/man/man4 fdc.4=20 > > > Log: > > > The correct date for RELENG_X manpages is not the last time the > > > manpage was modified in the RELENG_X branch, but its last > > > modification date in HEAD. > >=20 > > That means that every MFC I've done (recently, but possibly ever) is > > wrong... Will need some time to go through them all. >=20 > Well it depends. Ruslan has kindly explained this in better > words, so I'm copying him here: >=20 > % Date: Mon, 30 Oct 2006 20:37:24 +0300 > % From: Ruslan Ermilov > % Subject: Re: cvs commit: src/share/man/man4 fdc.4 > % To: Giorgos Keramidas > %=20 > % On Mon, Oct 30, 2006 at 05:01:16PM +0000, Giorgos Keramidas wrote: > % > keramida 2006-10-30 17:01:16 UTC > % > > % > FreeBSD src repository (doc committer) > % > > % > Modified files: (Branch: RELENG_6) > % > share/man/man4 fdc.4 > % > Log: > % > The correct date for RELENG_X manpages is not the last time the > % > manpage was modified in the RELENG_X branch, but its last > % > modification date in HEAD. > % > > % > Suggested by: ru > % > Approved by: re (bmah) > % > > % > Revision Changes Path > % > 1.34.8.2 +1 -1 src/share/man/man4/fdc.4 > %=20 > % This is correct in case of MFC -- if you're making a RELENG_X > % specific change then the date should be update to the date of > % change in RELENG_X. Well, a common sense actually applies. ;) >=20 > It makes sense, now that I've thought a bit about it. >=20 > If you are 'pulling changes over' from another branch, you are > definitely modifying the file, but these changes were 'conceived' > at the date they were made in the original branch. Or something > like that, anyway :) Makes sense. > I don't think we have to go through each one of our MFC commits > and retrospectively 'fix' that, because this will generate a huge > number of commits! Phew! Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --EOHJn1TVIJfeVXv2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFRy2+ocfcwTS3JF8RAnTyAKCpTBiV6uYJGbonbXoW+JKSiVKRYQCghgYu pak9hGicxDiWrMSRbi3bsRM= =rcHN -----END PGP SIGNATURE----- --EOHJn1TVIJfeVXv2-- From owner-cvs-src@FreeBSD.ORG Tue Oct 31 11:15: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 F2C6B16A415; Tue, 31 Oct 2006 11:15:14 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DEAA43D53; Tue, 31 Oct 2006 11:15:14 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id A37811FFDBC; Tue, 31 Oct 2006 12:15:10 +0100 (CET) Received: by transport.cksoft.de (Postfix, from userid 66) id 9A1321FFD0B; Tue, 31 Oct 2006 12:15:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 7D945444885; Tue, 31 Oct 2006 11:10:51 +0000 (UTC) Date: Tue, 31 Oct 2006 11:10:51 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Hartmut Brandt In-Reply-To: <200610311023.k9VANT8T061367@repoman.freebsd.org> Message-ID: <20061031110323.G2462@maildrop.int.zabbadoz.net> References: <200610311023.k9VANT8T061367@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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: Tue, 31 Oct 2006 11:15:15 -0000 On Tue, 31 Oct 2006, Hartmut Brandt wrote: > harti 2006-10-31 10:23:28 UTC > > FreeBSD src repository > > Modified files: > etc snmpd.config > Log: > Bind to INADDR_ANY in the default configuration. This makes bsnmpd(1) > automatically work on multi-homed hosts and without explicite specification > of the hostname in the config file. > > Submitted by: jmg > > Revision Changes Path > 1.7 +1 -3 src/etc/snmpd.config haeh - I think what we (jmg, glebius and me) had agreed on on IRC was default bind should be on 'localhost' with a commented out sample for 0/0. And the bogus$(host) should be dropped. Binding to 0/0 by default just exposes bsnmpd to the world with a default secret if blindly enabled which is not a too good idea(tm). -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Tue Oct 31 11:28: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 9EC0816A4A7; Tue, 31 Oct 2006 11:28:36 +0000 (UTC) (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 1FDE943D7F; Tue, 31 Oct 2006 11:28:24 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from knop-beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Tue, 31 Oct 2006 12:28:22 +0100 Date: Tue, 31 Oct 2006 12:28:24 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@knop-beagle.kn.op.dlr.de To: "Bjoern A. Zeeb" In-Reply-To: <20061031110323.G2462@maildrop.int.zabbadoz.net> Message-ID: <20061031122403.G60872@knop-beagle.kn.op.dlr.de> References: <200610311023.k9VANT8T061367@repoman.freebsd.org> <20061031110323.G2462@maildrop.int.zabbadoz.net> X-OpenPGP-Key: harti@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 31 Oct 2006 11:28:22.0998 (UTC) FILETIME=[AC94D760:01C6FCDF] Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc snmpd.config X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 11:28:36 -0000 On Tue, 31 Oct 2006, Bjoern A. Zeeb wrote: BAZ>On Tue, 31 Oct 2006, Hartmut Brandt wrote: BAZ> BAZ>> harti 2006-10-31 10:23:28 UTC BAZ>> BAZ>> FreeBSD src repository BAZ>> BAZ>> Modified files: BAZ>> etc snmpd.config BAZ>> Log: BAZ>> Bind to INADDR_ANY in the default configuration. This makes bsnmpd(1) BAZ>> automatically work on multi-homed hosts and without explicite BAZ>> specification BAZ>> of the hostname in the config file. BAZ>> BAZ>> Submitted by: jmg BAZ>> BAZ>> Revision Changes Path BAZ>> 1.7 +1 -3 src/etc/snmpd.config BAZ> BAZ>haeh - I think what we (jmg, glebius and me) had agreed on on IRC was BAZ>default bind should be on 'localhost' with a commented out sample BAZ>for 0/0. And the bogus$(host) should be dropped. Well, if you've agreed, then you should probably commit it. Locks ok for me too. BAZ>Binding to 0/0 by default just exposes bsnmpd to the world with a BAZ>default secret if blindly enabled which is not a too good idea(tm). Well, at least there is no write community set, so the amount of damage is limited. Also, normally SNMPv[12] should be firewalled. Of course, this does not help if you run SNMP on your firewall. In any case, go ahead and commit. harti From owner-cvs-src@FreeBSD.ORG Tue Oct 31 15:01: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 982F716A412; Tue, 31 Oct 2006 15:01:33 +0000 (UTC) (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 42AAB43DF0; Tue, 31 Oct 2006 15:00:15 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VF0Fl6024156; Tue, 31 Oct 2006 15:00:15 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VF0Ftd024155; Tue, 31 Oct 2006 15:00:15 GMT (envelope-from glebius) Message-Id: <200610311500.k9VF0Ftd024155@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 31 Oct 2006 15:00: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/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.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, 31 Oct 2006 15:01:33 -0000 glebius 2006-10-31 15:00:14 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: Merge new vendor release - 6.2.9. Details: o if_em.c changes: - Added several new PCI ids. - Check em_check_phy_reset_block() before doing SIOCSIFMEDIA ioctl. - Don't touch TARC registers, they are now handled in shared code in if_em_hw.c. - Move RDH and RDT setting to the end of em_initialize_receive_unit(). - Declare em_read_pcie_cap_reg(), now empty. o if_em_hw.c dropped in from vendor, then restored rev. 1.15. o if_em_hw.h dropped in from vendor, then modified: - Added RX overrun interrupt flag to interrupt enable mask. - Remove declarations of em_io_read(), em_io_write(). Approved by: jfv Revision Changes Path 1.157 +34 -27 src/sys/dev/em/if_em.c 1.53 +19 -8 src/sys/dev/em/if_em.h 1.25 +573 -523 src/sys/dev/em/if_em_hw.c 1.25 +121 -170 src/sys/dev/em/if_em_hw.h 1.21 +4 -4 src/sys/dev/em/if_em_osdep.h From owner-cvs-src@FreeBSD.ORG Tue Oct 31 16:13: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 81FC816A40F; Tue, 31 Oct 2006 16:13:39 +0000 (UTC) (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 421FF43D4C; Tue, 31 Oct 2006 16:13:39 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VGDdcL039825; Tue, 31 Oct 2006 16:13:39 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VGDd6j039822; Tue, 31 Oct 2006 16:13:39 GMT (envelope-from jhb) Message-Id: <200610311613.k9VGDd6j039822@repoman.freebsd.org> From: John Baldwin Date: Tue, 31 Oct 2006 16:13: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/acpi_support acpi_aiboost.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, 31 Oct 2006 16:13:39 -0000 jhb 2006-10-31 16:13:38 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_aiboost.c Log: Remove unused softc pointer variable from the probe routine. CID: 1560 Found by: Coverity Prevent (tm) Revision Changes Path 1.2 +0 -3 src/sys/dev/acpi_support/acpi_aiboost.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 16:19: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 0CC2016A407; Tue, 31 Oct 2006 16:19:23 +0000 (UTC) (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 4A00043D69; Tue, 31 Oct 2006 16:19:22 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VGJM4L040129; Tue, 31 Oct 2006 16:19:22 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VGJMVk040128; Tue, 31 Oct 2006 16:19:22 GMT (envelope-from glebius) Message-Id: <200610311619.k9VGJMVk040128@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 31 Oct 2006 16:19: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/em if_em.c if_em.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, 31 Oct 2006 16:19:23 -0000 glebius 2006-10-31 16:19:22 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h Log: Rework the transmit register handling. In em_encap() store index of the EOP descriptor in the first descriptor of the packet. And then in em_txeof() search for DD bits set only in the EOP descriptors, embedding the cleanup of all packet's descriptors into inner loop. This change is important for future chips, where DD bit is going to be set only on the EOP descriptors. Submitted by: jfv Revision Changes Path 1.158 +78 -33 src/sys/dev/em/if_em.c 1.54 +2 -1 src/sys/dev/em/if_em.h From owner-cvs-src@FreeBSD.ORG Tue Oct 31 17: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 C26F216A47E; Tue, 31 Oct 2006 17:05:13 +0000 (UTC) (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 A751443D9F; Tue, 31 Oct 2006 17:05:05 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VH53kM056873; Tue, 31 Oct 2006 17:05:03 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VH53wn056872; Tue, 31 Oct 2006 17:05:03 GMT (envelope-from jhb) Message-Id: <200610311705.k9VH53wn056872@repoman.freebsd.org> From: John Baldwin Date: Tue, 31 Oct 2006 17:05:03 +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/em if_em.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, 31 Oct 2006 17:05:14 -0000 jhb 2006-10-31 17:05:03 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: - Use callout_init_mtx() to close various callout-related races. - Drain the two timers in detach. - Check IFF_DRV_RUNNING in the link task and bail w/o doing anything if it is clear. Reviewed by: jfv, scottl Revision Changes Path 1.159 +13 -18 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 17:27: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 F244D16A510; Tue, 31 Oct 2006 17:27:35 +0000 (UTC) (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 94BD743E81; Tue, 31 Oct 2006 17:21:35 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VHLF0P058928; Tue, 31 Oct 2006 17:21:15 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VHLFpw058923; Tue, 31 Oct 2006 17:21:15 GMT (envelope-from jhb) Message-Id: <200610311721.k9VHLFpw058923@repoman.freebsd.org> From: John Baldwin Date: Tue, 31 Oct 2006 17:21: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/dev/em if_em.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, 31 Oct 2006 17:27:36 -0000 jhb 2006-10-31 17:21:15 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Allocate receive and transmit data structures during attach() and free them during detach() similar to other NIC drivers rather than allocating them during init() and freeing them during stop(): - Move creation of tx bus_dma tag amd maps and tx_buffer_area from em_setup_transmit_structures() to em_allocate_transmit_structures(). - Call em_allocate_xxx_structures() in em_attach(). - Only call em_free_xxx_structures() in em_detach(). - Change em_setup_xxx_structures() to free any existing tx or rx buffers and in the case of rx repopulate the ring with newer buffers. Reviewed by: jfv Revision Changes Path 1.160 +82 -47 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 17:53: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 20E3316A403; Tue, 31 Oct 2006 17:53:05 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E932743D6A; Tue, 31 Oct 2006 17:53:02 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VHr2Xf065430; Tue, 31 Oct 2006 17:53:02 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VHr2JH065423; Tue, 31 Oct 2006 17:53:02 GMT (envelope-from kib) Message-Id: <200610311753.k9VHr2JH065423@repoman.freebsd.org> From: Konstantin Belousov Date: Tue, 31 Oct 2006 17:53:02 +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/linux32 linux32_sysvec.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, 31 Oct 2006 17:53:05 -0000 kib 2006-10-31 17:53:02 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_sysvec.c Log: Fix a typo resulting in truncated linux32 signal trampoline code copied to the usermode. Usually, signal handler segfaulted on return. Reviewed by: jhb MFC after: 3 days Revision Changes Path 1.25 +1 -1 src/sys/amd64/linux32/linux32_sysvec.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 18:13: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 DB95D16A4B3; Tue, 31 Oct 2006 18:13:16 +0000 (UTC) (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 4E8C843D58; Tue, 31 Oct 2006 18:13:16 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k9VIDCDE090252; Tue, 31 Oct 2006 13:13:12 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Konstantin Belousov Date: Tue, 31 Oct 2006 13:13:04 -0500 User-Agent: KMail/1.9.1 References: <200610311753.k9VHr2JH065423@repoman.freebsd.org> In-Reply-To: <200610311753.k9VHr2JH065423@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610311313.05491.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 31 Oct 2006 13:13:12 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2133/Tue Oct 31 05:42:29 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/linux32 linux32_sysvec.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, 31 Oct 2006 18:13:17 -0000 On Tuesday 31 October 2006 12:53, Konstantin Belousov wrote: > kib 2006-10-31 17:53:02 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/linux32 linux32_sysvec.c > Log: > Fix a typo resulting in truncated linux32 signal trampoline code copied > to the usermode. Usually, signal handler segfaulted on return. > > Reviewed by: jhb > MFC after: 3 days Thanks for the sluthing on this! -- John Baldwin From owner-cvs-src@FreeBSD.ORG Tue Oct 31 19:49: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 3A23616A416 for ; Tue, 31 Oct 2006 19:49:21 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D3C843D7B for ; Tue, 31 Oct 2006 19:49:04 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1323622uge for ; Tue, 31 Oct 2006 11:49:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=BLitveQVZPI64CyaeskQwbV2YkR/Lpi/iQZMypVx0TcICKn+JPRygpLVd6FrfznkrHHbXBx00JhQMxwY6zOVXHndhqu6WS7XwXBGVR4Xxge7sQ+mbQ8tTRDOy1qQdmqFZ+KTLk6qixitY4+09tcPiLGLfNp/zywRUsuSpgXlwy0= Received: by 10.67.103.7 with SMTP id f7mr6709501ugm; Tue, 31 Oct 2006 11:49:03 -0800 (PST) Received: from ?192.168.1.200? ( [80.217.194.157]) by mx.google.com with ESMTP id j1sm5475392ugf.2006.10.31.11.49.02; Tue, 31 Oct 2006 11:49:02 -0800 (PST) Message-ID: <4547A8AC.9090102@gmail.com> Date: Tue, 31 Oct 2006 20:49:00 +0100 From: Pawel Worach User-Agent: Thunderbird 1.5.0.7 (X11/20061025) MIME-Version: 1.0 To: John-Mark Gurney References: <200610211727.k9LHRatg034062@repoman.freebsd.org> In-Reply-To: <200610211727.k9LHRatg034062@repoman.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/gnu/usr.bin/gdb 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, 31 Oct 2006 19:49:21 -0000 John-Mark Gurney wrote: > jmg 2006-10-21 17:27:36 UTC > > FreeBSD src repository > > Modified files: > gnu/usr.bin/gdb Makefile > Log: > Turn on gdbserver for the arch that supports it.. > Guess is should be removed from ObsoleteFiles.inc for i386 then. --- ObsoleteFiles.inc.orig Tue Oct 31 20:45:00 2006 +++ ObsoleteFiles.inc Tue Oct 31 20:46:27 2006 @@ -628,7 +628,9 @@ OLD_FILES+=usr/lib/libpam_ssh_p.a OLD_FILES+=usr/bin/help OLD_FILES+=usr/bin/sccs +.if ${TARGET_ARCH} != "i386" OLD_FILES+=usr/bin/gdbserver +.endif OLD_FILES+=usr/bin/ssh-keysign OLD_FILES+=usr/sbin/gifconfig OLD_FILES+=usr/sbin/prefix -- Pawel From owner-cvs-src@FreeBSD.ORG Tue Oct 31 19:56: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 0510416A504 for ; Tue, 31 Oct 2006 19:56:06 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B4E443D75 for ; Tue, 31 Oct 2006 19:55:56 +0000 (GMT) (envelope-from nate@root.org) Received: (qmail 92445 invoked from network); 31 Oct 2006 19:55:57 -0000 Received: from adsl-67-119-74-222.dsl.sntc01.pacbell.net (HELO ?10.0.0.44?) (nate-mail@67.119.74.222) by root.org with ESMTPA; 31 Oct 2006 19:55:57 -0000 Message-ID: <4547AA33.2030900@root.org> Date: Tue, 31 Oct 2006 11:55:31 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Matt Jacob References: <20061031055345.4356B16A70F@hub.freebsd.org> In-Reply-To: <20061031055345.4356B16A70F@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/cam/scsi scsi_low.c src/sys/dev/aac aac_cam.c src/sys/dev/advansys advansys.c advlib.c adwcam.c src/sys/dev/aha aha.c src/sys/dev/ahb ahb.c src/sys/dev/aic aic.c src/sys/dev/amd amd.c src/sys/dev/amr amr_cam.c src/sys/dev/arcmsr arcmsr.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, 31 Oct 2006 19:56:06 -0000 Matt Jacob wrote: > mjacob 2006-10-31 05:53:29 UTC > > FreeBSD src repository > > Modified files: > sys/cam/scsi scsi_low.c > sys/dev/aac aac_cam.c > sys/dev/advansys advansys.c advlib.c adwcam.c > sys/dev/aha aha.c > sys/dev/ahb ahb.c > sys/dev/aic aic.c > sys/dev/amd amd.c > sys/dev/amr amr_cam.c > sys/dev/arcmsr arcmsr.c > sys/dev/asr asr.c > sys/dev/ata atapi-cam.c > sys/dev/ciss ciss.c > sys/dev/dpt dpt_scsi.c > sys/dev/esp ncr53c9x.c > sys/dev/firewire sbp.c > sys/dev/iir iir.c > sys/dev/isp isp_freebsd.c > sys/dev/mly mly.c > sys/dev/mpt mpt_cam.c > sys/dev/trm trm.c > sys/dev/twa tw_osl_cam.c > sys/dev/usb umass.c > sys/pci ncr.c > Log: > The first of 3 major steps to move the CAM layer forward to using > the CAM_NEW_TRAN_CODE that has been in the tree for some years now. > > This first step consists solely of adding to or correcting > CAM_NEW_TRAN_CODE pieces in the kernel source tree such > that a both a GENERIC (at least on i386) and a LINT build > with CAM_NEW_TRAN_CODE as an option will compile correctly > and run (at least with some the h/w I have). > > After a short settle time, the other pieces (making > CAM_NEW_TRAN_CODE the default and updating libcam > and camcontrol) will be brought in. > > This will be an incompatible change in that the size of structures > related to XPT_PATH_INQ and XPT_{GET,SET}_TRAN_SETTINGS change > in both size and content. However, basic system operation and > basic system utilities work well enough with this change. > > Reviewed by: freebsd-scsi and specific stakeholders My hero!!@! -- Nate From owner-cvs-src@FreeBSD.ORG Tue Oct 31 20:27: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 36D4C16A504; Tue, 31 Oct 2006 20:27:12 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7862843DA9; Tue, 31 Oct 2006 20:25:46 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VKPbYv094752; Tue, 31 Oct 2006 20:25:37 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VKPb5e094751; Tue, 31 Oct 2006 20:25:37 GMT (envelope-from mohans) Message-Id: <200610312025.k9VKPb5e094751@repoman.freebsd.org> From: Mohan Srinivasan Date: Tue, 31 Oct 2006 20:25: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/nfsclient 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: Tue, 31 Oct 2006 20:27:12 -0000 mohans 2006-10-31 20:25:37 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_socket.c Log: Make EWOULDBLOCK a recoverable error so that the request is retransmitted. This bug results in data corruption with NFS/TCP. Writes are silently dropped on EWOULDBLOCK (because socket send buffer is full and sockbuf timer fires). Reviewed by: ups@ Revision Changes Path 1.145 +2 -2 src/sys/nfsclient/nfs_socket.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:05: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 B349316A47B; Tue, 31 Oct 2006 21:05:37 +0000 (UTC) (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 5702E43D80; Tue, 31 Oct 2006 21:05:36 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VL5a8V010591; Tue, 31 Oct 2006 21:05:36 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VL5aBM010590; Tue, 31 Oct 2006 21:05:36 GMT (envelope-from jmg) Message-Id: <200610312105.k9VL5aBM010590@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 31 Oct 2006 21:05: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 ObsoleteFiles.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: Tue, 31 Oct 2006 21:05:37 -0000 jmg 2006-10-31 21:05:36 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: remove gdbserver on ARCH i386 as we now install it again.. Submitted by: Pawel Worach Revision Changes Path 1.57 +2 -0 src/ObsoleteFiles.inc From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:11: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 E1D9116A47E; Tue, 31 Oct 2006 21:11:22 +0000 (UTC) (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 9C39043D6D; Tue, 31 Oct 2006 21:11:21 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLBLlf011268; Tue, 31 Oct 2006 21:11:21 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLBL5N011266; Tue, 31 Oct 2006 21:11:21 GMT (envelope-from pjd) Message-Id: <200610312111.k9VLBL5N011266@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:11: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/geom geom.h geom_io.c src/sys/kern subr_disk.c src/sys/sys bio.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, 31 Oct 2006 21:11:23 -0000 pjd 2006-10-31 21:11:21 UTC FreeBSD src repository Modified files: sys/geom geom.h geom_io.c sys/kern subr_disk.c sys/sys bio.h Log: Add a new I/O request - BIO_FLUSH, which basically tells providers below to flush their caches. For now will mostly be used by disks to flush their write cache. Sponsored by: home.pl Revision Changes Path 1.98 +1 -0 src/sys/geom/geom.h 1.71 +29 -1 src/sys/geom/geom_io.c 1.88 +1 -0 src/sys/kern/subr_disk.c 1.147 +1 -0 src/sys/sys/bio.h From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:12: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 0E80D16A417; Tue, 31 Oct 2006 21:12:44 +0000 (UTC) (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 BE73C43D45; Tue, 31 Oct 2006 21:12:43 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLChZT011923; Tue, 31 Oct 2006 21:12:43 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLChcr011922; Tue, 31 Oct 2006 21:12:43 GMT (envelope-from pjd) Message-Id: <200610312112.k9VLChcr011922@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:12: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/geom geom_disk.c geom_disk.h src/share/man/man9 disk.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, 31 Oct 2006 21:12:44 -0000 pjd 2006-10-31 21:12:43 UTC FreeBSD src repository Modified files: sys/geom geom_disk.c geom_disk.h share/man/man9 disk.9 Log: Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk can handle BIO_FLUSH requests. Sponsored by: home.pl Revision Changes Path 1.8 +3 -1 src/share/man/man9/disk.9 1.100 +21 -1 src/sys/geom/geom_disk.c 1.6 +1 -0 src/sys/geom/geom_disk.h From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:19: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 2171116A416; Tue, 31 Oct 2006 21:19:26 +0000 (UTC) (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 C8ED843D67; Tue, 31 Oct 2006 21:19:25 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLJP7O012662; Tue, 31 Oct 2006 21:19:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLJPfQ012661; Tue, 31 Oct 2006 21:19:25 GMT (envelope-from pjd) Message-Id: <200610312119.k9VLJPfQ012661@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:19: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/cam/scsi scsi_da.c src/sys/dev/amr amr.c amr_disk.c src/sys/dev/ata ata-disk.c ata-raid.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, 31 Oct 2006 21:19:26 -0000 pjd 2006-10-31 21:19:25 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c sys/dev/amr amr.c amr_disk.c sys/dev/ata ata-disk.c ata-raid.c Log: Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4). Sponsored by: home.pl Revision Changes Path 1.195 +31 -14 src/sys/cam/scsi/scsi_da.c 1.80 +21 -10 src/sys/dev/amr/amr.c 1.39 +1 -1 src/sys/dev/amr/amr_disk.c 1.200 +13 -0 src/sys/dev/ata/ata-disk.c 1.122 +69 -0 src/sys/dev/ata/ata-raid.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:21: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 16E3416A4C9; Tue, 31 Oct 2006 21:21:51 +0000 (UTC) (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 D0BE943D73; Tue, 31 Oct 2006 21:21:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLLnSl013481; Tue, 31 Oct 2006 21:21:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLLna7013480; Tue, 31 Oct 2006 21:21:49 GMT (envelope-from pjd) Message-Id: <200610312121.k9VLLna7013480@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:21: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/libufs Makefile cgread.3 cgroup.c libufs.3 libufs.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, 31 Oct 2006 21:21:51 -0000 pjd 2006-10-31 21:21:49 UTC FreeBSD src repository Modified files: lib/libufs Makefile cgread.3 cgroup.c libufs.3 libufs.h Log: Implement cgwrite1(3) function which stored a given cylinder group on disk. Sponsored by: home.pl Revision Changes Path 1.14 +1 -0 src/lib/libufs/Makefile 1.7 +21 -2 src/lib/libufs/cgread.3 1.4 +14 -0 src/lib/libufs/cgroup.c 1.9 +1 -0 src/lib/libufs/libufs.3 1.12 +1 -0 src/lib/libufs/libufs.h From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:23: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 02C4016A416; Tue, 31 Oct 2006 21:23:53 +0000 (UTC) (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 1448743D6E; Tue, 31 Oct 2006 21:23:52 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLNpGR014188; Tue, 31 Oct 2006 21:23:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLNpWn014186; Tue, 31 Oct 2006 21:23:51 GMT (envelope-from pjd) Message-Id: <200610312123.k9VLNpWn014186@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:23: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/geom geom_slice.c src/sys/geom/concat g_concat.c src/sys/geom/eli g_eli.c src/sys/geom/mirror g_mirror.c src/sys/geom/raid3 g_raid3.c src/sys/geom/stripe g_stripe.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, 31 Oct 2006 21:23:53 -0000 pjd 2006-10-31 21:23:51 UTC FreeBSD src repository Modified files: sys/geom geom_slice.c sys/geom/concat g_concat.c sys/geom/eli g_eli.c sys/geom/mirror g_mirror.c sys/geom/raid3 g_raid3.c sys/geom/stripe g_stripe.c Log: Implement BIO_FLUSH handling by simply passing it down to the components. Sponsored by: home.pl Revision Changes Path 1.29 +39 -0 src/sys/geom/concat/g_concat.c 1.31 +2 -0 src/sys/geom/eli/g_eli.c 1.61 +2 -0 src/sys/geom/geom_slice.c 1.91 +45 -0 src/sys/geom/mirror/g_mirror.c 1.78 +47 -0 src/sys/geom/raid3/g_raid3.c 1.30 +39 -3 src/sys/geom/stripe/g_stripe.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:32: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 B513616A4D2; Tue, 31 Oct 2006 21:32:50 +0000 (UTC) (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 9D8B943E46; Tue, 31 Oct 2006 21:31:01 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLV1SA014876; Tue, 31 Oct 2006 21:31:01 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLV1he014872; Tue, 31 Oct 2006 21:31:01 GMT (envelope-from pjd) Message-Id: <200610312131.k9VLV1he014872@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:31: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/geom/journal g_journal.c g_journal.h g_journal_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: Tue, 31 Oct 2006 21:32:50 -0000 pjd 2006-10-31 21:31:00 UTC FreeBSD src repository Added files: sys/geom/journal g_journal.c g_journal.h g_journal_ufs.c Log: Add gjournal GEOM class (kernel side), which implements block level journaling and can be tought about marking file system as clean before doing journal switch, which easly allows to add journaling to file systems that don't have this feature. Sponsored by: home.pl Revision Changes Path 1.1 +3069 -0 src/sys/geom/journal/g_journal.c (new) 1.1 +379 -0 src/sys/geom/journal/g_journal.h (new) 1.1 +107 -0 src/sys/geom/journal/g_journal_ufs.c (new) From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:34: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 6FA5616A40F; Tue, 31 Oct 2006 21:34:24 +0000 (UTC) (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 E1CB943DA8; Tue, 31 Oct 2006 21:32:55 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLWsrO015895; Tue, 31 Oct 2006 21:32:54 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLWsFl015894; Tue, 31 Oct 2006 21:32:54 GMT (envelope-from pjd) Message-Id: <200610312132.k9VLWsFl015894@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:32: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/sbin/geom/class/journal Makefile geom_journal.c geom_journal.h geom_journal_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: Tue, 31 Oct 2006 21:34:24 -0000 pjd 2006-10-31 21:32:54 UTC FreeBSD src repository Added files: sbin/geom/class/journal Makefile geom_journal.c geom_journal.h geom_journal_ufs.c Log: Add userland control utility for gjournal GEOM class. Sponsored by: home.pl Revision Changes Path 1.1 +14 -0 src/sbin/geom/class/journal/Makefile (new) 1.1 +340 -0 src/sbin/geom/class/journal/geom_journal.c (new) 1.1 +33 -0 src/sbin/geom/class/journal/geom_journal.h (new) 1.1 +78 -0 src/sbin/geom/class/journal/geom_journal_ufs.c (new) From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:40: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 20BC416A47B; Tue, 31 Oct 2006 21:40:08 +0000 (UTC) (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 67A3343D7D; Tue, 31 Oct 2006 21:38:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLcpUB016453; Tue, 31 Oct 2006 21:38:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLcpFc016452; Tue, 31 Oct 2006 21:38:51 GMT (envelope-from pjd) Message-Id: <200610312138.k9VLcpFc016452@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:38: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/sys mount.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, 31 Oct 2006 21:40:08 -0000 pjd 2006-10-31 21:38:51 UTC FreeBSD src repository Modified files: sys/sys mount.h Log: Add MNT_GJOURNAL flag which indicates, that file system has gjournal support enabled. Add mnt_gjprovider field which keeps gjournal provider's name on which file system is placed on. This allows to not place file system on gjournal directly and allows gjournal class to pair gjournal provider with file system. Sponsored by: home.pl Revision Changes Path 1.216 +4 -3 src/sys/sys/mount.h From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:45: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 9737216A492; Tue, 31 Oct 2006 21:45:25 +0000 (UTC) (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 2F76943DFF; Tue, 31 Oct 2006 21:44:47 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLikJZ018077; Tue, 31 Oct 2006 21:44:46 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLik4r018076; Tue, 31 Oct 2006 21:44:46 GMT (envelope-from glebius) Message-Id: <200610312144.k9VLik4r018076@repoman.freebsd.org> From: Gleb Smirnoff Date: Tue, 31 Oct 2006 21:44: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/usr.sbin/bsnmpd/bsnmpd 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, 31 Oct 2006 21:45:25 -0000 glebius 2006-10-31 21:44:46 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/bsnmpd Makefile Log: Fix buildworld. Revision Changes Path 1.15 +2 -1 src/usr.sbin/bsnmpd/bsnmpd/Makefile From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:49: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 9030016A415; Tue, 31 Oct 2006 21:49:13 +0000 (UTC) (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 5032D43D5C; Tue, 31 Oct 2006 21:49:02 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLmsDw018693; Tue, 31 Oct 2006 21:48:54 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLmspZ018692; Tue, 31 Oct 2006 21:48:54 GMT (envelope-from pjd) Message-Id: <200610312148.k9VLmspZ018692@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:48: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/sys vnode.h src/sys/kern vfs_subr.c src/sys/ufs/ffs ffs_extern.h ffs_vfsops.c fs.h src/sys/ufs/ufs gjournal.h ufs_gjournal.c ufs_inode.c ufs_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, 31 Oct 2006 21:49:13 -0000 pjd 2006-10-31 21:48:54 UTC FreeBSD src repository Modified files: sys/sys vnode.h sys/kern vfs_subr.c sys/ufs/ffs ffs_extern.h ffs_vfsops.c fs.h sys/ufs/ufs ufs_inode.c ufs_vnops.c Added files: sys/ufs/ufs gjournal.h ufs_gjournal.c Log: Add gjournal specific code to the UFS file system: - Add FS_GJOURNAL flag which enables gjournal support on a file system. - Add cg_unrefs field to the cylinder group structure which holds number of unreferenced (orphaned) inodes in the given cylinder group. - Add fs_unrefs field to the super block structure which holds total number of unreferenced (orphaned) inodes. - When file or a directory is orphaned (last reference is removed, but object is still open), increase fs_unrefs and cg_unrefs fields, which is a hint for fsck in which cylinder groups looks for such (orphaned) objects. - When file is last closed, decrease {fs,cg}_unrefs fields. - Add VV_DELETED vnode flag which points at orphaned objects. Sponsored by: home.pl Revision Changes Path 1.687 +2 -0 src/sys/kern/vfs_subr.c 1.317 +1 -0 src/sys/sys/vnode.h 1.72 +1 -0 src/sys/ufs/ffs/ffs_extern.h 1.322 +39 -2 src/sys/ufs/ffs/ffs_vfsops.c 1.49 +5 -2 src/sys/ufs/ffs/fs.h 1.1 +37 -0 src/sys/ufs/ufs/gjournal.h (new) 1.1 +150 -0 src/sys/ufs/ufs/ufs_gjournal.c (new) 1.68 +6 -0 src/sys/ufs/ufs/ufs_inode.c 1.282 +9 -0 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21: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 EC51916A47B; Tue, 31 Oct 2006 21:50:52 +0000 (UTC) (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 E560643D9C; Tue, 31 Oct 2006 21:49:54 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id k9VLnhoo062044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Nov 2006 00:49:43 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id k9VLnh9Q062043; Wed, 1 Nov 2006 00:49:43 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 1 Nov 2006 00:49:42 +0300 From: Gleb Smirnoff To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20061031214942.GH75694@FreeBSD.org> References: <200610312144.k9VLik4r018076@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200610312144.k9VLik4r018076@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Cc: Subject: Re: cvs commit: src/usr.sbin/bsnmpd/bsnmpd 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, 31 Oct 2006 21:50:53 -0000 On Tue, Oct 31, 2006 at 09:44:46PM +0000, Gleb Smirnoff wrote: T> glebius 2006-10-31 21:44:46 UTC T> T> FreeBSD src repository T> T> Modified files: T> usr.sbin/bsnmpd/bsnmpd Makefile T> Log: T> Fix buildworld. This won't fix your buildworld of you run -DNO_CLEAN. You need either run a clean build, or remove /usr/obj/usr/src/usr.sbin/bsnmpd/bsnmpd/oid.h before run. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Tue Oct 31 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 60D3416A415; Tue, 31 Oct 2006 21:53:12 +0000 (UTC) (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 5648D43DDE; Tue, 31 Oct 2006 21:52:38 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLqSnR019973; Tue, 31 Oct 2006 21:52:28 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLqSvA019972; Tue, 31 Oct 2006 21:52:28 GMT (envelope-from pjd) Message-Id: <200610312152.k9VLqSvA019972@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:52: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/sbin/newfs mkfs.c newfs.8 newfs.c newfs.h src/sbin/tunefs tunefs.8 tunefs.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, 31 Oct 2006 21:53:12 -0000 pjd 2006-10-31 21:52:28 UTC FreeBSD src repository Modified files: sbin/newfs mkfs.c newfs.8 newfs.c newfs.h sbin/tunefs tunefs.8 tunefs.c Log: Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal support. I left -j flag for UFS journal implementation which we may gain at some point. Sponsored by: home.pl Revision Changes Path 1.92 +2 -0 src/sbin/newfs/mkfs.c 1.70 +3 -1 src/sbin/newfs/newfs.8 1.81 +5 -1 src/sbin/newfs/newfs.c 1.18 +1 -0 src/sbin/newfs/newfs.h 1.37 +3 -0 src/sbin/tunefs/tunefs.8 1.43 +42 -7 src/sbin/tunefs/tunefs.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 21:54: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 0CA7A16A4DF; Tue, 31 Oct 2006 21:54:57 +0000 (UTC) (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 DBA5743D8F; Tue, 31 Oct 2006 21:54:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VLspvS020546; Tue, 31 Oct 2006 21:54:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VLspQv020545; Tue, 31 Oct 2006 21:54:51 GMT (envelope-from pjd) Message-Id: <200610312154.k9VLspQv020545@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 21:54: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/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: Tue, 31 Oct 2006 21:54:57 -0000 pjd 2006-10-31 21:54:51 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Teach mount(8) about MNT_GJOURNAL flag. MNT_GJOURNAL flag is not a mount-time flag, but it is needed to show 'gjournal' option in mount(8) output. Sponsored by: home.pl Revision Changes Path 1.91 +2 -0 src/sbin/mount/mount.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 22:01: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 DA4E816A407; Tue, 31 Oct 2006 22:01:22 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AD2043D9B; Tue, 31 Oct 2006 22:01:02 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 707FF170C5; Tue, 31 Oct 2006 22:01:01 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.8/8.13.8) with ESMTP id k9VM10sw012089; Tue, 31 Oct 2006 22:01:00 GMT (envelope-from phk@critter.freebsd.dk) To: Pawel Jakub Dawidek From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 31 Oct 2006 21:12:43 GMT." <200610312112.k9VLChcr011922@repoman.freebsd.org> Date: Tue, 31 Oct 2006 22:01:00 +0000 Message-ID: <12088.1162332060@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_disk.c geom_disk.h src/share/man/man9 disk.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, 31 Oct 2006 22:01:23 -0000 In message <200610312112.k9VLChcr011922@repoman.freebsd.org>, Pawel Jakub Dawid ek writes: >pjd 2006-10-31 21:12:43 UTC > > FreeBSD src repository > > Modified files: > sys/geom geom_disk.c geom_disk.h > share/man/man9 disk.9 > Log: > Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk > can handle BIO_FLUSH requests. We should actually stop doing those flags, and instead add a bitwise OR of the operations the device supports. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-cvs-src@FreeBSD.ORG Tue Oct 31 22:02: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 0412116A537; Tue, 31 Oct 2006 22:02:28 +0000 (UTC) (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 465D643D75; Tue, 31 Oct 2006 22:02:25 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VM2Pbi021662; Tue, 31 Oct 2006 22:02:25 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VM2PDl021661; Tue, 31 Oct 2006 22:02:25 GMT (envelope-from pjd) Message-Id: <200610312202.k9VM2PDl021661@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 22:02: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/sbin/dumpfs dumpfs.c src/sbin/growfs debug.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, 31 Oct 2006 22:02:28 -0000 pjd 2006-10-31 22:02:25 UTC FreeBSD src repository Modified files: sbin/dumpfs dumpfs.c sbin/growfs debug.c Log: Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag. Sponsored by: home.pl Revision Changes Path 1.44 +9 -5 src/sbin/dumpfs/dumpfs.c 1.10 +3 -0 src/sbin/growfs/debug.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 22:07: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 04D8716A40F; Tue, 31 Oct 2006 22:07:05 +0000 (UTC) (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 3999943D60; Tue, 31 Oct 2006 22:06:57 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VM6va8023844; Tue, 31 Oct 2006 22:06:57 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VM6vQA023843; Tue, 31 Oct 2006 22:06:57 GMT (envelope-from pjd) Message-Id: <200610312206.k9VM6vQA023843@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 22:06: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/sbin/fsck_ffs Makefile fsck.h fsutil.c inode.c main.c pass5.c setup.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, 31 Oct 2006 22:07:05 -0000 pjd 2006-10-31 22:06:56 UTC FreeBSD src repository Modified files: sbin/fsck_ffs Makefile fsck.h fsutil.c inode.c main.c pass5.c setup.c Log: Implements gjournal support. If file system has gjournal support enabled and -p flag was given perform fast file system checking (bascially only garbage collecting of orphaned objects). Rename bread() to blread() and bwrite() to blwrite() as we now link to the libufs library, which also implement functions with that names. Sponsored by: home.pl Revision Changes Path 1.17 +3 -1 src/sbin/fsck_ffs/Makefile 1.37 +3 -2 src/sbin/fsck_ffs/fsck.h 1.26 +5 -5 src/sbin/fsck_ffs/fsutil.c 1.38 +2 -2 src/sbin/fsck_ffs/inode.c 1.45 +24 -1 src/sbin/fsck_ffs/main.c 1.43 +1 -0 src/sbin/fsck_ffs/pass5.c 1.50 +3 -3 src/sbin/fsck_ffs/setup.c From owner-cvs-src@FreeBSD.ORG Tue Oct 31 22:07: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 E5B6A16A412; Tue, 31 Oct 2006 22:07:41 +0000 (UTC) (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 29FFF43D96; Tue, 31 Oct 2006 22:07:30 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VM7UJT023909; Tue, 31 Oct 2006 22:07:30 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VM7UM7023908; Tue, 31 Oct 2006 22:07:30 GMT (envelope-from pjd) Message-Id: <200610312207.k9VM7UM7023908@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 22:07: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/sbin/fsdb fsdb.c fsdb.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, 31 Oct 2006 22:07:42 -0000 pjd 2006-10-31 22:07:30 UTC FreeBSD src repository Modified files: sbin/fsdb fsdb.c fsdb.h Log: Update after function renames. Sponsored by: home.pl Revision Changes Path 1.35 +2 -2 src/sbin/fsdb/fsdb.c 1.12 +1 -2 src/sbin/fsdb/fsdb.h From owner-cvs-src@FreeBSD.ORG Tue Oct 31 22:16: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 B46E316A412; Tue, 31 Oct 2006 22:16:14 +0000 (UTC) (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 4E00643D5F; Tue, 31 Oct 2006 22:16:00 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VMG0wj025516; Tue, 31 Oct 2006 22:16:00 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VMG0ux025515; Tue, 31 Oct 2006 22:16:00 GMT (envelope-from pjd) Message-Id: <200610312216.k9VMG0ux025515@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 22:16: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/man5 fs.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: Tue, 31 Oct 2006 22:16:14 -0000 pjd 2006-10-31 22:16:00 UTC FreeBSD src repository Modified files: share/man/man5 fs.5 Log: Add recently added fs_unrefs field. Sponsored by: home.pl Revision Changes Path 1.23 +3 -2 src/share/man/man5/fs.5 From owner-cvs-src@FreeBSD.ORG Tue Oct 31 22:19: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 D921916A4D8; Tue, 31 Oct 2006 22:19:51 +0000 (UTC) (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 CD69343D5F; Tue, 31 Oct 2006 22:18:36 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VMIXwY025682; Tue, 31 Oct 2006 22:18:33 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VMIXe7025681; Tue, 31 Oct 2006 22:18:33 GMT (envelope-from pjd) Message-Id: <200610312218.k9VMIXe7025681@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 22:18: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/find-sb mini_ufs.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, 31 Oct 2006 22:19:52 -0000 pjd 2006-10-31 22:18:33 UTC FreeBSD src repository Modified files: tools/tools/find-sb mini_ufs.h Log: Add fs_unrefs field to the super block structure. Sponsored by: home.pl Revision Changes Path 1.2 +2 -1 src/tools/tools/find-sb/mini_ufs.h From owner-cvs-src@FreeBSD.ORG Tue Oct 31 22:21: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 716EB16A567; Tue, 31 Oct 2006 22:21:02 +0000 (UTC) (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 0EB4A43D79; Tue, 31 Oct 2006 22:21:02 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VML1xa026015; Tue, 31 Oct 2006 22:21:01 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VML1qU026014; Tue, 31 Oct 2006 22:21:01 GMT (envelope-from pjd) Message-Id: <200610312221.k9VML1qU026014@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 22:21: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/sbin/fsck_ffs gjournal.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, 31 Oct 2006 22:21:02 -0000 pjd 2006-10-31 22:21:01 UTC FreeBSD src repository Added files: sbin/fsck_ffs gjournal.c Log: Forgot to add file with gjournal specific fsck code. Sponsored by: home.pl Revision Changes Path 1.1 +774 -0 src/sbin/fsck_ffs/gjournal.c (new) From owner-cvs-src@FreeBSD.ORG Tue Oct 31 22:21: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 6E38F16A4D1; Tue, 31 Oct 2006 22:21:55 +0000 (UTC) (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 1382F43D77; Tue, 31 Oct 2006 22:21:47 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VMLlWk026653; Tue, 31 Oct 2006 22:21:47 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VMLlKj026652; Tue, 31 Oct 2006 22:21:47 GMT (envelope-from pjd) Message-Id: <200610312221.k9VMLlKj026652@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 22:21: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/modules/geom/geom_journal 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, 31 Oct 2006 22:21:55 -0000 pjd 2006-10-31 22:21:47 UTC FreeBSD src repository Added files: sys/modules/geom/geom_journal Makefile Log: Add Makefile for geom_journal kernel module. Sponsored by: home.pl Revision Changes Path 1.1 +10 -0 src/sys/modules/geom/geom_journal/Makefile (new) From owner-cvs-src@FreeBSD.ORG Tue Oct 31 22: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 9C5B716A580; Tue, 31 Oct 2006 22:22:30 +0000 (UTC) (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 66ADE43D4C; Tue, 31 Oct 2006 22:22:30 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VMMUKI026961; Tue, 31 Oct 2006 22:22:30 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VMMUxu026959; Tue, 31 Oct 2006 22:22:30 GMT (envelope-from pjd) Message-Id: <200610312222.k9VMMUxu026959@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Tue, 31 Oct 2006 22:22: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/etc/mtree BSD.include.dist src/include Makefile src/sbin/geom/class Makefile src/sys/conf NOTES files options src/sys/modules/geom Makefile src/sys/modules/ufs 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, 31 Oct 2006 22:22:30 -0000 pjd 2006-10-31 22:22:30 UTC FreeBSD src repository Modified files: etc/mtree BSD.include.dist include Makefile sbin/geom/class Makefile sys/conf NOTES files options sys/modules/geom Makefile sys/modules/ufs Makefile Log: Hook up gjournal bits to the build. Sponsored by: home.pl Revision Changes Path 1.110 +2 -0 src/etc/mtree/BSD.include.dist 1.265 +2 -2 src/include/Makefile 1.13 +1 -0 src/sbin/geom/class/Makefile 1.1395 +4 -0 src/sys/conf/NOTES 1.1157 +3 -0 src/sys/conf/files 1.561 +4 -0 src/sys/conf/options 1.17 +1 -0 src/sys/modules/geom/Makefile 1.4 +1 -1 src/sys/modules/ufs/Makefile From owner-cvs-src@FreeBSD.ORG Tue Oct 31 22:36: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 4AC0E16A4A0; Tue, 31 Oct 2006 22:36:50 +0000 (UTC) (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 F21E243D49; Tue, 31 Oct 2006 22:36:49 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9VManD2029493; Tue, 31 Oct 2006 22:36:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9VManMF029492; Tue, 31 Oct 2006 22:36:49 GMT (envelope-from jhb) Message-Id: <200610312236.k9VManMF029492@repoman.freebsd.org> From: John Baldwin Date: Tue, 31 Oct 2006 22:36: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/sbin/dumpon dumpon.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, 31 Oct 2006 22:36:50 -0000 jhb 2006-10-31 22:36:49 UTC FreeBSD src repository Modified files: sbin/dumpon dumpon.c Log: Whitespace and style nits. Revision Changes Path 1.24 +3 -4 src/sbin/dumpon/dumpon.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 01:19: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 454E116A412; Wed, 1 Nov 2006 01:19:17 +0000 (UTC) (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 4B78F43D6E; Wed, 1 Nov 2006 01:19:14 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA11JDBc067127; Wed, 1 Nov 2006 01:19:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA11JDja067126; Wed, 1 Nov 2006 01:19:13 GMT (envelope-from pjd) Message-Id: <200611010119.kA11JDja067126@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 01: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/geom/journal g_journal.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 Nov 2006 01:19:17 -0000 pjd 2006-11-01 01:19:13 UTC FreeBSD src repository Modified files: sys/geom/journal g_journal.c Log: Remove debugging code I accidentally committed. Revision Changes Path 1.2 +0 -35 src/sys/geom/journal/g_journal.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 01:25: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 9ED2E16A415; Wed, 1 Nov 2006 01:25:51 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FF1A43D62; Wed, 1 Nov 2006 01:25:51 +0000 (GMT) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA11PpvI068950; Wed, 1 Nov 2006 01:25:51 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA11PpUm068949; Wed, 1 Nov 2006 01:25:51 GMT (envelope-from julian) Message-Id: <200611010125.kA11PpUm068949@repoman.freebsd.org> From: Julian Elischer Date: Wed, 1 Nov 2006 01:25: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/tools/tools/tinybsd README tinybsd src/tools/tools/tinybsd/conf/bridge tinybsd.localfiles tinybsd.ports src/tools/tools/tinybsd/conf/default tinybsd.localfiles tinybsd.ports src/tools/tools/tinybsd/conf/firewall tinybsd.localfiles tinybsd.ports ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 01:25:51 -0000 julian 2006-11-01 01:25:51 UTC FreeBSD src repository Modified files: tools/tools/tinybsd README tinybsd Added files: tools/tools/tinybsd/conf/bridge tinybsd.ports tools/tools/tinybsd/conf/default tinybsd.ports tools/tools/tinybsd/conf/firewall tinybsd.ports tools/tools/tinybsd/conf/minimal tinybsd.ports tools/tools/tinybsd/conf/vpn tinybsd.ports tools/tools/tinybsd/conf/wireless tinybsd.ports tools/tools/tinybsd/conf/wrap tinybsd.ports Removed files: tools/tools/tinybsd/conf/bridge tinybsd.localfiles tools/tools/tinybsd/conf/default tinybsd.localfiles tools/tools/tinybsd/conf/firewall tinybsd.localfiles tools/tools/tinybsd/conf/minimal tinybsd.localfiles tools/tools/tinybsd/conf/vpn tinybsd.localfiles tools/tools/tinybsd/conf/wireless tinybsd.localfiles tools/tools/tinybsd/conf/wrap tinybsd.localfiles Log: Reworking of how to add ports. submitted by: Jean Milanez Melo Revision Changes Path 1.3 +5 -3 src/tools/tools/tinybsd/README 1.2 +0 -6 src/tools/tools/tinybsd/conf/bridge/tinybsd.localfiles (dead) 1.1 +9 -0 src/tools/tools/tinybsd/conf/bridge/tinybsd.ports (new) 1.2 +0 -6 src/tools/tools/tinybsd/conf/default/tinybsd.localfiles (dead) 1.1 +9 -0 src/tools/tools/tinybsd/conf/default/tinybsd.ports (new) 1.2 +0 -6 src/tools/tools/tinybsd/conf/firewall/tinybsd.localfiles (dead) 1.1 +9 -0 src/tools/tools/tinybsd/conf/firewall/tinybsd.ports (new) 1.2 +0 -6 src/tools/tools/tinybsd/conf/minimal/tinybsd.localfiles (dead) 1.1 +9 -0 src/tools/tools/tinybsd/conf/minimal/tinybsd.ports (new) 1.2 +0 -6 src/tools/tools/tinybsd/conf/vpn/tinybsd.localfiles (dead) 1.1 +9 -0 src/tools/tools/tinybsd/conf/vpn/tinybsd.ports (new) 1.2 +0 -6 src/tools/tools/tinybsd/conf/wireless/tinybsd.localfiles (dead) 1.1 +9 -0 src/tools/tools/tinybsd/conf/wireless/tinybsd.ports (new) 1.2 +0 -6 src/tools/tools/tinybsd/conf/wrap/tinybsd.localfiles (dead) 1.1 +9 -0 src/tools/tools/tinybsd/conf/wrap/tinybsd.ports (new) 1.6 +58 -10 src/tools/tools/tinybsd/tinybsd From owner-cvs-src@FreeBSD.ORG Wed Nov 1 01:54: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 7BD1A16A412; Wed, 1 Nov 2006 01:54:33 +0000 (UTC) (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 4359043D76; Wed, 1 Nov 2006 01:54:31 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA11sU3e073985; Wed, 1 Nov 2006 01:54:30 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA11sU82073984; Wed, 1 Nov 2006 01:54:30 GMT (envelope-from davidxu) Message-Id: <200611010154.kA11sU82073984@repoman.freebsd.org> From: David Xu Date: Wed, 1 Nov 2006 01:54: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/share/man/man3 pthread_create.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: Wed, 01 Nov 2006 01:54:33 -0000 davidxu 2006-11-01 01:54:30 UTC FreeBSD src repository Modified files: share/man/man3 pthread_create.3 Log: Add error code EPERM. Reviewed by: ru, deischen Revision Changes Path 1.21 +4 -1 src/share/man/man3/pthread_create.3 From owner-cvs-src@FreeBSD.ORG Wed Nov 1 03:45: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 9F67C16A407; Wed, 1 Nov 2006 03:45:25 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC3E43D46; Wed, 1 Nov 2006 03:45:25 +0000 (GMT) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA13jP5J093961; Wed, 1 Nov 2006 03:45:25 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA13jPm9093960; Wed, 1 Nov 2006 03:45:25 GMT (envelope-from kevlo) Message-Id: <200611010345.kA13jPm9093960@repoman.freebsd.org> From: Kevin Lo Date: Wed, 1 Nov 2006 03:45: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/acpi_support acpi_sony.c src/share/man/man4/man4.i386 acpi_sony.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 Nov 2006 03:45:25 -0000 kevlo 2006-11-01 03:45:24 UTC FreeBSD src repository Modified files: sys/dev/acpi_support acpi_sony.c share/man/man4/man4.i386 acpi_sony.4 Log: Document the cdp for controlling CD power. Approved by: cognet Revision Changes Path 1.4 +2 -0 src/share/man/man4/man4.i386/acpi_sony.4 1.10 +2 -2 src/sys/dev/acpi_support/acpi_sony.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 04:46: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 3A6C816A40F; Wed, 1 Nov 2006 04:46:07 +0000 (UTC) (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 C4E2D43D49; Wed, 1 Nov 2006 04:46:06 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA14k6Po005080; Wed, 1 Nov 2006 04:46:06 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA14k6oW005079; Wed, 1 Nov 2006 04:46:06 GMT (envelope-from maxim) Message-Id: <200611010446.kA14k6oW005079@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 1 Nov 2006 04:46: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/share/man/man3 pthread_create.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: Wed, 01 Nov 2006 04:46:07 -0000 maxim 2006-11-01 04:46:06 UTC FreeBSD src repository Modified files: share/man/man3 pthread_create.3 Log: o Expand "Nov" to "November" in Dd macro, remove eol whitespace. Revision Changes Path 1.22 +1 -1 src/share/man/man3/pthread_create.3 From owner-cvs-src@FreeBSD.ORG Wed Nov 1 04:54: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 BB14F16A403; Wed, 1 Nov 2006 04:54:51 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8814043D49; Wed, 1 Nov 2006 04:54:51 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA14spp9014614; Wed, 1 Nov 2006 04:54:51 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA14spYn014613; Wed, 1 Nov 2006 04:54:51 GMT (envelope-from jb) Message-Id: <200611010454.kA14spYn014613@repoman.freebsd.org> From: John Birrell Date: Wed, 1 Nov 2006 04:54: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/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/i386/i386 genassym.c src/sys/ia64/ia64 genassym.c src/sys/kern subr_prf.c tty_cons.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 04:54:51 -0000 jb 2006-11-01 04:54:51 UTC FreeBSD src repository Modified files: sys/amd64/amd64 genassym.c sys/arm/arm genassym.c sys/i386/i386 genassym.c sys/ia64/ia64 genassym.c sys/kern subr_prf.c tty_cons.c sys/powerpc/powerpc genassym.c sys/sparc64/sparc64 genassym.c sys/sys cons.h pcpu.h Log: Add a cnputs() function to write a string to the console with a lock to prevent interspersed strings written from different CPUs at the same time. To avoid putting a buffer on the stack or having to malloc one, space is incorporated in the per-cpu structure. The buffer size if 128 bytes; chosen because it's the next power of 2 size up from 80 characters. String writes to the console are buffered up the end of the line or until the buffer fills. Then the buffer is flushed to all console devices. Existing low level console output via cnputc() is unaffected by this change. ithread calls to log() are also unaffected to avoid blocking those threads. A minor change to the behaviour in a panic situation is that console output will still be buffered, but won't be written to a tty as before. This should prevent interspersed panic output as a number of CPUs panic before we end up single threaded running ddb. Reviewed by: scottl, jhb MFC after: 2 weeks Revision Changes Path 1.158 +1 -0 src/sys/amd64/amd64/genassym.c 1.7 +1 -0 src/sys/arm/arm/genassym.c 1.154 +1 -0 src/sys/i386/i386/genassym.c 1.43 +1 -0 src/sys/ia64/ia64/genassym.c 1.126 +72 -17 src/sys/kern/subr_prf.c 1.136 +25 -0 src/sys/kern/tty_cons.c 1.57 +1 -0 src/sys/powerpc/powerpc/genassym.c 1.62 +1 -0 src/sys/sparc64/sparc64/genassym.c 1.40 +1 -0 src/sys/sys/cons.h 1.18 +5 -0 src/sys/sys/pcpu.h From owner-cvs-src@FreeBSD.ORG Wed Nov 1 04: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 2F01916A40F; Wed, 1 Nov 2006 04:56:36 +0000 (UTC) (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 E005843D4C; Wed, 1 Nov 2006 04:56:35 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA14uZ7A014801; Wed, 1 Nov 2006 04:56:35 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA14uZFg014800; Wed, 1 Nov 2006 04:56:35 GMT (envelope-from maxim) Message-Id: <200611010456.kA14uZFg014800@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 1 Nov 2006 04:56: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/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: Wed, 01 Nov 2006 04:56:36 -0000 maxim 2006-11-01 04:56:35 UTC FreeBSD src repository Modified files: share/misc bsd-family-tree Log: o OpenBSD 4.0 added. Revision Changes Path 1.108 +4 -1 src/share/misc/bsd-family-tree From owner-cvs-src@FreeBSD.ORG Wed Nov 1 08:14: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 4928716A403; Wed, 1 Nov 2006 08:14:15 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E9C43D46; Wed, 1 Nov 2006 08:14:15 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA18EEsp051665; Wed, 1 Nov 2006 08:14:14 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA18EEUC051664; Wed, 1 Nov 2006 08:14:14 GMT (envelope-from jb) Message-Id: <200611010814.kA18EEUC051664@repoman.freebsd.org> From: John Birrell Date: Wed, 1 Nov 2006 08:14: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/sun4v/include hypervisorvar.h src/sys/sun4v/sun4v hcall.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: Wed, 01 Nov 2006 08:14:15 -0000 jb 2006-11-01 08:14:14 UTC FreeBSD src repository Modified files: sys/sun4v/include hypervisorvar.h sys/sun4v/sun4v hcall.S Log: Add the trap-trace function for the hypervisor. Revision Changes Path 1.2 +1 -0 src/sys/sun4v/include/hypervisorvar.h 1.2 +17 -0 src/sys/sun4v/sun4v/hcall.S From owner-cvs-src@FreeBSD.ORG Wed Nov 1 09:02: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 5EBE916A40F; Wed, 1 Nov 2006 09:02:12 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14B743D5E; Wed, 1 Nov 2006 09:02:11 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA192BGY067378; Wed, 1 Nov 2006 09:02:11 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA192BBd067377; Wed, 1 Nov 2006 09:02:11 GMT (envelope-from jb) Message-Id: <200611010902.kA192BBd067377@repoman.freebsd.org> From: John Birrell Date: Wed, 1 Nov 2006 09:02: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/share/mk bsd.own.mk src/tools/build/options WITHOUT_CDDL X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 09:02:12 -0000 jb 2006-11-01 09:02:11 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk Added files: tools/build/options WITHOUT_CDDL Log: Add a build option to support WITH_CDDL and WITHOUT_CDDL, defaulting to WITH_CDDL. This option enables building code that is licensed under Sun's CDDL. The DTrace code is licensed that way, so by default it will get built unless the WITHOUT_CDDL option is used. There is another build toggle, NO_CTF, which turns off execution of ctfconvert and ctfmerge in sys.mk, but this can't be implemented as WITH_/WITHOUT because bsd.own.mk isn't included in all Makefiles and sys.mk is included automatically by make. Revision Changes Path 1.58 +1 -0 src/share/mk/bsd.own.mk 1.1 +2 -0 src/tools/build/options/WITHOUT_CDDL (new) From owner-cvs-src@FreeBSD.ORG Wed Nov 1 09:05: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 A1E0F16A415; Wed, 1 Nov 2006 09:05:41 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3301243D53; Wed, 1 Nov 2006 09:05:41 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA195ehx069020; Wed, 1 Nov 2006 09:05:41 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA195eML069018; Wed, 1 Nov 2006 09:05:40 GMT (envelope-from jb) Message-Id: <200611010905.kA195eML069018@repoman.freebsd.org> From: John Birrell Date: Wed, 1 Nov 2006 09:05: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 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 Nov 2006 09:05:41 -0000 jb 2006-11-01 09:05:40 UTC FreeBSD src repository Modified files: . Makefile Log: When building an upgraded make, don't worry about processing it for use with DTrace because the normal buildworld will do that when the tools are built. Revision Changes Path 1.337 +1 -1 src/Makefile From owner-cvs-src@FreeBSD.ORG Wed Nov 1 09:07: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 AFCA316A412; Wed, 1 Nov 2006 09:07:48 +0000 (UTC) (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 2182543D45; Wed, 1 Nov 2006 09:07:48 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA197lDI069428; Wed, 1 Nov 2006 09:07:48 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA197lp8069426; Wed, 1 Nov 2006 09:07:47 GMT (envelope-from thompsa) Message-Id: <200611010907.kA197lp8069426@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 1 Nov 2006 09:07: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/ifconfig ifbridge.c ifconfig.8 src/sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.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 Nov 2006 09:07:48 -0000 thompsa 2006-11-01 09:07:47 UTC FreeBSD src repository Modified files: sbin/ifconfig ifbridge.c ifconfig.8 sys/net bridgestp.c bridgestp.h if_bridge.c if_bridgevar.h Log: Bring in support for the Rapid Spanning Tree Protocol (802.1w). RSTP provides faster spanning tree convergence, the protocol will exchange information with neighboring switches to quickly transition to forwarding without creating loops. The code will default to RSTP mode but will downgrade any port connected to a legacy STP network so is fully backward compatible. Reviewed by: syrinx Tested by: syrinx Revision Changes Path 1.4 +146 -29 src/sbin/ifconfig/ifbridge.c 1.125 +36 -7 src/sbin/ifconfig/ifconfig.8 1.21 +1716 -858 src/sys/net/bridgestp.c 1.5 +170 -51 src/sys/net/bridgestp.h 1.83 +169 -122 src/sys/net/if_bridge.c 1.16 +18 -3 src/sys/net/if_bridgevar.h From owner-cvs-src@FreeBSD.ORG Wed Nov 1 09:22: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 25B0916A40F; Wed, 1 Nov 2006 09:22:34 +0000 (UTC) (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 D521543D5D; Wed, 1 Nov 2006 09:22:33 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA19MX8e073510; Wed, 1 Nov 2006 09:22:33 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA19MXx2073509; Wed, 1 Nov 2006 09:22:33 GMT (envelope-from pjd) Message-Id: <200611010922.kA19MXx2073509@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 09:22: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/sbin/geom/class/journal geom_journal.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 Nov 2006 09:22:34 -0000 pjd 2006-11-01 09:22:33 UTC FreeBSD src repository Modified files: sbin/geom/class/journal geom_journal.c Log: Fix powerpc build. Reported by: Peter Grehan Revision Changes Path 1.2 +1 -0 src/sbin/geom/class/journal/geom_journal.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 09:36: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 6873716A403; Wed, 1 Nov 2006 09:36:04 +0000 (UTC) (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 95AD643D45; Wed, 1 Nov 2006 09:36:03 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id B022548802; Wed, 1 Nov 2006 10:36:01 +0100 (CET) Received: from localhost (dkh63.neoplus.adsl.tpnet.pl [83.24.11.63]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 8BA2E487F5; Wed, 1 Nov 2006 10:35:54 +0100 (CET) Date: Wed, 1 Nov 2006 10:35:50 +0100 From: Pawel Jakub Dawidek To: John Birrell Message-ID: <20061101093550.GK15861@garage.freebsd.pl> References: <200611010454.kA14spYn014613@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V3eawNQxI9TAjvgi" Content-Disposition: inline In-Reply-To: <200611010454.kA14spYn014613@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-r804 (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/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/i386/i386 genassym.c src/sys/ia64/ia64 genassym.c src/sys/kern subr_prf.c tty_cons.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 09:36:04 -0000 --V3eawNQxI9TAjvgi Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 01, 2006 at 04:54:51AM +0000, John Birrell wrote: > jb 2006-11-01 04:54:51 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/amd64/amd64 genassym.c=20 > sys/arm/arm genassym.c=20 > sys/i386/i386 genassym.c=20 > sys/ia64/ia64 genassym.c=20 > sys/kern subr_prf.c tty_cons.c=20 > sys/powerpc/powerpc genassym.c=20 > sys/sparc64/sparc64 genassym.c=20 > sys/sys cons.h pcpu.h=20 > Log: > Add a cnputs() function to write a string to the console with > a lock to prevent interspersed strings written from different CPUs > at the same time. Nice, this was very annoying, but I'd still like to have a recursive lock, which could be used by printf(9) consumers. For example, I'm not able to implement such macro in a way that ensure everything will be printed in one line: #define G_MIRROR_DEBUG(lvl, ...) do { \ if (g_mirror_debug >=3D (lvl)) { \ printf("GEOM_MIRROR"); \ if (g_mirror_debug > 0) \ printf("[%u]", lvl); \ printf(": "); \ printf(__VA_ARGS__); \ printf("\n"); \ } \ } while (0) What I'd like is a global printf_lock which will allow me to put many separate printfs under it and be sure it won't be messed up by other CPUs. Having it recursive could also eliminate the need for per-CPU buffers, as I don't think we care about performance here. What do you think? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --V3eawNQxI9TAjvgi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFFSGp2ForvXbEpPzQRAgoZAJ9UwG4IP/871t60BCNiHs+E1GxGwwCg49ac s0cTJZbNJi07w7aJp8/R3U8= =CWZO -----END PGP SIGNATURE----- --V3eawNQxI9TAjvgi-- From owner-cvs-src@FreeBSD.ORG Wed Nov 1 09:37: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 1461616A494; Wed, 1 Nov 2006 09:37:12 +0000 (UTC) (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 BBEF943D4C; Wed, 1 Nov 2006 09:37:11 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA19bBRE075770; Wed, 1 Nov 2006 09:37:11 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA19bBj3075769; Wed, 1 Nov 2006 09:37:11 GMT (envelope-from pjd) Message-Id: <200611010937.kA19bBj3075769@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 09:37: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/sys/geom/journal g_journal.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 Nov 2006 09:37:12 -0000 pjd 2006-11-01 09:37:11 UTC FreeBSD src repository Modified files: sys/geom/journal g_journal.c Log: Update the code to the current sync(2) version: - Do not modify mnt_flag without mount interlock held. - Do not touch MNT_ASYNC flag, as this can lead to a race with nmount(2). Pointed out by: tegge Reviewed by: tegge Revision Changes Path 1.3 +12 -4 src/sys/geom/journal/g_journal.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 09:50: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 826C416A40F; Wed, 1 Nov 2006 09:50:03 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04EFB43D49; Wed, 1 Nov 2006 09:50:03 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 32210140EC03; Wed, 1 Nov 2006 09:51:27 +0000 (GMT) Date: Wed, 1 Nov 2006 09:51:27 +0000 From: John Birrell To: Pawel Jakub Dawidek Message-ID: <20061101095126.GA72578@what-creek.com> References: <200611010454.kA14spYn014613@repoman.freebsd.org> <20061101093550.GK15861@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061101093550.GK15861@garage.freebsd.pl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/i386/i386 genassym.c src/sys/ia64/ia64 genassym.c src/sys/kern subr_prf.c tty_cons.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 09:50:03 -0000 On Wed, Nov 01, 2006 at 10:35:50AM +0100, Pawel Jakub Dawidek wrote: > What I'd like is a global printf_lock which will allow me to put many > separate printfs under it and be sure it won't be messed up by other > CPUs. Having it recursive could also eliminate the need for per-CPU > buffers, as I don't think we care about performance here. > > What do you think? I'm not a fan of having people hold a lock over one or more consoles for very long. That doesn't mean that others will share my opinion, though. 8-) -- John Birrell From owner-cvs-src@FreeBSD.ORG Wed Nov 1 10:05: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 87C7D16A407 for ; Wed, 1 Nov 2006 10:05:27 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BE6A43D55 for ; Wed, 1 Nov 2006 10:05:25 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so600283nfc for ; Wed, 01 Nov 2006 02:05:24 -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=tIXxHgpFjY9sjl65T2XpkTrAcweC1Hb/JRKhPQyCgFXdcRaQcQRdJ+/wfR0/ArTGKiWa4x+Xwlfaq9X1K+VWBfksNuKSl5qVGPpbQvOKewMc5znk8uY5JJ5lR5SlXmnb6v9Uc+RWgsUQ+/yfrYrdIY0uacJkkW9YGx/1pT9plEk= Received: by 10.82.114.3 with SMTP id m3mr1398897buc; Wed, 01 Nov 2006 02:05:24 -0800 (PST) Received: by 10.82.164.13 with HTTP; Wed, 1 Nov 2006 02:05:24 -0800 (PST) Message-ID: Date: Wed, 1 Nov 2006 11:05:24 +0100 From: "Pawel Worach" To: "John Baldwin" In-Reply-To: <200610311721.k9VHLFpw058923@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200610311721.k9VHLFpw058923@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em if_em.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 Nov 2006 10:05:27 -0000 On 10/31/06, John Baldwin wrote: > jhb 2006-10-31 17:21:15 UTC > > FreeBSD src repository > > Modified files: > sys/dev/em if_em.c > Log: > Allocate receive and transmit data structures during attach() and free them Could this be related? em0: port 0x2540-0x257f mem 0xf9fe0000-0xf9ffffff irq 29 at device 8.0 on pci6 Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0xac fault code = supervisor read, page not present instruction pointer = 0x20:0xc049c08e stack pointer = 0x28:0xc0c20a24 frame pointer = 0x28:0xc0c20a6c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) db> bt Tracing pid 0 tid 0 td 0xc0768a90 em_allocate_transmit_structures(c34b3800,1000,c34b3a90,1,64,...) at em_allocate_transmit_structures+0x2e em_attach(c34e3680,c348d84c,c072be58,c34e3680,c34e3680,...) at em_attach+0x568 device_attach(c34e3680,c34e3680,c345a820,1,c34e3680,...) at device_attach+0x6a device_probe_and_attach(c34e3680,c34dba00,c0c20b2c,c084740d,c34e3600,...) at device_probe_and_attach+0xf1 bus_generic_attach(c34e3600,c345a820,1,c0847060,c34e3600,...) at bus_generic_attach+0x28 acpi_pci_attach(c34e3600,c34e3600,c3463d00,c34e3600,c34e3600,...) at acpi_pci_attach+0x11d device_attach(c34e3600,c34e3600,c34dba00,c0847490,c34e3600,...) at device_attach+0x6a device_probe_and_attach(c34e3600,c34c3600,c0c20bb0,c084766c,c34dba00,...) at device_probe_and_attach+0xf1 bus_generic_attach(c34dba00,c085f1bd,6,c0c20ba0,6,...) at bus_generic_attach+0x28 acpi_pcib_attach(c34dba00,c3509834,6,c0c20bd8,c0c20be8,...) at acpi_pcib_attach+0xec acpi_pcib_acpi_attach(c34dba00,c34dba00,c34644c0,c34dba00,c34dba00,...) at acpi_pcib_acpi_attach+0xf9 device_attach(c34dba00,c34dba00,c072bc68,c34db180,c34dba00,...) at device_attach+0x6a device_probe_and_attach(c34dba00,ffffffff,c0c20cac,c0844bf4,c34c3600,...) at device_probe_and_attach+0xf1 bus_generic_attach(c34c3600,fec00000,ffffffff,c34d3de8,fec00000,...) at bus_generic_attach+0x28 acpi_attach(c34c3600,c348504c,c072be58,c34c3600,c34c3600,...) at acpi_attach+0xa54 device_attach(c34c3600,c34c3600,c0862698,c0c20d00,c34c3600,...) at device_attach+0x6a device_probe_and_attach(c34c3600,c3467400,c0c20d10,c06cccfa,c3467400,...) at device_probe_and_attach+0xf1 bus_generic_attach(c3467400,c3467400,c0c20d30,c056623a,c3467400,...) at bus_generic_attach+0x28 nexus_attach(c3467400,c347d04c,c072be58,c3467400,c3467400,...) at nexus_attach+0x1a device_attach(c3467400,c3467400,c33f46c0,0,c3467400,...) at device_attach+0x6a device_probe_and_attach(c3467400,c33fa784,c0c20d70,c06b656c,c28000,...) at device_probe_and_attach+0xf1 root_bus_configure(c28000,c0c20d88,c0508b05,0,c1e000,...) at root_bus_configure+0x28 configure(0,c1e000,c1ec00,c1e000,0,...) at configure+0xc mi_startup() at mi_startup+0xb5 begin() at begin+0x2c db> -- Pawel From owner-cvs-src@FreeBSD.ORG Wed Nov 1 10:19: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 6A0BF16A40F; Wed, 1 Nov 2006 10:19:40 +0000 (UTC) (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 9010443D60; Wed, 1 Nov 2006 10:19:32 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id kA1AJTs0067983 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Nov 2006 13:19:30 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id kA1AJTLK067982; Wed, 1 Nov 2006 13:19:29 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 1 Nov 2006 13:19:28 +0300 From: Gleb Smirnoff To: Pawel Worach Message-ID: <20061101101928.GJ75694@FreeBSD.org> References: <200610311721.k9VHLFpw058923@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/dev/em if_em.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 Nov 2006 10:19:40 -0000 On Wed, Nov 01, 2006 at 11:05:24AM +0100, Pawel Worach wrote: P> On 10/31/06, John Baldwin wrote: P> >jhb 2006-10-31 17:21:15 UTC P> > P> > FreeBSD src repository P> > P> > Modified files: P> > sys/dev/em if_em.c P> > Log: P> > Allocate receive and transmit data structures during attach() and free P> > them P> P> Could this be related? Yes, it is. John's patch was tested on RELENG_6 only, where TSO support isn't yet present. I'll try to fix this. P> em0: port P> 0x2540-0x257f mem 0xf9fe0000-0xf9ffffff irq 29 at device 8.0 on pci6 P> P> P> Fatal trap 12: page fault while in kernel mode P> cpuid = 0; apic id = 00 P> fault virtual address = 0xac P> fault code = supervisor read, page not present P> instruction pointer = 0x20:0xc049c08e P> stack pointer = 0x28:0xc0c20a24 P> frame pointer = 0x28:0xc0c20a6c P> code segment = base 0x0, limit 0xfffff, type 0x1b P> = DPL 0, pres 1, def32 1, gran 1 P> processor eflags = interrupt enabled, resume, IOPL = 0 P> current process = 0 (swapper) P> P> db> bt P> Tracing pid 0 tid 0 td 0xc0768a90 P> em_allocate_transmit_structures(c34b3800,1000,c34b3a90,1,64,...) at P> em_allocate_transmit_structures+0x2e P> em_attach(c34e3680,c348d84c,c072be58,c34e3680,c34e3680,...) at P> em_attach+0x568 P> device_attach(c34e3680,c34e3680,c345a820,1,c34e3680,...) at P> device_attach+0x6a P> device_probe_and_attach(c34e3680,c34dba00,c0c20b2c,c084740d,c34e3600,...) P> at device_probe_and_attach+0xf1 P> bus_generic_attach(c34e3600,c345a820,1,c0847060,c34e3600,...) at P> bus_generic_attach+0x28 P> acpi_pci_attach(c34e3600,c34e3600,c3463d00,c34e3600,c34e3600,...) at P> acpi_pci_attach+0x11d P> device_attach(c34e3600,c34e3600,c34dba00,c0847490,c34e3600,...) at P> device_attach+0x6a P> device_probe_and_attach(c34e3600,c34c3600,c0c20bb0,c084766c,c34dba00,...) P> at device_probe_and_attach+0xf1 P> bus_generic_attach(c34dba00,c085f1bd,6,c0c20ba0,6,...) at P> bus_generic_attach+0x28 P> acpi_pcib_attach(c34dba00,c3509834,6,c0c20bd8,c0c20be8,...) at P> acpi_pcib_attach+0xec P> acpi_pcib_acpi_attach(c34dba00,c34dba00,c34644c0,c34dba00,c34dba00,...) P> at acpi_pcib_acpi_attach+0xf9 P> device_attach(c34dba00,c34dba00,c072bc68,c34db180,c34dba00,...) at P> device_attach+0x6a P> device_probe_and_attach(c34dba00,ffffffff,c0c20cac,c0844bf4,c34c3600,...) P> at device_probe_and_attach+0xf1 P> bus_generic_attach(c34c3600,fec00000,ffffffff,c34d3de8,fec00000,...) P> at bus_generic_attach+0x28 P> acpi_attach(c34c3600,c348504c,c072be58,c34c3600,c34c3600,...) at P> acpi_attach+0xa54 P> device_attach(c34c3600,c34c3600,c0862698,c0c20d00,c34c3600,...) at P> device_attach+0x6a P> device_probe_and_attach(c34c3600,c3467400,c0c20d10,c06cccfa,c3467400,...) P> at device_probe_and_attach+0xf1 P> bus_generic_attach(c3467400,c3467400,c0c20d30,c056623a,c3467400,...) P> at bus_generic_attach+0x28 P> nexus_attach(c3467400,c347d04c,c072be58,c3467400,c3467400,...) at P> nexus_attach+0x1a P> device_attach(c3467400,c3467400,c33f46c0,0,c3467400,...) at P> device_attach+0x6a P> device_probe_and_attach(c3467400,c33fa784,c0c20d70,c06b656c,c28000,...) P> at device_probe_and_attach+0xf1 P> root_bus_configure(c28000,c0c20d88,c0508b05,0,c1e000,...) at P> root_bus_configure+0x28 P> configure(0,c1e000,c1ec00,c1e000,0,...) at configure+0xc P> mi_startup() at mi_startup+0xb5 P> begin() at begin+0x2c P> db> P> P> -- P> Pawel -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Wed Nov 1 10:46: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 650D116A403; Wed, 1 Nov 2006 10:46:51 +0000 (UTC) (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 860AC43D53; Wed, 1 Nov 2006 10:46:50 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.4/8.13.3) with ESMTP id kA1AkmSE068290 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 1 Nov 2006 13:46:49 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.4/8.13.1/Submit) id kA1AkmMm068289; Wed, 1 Nov 2006 13:46:48 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 1 Nov 2006 13:46:48 +0300 From: Gleb Smirnoff To: Pawel Worach Message-ID: <20061101104648.GK75694@FreeBSD.org> References: <200610311721.k9VHLFpw058923@repoman.freebsd.org> <20061101101928.GJ75694@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="phCU5ROyZO6kBE05" Content-Disposition: inline In-Reply-To: <20061101101928.GJ75694@FreeBSD.org> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/sys/dev/em if_em.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 Nov 2006 10:46:51 -0000 --phCU5ROyZO6kBE05 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline On Wed, Nov 01, 2006 at 01:19:28PM +0300, Gleb Smirnoff wrote: T> On Wed, Nov 01, 2006 at 11:05:24AM +0100, Pawel Worach wrote: T> P> On 10/31/06, John Baldwin wrote: T> P> >jhb 2006-10-31 17:21:15 UTC T> P> > T> P> > FreeBSD src repository T> P> > T> P> > Modified files: T> P> > sys/dev/em if_em.c T> P> > Log: T> P> > Allocate receive and transmit data structures during attach() and free T> P> > them T> P> T> P> Could this be related? T> T> Yes, it is. John's patch was tested on RELENG_6 only, where TSO support T> isn't yet present. T> T> I'll try to fix this. The attached patch fixes this. I am not sure whether it is correct, I've mimiced behaviour of mxge(4) driver here. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE --phCU5ROyZO6kBE05 Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename="em.diff" Index: if_em.c =================================================================== RCS file: /home/ncvs/src/sys/dev/em/if_em.c,v retrieving revision 1.160 diff -u -p -r1.160 if_em.c --- if_em.c 31 Oct 2006 17:21:14 -0000 1.160 +++ if_em.c 1 Nov 2006 10:34:00 -0000 @@ -2614,31 +2603,21 @@ em_dma_free(struct adapter *adapter, str static int em_allocate_transmit_structures(struct adapter *adapter) { - struct ifnet *ifp = adapter->ifp; device_t dev = adapter->dev; struct em_buffer *tx_buffer; - bus_size_t size, segsize; int error, i; /* * Setup DMA descriptor areas. */ - segsize = size = roundup2(adapter->hw.max_frame_size, MCLBYTES); - - /* Overrides for TSO - want large sizes */ - if (ifp->if_hwassist & EM_TCPSEG_FEATURES) { - size = EM_TSO_SIZE; - segsize = PAGE_SIZE; - } - if ((error = bus_dma_tag_create(bus_get_dma_tag(dev), /* parent */ 1, 0, /* alignment, bounds */ BUS_SPACE_MAXADDR, /* lowaddr */ BUS_SPACE_MAXADDR, /* highaddr */ NULL, NULL, /* filter, filterarg */ - size, /* maxsize */ + EM_TSO_SIZE, /* maxsize */ EM_MAX_SCATTER, /* nsegments */ - segsize, /* maxsegsize */ + PAGE_SIZE, /* maxsegsize */ 0, /* flags */ NULL, /* lockfunc */ NULL, /* lockarg */ --phCU5ROyZO6kBE05-- From owner-cvs-src@FreeBSD.ORG Wed Nov 1 10:56: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 8DCA116A416; Wed, 1 Nov 2006 10:56:34 +0000 (UTC) (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 4C8CE43D45; Wed, 1 Nov 2006 10:56:34 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1AuYqs090146; Wed, 1 Nov 2006 10:56:34 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1AuY0Q090145; Wed, 1 Nov 2006 10:56:34 GMT (envelope-from ru) Message-Id: <200611011056.kA1AuY0Q090145@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 1 Nov 2006 10:56: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/sbin/fsck_ffs gjournal.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 Nov 2006 10:56:34 -0000 ru 2006-11-01 10:56:33 UTC FreeBSD src repository Modified files: sbin/fsck_ffs gjournal.c Log: Fix -fstrict-aliasing warning. Revision Changes Path 1.2 +3 -1 src/sbin/fsck_ffs/gjournal.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 11:17: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 D7BF916A4D8; Wed, 1 Nov 2006 11:17:43 +0000 (UTC) (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 305D443D46; Wed, 1 Nov 2006 11:17:42 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 04A8A45B26; Wed, 1 Nov 2006 12:17:41 +0100 (CET) Received: from localhost (dkh63.neoplus.adsl.tpnet.pl [83.24.11.63]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 7714A45683; Wed, 1 Nov 2006 12:17:34 +0100 (CET) Date: Wed, 1 Nov 2006 12:17:31 +0100 From: Pawel Jakub Dawidek To: Ruslan Ermilov Message-ID: <20061101111731.GO15861@garage.freebsd.pl> References: <200611011056.kA1AuY0Q090145@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="DBUa/BSa4z6QPQv1" Content-Disposition: inline In-Reply-To: <200611011056.kA1AuY0Q090145@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-r804 (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/sbin/fsck_ffs gjournal.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 Nov 2006 11:17:44 -0000 --DBUa/BSa4z6QPQv1 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 01, 2006 at 10:56:34AM +0000, Ruslan Ermilov wrote: > ru 2006-11-01 10:56:33 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sbin/fsck_ffs gjournal.c=20 > Log: > Fix -fstrict-aliasing warning. Thank you! --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --DBUa/BSa4z6QPQv1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFFSIJLForvXbEpPzQRAkA8AJ9lMt1hdu1ASrrBV26E4Pzps1u3AACgobap U4mx6N1F0rfqLPdvMtLVpBc= =MQV7 -----END PGP SIGNATURE----- --DBUa/BSa4z6QPQv1-- From owner-cvs-src@FreeBSD.ORG Wed Nov 1 12:13: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 8C5DD16A403; Wed, 1 Nov 2006 12:13:09 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47EC743D49; Wed, 1 Nov 2006 12:13:09 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1CD9ZH005592; Wed, 1 Nov 2006 12:13:09 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1CD9PG005591; Wed, 1 Nov 2006 12:13:09 GMT (envelope-from philip) Message-Id: <200611011213.kA1CD9PG005591@repoman.freebsd.org> From: Philip Paeps Date: Wed, 1 Nov 2006 12:13:08 +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/gnu/usr.bin/send-pr send-pr.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 12:13:09 -0000 philip 2006-11-01 12:13:08 UTC FreeBSD src repository Modified files: gnu/usr.bin/send-pr send-pr.sh Log: Fix vim syntax highlighting. Vim complained about the (comment). The syntax file is also called "sendpr", not "send-pr". Revision Changes Path 1.38 +1 -1 src/gnu/usr.bin/send-pr/send-pr.sh From owner-cvs-src@FreeBSD.ORG Wed Nov 1 12:29: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 D79EB16A40F; Wed, 1 Nov 2006 12:29:49 +0000 (UTC) (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 9641743D58; Wed, 1 Nov 2006 12:29:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1CTntY007906; Wed, 1 Nov 2006 12:29:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1CTnwp007905; Wed, 1 Nov 2006 12:29:49 GMT (envelope-from pjd) Message-Id: <200611011229.kA1CTnwp007905@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 12:29: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/geom geom_gpt.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 Nov 2006 12:29:49 -0000 pjd 2006-11-01 12:29:49 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: Add BIO_FLUSH support to GPT class. Revision Changes Path 1.42 +2 -0 src/sys/geom/geom_gpt.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 12: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 3360116A4A7; Wed, 1 Nov 2006 12:30:52 +0000 (UTC) (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 7DCC543D49; Wed, 1 Nov 2006 12:30:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1CUpNn008022; Wed, 1 Nov 2006 12:30:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1CUpEO008021; Wed, 1 Nov 2006 12:30:51 GMT (envelope-from pjd) Message-Id: <200611011230.kA1CUpEO008021@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 12:30: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/geom/shsec g_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: Wed, 01 Nov 2006 12:30:52 -0000 pjd 2006-11-01 12:30:51 UTC FreeBSD src repository Modified files: sys/geom/shsec g_shsec.c Log: Add BIO_FLUSH support to GSHSEC class. Revision Changes Path 1.6 +1 -0 src/sys/geom/shsec/g_shsec.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 12:34: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 C032B16A47C; Wed, 1 Nov 2006 12:34:35 +0000 (UTC) (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 7CC1043D66; Wed, 1 Nov 2006 12:34:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1CYZDR009377; Wed, 1 Nov 2006 12:34:35 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1CYZVi009376; Wed, 1 Nov 2006 12:34:35 GMT (envelope-from pjd) Message-Id: <200611011234.kA1CYZVi009376@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 12:34: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/share/man/man9 g_bio.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 Nov 2006 12:34:35 -0000 pjd 2006-11-01 12:34:35 UTC FreeBSD src repository Modified files: share/man/man9 g_bio.9 Log: Document BIO_FLUSH request. Revision Changes Path 1.10 +2 -0 src/share/man/man9/g_bio.9 From owner-cvs-src@FreeBSD.ORG Wed Nov 1 12:41: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 90AB316A4D2; Wed, 1 Nov 2006 12:41:51 +0000 (UTC) (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 9023643D8D; Wed, 1 Nov 2006 12:41:44 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1CfiGN010349; Wed, 1 Nov 2006 12:41:44 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1CfiNH010348; Wed, 1 Nov 2006 12:41:44 GMT (envelope-from cognet) Message-Id: <200611011241.kA1CfiNH010348@repoman.freebsd.org> From: Olivier Houchard Date: Wed, 1 Nov 2006 12:41: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/arm/arm elf_trampoline.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 Nov 2006 12:41:51 -0000 cognet 2006-11-01 12:41:43 UTC FreeBSD src repository Modified files: sys/arm/arm elf_trampoline.c Log: Do not include both and , it is a style bug as sys/types.h is included in sys/param.h, so instead just move the #include before the headers that need it. Spotted out by: bde Revision Changes Path 1.16 +1 -2 src/sys/arm/arm/elf_trampoline.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 12:42: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 AC06516A4A7; Wed, 1 Nov 2006 12:42:15 +0000 (UTC) (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 DC6F943D55; Wed, 1 Nov 2006 12:42:14 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1CgESP010465; Wed, 1 Nov 2006 12:42:14 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1CgEFq010464; Wed, 1 Nov 2006 12:42:14 GMT (envelope-from pjd) Message-Id: <200611011242.kA1CgEFq010464@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 12:42: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/share/man/man9 g_bio.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 Nov 2006 12:42:15 -0000 pjd 2006-11-01 12:42:14 UTC FreeBSD src repository Modified files: share/man/man9 g_bio.9 Log: - Document two new function g_alloc_bio() and g_duplicate_bio(). - Bump modification date. - Update copyright years. Revision Changes Path 1.11 +20 -2 src/share/man/man9/g_bio.9 From owner-cvs-src@FreeBSD.ORG Wed Nov 1 12:44: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 DAA0F16A412; Wed, 1 Nov 2006 12:44:28 +0000 (UTC) (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 9972843D49; Wed, 1 Nov 2006 12:44:28 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1CiSaU011104; Wed, 1 Nov 2006 12:44:28 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1CiSma011102; Wed, 1 Nov 2006 12:44:28 GMT (envelope-from pjd) Message-Id: <200611011244.kA1CiSma011102@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 12: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/share/man/man9 g_bio.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 Nov 2006 12:44:29 -0000 pjd 2006-11-01 12:44:28 UTC FreeBSD src repository Modified files: share/man/man9 g_bio.9 Log: Better English. Submitted by: ru Revision Changes Path 1.12 +1 -1 src/share/man/man9/g_bio.9 From owner-cvs-src@FreeBSD.ORG Wed Nov 1 13:48: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 650C416A64B; Wed, 1 Nov 2006 13:48:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D16843D55; Wed, 1 Nov 2006 13:48:45 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1DmiLc031854; Wed, 1 Nov 2006 13:48:44 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1Dmix9031853; Wed, 1 Nov 2006 13:48:44 GMT (envelope-from kib) Message-Id: <200611011348.kA1Dmix9031853@repoman.freebsd.org> From: Konstantin Belousov Date: Wed, 1 Nov 2006 13:48: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/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: Wed, 01 Nov 2006 13:48:45 -0000 kib 2006-11-01 13:48:44 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_softdep.c Log: Aquire Giant in the softdep_flush for clear_remove() and clear_inodedeps() processing when QUOTA is set. Reported and tested by: Peter Holm Reviewed by: tegge MFC after: 3 days Revision Changes Path 1.202 +7 -0 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 13:59: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 19BF316A403; Wed, 1 Nov 2006 13:59:07 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027DE43D70; Wed, 1 Nov 2006 13:59:03 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from [129.247.12.14] ([129.247.12.14]) by smtp-3.dlr.de with Microsoft SMTPSVC(6.0.3790.1830); Wed, 1 Nov 2006 14:59:01 +0100 Message-ID: <4548A978.2060105@dlr.de> Date: Wed, 01 Nov 2006 15:04:40 +0100 From: Hartmut Brandt User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Gleb Smirnoff References: <200610312144.k9VLik4r018076@repoman.freebsd.org> In-Reply-To: <200610312144.k9VLik4r018076@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Nov 2006 13:59:01.0752 (UTC) FILETIME=[E282FF80:01C6FDBD] Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/bsnmpd/bsnmpd 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 Nov 2006 13:59:07 -0000 Thanks for fixing this. Just forgot to commit that change - I never should do more than one thing at the same time. harti Gleb Smirnoff wrote: > glebius 2006-10-31 21:44:46 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/bsnmpd/bsnmpd Makefile > Log: > Fix buildworld. > > Revision Changes Path > 1.15 +2 -1 src/usr.sbin/bsnmpd/bsnmpd/Makefile > > From owner-cvs-src@FreeBSD.ORG Wed Nov 1 14:02: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 9458916A407; Wed, 1 Nov 2006 14:02:17 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10EDA43D45; Wed, 1 Nov 2006 14:02:16 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from [129.247.12.14] ([129.247.12.14]) by smtp-3.dlr.de with Microsoft SMTPSVC(6.0.3790.1830); Wed, 1 Nov 2006 15:02:15 +0100 Message-ID: <4548AA3B.8050406@dlr.de> Date: Wed, 01 Nov 2006 15:07:55 +0100 From: Hartmut Brandt User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Gleb Smirnoff References: <200610312144.k9VLik4r018076@repoman.freebsd.org> <20061031214942.GH75694@FreeBSD.org> In-Reply-To: <20061031214942.GH75694@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Nov 2006 14:02:15.0920 (UTC) FILETIME=[563EAF00:01C6FDBE] Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/bsnmpd/bsnmpd 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 Nov 2006 14:02:17 -0000 Gleb Smirnoff wrote: > On Tue, Oct 31, 2006 at 09:44:46PM +0000, Gleb Smirnoff wrote: > T> glebius 2006-10-31 21:44:46 UTC > T> > T> FreeBSD src repository > T> > T> Modified files: > T> usr.sbin/bsnmpd/bsnmpd Makefile > T> Log: > T> Fix buildworld. > > This won't fix your buildworld of you run -DNO_CLEAN. You need > either run a clean build, or remove > > /usr/obj/usr/src/usr.sbin/bsnmpd/bsnmpd/oid.h > > before run. > > I did not try it, but perhaps we could make oid.h depend on the Makefile? Something like: oid.h: ${.CURDIR}/Makefile harti From owner-cvs-src@FreeBSD.ORG Wed Nov 1 14:10: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 48BE616A40F; Wed, 1 Nov 2006 14:10:02 +0000 (UTC) (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 8591A43D67; Wed, 1 Nov 2006 14:10:00 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1EA00H036501; Wed, 1 Nov 2006 14:10:00 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1EA0Mo036500; Wed, 1 Nov 2006 14:10:00 GMT (envelope-from pjd) Message-Id: <200611011410.kA1EA0Mo036500@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 14:10: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/geom/journal g_journal.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 Nov 2006 14:10:02 -0000 pjd 2006-11-01 14:10:00 UTC FreeBSD src repository Modified files: sys/geom/journal g_journal.c Log: Forgot to remove this line. Reported by: maxim Revision Changes Path 1.4 +0 -1 src/sys/geom/journal/g_journal.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 15:23: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 25C5016A47E; Wed, 1 Nov 2006 15:23:33 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E3AC43DDD; Wed, 1 Nov 2006 15:22:40 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 85B604D1B1; Thu, 2 Nov 2006 02:22:33 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 9A8AB27406; Thu, 2 Nov 2006 02:22:32 +1100 (EST) Date: Thu, 2 Nov 2006 02:22:31 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Olivier Houchard In-Reply-To: <200611011241.kA1CfiNH010348@repoman.freebsd.org> Message-ID: <20061102022210.M32121@delplex.bde.org> References: <200611011241.kA1CfiNH010348@repoman.freebsd.org> 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/sys/arm/arm elf_trampoline.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 Nov 2006 15:23:33 -0000 On Wed, 1 Nov 2006, Olivier Houchard wrote: > cognet 2006-11-01 12:41:43 UTC > > FreeBSD src repository > > Modified files: > sys/arm/arm elf_trampoline.c > Log: > Do not include both and , it is a style bug as > sys/types.h is included in sys/param.h, so instead just move the > #include before the headers that need it. > > Spotted out by: bde Thanks. Bruce From owner-cvs-src@FreeBSD.ORG Wed Nov 1 15:27: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 EF91616A407; Wed, 1 Nov 2006 15:27:40 +0000 (UTC) (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 3888943D45; Wed, 1 Nov 2006 15:27:39 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kA1FRa2K001625; Wed, 1 Nov 2006 10:27:36 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 10:21:09 -0500 User-Agent: KMail/1.9.1 References: <200611010454.kA14spYn014613@repoman.freebsd.org> <20061101093550.GK15861@garage.freebsd.pl> In-Reply-To: <20061101093550.GK15861@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611011021.10535.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 01 Nov 2006 10:27:37 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2138/Wed Nov 1 06:55:22 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, John Birrell , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/i386/i386 genassym.c src/sys/ia64/ia64 genassym.c src/sys/kern subr_prf.c tty_cons.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 15:27:41 -0000 On Wednesday 01 November 2006 04:35, Pawel Jakub Dawidek wrote: > On Wed, Nov 01, 2006 at 04:54:51AM +0000, John Birrell wrote: > > jb 2006-11-01 04:54:51 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/amd64/amd64 genassym.c > > sys/arm/arm genassym.c > > sys/i386/i386 genassym.c > > sys/ia64/ia64 genassym.c > > sys/kern subr_prf.c tty_cons.c > > sys/powerpc/powerpc genassym.c > > sys/sparc64/sparc64 genassym.c > > sys/sys cons.h pcpu.h > > Log: > > Add a cnputs() function to write a string to the console with > > a lock to prevent interspersed strings written from different CPUs > > at the same time. > > Nice, this was very annoying, but I'd still like to have a recursive > lock, which could be used by printf(9) consumers. For example, I'm not > able to implement such macro in a way that ensure everything will be > printed in one line: > > #define G_MIRROR_DEBUG(lvl, ...) do { \ > if (g_mirror_debug >= (lvl)) { \ > printf("GEOM_MIRROR"); \ > if (g_mirror_debug > 0) \ > printf("[%u]", lvl); \ > printf(": "); \ > printf(__VA_ARGS__); \ > printf("\n"); \ > } \ > } while (0) > > What I'd like is a global printf_lock which will allow me to put many > separate printfs under it and be sure it won't be messed up by other > CPUs. Having it recursive could also eliminate the need for per-CPU > buffers, as I don't think we care about performance here. > > What do you think? Because printf is used for things like panics, I think it needs to be as robust as possible. I think adding a larger lock like you request would make it too fragile. -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Nov 1 15:27: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 8C78316A4FA; Wed, 1 Nov 2006 15:27:45 +0000 (UTC) (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 CA74A43D49; Wed, 1 Nov 2006 15:27:44 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kA1FRa2L001625; Wed, 1 Nov 2006 10:27:40 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Gleb Smirnoff Date: Wed, 1 Nov 2006 10:27:22 -0500 User-Agent: KMail/1.9.1 References: <200610311721.k9VHLFpw058923@repoman.freebsd.org> <20061101101928.GJ75694@FreeBSD.org> <20061101104648.GK75694@FreeBSD.org> In-Reply-To: <20061101104648.GK75694@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611011027.23169.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 01 Nov 2006 10:27:40 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2138/Wed Nov 1 06:55:22 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/em if_em.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 Nov 2006 15:27:45 -0000 On Wednesday 01 November 2006 05:46, Gleb Smirnoff wrote: > On Wed, Nov 01, 2006 at 01:19:28PM +0300, Gleb Smirnoff wrote: > T> On Wed, Nov 01, 2006 at 11:05:24AM +0100, Pawel Worach wrote: > T> P> On 10/31/06, John Baldwin wrote: > T> P> >jhb 2006-10-31 17:21:15 UTC > T> P> > > T> P> > FreeBSD src repository > T> P> > > T> P> > Modified files: > T> P> > sys/dev/em if_em.c > T> P> > Log: > T> P> > Allocate receive and transmit data structures during attach() and free > T> P> > them > T> P> > T> P> Could this be related? > T> > T> Yes, it is. John's patch was tested on RELENG_6 only, where TSO support > T> isn't yet present. > T> > T> I'll try to fix this. > > The attached patch fixes this. I am not sure whether it is correct, > I've mimiced behaviour of mxge(4) driver here. Ahh, hmm. I think it still needs to support variable size based on whether or not the adapter supports TSO just to be safe. How about this: Index: if_em.c =================================================================== RCS file: /home/ncvs/src/sys/dev/em/if_em.c,v retrieving revision 1.160 diff -u -r1.160 if_em.c --- if_em.c 31 Oct 2006 17:21:14 -0000 1.160 +++ if_em.c 1 Nov 2006 15:26:42 -0000 @@ -1100,10 +1100,6 @@ if (adapter->hw.mac_type >= em_82543) { if (ifp->if_capenable & IFCAP_TXCSUM) ifp->if_hwassist = EM_CHECKSUM_FEATURES; - /* - * em_setup_transmit_structures() will behave differently - * based on the state of TSO. - */ if (ifp->if_capenable & IFCAP_TSO) ifp->if_hwassist |= EM_TCPSEG_FEATURES; } @@ -2626,7 +2622,8 @@ segsize = size = roundup2(adapter->hw.max_frame_size, MCLBYTES); /* Overrides for TSO - want large sizes */ - if (ifp->if_hwassist & EM_TCPSEG_FEATURES) { + if ((adapter->hw.mac_type > em_82544) && + (adapter->hw.mac_type != em_82547)) { size = EM_TSO_SIZE; segsize = PAGE_SIZE; } -- John Baldwin From owner-cvs-src@FreeBSD.ORG Wed Nov 1 15:36: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 ADC5F16A403; Wed, 1 Nov 2006 15:36:48 +0000 (UTC) (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 6AEB743D97; Wed, 1 Nov 2006 15:36:47 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1FalQp063655; Wed, 1 Nov 2006 15:36:47 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1FalvE063654; Wed, 1 Nov 2006 15:36:47 GMT (envelope-from jhb) Message-Id: <200611011536.kA1FalvE063654@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Nov 2006 15:36: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/dev/em if_em.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 Nov 2006 15:36:48 -0000 jhb 2006-11-01 15:36:47 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Fix botch in last commit (I tested on 6.x which doesn't have TSO): - Test the mac_type rather than if_hwassist (since ifp doesn't exist yet) to determine if the adapter supports TSO and thus to change the sizes for the bus_dma tag. Reviewed by: glebius Revision Changes Path 1.161 +2 -5 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 16:05: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 736D216A407; Wed, 1 Nov 2006 16:05:08 +0000 (UTC) (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 8870E43D6B; Wed, 1 Nov 2006 16:05:07 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1G57Mq069786; Wed, 1 Nov 2006 16:05:07 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1G5778069785; Wed, 1 Nov 2006 16:05:07 GMT (envelope-from pjd) Message-Id: <200611011605.kA1G5778069785@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 16:05: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/sys/geom/eli g_eli.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 Nov 2006 16:05:08 -0000 pjd 2006-11-01 16:05:07 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c Log: Skip disabled CPU, because after we sched_bind() to a disabled CPU, we won't be able to exit from the thread. Function g_eli_cpu_is_disabled() stoled from kern_pmc.c. PR: 104669 Reported by: Nikolay Mirin MFC after: 1 week Revision Changes Path 1.32 +16 -1 src/sys/geom/eli/g_eli.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 16:11: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 861C816A417; Wed, 1 Nov 2006 16:11:31 +0000 (UTC) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1-3.pacific.net.au [61.8.2.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7458043D8B; Wed, 1 Nov 2006 16:11:15 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id BB8CD4D23F; Thu, 2 Nov 2006 03:11:13 +1100 (EST) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id 69B0C27405; Thu, 2 Nov 2006 03:11:12 +1100 (EST) Date: Thu, 2 Nov 2006 03:11:11 +1100 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: John Baldwin In-Reply-To: <200611011021.10535.jhb@freebsd.org> Message-ID: <20061102023905.V32204@delplex.bde.org> References: <200611010454.kA14spYn014613@repoman.freebsd.org> <20061101093550.GK15861@garage.freebsd.pl> <200611011021.10535.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, John Birrell , Pawel Jakub Dawidek , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/i386/i386 genassym.c src/sys/ia64/ia64 genassym.c src/sys/kern subr_prf.c tty_cons.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 16:11:31 -0000 On Wed, 1 Nov 2006, John Baldwin wrote: > On Wednesday 01 November 2006 04:35, Pawel Jakub Dawidek wrote: >> On Wed, Nov 01, 2006 at 04:54:51AM +0000, John Birrell wrote: >>> jb 2006-11-01 04:54:51 UTC >>> ... >>> Log: >>> Add a cnputs() function to write a string to the console with >>> a lock to prevent interspersed strings written from different CPUs >>> at the same time. >> ... >> What I'd like is a global printf_lock which will allow me to put many >> separate printfs under it and be sure it won't be messed up by other >> CPUs. Having it recursive could also eliminate the need for per-CPU >> buffers, as I don't think we care about performance here. >> >> What do you think? > > Because printf is used for things like panics, I think it needs to be as > robust as possible. I think adding a larger lock like you request would make > it too fragile. It's already quite fragile. Deadlocks seem to be possible in at least the i386 NMI handler now (not just for panics, and even for one type of debugger entry), and were already possible due to similar spinlocking in some console drivers. (Note that NMIs defeat the usual deadlock avoidance method of disabling interrupts on the current CPU.) Most other deadlocks for printf() in panic() seem to be prevented by the bug that panic() doesn't stop other CPUs. Bruce From owner-cvs-src@FreeBSD.ORG Wed Nov 1 16:25: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 E7F4F16A47E; Wed, 1 Nov 2006 16:25:28 +0000 (UTC) (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 7EFA143D53; Wed, 1 Nov 2006 16:25:28 +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 E036746BD8; Wed, 1 Nov 2006 11:25:20 -0500 (EST) Date: Wed, 1 Nov 2006 16:25:20 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Birrell In-Reply-To: <200611010454.kA14spYn014613@repoman.freebsd.org> Message-ID: <20061101155746.B9063@fledge.watson.org> References: <200611010454.kA14spYn014613@repoman.freebsd.org> 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/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/i386/i386 genassym.c src/sys/ia64/ia64 genassym.c src/sys/kern subr_prf.c tty_cons.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 16:25:29 -0000 On Wed, 1 Nov 2006, John Birrell wrote: > Add a cnputs() function to write a string to the console with > a lock to prevent interspersed strings written from different CPUs > at the same time. > > To avoid putting a buffer on the stack or having to malloc one, > space is incorporated in the per-cpu structure. The buffer > size if 128 bytes; chosen because it's the next power of 2 size > up from 80 characters. > > String writes to the console are buffered up the end of the line > or until the buffer fills. Then the buffer is flushed to all > console devices. > > Existing low level console output via cnputc() is unaffected by > this change. ithread calls to log() are also unaffected to avoid > blocking those threads. > > A minor change to the behaviour in a panic situation is that > console output will still be buffered, but won't be written to > a tty as before. This should prevent interspersed panic output > as a number of CPUs panic before we end up single threaded > running ddb. This souds really good. Two points: (1) It would be really good if printf() were no longer used by panic(), rather, panic() used db_printf() (once in the debugger) to print the panic string. Right now there's a rather nasty tendency for an interrupt to fire while the panic string is printing, especially on slow serial consoles, which can result in a second panic when the interrupt thread trips over whatever bad state lead to the panic. This is tricky to debug using other people's hands because you have to say things like "Now find the thread where the original panic took place", which involves searching thread stacks, etc. (2) Since you're taking an interesting in console code and its synchonization, are you interested in looking at locking/etc for syscons? There are a lot of spl*() calls in the syscons source... Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Wed Nov 1 16:48: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 F064516A403; Wed, 1 Nov 2006 16:48:37 +0000 (UTC) (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 CD3B043D67; Wed, 1 Nov 2006 16:48:33 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1GmXTZ086742; Wed, 1 Nov 2006 16:48:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1GmXoD086741; Wed, 1 Nov 2006 16:48:33 GMT (envelope-from jhb) Message-Id: <200611011648.kA1GmXoD086741@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Nov 2006 16: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/sys/kern tty_pts.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 Nov 2006 16:48:38 -0000 jhb 2006-11-01 16:48:33 UTC FreeBSD src repository Modified files: sys/kern tty_pts.c Log: Comment and style tweak. Revision Changes Path 1.11 +2 -2 src/sys/kern/tty_pts.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 16: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 23F7116A412; Wed, 1 Nov 2006 16:50:14 +0000 (UTC) (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 C455543D46; Wed, 1 Nov 2006 16:50:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1GoDNf086885; Wed, 1 Nov 2006 16:50:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1GoD5v086884; Wed, 1 Nov 2006 16:50:13 GMT (envelope-from jhb) Message-Id: <200611011650.kA1GoD5v086884@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Nov 2006 16:50: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/kern tty_pts.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 Nov 2006 16:50:14 -0000 jhb 2006-11-01 16:50:13 UTC FreeBSD src repository Modified files: sys/kern tty_pts.c Log: Increment nb_allocated while holding the pt_mtx lock to avoid races. Revision Changes Path 1.12 +1 -1 src/sys/kern/tty_pts.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 18: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 6232716A47B; Wed, 1 Nov 2006 18:19:48 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 547B743DB2; Wed, 1 Nov 2006 18:18:02 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1IHrU3003274; Wed, 1 Nov 2006 18:17:53 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1IHrrU003273; Wed, 1 Nov 2006 18:17:53 GMT (envelope-from marius) Message-Id: <200611011817.kA1IHrrU003273@repoman.freebsd.org> From: Marius Strobl Date: Wed, 1 Nov 2006 18:17: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/sparc64/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: Wed, 01 Nov 2006 18:19:48 -0000 marius 2006-11-01 18:17:53 UTC FreeBSD src repository Modified files: sys/sparc64/conf NOTES Log: Remove the atkbd(4), atkbdc(4) and psm(4) hints. In theory they can be used on sparc64 but that would be totally wrong in practice. Revision Changes Path 1.29 +0 -6 src/sys/sparc64/conf/NOTES From owner-cvs-src@FreeBSD.ORG Wed Nov 1 18:24: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 7AC8116A417; Wed, 1 Nov 2006 18:24:19 +0000 (UTC) (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 EE45643D8D; Wed, 1 Nov 2006 18:24:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1IODaO004437; Wed, 1 Nov 2006 18:24:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1IOD8K004436; Wed, 1 Nov 2006 18:24:13 GMT (envelope-from jhb) Message-Id: <200611011824.kA1IOD8K004436@repoman.freebsd.org> From: John Baldwin Date: Wed, 1 Nov 2006 18:24: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/dev/em if_em.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 Nov 2006 18:24:19 -0000 jhb 2006-11-01 18:24:13 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: Fix compile botch in the last panic botch fix. :( Pointy hat: jhb Reported by: brueffer Revision Changes Path 1.162 +0 -1 src/sys/dev/em/if_em.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 18:55: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 B50EB16A403; Wed, 1 Nov 2006 18:55:50 +0000 (UTC) (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 71E5F43D5C; Wed, 1 Nov 2006 18:55:43 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1ItXFq010057; Wed, 1 Nov 2006 18:55:33 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1ItXxG010056; Wed, 1 Nov 2006 18:55:33 GMT (envelope-from ru) Message-Id: <200611011855.kA1ItXxG010056@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 1 Nov 2006 18:55:32 +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 kern.post.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 18:55:50 -0000 ru 2006-11-01 18:55:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf kern.post.mk Log: MFC: 1.98: Handle vnode_if.h dependencies right. Approved by: re (hrs) Revision Changes Path 1.83.2.3 +5 -1 src/sys/conf/kern.post.mk From owner-cvs-src@FreeBSD.ORG Wed Nov 1 18: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 6256916A508; Wed, 1 Nov 2006 18:56:25 +0000 (UTC) (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 C3EF043D90; Wed, 1 Nov 2006 18:56:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1IuI23010096; Wed, 1 Nov 2006 18:56:18 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1IuIKQ010095; Wed, 1 Nov 2006 18:56:18 GMT (envelope-from pjd) Message-Id: <200611011856.kA1IuIKQ010095@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 18: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/sys/dev/md md.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 Nov 2006 18:56:25 -0000 pjd 2006-11-01 18:56:18 UTC FreeBSD src repository Modified files: sys/dev/md md.c Log: Fix md(4) panic which occurs when I/O request different than BIO_READ/BIO_WRITE is sent to vnode-backed provider (BIO_DELETE or BIO_FLUSH). Reported by: ceri Add support for BIO_FLUSH to vnode-backed md(4) devices based on VOP_FSYNC(). Revision Changes Path 1.165 +53 -10 src/sys/dev/md/md.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 19:00: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 AC36C16A407; Wed, 1 Nov 2006 19:00:00 +0000 (UTC) (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 E424243D8F; Wed, 1 Nov 2006 18:59:44 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1Ix6gd010229; Wed, 1 Nov 2006 18:59:06 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1Ix6dd010228; Wed, 1 Nov 2006 18:59:06 GMT (envelope-from pjd) Message-Id: <200611011859.kA1Ix6dd010228@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 18:59: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/md md.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 Nov 2006 19:00:01 -0000 pjd 2006-11-01 18:59:06 UTC FreeBSD src repository Modified files: sys/dev/md md.c Log: Style nits. Revision Changes Path 1.166 +2 -2 src/sys/dev/md/md.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 19:51: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 4E21416A415; Wed, 1 Nov 2006 19:51:17 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A4543D46; Wed, 1 Nov 2006 19:51:16 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from dominion.borderworlds.dk (dominion.borderworlds.dk [10.1.0.10]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 46863B9C3; Wed, 1 Nov 2006 20:51:15 +0100 (CET) Received: by dominion.borderworlds.dk (Postfix, from userid 2000) id BC6C68C8; Wed, 1 Nov 2006 20:51:14 +0100 (CET) To: Pawel Jakub Dawidek References: <200611011856.kA1IuIKQ010095@repoman.freebsd.org> From: Christian Laursen Date: Wed, 01 Nov 2006 20:51:14 +0100 In-Reply-To: <200611011856.kA1IuIKQ010095@repoman.freebsd.org> (Pawel Jakub Dawidek's message of "Wed, 1 Nov 2006 18:56:18 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/md md.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 Nov 2006 19:51:17 -0000 Pawel Jakub Dawidek writes: > pjd 2006-11-01 18:56:18 UTC > > FreeBSD src repository > > Modified files: > sys/dev/md md.c > Log: > Fix md(4) panic which occurs when I/O request different than > BIO_READ/BIO_WRITE is sent to vnode-backed provider (BIO_DELETE or > BIO_FLUSH). > > Reported by: ceri > > Add support for BIO_FLUSH to vnode-backed md(4) devices based on > VOP_FSYNC(). Does this make fsync(2) and friends work as expected on md(4) devices? -- Christian Laursen From owner-cvs-src@FreeBSD.ORG Wed Nov 1 20:10: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 146E816A47B; Wed, 1 Nov 2006 20:10:48 +0000 (UTC) (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 F17DA43D69; Wed, 1 Nov 2006 20:10:44 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 99C5746DA5; Wed, 1 Nov 2006 21:10:43 +0100 (CET) Received: from localhost (dkh63.neoplus.adsl.tpnet.pl [83.24.11.63]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 3D9EA45B26; Wed, 1 Nov 2006 21:10:38 +0100 (CET) Date: Wed, 1 Nov 2006 21:10:34 +0100 From: Pawel Jakub Dawidek To: Christian Laursen Message-ID: <20061101201034.GW15861@garage.freebsd.pl> References: <200611011856.kA1IuIKQ010095@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kUoBhQsr7LsiFken" 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-r804 (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/dev/md md.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 Nov 2006 20:10:48 -0000 --kUoBhQsr7LsiFken Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 01, 2006 at 08:51:14PM +0100, Christian Laursen wrote: > Pawel Jakub Dawidek writes: >=20 > > pjd 2006-11-01 18:56:18 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/md md.c=20 > > Log: > > Fix md(4) panic which occurs when I/O request different than > > BIO_READ/BIO_WRITE is sent to vnode-backed provider (BIO_DELETE or > > BIO_FLUSH). > > =20 > > Reported by: ceri > > =20 > > Add support for BIO_FLUSH to vnode-backed md(4) devices based on > > VOP_FSYNC(). >=20 > Does this make fsync(2) and friends work as expected on md(4) devices? No, it's unrelated. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --kUoBhQsr7LsiFken Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFFSP86ForvXbEpPzQRAr6NAKDLOkOkXNzPHC+L7MF3/6QjhajH4gCgzwCm nZjSTDFLQ2PRXi3L9zwJ6mE= =gcRh -----END PGP SIGNATURE----- --kUoBhQsr7LsiFken-- From owner-cvs-src@FreeBSD.ORG Wed Nov 1 20: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 556C116A50E; Wed, 1 Nov 2006 20:20:51 +0000 (UTC) (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 3F66D43DCD; Wed, 1 Nov 2006 20:20:08 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kA1KJmuR021647 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 1 Nov 2006 22:19:53 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kA1KJfUX004533; Wed, 1 Nov 2006 22:19:42 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kA1KJf9u004532; Wed, 1 Nov 2006 22:19:41 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 1 Nov 2006 22:19:41 +0200 From: Giorgos Keramidas To: Martin Blapp , Tor Egge Message-ID: <20061101201941.GC4417@kobe.laptop> References: <200610132049.k9DKnObw045731@repoman.freebsd.org> <20061015091459.V72308@godot.imp.ch> <20061018234916.GA1711@gothmog.pc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061018234916.GA1711@gothmog.pc> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.632, required 5, AWL -0.23, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_conf.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 Nov 2006 20:20:51 -0000 On 2006-10-19 02:49, Giorgos Keramidas wrote: > Maybe it's not related, but all xterm's seem unkillable and blocked > forever in "devdrn" here, in a build from 2006.10.18.15.56.11. > > An earlier sync from 2006.10.13.12.45.54 didn't exhibit this behavior, > so I guess there's something mildly buggy with this change? I still have to use the following local diff to get "killable" xterm processes: % diff -r a61844fa2f23 sys/kern/kern_conf.c % --- a/sys/kern/kern_conf.c Wed Nov 01 21:49:16 2006 +0200 % +++ b/sys/kern/kern_conf.c Wed Nov 01 02:33:08 2006 +0200 % @@ -676,7 +676,6 @@ destroy_devl(struct cdev *dev) % dev->si_flags &= ~SI_CLONELIST; % } % % - dev->si_refcount++; /* Avoid race with dev_rel() */ % csw = dev->si_devsw; % dev->si_devsw = NULL; /* already NULL for SI_ALIAS */ % while (csw != NULL && csw->d_purge != NULL && dev->si_threadcount) { % @@ -686,10 +685,6 @@ destroy_devl(struct cdev *dev) % printf("Still %lu threads in %s\n", % dev->si_threadcount, devtoname(dev)); % } % - while (dev->si_threadcount != 0) { % - /* Use unique dummy wait ident */ % - msleep(&csw, &devmtx, PRIBIO, "devdrn", hz / 10); % - } % % dev->si_drv1 = 0; % dev->si_drv2 = 0; % @@ -704,7 +699,6 @@ destroy_devl(struct cdev *dev) % fini_cdevsw(csw); % } % dev->si_flags &= ~SI_ALIAS; % - dev->si_refcount--; /* Avoid race with dev_rel() */ % % if (dev->si_refcount > 0) { % LIST_INSERT_HEAD(&dead_cdevsw.d_devs, dev, si_list); If it is related, at all, I am using `kern.pts.enable=1' here, and a slightly modified GENERIC kernel config. The differences from GENERIC are mostly removed SCSI devices and added options for the PF firewall, but I can send a diff if needed. Has this been fixed in HEAD, in a way that I missed while looking at the recent changes? - Giorgos From owner-cvs-src@FreeBSD.ORG Wed Nov 1 20:54: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 8D9DF16A504; Wed, 1 Nov 2006 20:54:10 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEA2C43D5A; Wed, 1 Nov 2006 20:54:08 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 402B5140EC03; Wed, 1 Nov 2006 20:55:35 +0000 (GMT) Date: Wed, 1 Nov 2006 20:55:35 +0000 From: John Birrell To: Robert Watson Message-ID: <20061101205534.GB76367@what-creek.com> References: <200611010454.kA14spYn014613@repoman.freebsd.org> <20061101155746.B9063@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061101155746.B9063@fledge.watson.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/i386/i386 genassym.c src/sys/ia64/ia64 genassym.c src/sys/kern subr_prf.c tty_cons.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 20:54:10 -0000 On Wed, Nov 01, 2006 at 04:25:20PM +0000, Robert Watson wrote: > (2) Since you're taking an interesting in console code and its > synchonization, are you interested in looking at locking/etc for > syscons? > There are a lot of spl*() calls in the syscons source... I needed to be able to read the console output on sun4v so that I can continue the DTrace port. At this stage I want to concentrate on doing that. -- John Birrell From owner-cvs-src@FreeBSD.ORG Wed Nov 1 21:19: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 4344416A415; Wed, 1 Nov 2006 21:19:09 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from optimus.centralmiss.com (ns.centralmiss.com [206.156.254.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D02143D88; Wed, 1 Nov 2006 21:18:56 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (adsl-072-148-013-213.sip.jan.bellsouth.net [72.148.13.213]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by optimus.centralmiss.com (Postfix) with ESMTP id 52E7528431; Wed, 1 Nov 2006 15:18:55 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id BEE1061C57; Wed, 1 Nov 2006 15:18:54 -0600 (CST) Date: Wed, 1 Nov 2006 15:18:54 -0600 From: "Matthew D. Fuller" To: John Baldwin Message-ID: <20061101211854.GI17019@over-yonder.net> References: <200611011824.kA1IOD8K004436@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611011824.kA1IOD8K004436@repoman.freebsd.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.11-fullermd.3 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.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 Nov 2006 21:19:09 -0000 On Wed, Nov 01, 2006 at 06:24:13PM +0000 I heard the voice of John Baldwin, and lo! it spake thus: > > Log: > Fix compile botch in the last panic botch fix. :( "Those responsible for sacking the people who have just been sacked, have been sacked." 8-} -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-cvs-src@FreeBSD.ORG Wed Nov 1 21:31: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 C017116A403 for ; Wed, 1 Nov 2006 21:31:58 +0000 (UTC) (envelope-from garyj@jennejohn.org) Received: from mail08b.verio.de (mail08b.verio.de [213.198.55.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 9ABF543D77 for ; Wed, 1 Nov 2006 21:31:56 +0000 (GMT) (envelope-from garyj@jennejohn.org) Received: from mx26.stngva01.us.mxservers.net (204.202.242.40) by mail08b.verio.de (RS ver 1.0.95vs) with SMTP id 3-053376713; Wed, 1 Nov 2006 22:31:54 +0100 (CET) Received: from www.jennejohn.org [213.198.5.174] (EHLO peedub.jennejohn.org) by mx26.stngva01.us.mxservers.net (mxl_mta-1.3.8-10p4) with ESMTP id 94219454.6874.348.mx26.stngva01.us.mxservers.net; Wed, 01 Nov 2006 16:31:53 -0500 (EST) Received: from jennejohn.org (localhost [127.0.0.1]) by peedub.jennejohn.org (8.13.8/8.11.6) with ESMTP id kA1LVmiJ000532; Wed, 1 Nov 2006 22:31:48 +0100 (CET) (envelope-from garyj@jennejohn.org) Message-Id: <200611012131.kA1LVmiJ000532@peedub.jennejohn.org> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: Giorgos Keramidas In-Reply-To: Message from Giorgos Keramidas of "Wed, 01 Nov 2006 22:19:41 +0200." <20061101201941.GC4417@kobe.laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Nov 2006 22:31:48 +0100 From: Gary Jennejohn X-Spam: [F=0.0238327787; heur=0.500(-19800); stat=0.023; spamtraq-heur=0.500(2006110106)] X-MAIL-FROM: X-SOURCE-IP: [213.198.5.174] X-Loop-Detect: 1 X-DistLoop-Detect: 1 Cc: cvs-src@freebsd.org, Martin Blapp , Tor Egge , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern kern_conf.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 Nov 2006 21:31:58 -0000 Giorgos Keramidas writes: > On 2006-10-19 02:49, Giorgos Keramidas wrote: > > Maybe it's not related, but all xterm's seem unkillable and blocked > > forever in "devdrn" here, in a build from 2006.10.18.15.56.11. > > > > An earlier sync from 2006.10.13.12.45.54 didn't exhibit this behavior, > > so I guess there's something mildly buggy with this change? > > I still have to use the following local diff to get "killable" xterm > processes: > > % diff -r a61844fa2f23 sys/kern/kern_conf.c > % --- a/sys/kern/kern_conf.c Wed Nov 01 21:49:16 2006 +0200 > % +++ b/sys/kern/kern_conf.c Wed Nov 01 02:33:08 2006 +0200 > % @@ -676,7 +676,6 @@ destroy_devl(struct cdev *dev) > % dev->si_flags &= ~SI_CLONELIST; > % } > % > % - dev->si_refcount++; /* Avoid race with dev_rel() */ > % csw = dev->si_devsw; > % dev->si_devsw = NULL; /* already NULL for SI_ALIAS */ > % while (csw != NULL && csw->d_purge != NULL && dev->si_threadcount) > { > % @@ -686,10 +685,6 @@ destroy_devl(struct cdev *dev) > % printf("Still %lu threads in %s\n", > % dev->si_threadcount, devtoname(dev)); > % } > % - while (dev->si_threadcount != 0) { > % - /* Use unique dummy wait ident */ > % - msleep(&csw, &devmtx, PRIBIO, "devdrn", hz / 10); > % - } > % > % dev->si_drv1 = 0; > % dev->si_drv2 = 0; > % @@ -704,7 +699,6 @@ destroy_devl(struct cdev *dev) > % fini_cdevsw(csw); > % } > % dev->si_flags &= ~SI_ALIAS; > % - dev->si_refcount--; /* Avoid race with dev_rel() */ > % > % if (dev->si_refcount > 0) { > % LIST_INSERT_HEAD(&dead_cdevsw.d_devs, dev, si_list); > > If it is related, at all, I am using `kern.pts.enable=1' here, and a > slightly modified GENERIC kernel config. The differences from GENERIC > are mostly removed SCSI devices and added options for the PF firewall, > but I can send a diff if needed. > Setting kern.pts.enable to 0 definitley makes a difference. xterm and mrxvt exit as one would expect. With it set to 1 I was also seeing the same problem you are. Looks like this change doesn't play nice with pts. > Has this been fixed in HEAD, in a way that I missed while looking at the > recent changes? > No, the problem still exists in a kernel which I just made from sources cvsup'd not long ago. Of course, there is a time lag between commits and updating of the mirrors. --- Gary Jennejohn / garyjATjennejohnDOTorg gjATfreebsdDOTorg garyjATdenxDOTde From owner-cvs-src@FreeBSD.ORG Wed Nov 1 21:33: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 4C61716A416; Wed, 1 Nov 2006 21:33:23 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5591743D6E; Wed, 1 Nov 2006 21:33:17 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1LXHV6052126; Wed, 1 Nov 2006 21:33:17 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1LXH3u052124; Wed, 1 Nov 2006 21:33:17 GMT (envelope-from jb) Message-Id: <200611012133.kA1LXH3u052124@repoman.freebsd.org> From: John Birrell Date: Wed, 1 Nov 2006 21:33: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/sun4v/include hypervisorvar.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 Nov 2006 21:33:23 -0000 jb 2006-11-01 21:33:17 UTC FreeBSD src repository Modified files: sys/sun4v/include hypervisorvar.h Log: Spaces to tabs. (I shouldn't copy and paste from diff output to a terminal) Noticed by: pjd Revision Changes Path 1.3 +1 -1 src/sys/sun4v/include/hypervisorvar.h From owner-cvs-src@FreeBSD.ORG Wed Nov 1 22:16: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 CE38116A417; Wed, 1 Nov 2006 22:16:53 +0000 (UTC) (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 84FAA43D53; Wed, 1 Nov 2006 22:16:53 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1MGrNZ060219; Wed, 1 Nov 2006 22:16:53 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1MGrSH060218; Wed, 1 Nov 2006 22:16:53 GMT (envelope-from pjd) Message-Id: <200611012216.kA1MGrSH060218@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 22:16: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/geom/journal g_journal.c src/sys/geom/raid3 g_raid3.c g_raid3_ctl.c src/sys/geom/stripe g_stripe.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 Nov 2006 22:16:53 -0000 pjd 2006-11-01 22:16:53 UTC FreeBSD src repository Modified files: sys/geom/journal g_journal.c sys/geom/raid3 g_raid3.c g_raid3_ctl.c sys/geom/stripe g_stripe.c Log: Change spaces to tabs where needed. Revision Changes Path 1.5 +1 -1 src/sys/geom/journal/g_journal.c 1.79 +20 -20 src/sys/geom/raid3/g_raid3.c 1.20 +4 -4 src/sys/geom/raid3/g_raid3_ctl.c 1.31 +3 -3 src/sys/geom/stripe/g_stripe.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 22:28: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 42E4A16A4D0; Wed, 1 Nov 2006 22:28:16 +0000 (UTC) (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 5A96843D79; Wed, 1 Nov 2006 22:28:12 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1MSCF0062093; Wed, 1 Nov 2006 22:28:12 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1MSCl0062092; Wed, 1 Nov 2006 22:28:12 GMT (envelope-from pjd) Message-Id: <200611012228.kA1MSCl0062092@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 22:28: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/sbin/geom/class/cache geom_cache.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 Nov 2006 22:28:16 -0000 pjd 2006-11-01 22:28:11 UTC FreeBSD src repository Modified files: sbin/geom/class/cache geom_cache.c Log: G_TYPE_NONE was replaced with G_TYPE_BOOL. Revision Changes Path 1.2 +2 -2 src/sbin/geom/class/cache/geom_cache.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 22:51: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 4532116A47E; Wed, 1 Nov 2006 22:51:51 +0000 (UTC) (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 189E843D5E; Wed, 1 Nov 2006 22:51:50 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1Mpnif066450; Wed, 1 Nov 2006 22:51:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1Mpnh7066449; Wed, 1 Nov 2006 22:51:49 GMT (envelope-from pjd) Message-Id: <200611012251.kA1Mpnh7066449@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 22:51: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/sbin/geom/class/mirror geom_mirror.c gmirror.8 src/sbin/geom/class/raid3 geom_raid3.c graid3.8 src/sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c src/sys/geom/raid3 g_raid3.c g_raid3.h g_raid3_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 Nov 2006 22:51:51 -0000 pjd 2006-11-01 22:51:49 UTC FreeBSD src repository Modified files: sbin/geom/class/mirror geom_mirror.c gmirror.8 sbin/geom/class/raid3 geom_raid3.c graid3.8 sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c sys/geom/raid3 g_raid3.c g_raid3.h g_raid3_ctl.c Log: Now, that we have gjournal in the tree add possibility to configure gmirror and graid3 in a way that it is not resynchronized after a power failure or system crash. It is safe when gjournal is running on top of gmirror/graid3. Revision Changes Path 1.16 +9 -5 src/sbin/geom/class/mirror/geom_mirror.c 1.21 +10 -2 src/sbin/geom/class/mirror/gmirror.8 1.19 +10 -5 src/sbin/geom/class/raid3/geom_raid3.c 1.17 +10 -2 src/sbin/geom/class/raid3/graid3.8 1.92 +9 -1 src/sys/geom/mirror/g_mirror.c 1.24 +10 -4 src/sys/geom/mirror/g_mirror.h 1.18 +30 -2 src/sys/geom/mirror/g_mirror_ctl.c 1.80 +9 -1 src/sys/geom/raid3/g_raid3.c 1.19 +10 -4 src/sys/geom/raid3/g_raid3.h 1.21 +30 -3 src/sys/geom/raid3/g_raid3_ctl.c From owner-cvs-src@FreeBSD.ORG Wed Nov 1 23: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 B6BC016A403; Wed, 1 Nov 2006 23:34:30 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr7.xs4all.nl (smtp-vbr7.xs4all.nl [194.109.24.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F00643D49; Wed, 1 Nov 2006 23:34:29 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr7.xs4all.nl (8.13.8/8.13.8) with ESMTP id kA1NYMPg001447; Thu, 2 Nov 2006 00:34:28 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.8/8.13.3) with ESMTP id kA1NYNvm019465; Thu, 2 Nov 2006 00:34:23 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.8/8.13.6/Submit) id kA1NYNtJ019464; Thu, 2 Nov 2006 00:34:23 +0100 (CET) (envelope-from wb) Date: Thu, 2 Nov 2006 00:34:23 +0100 From: Wilko Bulte To: "Matthew D. Fuller" Message-ID: <20061101233423.GA19451@freebie.xs4all.nl> References: <200611011824.kA1IOD8K004436@repoman.freebsd.org> <20061101211854.GI17019@over-yonder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061101211854.GI17019@over-yonder.net> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, John Baldwin Subject: Re: cvs commit: src/sys/dev/em if_em.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 Nov 2006 23:34:30 -0000 On Wed, Nov 01, 2006 at 03:18:54PM -0600, Matthew D. Fuller wrote.. > On Wed, Nov 01, 2006 at 06:24:13PM +0000 I heard the voice of > John Baldwin, and lo! it spake thus: > > > > Log: > > Fix compile botch in the last panic botch fix. :( > > "Those responsible for sacking the people who have just been sacked, > have been sacked." 8-} fortune file fodder! -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Nov 1 23:40: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 DE06616A47E; Wed, 1 Nov 2006 23:40:47 +0000 (UTC) (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 7DCF343D5E; Wed, 1 Nov 2006 23:40:45 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1Nej2K077052; Wed, 1 Nov 2006 23:40:45 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1Nejim077051; Wed, 1 Nov 2006 23:40:45 GMT (envelope-from pjd) Message-Id: <200611012340.kA1Nejim077051@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 1 Nov 2006 23:40: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/sys statfs.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: Wed, 01 Nov 2006 23:40:48 -0000 pjd 2006-11-01 23:40:45 UTC FreeBSD src repository Modified files: lib/libc/sys statfs.2 Log: Document MNT_GJOURNAL option. Revision Changes Path 1.28 +4 -1 src/lib/libc/sys/statfs.2 From owner-cvs-src@FreeBSD.ORG Thu Nov 2 00:01: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 104C616A4B3; Thu, 2 Nov 2006 00:01:18 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E2A43D64; Thu, 2 Nov 2006 00:01:15 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA201F93080240; Thu, 2 Nov 2006 00:01:15 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA201Foq080239; Thu, 2 Nov 2006 00:01:15 GMT (envelope-from marius) Message-Id: <200611020001.kA201Foq080239@repoman.freebsd.org> From: Marius Strobl Date: Thu, 2 Nov 2006 00:01: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/conf files.sparc64 options.sparc64 src/sys/dev/uart uart_kbd_sun.c uart_kbd_sun.h src/sys/sparc64/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 Nov 2006 00:01:18 -0000 marius 2006-11-02 00:01:15 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 options.sparc64 sys/dev/uart uart_kbd_sun.c uart_kbd_sun.h sys/sparc64/conf NOTES Log: - In sunkbd_probe_keyboard() don't bother to determine the keyboard layout as we have no use for that info. Instead let this function return the keyboard ID and verify at its invocation in sunkbd_configure() that we're talking to a Sun type 4/5/6 keyboard, i.e. a keyboard supported by this driver. - Add an option SUNKBD_EMULATE_ATKBD whose code is based on the respective code in ukbd(4) and like UKBD_EMULATE_ATSCANCODE causes this driver to emit AT keyboard/KB_101 compatible scan codes in K_RAW mode as assumed by kbdmux(4). Unlike UKBD_EMULATE_ATSCANCODE, SUNKBD_EMULATE_ATKBD also triggers the use of AT keyboard maps and thus allows to use the map files in share/syscons/keymaps with this driver at the cost of an additional translation (in ukbd(4) this just is the way of operation). - Implement an option SUNKBD_DFLT_KEYMAP, which like the equivalent options of the other keyboard drivers allows to specify the default in-kernel keyboard map. For obvious reasons this made to only work when also using SUNKBD_EMULATE_ATKBD. - Implement sunkbd_check(), sunkbd_check_char() and sunkbd_clear_state(), which are also required for interoperability with kbdmux(4). - Implement K_CODE mode and FreeBSD keypad compose. - As a minor hack define KBD_DFLT_KEYMAP also in the !SUNKBD_EMULATE_ATKBD case so we can obtain fkey_tab from rather than having to duplicate it and #ifdef some more code. - Don't use the TX-buffer for writing the two command bytes for setting the keyboard LEDs as this consequently requires a hardware FIFO that is at least two bytes in depth, which the NMOS-variant of the Zilog SCCs doesn't have. Thus use an inlined version of uart_putc() to consecutively write the command bytes (a cleaner approach would be to do this via the soft interrupt handler but that variant wouldn't work while in ddb(4)). [1] - Fix some minor style(9) bugs. PR: 90316 [1] Reviewed by: marcel [1] Revision Changes Path 1.83 +5 -0 src/sys/conf/files.sparc64 1.14 +2 -0 src/sys/conf/options.sparc64 1.10 +379 -85 src/sys/dev/uart/uart_kbd_sun.c 1.3 +3 -0 src/sys/dev/uart/uart_kbd_sun.h 1.30 +10 -0 src/sys/sparc64/conf/NOTES From owner-cvs-src@FreeBSD.ORG Thu Nov 2 00:02: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 42F6D16A49E; Thu, 2 Nov 2006 00:02:35 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AABD43D67; Thu, 2 Nov 2006 00:02:22 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA202MDo080951; Thu, 2 Nov 2006 00:02:22 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA202Mql080949; Thu, 2 Nov 2006 00:02:22 GMT (envelope-from marcel) Message-Id: <200611020002.kA202Mql080949@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 2 Nov 2006 00:02: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/boot/common devopen.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 Nov 2006 00:02:35 -0000 marcel 2006-11-02 00:02:22 UTC FreeBSD src repository Modified files: sys/boot/common devopen.c Log: o Make sure to clear f->f_devdata if d_dev->dv_open() fails. It would otherwise cause devclose() to free() the memory again. o Refactor devopen() so that it's more readable. Revision Changes Path 1.5 +17 -12 src/sys/boot/common/devopen.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 00:05: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 4BF9616A403; Thu, 2 Nov 2006 00:05:16 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E577643D7D; Thu, 2 Nov 2006 00:05:15 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA205FtF082796; Thu, 2 Nov 2006 00:05:15 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA205Fbd082795; Thu, 2 Nov 2006 00:05:15 GMT (envelope-from marius) Message-Id: <200611020005.kA205Fbd082795@repoman.freebsd.org> From: Marius Strobl Date: Thu, 2 Nov 2006 00:05: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/dev/dc if_dc.c src/sys/pci if_sis.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 Nov 2006 00:05:16 -0000 marius 2006-11-02 00:05:15 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c sys/pci if_sis.c Log: Remove ; including both and violates style(9). Revision Changes Path 1.188 +0 -1 src/sys/dev/dc/if_dc.c 1.148 +0 -1 src/sys/pci/if_sis.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 00:26: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 E4C8516A416; Thu, 2 Nov 2006 00:26:46 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C821043D53; Thu, 2 Nov 2006 00:26:45 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA20QjQN086120; Thu, 2 Nov 2006 00:26:45 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA20Qj5K086119; Thu, 2 Nov 2006 00:26:45 GMT (envelope-from marcel) Message-Id: <200611020026.kA20Qj5K086119@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 2 Nov 2006 00:26: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/boot/common Makefile.inc src/sys/boot/i386/loader Makefile src/sys/boot/ia64/efi main.c src/sys/boot/ia64/ski main.c src/sys/boot/ofw/common main.c src/sys/boot/pc98/loader Makefile src/sys/boot/sparc64/loader main.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 Nov 2006 00:26:47 -0000 marcel 2006-11-02 00:26:45 UTC FreeBSD src repository Modified files: sys/boot/common Makefile.inc sys/boot/i386/loader Makefile sys/boot/ia64/efi main.c sys/boot/ia64/ski main.c sys/boot/ofw/common main.c sys/boot/pc98/loader Makefile sys/boot/sparc64/loader main.c Log: Don't unconditionally compile-in the bcache code. It's only used on i386/amd64 and pc98. Remove useless calls to bcache_init() from the ia64 and sparc64 loaders, as well as from the OFW common code. Revision Changes Path 1.23 +5 -1 src/sys/boot/common/Makefile.inc 1.84 +3 -0 src/sys/boot/i386/loader/Makefile 1.25 +0 -5 src/sys/boot/ia64/efi/main.c 1.7 +0 -5 src/sys/boot/ia64/ski/main.c 1.8 +0 -5 src/sys/boot/ofw/common/main.c 1.41 +2 -0 src/sys/boot/pc98/loader/Makefile 1.29 +0 -2 src/sys/boot/sparc64/loader/main.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 00:37: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 711D016A40F; Thu, 2 Nov 2006 00:37:44 +0000 (UTC) (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 9A41B43D77; Thu, 2 Nov 2006 00:37:40 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA20beRF087812; Thu, 2 Nov 2006 00:37:40 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA20beUe087811; Thu, 2 Nov 2006 00:37:40 GMT (envelope-from pjd) Message-Id: <200611020037.kA20beUe087811@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 2 Nov 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/geom/journal g_journal.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 Nov 2006 00:37:44 -0000 pjd 2006-11-02 00:37:40 UTC FreeBSD src repository Modified files: sys/geom/journal g_journal.c Log: Grr, fix one more build breakage. Revision Changes Path 1.6 +1 -0 src/sys/geom/journal/g_journal.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 00:39: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 08A5716A412; Thu, 2 Nov 2006 00:39:37 +0000 (UTC) (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 BA0D943D45; Thu, 2 Nov 2006 00:39:36 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA20da4w088070; Thu, 2 Nov 2006 00:39:36 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA20da8O088069; Thu, 2 Nov 2006 00:39:36 GMT (envelope-from thompsa) Message-Id: <200611020039.kA20da8O088069@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 2 Nov 2006 00:39: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/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: Thu, 02 Nov 2006 00:39:37 -0000 thompsa 2006-11-02 00:39:36 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: If the port is agreed or edge then allow it go go straight to forwarding rather than waiting another tick (1s) for the states to be checked again. Revision Changes Path 1.22 +8 -7 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 00: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 78D4716A407; Thu, 2 Nov 2006 00:54:39 +0000 (UTC) (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 C88D343D88; Thu, 2 Nov 2006 00:54:38 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA20scPp000326; Thu, 2 Nov 2006 00:54:38 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA20sc32000324; Thu, 2 Nov 2006 00:54:38 GMT (envelope-from mjacob) Message-Id: <200611020054.kA20sc32000324@repoman.freebsd.org> From: Matt Jacob Date: Thu, 2 Nov 2006 00:54: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/lib/libcam camlib.c src/sbin/camcontrol camcontrol.c src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_low.c src/sys/conf NOTES options src/sys/dev/aac aac_cam.c src/sys/dev/advansys advansys.c advlib.c adwcam.c src/sys/dev/aha ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 00:54:39 -0000 mjacob 2006-11-02 00:54:38 UTC FreeBSD src repository Modified files: lib/libcam camlib.c sbin/camcontrol camcontrol.c sys/cam cam_ccb.h cam_xpt.c sys/cam/scsi scsi_low.c sys/conf NOTES options sys/dev/aac aac_cam.c sys/dev/advansys advansys.c advlib.c adwcam.c sys/dev/aha aha.c sys/dev/ahb ahb.c sys/dev/aic aic.c sys/dev/aic7xxx aic79xx_osm.c aic79xx_osm.h aic7xxx_osm.c aic7xxx_osm.h sys/dev/amd amd.c sys/dev/amr amr_cam.c sys/dev/arcmsr arcmsr.c sys/dev/asr asr.c sys/dev/ata atapi-cam.c sys/dev/buslogic bt.c sys/dev/ciss ciss.c sys/dev/dpt dpt_scsi.c sys/dev/esp ncr53c9x.c sys/dev/firewire sbp.c sys/dev/iir iir.c sys/dev/isp isp_freebsd.c sys/dev/mly mly.c sys/dev/mpt mpt_cam.c sys/dev/sym sym_hipd.c sys/dev/trm trm.c sys/dev/twa tw_osl_cam.c sys/dev/usb umass.c sys/pci ncr.c Log: 2nd and final commit that moves us to CAM_NEW_TRAN_CODE as the default. Reviewed by multitudes. Revision Changes Path 1.16 +12 -4 src/lib/libcam/camlib.c 1.55 +143 -93 src/sbin/camcontrol/camcontrol.c 1.33 +0 -30 src/sys/cam/cam_ccb.h 1.166 +0 -333 src/sys/cam/cam_xpt.c 1.26 +0 -116 src/sys/cam/scsi/scsi_low.c 1.1396 +0 -2 src/sys/conf/NOTES 1.562 +0 -1 src/sys/conf/options 1.25 +0 -7 src/sys/dev/aac/aac_cam.c 1.32 +0 -106 src/sys/dev/advansys/advansys.c 1.26 +0 -7 src/sys/dev/advansys/advlib.c 1.24 +0 -185 src/sys/dev/advansys/adwcam.c 1.61 +0 -56 src/sys/dev/aha/aha.c 1.37 +0 -33 src/sys/dev/ahb/ahb.c 1.25 +0 -86 src/sys/dev/aic/aic.c 1.25 +0 -175 src/sys/dev/aic7xxx/aic79xx_osm.c 1.20 +0 -4 src/sys/dev/aic7xxx/aic79xx_osm.h 1.46 +0 -184 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.32 +0 -4 src/sys/dev/aic7xxx/aic7xxx_osm.h 1.32 +0 -136 src/sys/dev/amd/amd.c 1.20 +0 -20 src/sys/dev/amr/amr_cam.c 1.13 +0 -12 src/sys/dev/arcmsr/arcmsr.c 1.80 +0 -20 src/sys/dev/asr/asr.c 1.46 +0 -12 src/sys/dev/ata/atapi-cam.c 1.46 +0 -59 src/sys/dev/buslogic/bt.c 1.73 +0 -9 src/sys/dev/ciss/ciss.c 1.54 +0 -24 src/sys/dev/dpt/dpt_scsi.c 1.15 +0 -67 src/sys/dev/esp/ncr53c9x.c 1.84 +0 -8 src/sys/dev/firewire/sbp.c 1.17 +0 -21 src/sys/dev/iir/iir.c 1.125 +0 -138 src/sys/dev/isp/isp_freebsd.c 1.41 +0 -54 src/sys/dev/mly/mly.c 1.36 +0 -91 src/sys/dev/mpt/mpt_cam.c 1.60 +0 -116 src/sys/dev/sym/sym_hipd.c 1.29 +0 -139 src/sys/dev/trm/trm.c 1.8 +0 -7 src/sys/dev/twa/tw_osl_cam.c 1.140 +0 -9 src/sys/dev/usb/umass.c 1.192 +0 -143 src/sys/pci/ncr.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 01:23: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 AF14F16A503; Thu, 2 Nov 2006 01:23:19 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDA343D78; Thu, 2 Nov 2006 01:23:19 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA21NJ7c006580; Thu, 2 Nov 2006 01:23:19 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA21NJcG006579; Thu, 2 Nov 2006 01:23:19 GMT (envelope-from marcel) Message-Id: <200611020123.kA21NJcG006579@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 2 Nov 2006 01:23: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/boot/common bootstrap.h src/sys/boot/efi/libefi devicename.c efiboot.h efifs.c src/sys/boot/i386/libi386 bioscd.c biosdisk.c bootinfo32.c devicename.c libi386.h src/sys/boot/i386/loader main.c src/sys/boot/ia64/efi main.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 Nov 2006 01:23:19 -0000 marcel 2006-11-02 01:23:19 UTC FreeBSD src repository Modified files: sys/boot/common bootstrap.h sys/boot/efi/libefi devicename.c efiboot.h efifs.c sys/boot/i386/libi386 bioscd.c biosdisk.c bootinfo32.c devicename.c libi386.h sys/boot/i386/loader main.c sys/boot/ia64/efi main.c sys/boot/ia64/ski devicename.c libski.h main.c sys/boot/ofw/libofw libofw.h sys/boot/pc98/libpc98 bioscd.c biosdisk.c sys/boot/pc98/loader main.c Log: Extend struct devdesc with a unit field, called d_unit. Promote the device (kind) specific unit field to the common field. This change allows a future version of libefi to work without requiring anything more than what is defined in struct devdesc and as such makes it possible to compile said version of libefi for different platforms without requiring that those platforms have identical derivatives of struct devdesc. Revision Changes Path 1.43 +1 -0 src/sys/boot/common/bootstrap.h 1.4 +4 -4 src/sys/boot/efi/libefi/devicename.c 1.10 +1 -4 src/sys/boot/efi/libefi/efiboot.h 1.9 +1 -1 src/sys/boot/efi/libefi/efifs.c 1.9 +3 -3 src/sys/boot/i386/libi386/bioscd.c 1.48 +7 -7 src/sys/boot/i386/libi386/biosdisk.c 1.37 +2 -2 src/sys/boot/i386/libi386/bootinfo32.c 1.8 +5 -8 src/sys/boot/i386/libi386/devicename.c 1.27 +2 -7 src/sys/boot/i386/libi386/libi386.h 1.38 +4 -4 src/sys/boot/i386/loader/main.c 1.26 +2 -2 src/sys/boot/ia64/efi/main.c 1.4 +4 -4 src/sys/boot/ia64/ski/devicename.c 1.7 +1 -4 src/sys/boot/ia64/ski/libski.h 1.8 +1 -1 src/sys/boot/ia64/ski/main.c 1.12 +1 -0 src/sys/boot/ofw/libofw/libofw.h 1.2 +3 -3 src/sys/boot/pc98/libpc98/bioscd.c 1.34 +8 -8 src/sys/boot/pc98/libpc98/biosdisk.c 1.24 +4 -4 src/sys/boot/pc98/loader/main.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 02:42: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 B8B6C16A403; Thu, 2 Nov 2006 02:42:48 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8205743D49; Thu, 2 Nov 2006 02:42:48 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA22gm01021218; Thu, 2 Nov 2006 02:42:48 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA22gm01021216; Thu, 2 Nov 2006 02:42:48 GMT (envelope-from marcel) Message-Id: <200611020242.kA22gm01021216@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 2 Nov 2006 02:42: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/sys/boot/efi/include efi.h efi_nii.h efiapi.h eficon.h efidebug.h efidef.h efidevp.h efierr.h efifs.h efilib.h efinet.h efipart.h efiprot.h efipxebc.h efiser.h efistdarg.h src/sys/boot/efi/include/i386 efibind.h pe.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 Nov 2006 02:42:48 -0000 marcel 2006-11-02 02:42:48 UTC FreeBSD src repository Modified files: sys/boot/efi/include efi.h efi_nii.h efiapi.h eficon.h efidebug.h efidef.h efidevp.h efierr.h efifs.h efilib.h efinet.h efipart.h efiprot.h efipxebc.h efiser.h efistdarg.h sys/boot/efi/include/i386 efibind.h pe.h sys/boot/efi/include/ia64 efibind.h pe.h Log: Sync the EFI headers with version 1.10.14.62 of the Intel sample EFI implementation. This re-introduces C99 style comments that previously were replaced by original C comments. Revision Changes Path 1.4 +23 -10 src/sys/boot/efi/include/efi.h 1.3 +38 -34 src/sys/boot/efi/include/efi_nii.h 1.7 +350 -163 src/sys/boot/efi/include/efiapi.h 1.3 +37 -27 src/sys/boot/efi/include/eficon.h 1.3 +41 -28 src/sys/boot/efi/include/efidebug.h 1.3 +63 -53 src/sys/boot/efi/include/efidef.h 1.3 +53 -21 src/sys/boot/efi/include/efidevp.h 1.2 +9 -2 src/sys/boot/efi/include/efierr.h 1.3 +29 -22 src/sys/boot/efi/include/efifs.h 1.5 +6 -0 src/sys/boot/efi/include/efilib.h 1.3 +113 -26 src/sys/boot/efi/include/efinet.h 1.3 +13 -2 src/sys/boot/efi/include/efipart.h 1.4 +73 -66 src/sys/boot/efi/include/efiprot.h 1.3 +61 -48 src/sys/boot/efi/include/efipxebc.h 1.3 +27 -20 src/sys/boot/efi/include/efiser.h 1.2 +8 -1 src/sys/boot/efi/include/efistdarg.h 1.4 +104 -80 src/sys/boot/efi/include/i386/efibind.h 1.2 +39 -0 src/sys/boot/efi/include/i386/pe.h 1.7 +134 -49 src/sys/boot/efi/include/ia64/efibind.h 1.2 +39 -0 src/sys/boot/efi/include/ia64/pe.h From owner-cvs-src@FreeBSD.ORG Thu Nov 2 03:22: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 3A5A716A407; Thu, 2 Nov 2006 03:22:00 +0000 (UTC) (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 7208F43D69; Thu, 2 Nov 2006 03:21:37 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA23LWId028829; Thu, 2 Nov 2006 03:21:32 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA23LW0c028827; Thu, 2 Nov 2006 03:21:32 GMT (envelope-from mjacob) Message-Id: <200611020321.kA23LW0c028827@repoman.freebsd.org> From: Matt Jacob Date: Thu, 2 Nov 2006 03:21: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/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_sbus.c isp_stds.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.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 Nov 2006 03:22:00 -0000 mjacob 2006-11-02 03:21:32 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_library.h isp_pci.c isp_sbus.c isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h Added files: sys/dev/isp isp_stds.h Log: Add 4Gb (24XX) support and lay the foundation for a lot of new stuff. Revision Changes Path 1.128 +3077 -1855 src/sys/dev/isp/isp.c 1.126 +238 -237 src/sys/dev/isp/isp_freebsd.c 1.94 +84 -57 src/sys/dev/isp/isp_freebsd.h 1.6 +1847 -780 src/sys/dev/isp/isp_library.c 1.3 +72 -17 src/sys/dev/isp/isp_library.h 1.124 +458 -60 src/sys/dev/isp/isp_pci.c 1.23 +47 -56 src/sys/dev/isp/isp_sbus.c 1.1 +200 -0 src/sys/dev/isp/isp_stds.h (new) 1.40 +518 -74 src/sys/dev/isp/isp_target.c 1.28 +299 -57 src/sys/dev/isp/isp_target.h 1.16 +21 -5 src/sys/dev/isp/isp_tpublic.h 1.53 +489 -125 src/sys/dev/isp/ispmbox.h 1.27 +167 -24 src/sys/dev/isp/ispreg.h 1.78 +163 -78 src/sys/dev/isp/ispvar.h From owner-cvs-src@FreeBSD.ORG Thu Nov 2 03:23: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 2B6A416A47E; Thu, 2 Nov 2006 03:23:04 +0000 (UTC) (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 C567A43D46; Thu, 2 Nov 2006 03:23:03 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA23N3wm029190; Thu, 2 Nov 2006 03:23:03 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA23N3Vv029189; Thu, 2 Nov 2006 03:23:03 GMT (envelope-from mjacob) Message-Id: <200611020323.kA23N3Vv029189@repoman.freebsd.org> From: Matt Jacob Date: Thu, 2 Nov 2006 03:23:03 +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/ispfw asm_2300.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 Nov 2006 03:23:04 -0000 mjacob 2006-11-02 03:23:03 UTC FreeBSD src repository Modified files: sys/dev/ispfw asm_2300.h Log: Use 2K Login f/w. Revision Changes Path 1.10 +6344 -6120 src/sys/dev/ispfw/asm_2300.h From owner-cvs-src@FreeBSD.ORG Thu Nov 2 04:16: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 1870616A403; Thu, 2 Nov 2006 04:16:16 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A2F43D8A; Thu, 2 Nov 2006 04:16:15 +0000 (GMT) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA24GFnI041559; Thu, 2 Nov 2006 04:16:15 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA24GFPQ041558; Thu, 2 Nov 2006 04:16:15 GMT (envelope-from kientzle) Message-Id: <200611020416.kA24GFPQ041558@repoman.freebsd.org> From: Tim Kientzle Date: Thu, 2 Nov 2006 04:16: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/usr.bin/tar getdate.y X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 04:16:16 -0000 kientzle 2006-11-02 04:16:15 UTC FreeBSD src repository Modified files: usr.bin/tar getdate.y Log: Fix "1 day ago", "yesterday" and similar relative-time phrases when parsing dates. PR: bin/104934: bug in some date handling of bsdtar Reported by: Herve Boulouis MFC after: 3 days Revision Changes Path 1.7 +2 -2 src/usr.bin/tar/getdate.y From owner-cvs-src@FreeBSD.ORG Thu Nov 2 07:36: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 7055816A415; Thu, 2 Nov 2006 07:36:34 +0000 (UTC) (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 C939B43D5C; Thu, 2 Nov 2006 07:36:33 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA27aX5R084107; Thu, 2 Nov 2006 07:36:33 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA27aXC9084102; Thu, 2 Nov 2006 07:36:33 GMT (envelope-from maxim) Message-Id: <200611020736.kA27aXC9084102@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Nov 2006 07:36: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/rpc.ypxfrd rpc.ypxfrd.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: Thu, 02 Nov 2006 07:36:34 -0000 maxim 2006-11-02 07:36:33 UTC FreeBSD src repository Modified files: usr.sbin/rpc.ypxfrd rpc.ypxfrd.8 Log: o There is no securenets(5) man page, refer to ypserv(8). Obtained from: DragonFlyBSD MFC after: 1 week Revision Changes Path 1.17 +5 -2 src/usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 From owner-cvs-src@FreeBSD.ORG Thu Nov 2 08: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 BA7FA16A4A0; Thu, 2 Nov 2006 08:04:14 +0000 (UTC) (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 4E75743D55; Thu, 2 Nov 2006 08:04:14 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA284ESJ089663; Thu, 2 Nov 2006 08:04:14 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA284EmP089662; Thu, 2 Nov 2006 08:04:14 GMT (envelope-from thompsa) Message-Id: <200611020804.kA284EmP089662@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 2 Nov 2006 08:04: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/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: Thu, 02 Nov 2006 08:04:14 -0000 thompsa 2006-11-02 08:04:14 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Fix a resource leak when the mbuf pointer changes. CID: 1564, 1565 Found by: Coverity Prevent (tm) Revision Changes Path 1.23 +13 -15 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 08: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 8456716A403; Thu, 2 Nov 2006 08:44:20 +0000 (UTC) (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 4146B43D53; Thu, 2 Nov 2006 08:44:20 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA28iKbw096225; Thu, 2 Nov 2006 08:44:20 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA28iKM8096224; Thu, 2 Nov 2006 08:44:20 GMT (envelope-from thompsa) Message-Id: <200611020844.kA28iKM8096224@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 2 Nov 2006 08: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/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: Thu, 02 Nov 2006 08:44:20 -0000 thompsa 2006-11-02 08:44:19 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Do not test all the conditions if the port is already forwarding. Also print a debug message if the port is agreed as it is an important condition of the protocol. Revision Changes Path 1.24 +7 -3 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 09:01: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 7D34F16A415; Thu, 2 Nov 2006 09:01:35 +0000 (UTC) (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 30A9F43D64; Thu, 2 Nov 2006 09:01:35 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA291ZWZ006654; Thu, 2 Nov 2006 09:01:35 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA291ZRe006647; Thu, 2 Nov 2006 09:01:35 GMT (envelope-from pjd) Message-Id: <200611020901.kA291ZRe006647@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 2 Nov 2006 09:01: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/geom/eli g_eli.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 Nov 2006 09:01:35 -0000 pjd 2006-11-02 09:01:34 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli.c Log: I want CPU number here. Noticed by: ru Revision Changes Path 1.33 +1 -1 src/sys/geom/eli/g_eli.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 09:14: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 5E90E16A407; Thu, 2 Nov 2006 09:14:19 +0000 (UTC) (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 1A48A43D67; Thu, 2 Nov 2006 09:14:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA29EI3n010480; Thu, 2 Nov 2006 09:14:18 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA29EIVF010479; Thu, 2 Nov 2006 09:14:18 GMT (envelope-from pjd) Message-Id: <200611020914.kA29EIVF010479@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 2 Nov 2006 09:14: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/geom/journal g_journal.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 Nov 2006 09:14:19 -0000 pjd 2006-11-02 09:14:18 UTC FreeBSD src repository Modified files: sys/geom/journal g_journal.c Log: - Use g_duplicate_bio() instead of g_clone_bio(), so there memory is allocated with M_WAITOK flag. - Check 'buf' instead of 'error' so Prevent is not confused. CID: 1562, 1563 Found by: Coverity Prevent analysis tool Revision Changes Path 1.7 +3 -5 src/sys/geom/journal/g_journal.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 09:21: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 20EF516A412; Thu, 2 Nov 2006 09:21:58 +0000 (UTC) (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 C2A8543D49; Thu, 2 Nov 2006 09:21:57 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA29Lvdm011487; Thu, 2 Nov 2006 09:21:57 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA29LvSo011486; Thu, 2 Nov 2006 09:21:57 GMT (envelope-from jkoshy) Message-Id: <200611020921.kA29LvSo011486@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 2 Nov 2006 09:21: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/man5 elf.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 Nov 2006 09:21:58 -0000 jkoshy 2006-11-02 09:21:57 UTC FreeBSD src repository Modified files: share/man/man5 elf.5 Log: Document Elf{32,64}_Lword. Keep the list of ELF types sorted. Describe the contents of the 'e_shnum' and 'e_shstrndx' fields when using extended section numbering. Revision Changes Path 1.34 +23 -9 src/share/man/man5/elf.5 From owner-cvs-src@FreeBSD.ORG Thu Nov 2 10:44: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 5833F16A494; Thu, 2 Nov 2006 10:44:03 +0000 (UTC) (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 B1C0143D66; Thu, 2 Nov 2006 10:44:02 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2Ai2Pt025881; Thu, 2 Nov 2006 10:44:02 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2Ai2vh025880; Thu, 2 Nov 2006 10:44:02 GMT (envelope-from ceri) Message-Id: <200611021044.kA2Ai2vh025880@repoman.freebsd.org> From: Ceri Davies Date: Thu, 2 Nov 2006 10:44:02 +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/mirror gmirror.8 src/sbin/geom/class/raid3 graid3.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: Thu, 02 Nov 2006 10:44:03 -0000 ceri 2006-11-02 10:44:02 UTC FreeBSD src repository Modified files: sbin/geom/class/mirror gmirror.8 sbin/geom/class/raid3 graid3.8 Log: Bump .Dd for -f|-F. Revision Changes Path 1.22 +1 -1 src/sbin/geom/class/mirror/gmirror.8 1.18 +1 -1 src/sbin/geom/class/raid3/graid3.8 From owner-cvs-src@FreeBSD.ORG Thu Nov 2 11: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 879A116A403; Thu, 2 Nov 2006 11:47:39 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4545D43D64; Thu, 2 Nov 2006 11:47:39 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2Bld16036267; Thu, 2 Nov 2006 11:47:39 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2Bld9Q036266; Thu, 2 Nov 2006 11:47:39 GMT (envelope-from kib) Message-Id: <200611021147.kA2Bld9Q036266@repoman.freebsd.org> From: Konstantin Belousov Date: Thu, 2 Nov 2006 11: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/ddb db_command.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 Nov 2006 11:47:39 -0000 kib 2006-11-02 11:47:38 UTC FreeBSD src repository Modified files: sys/ddb db_command.c Log: On trap while inside ddb, the trap handler calls kdb_reenter(), that longjmp to the default context. As result, "alltrace" command may be prematurely terminated (without error message). This is happens, for instance, when system is low on memory and referenced page in kernel-mode thread stack is swapped out. Protect "alltrace" against termination on trap by setting temporary kdb_jmpbuf context. Submitted by: Peter Holm Revision Changes Path 1.72 +14 -6 src/sys/ddb/db_command.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 14:10: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 BD00E16A505; Thu, 2 Nov 2006 14:10:57 +0000 (UTC) (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 1F29F43D49; Thu, 2 Nov 2006 14:10:57 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2EAu2b070366; Thu, 2 Nov 2006 14:10:57 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2EAuVB070364; Thu, 2 Nov 2006 14:10:56 GMT (envelope-from ru) Message-Id: <200611021410.kA2EAuVB070364@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 2 Nov 2006 14:10: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/lib/libc/sys getpid.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: Thu, 02 Nov 2006 14:10:57 -0000 ru 2006-11-02 14:10:56 UTC FreeBSD src repository Modified files: lib/libc/sys getpid.2 Log: Replace the SEE ALSO xrefs with a more reasonable set stolen from POSIX. Revision Changes Path 1.15 +7 -2 src/lib/libc/sys/getpid.2 From owner-cvs-src@FreeBSD.ORG Thu Nov 2 14:58: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 C448316A4A0; Thu, 2 Nov 2006 14:58:21 +0000 (UTC) (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 5F82543DD5; Thu, 2 Nov 2006 14:57:47 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2EvMeV078049; Thu, 2 Nov 2006 14:57:22 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2EvMSG078048; Thu, 2 Nov 2006 14:57:22 GMT (envelope-from maxim) Message-Id: <200611021457.kA2EvMSG078048@repoman.freebsd.org> From: Maxim Konovalov Date: Thu, 2 Nov 2006 14:57: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/sys/dev/ips ips.c ips.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 Nov 2006 14:58:22 -0000 maxim 2006-11-02 14:57:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ips ips.c ips.h Log: MFC Adaptec ServeRAID 7x IDs. Approved by: re (kensmith) Revision Changes Path 1.17.2.1 +4 -1 src/sys/dev/ips/ips.c 1.14.2.1 +4 -1 src/sys/dev/ips/ips.h From owner-cvs-src@FreeBSD.ORG Thu Nov 2 16:24: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 519E716A416; Thu, 2 Nov 2006 16:24:26 +0000 (UTC) (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 315E343D8C; Thu, 2 Nov 2006 16:24:19 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2GOJq4094410; Thu, 2 Nov 2006 16:24:19 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2GOJ6E094409; Thu, 2 Nov 2006 16:24:19 GMT (envelope-from pjd) Message-Id: <200611021624.kA2GOJ6E094409@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 2 Nov 2006 16:24: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/geom/journal g_journal.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 Nov 2006 16:24:26 -0000 pjd 2006-11-02 16:24:18 UTC FreeBSD src repository Modified files: sys/geom/journal g_journal.c Log: Fix ia64 build breakage. Revision Changes Path 1.8 +2 -0 src/sys/geom/journal/g_journal.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 16:53: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 C0C6E16A4C9; Thu, 2 Nov 2006 16:53:48 +0000 (UTC) (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 405CE43D93; Thu, 2 Nov 2006 16:53:35 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2GrRpv008046; Thu, 2 Nov 2006 16:53:27 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2GrRWx008044; Thu, 2 Nov 2006 16:53:27 GMT (envelope-from andre) Message-Id: <200611021653.kA2GrRWx008044@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 2 Nov 2006 16:53: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 uipc_syscalls.c src/sys/sys libkern.h socket.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 Nov 2006 16:53:49 -0000 andre 2006-11-02 16:53:26 UTC FreeBSD src repository Modified files: sys/kern uipc_syscalls.c sys/sys libkern.h socket.h Log: Rewrite kern_sendfile() to work in two loops, the inner which turns as many VM pages into mbufs as it can -- up to the free send socket buffer space. The outer loop then drops the whole mbuf chain into the send socket buffer, calls tcp_output() on it and then waits until 50% of the socket buffer are free again to repeat the cycle. This way tcp_output() gets the full amount of data to work with and can issue up to 64K sends for TSO to chop up in the network adapter without using any CPU cycles. Thus it gets very efficient especially with the readahead the VM and I/O system do. The previous sendfile(2) code simply looped over the file, turned each 4K page into an mbuf and sent it off. This had the effect that TSO could only generate 2 packets per send instead of up to 44 at its maximum of 64K. Add experimental SF_MNOWAIT flag to sendfile(2) to return ENOMEM instead of sleeping on mbuf allocation failures. Benchmarking shows significant improvements (95% confidence): 45% less cpu (or 1.81 times better) with new sendfile vs. old sendfile (non-TSO) 83% less cpu (or 5.7 times better) with new sendfile vs. old sendfile (TSO) (Sender AMD Opteron 852 (2.6GHz) with em(4) PCI-X-133 interface and receiver DELL Poweredge SC1425 P-IV Xeon 3.2GHz with em(4) LOM connected back to back at 1000Base-TX full duplex.) Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 month Revision Changes Path 1.240 +280 -242 src/sys/kern/uipc_syscalls.c 1.55 +2 -0 src/sys/sys/libkern.h 1.91 +2 -1 src/sys/sys/socket.h From owner-cvs-src@FreeBSD.ORG Thu Nov 2 17:24: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 64DC516A47E for ; Thu, 2 Nov 2006 17:24:08 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D62743D5D for ; Thu, 2 Nov 2006 17:24:06 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so162649uge for ; Thu, 02 Nov 2006 09:24:05 -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=jQHhN2ntcpuP23hO/QMNzjlHvbdwj51vYLX7shpbmkR2jWp8kkPUuHsh+7/d2KKzcqCRY02qMiHTdjLDKn5urJiEs3jrWO/SJXs99KbBpxYW1LSmzHhGcHUUtYSt5vkwKXySx/y0+rIPqOy7Dctg2dQbWDyTw6nFX+CXHslkFHU= Received: by 10.78.157.8 with SMTP id f8mr1027659hue.1162488244675; Thu, 02 Nov 2006 09:24:04 -0800 (PST) Received: by 10.78.173.13 with HTTP; Thu, 2 Nov 2006 09:24:04 -0800 (PST) Message-ID: <70e8236f0611020924o1f505adcna14deec82f1a5f44@mail.gmail.com> Date: Thu, 2 Nov 2006 17:24:04 +0000 From: "Joao Barros" To: "Andre Oppermann" In-Reply-To: <200611021653.kA2GrRWx008044@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611021653.kA2GrRWx008044@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern uipc_syscalls.c src/sys/sys libkern.h socket.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 Nov 2006 17:24:08 -0000 On 11/2/06, Andre Oppermann wrote: > andre 2006-11-02 16:53:26 UTC > > Benchmarking shows significant improvements (95% confidence): > 45% less cpu (or 1.81 times better) with new sendfile vs. old sendfile (non-TSO) > 83% less cpu (or 5.7 times better) with new sendfile vs. old sendfile (TSO) > Impressive numbers! :-) -- Joao Barros From owner-cvs-src@FreeBSD.ORG Thu Nov 2 17:28: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 3BA0016A407; Thu, 2 Nov 2006 17:28:42 +0000 (UTC) (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 D41EE43D79; Thu, 2 Nov 2006 17:28:38 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2HSchV015353; Thu, 2 Nov 2006 17:28:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2HScwU015352; Thu, 2 Nov 2006 17:28:38 GMT (envelope-from ru) Message-Id: <200611021728.kA2HScwU015352@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 2 Nov 2006 17:28: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/boot/common load_elf.c src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/libi386 elf32_freebsd.c src/sys/boot/pc98/boot2 boot.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 Nov 2006 17:28:42 -0000 ru 2006-11-02 17:28:38 UTC FreeBSD src repository Modified files: sys/boot/common load_elf.c sys/boot/i386/boot2 boot2.c sys/boot/i386/libi386 elf32_freebsd.c sys/boot/pc98/boot2 boot.c Log: Revert the last change. Masking only 2 MSBs of the virtual address to get the physical address doesn't work for all values of KVA_PAGES, while masking 8 MSBs works for all values of KVA_PAGES that are multiple of 4 for non-PAE and 8 for PAE. (This leaves us limited with 12MB for non-PAE kernels and 14MB for PAE kernels.) To get things right, we'd need to subtract the KERNBASE from the virtual address (but KERNBASE is not easy to figure out from here), or have physical addresses set properly in the ELF headers. Discussed with: jhb Revision Changes Path 1.36 +1 -1 src/sys/boot/common/load_elf.c 1.83 +3 -3 src/sys/boot/i386/boot2/boot2.c 1.17 +1 -1 src/sys/boot/i386/libi386/elf32_freebsd.c 1.16 +2 -2 src/sys/boot/pc98/boot2/boot.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 17: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 75EB616A4DF; Thu, 2 Nov 2006 17:37:22 +0000 (UTC) (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 4367443D66; Thu, 2 Nov 2006 17:37:22 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2HbMCN017045; Thu, 2 Nov 2006 17:37:22 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2HbMxY017044; Thu, 2 Nov 2006 17:37:22 GMT (envelope-from andre) Message-Id: <200611021737.kA2HbMxY017044@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 2 Nov 2006 17:37: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/kern uipc_mbuf.c uipc_syscalls.c src/sys/net if_tap.c if_tun.c ppp_tty.c src/sys/netgraph ng_device.c src/sys/sys mbuf.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 Nov 2006 17:37:22 -0000 andre 2006-11-02 17:37:22 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c uipc_syscalls.c sys/net if_tap.c if_tun.c ppp_tty.c sys/netgraph ng_device.c sys/sys mbuf.h Log: Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized mbuf clusters. Add a flags parameter to accept M_PKTHDR and M_EOR mbuf chain flags. Provide compatibility macro for m_getm() calling m_getm2() with M_PKTHDR set. Rewrite m_uiotombuf() to use m_getm2() for mbuf allocation and do the uiomove() in a tight loop over the mbuf chain. Add a flags parameter to accept mbuf flags to be passed to m_getm2(). Adjust all callers for the extra parameter. Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 month Revision Changes Path 1.169 +90 -87 src/sys/kern/uipc_mbuf.c 1.241 +1 -3 src/sys/kern/uipc_syscalls.c 1.64 +2 -1 src/sys/net/if_tap.c 1.160 +1 -1 src/sys/net/if_tun.c 1.70 +1 -1 src/sys/net/ppp_tty.c 1.22 +1 -1 src/sys/netgraph/ng_device.c 1.198 +4 -2 src/sys/sys/mbuf.h From owner-cvs-src@FreeBSD.ORG Thu Nov 2 17: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 D61EB16A4A7; Thu, 2 Nov 2006 17:45:29 +0000 (UTC) (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 1319343D5E; Thu, 2 Nov 2006 17:45:29 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2HjSKJ018732; Thu, 2 Nov 2006 17:45:28 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2HjSZC018731; Thu, 2 Nov 2006 17:45:28 GMT (envelope-from andre) Message-Id: <200611021745.kA2HjSZC018731@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 2 Nov 2006 17:45: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 uipc_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 Nov 2006 17:45:29 -0000 andre 2006-11-02 17:45:28 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Use the improved m_uiotombuf() function instead of home grown sosend_copyin() to do the userland to kernel copying in sosend_generic() and sosend_dgram(). sosend_copyin() is retained for ZERO_COPY_SOCKETS which are not yet supported by m_uiotombuf(). Benchmaring shows significant improvements (95% confidence): 66% less cpu (or 2.9 times better) with new sosend vs. old sosend (non-TSO) 65% less cpu (or 2.8 times better) with new sosend vs. old sosend (TSO) (Sender AMD Opteron 852 (2.6GHz) with em(4) PCI-X-133 interface and receiver DELL Poweredge SC1425 P-IV Xeon 3.2GHz with em(4) LOM connected back to back at 1000Base-TX full duplex.) Sponsored by: TCP/IP Optimization Fundraise 2005 MFC after: 3 month Revision Changes Path 1.285 +29 -1 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 17:52: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 1A24616A492; Thu, 2 Nov 2006 17:52:44 +0000 (UTC) (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 C595443D4C; Thu, 2 Nov 2006 17:52:43 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2HqhTA019823; Thu, 2 Nov 2006 17:52:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2Hqh4A019822; Thu, 2 Nov 2006 17:52:43 GMT (envelope-from ru) Message-Id: <200611021752.kA2Hqh4A019822@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 2 Nov 2006 17:52: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/boot/common load_elf.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 Nov 2006 17:52:44 -0000 ru 2006-11-02 17:52:43 UTC FreeBSD src repository Modified files: sys/boot/common load_elf.c Log: Unbreak compile with ELF_VERBOSE defined, and fix format warnings. Revision Changes Path 1.37 +4 -3 src/sys/boot/common/load_elf.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 18:58: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 8C26A16A412; Thu, 2 Nov 2006 18:58:19 +0000 (UTC) (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 F2BC943D98; Thu, 2 Nov 2006 18:57:29 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2Iv933031063; Thu, 2 Nov 2006 18:57:09 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2Iv9DN031062; Thu, 2 Nov 2006 18:57:09 GMT (envelope-from emax) Message-Id: <200611021857.kA2Iv9DN031062@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 2 Nov 2006 18:57: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/bluetooth/bthidd client.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 Nov 2006 18:58:19 -0000 emax 2006-11-02 18:57:09 UTC FreeBSD src repository Modified files: usr.sbin/bluetooth/bthidd client.c Log: Properly htole16() PSM in sockaddr_l2cap MFC after: 3 days Revision Changes Path 1.6 +3 -3 src/usr.sbin/bluetooth/bthidd/client.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 19:13: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 4AAE816A526; Thu, 2 Nov 2006 19:13:05 +0000 (UTC) (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 E1B9D43DDE; Thu, 2 Nov 2006 19:10:10 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2JA645034181; Thu, 2 Nov 2006 19:10:06 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2JA6Yi034180; Thu, 2 Nov 2006 19:10:06 GMT (envelope-from ceri) Message-Id: <200611021910.kA2JA6Yi034180@repoman.freebsd.org> From: Ceri Davies Date: Thu, 2 Nov 2006 19:10: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/bin/cp cp.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: Thu, 02 Nov 2006 19:13:05 -0000 ceri 2006-11-02 19:10:05 UTC FreeBSD src repository Modified files: bin/cp cp.1 Log: Fix typo. Revision Changes Path 1.39 +1 -1 src/bin/cp/cp.1 From owner-cvs-src@FreeBSD.ORG Thu Nov 2 19:50: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 3B1ED16A4FB; Thu, 2 Nov 2006 19:50:39 +0000 (UTC) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A27243DF0; Thu, 2 Nov 2006 19:48:18 +0000 (GMT) (envelope-from mohans@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2JmHGA040415; Thu, 2 Nov 2006 19:48:17 GMT (envelope-from mohans@repoman.freebsd.org) Received: (from mohans@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2JmHvI040414; Thu, 2 Nov 2006 19:48:17 GMT (envelope-from mohans) Message-Id: <200611021948.kA2JmHvI040414@repoman.freebsd.org> From: Mohan Srinivasan Date: Thu, 2 Nov 2006 19:48:17 +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_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 Nov 2006 19:50:39 -0000 mohans 2006-11-02 19:48:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_socket.c Log: MFC: Make EWOULDBLOCK a recoverable error so that the request is retransmitted. This bug results in data corruption. Writes are silently dropped on EWOULDBLOCK (caused because socket send buffer is full and sockbuf timer fires - with NFS/TCP). Reviewed by: ups@ Approved by: re Revision Changes Path 1.125.2.12 +2 -2 src/sys/nfsclient/nfs_socket.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 19:55: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 DEABB16A543; Thu, 2 Nov 2006 19:55:24 +0000 (UTC) (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 09E2043E4A; Thu, 2 Nov 2006 19:54:09 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2Jrw3V041822; Thu, 2 Nov 2006 19:53:58 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2JrwAJ041821; Thu, 2 Nov 2006 19:53:58 GMT (envelope-from rwatson) Message-Id: <200611021953.kA2JrwAJ041821@repoman.freebsd.org> From: Robert Watson Date: Thu, 2 Nov 2006 19:53: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/usr.bin/vmstat vmstat.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: Thu, 02 Nov 2006 19:55:25 -0000 rwatson 2006-11-02 19:53:57 UTC FreeBSD src repository Modified files: usr.bin/vmstat vmstat.8 Log: Cross-reference libmemstat(3), malloc(9), uma(9). Revision Changes Path 1.36 +10 -4 src/usr.bin/vmstat/vmstat.8 From owner-cvs-src@FreeBSD.ORG Thu Nov 2 20:43: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 6B3A216A47C; Thu, 2 Nov 2006 20:43:24 +0000 (UTC) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F19B443D6D; Thu, 2 Nov 2006 20:43:20 +0000 (GMT) (envelope-from n_hibma@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2KhKBB051449; Thu, 2 Nov 2006 20:43:20 GMT (envelope-from n_hibma@repoman.freebsd.org) Received: (from n_hibma@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2KhK1x051446; Thu, 2 Nov 2006 20:43:20 GMT (envelope-from n_hibma) Message-Id: <200611022043.kA2KhK1x051446@repoman.freebsd.org> From: Nick Hibma Date: Thu, 2 Nov 2006 20:43: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/tools/tools/nanobsd nanobsd.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 20:43:24 -0000 n_hibma 2006-11-02 20:43:20 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: Only use the filename part of the kernel configuration file as an argument to KERNCONF after the file has been copied to the sys/${ARCH}/conf directory. This allows the use of one kernel config file for multiple images. E.g.: NANO_KERNEL=../../../../software/nanobsd/default/SOEKRIS MFC: after 6.2 Revision Changes Path 1.22 +1 -1 src/tools/tools/nanobsd/nanobsd.sh From owner-cvs-src@FreeBSD.ORG Thu Nov 2 21:12: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 7038B16A40F; Thu, 2 Nov 2006 21:12:38 +0000 (UTC) (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 2DBF543D4C; Thu, 2 Nov 2006 21:12:38 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2LCcA3067725; Thu, 2 Nov 2006 21:12:38 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2LCc6P067724; Thu, 2 Nov 2006 21:12:38 GMT (envelope-from mjacob) Message-Id: <200611022112.kA2LCc6P067724@repoman.freebsd.org> From: Matt Jacob Date: Thu, 2 Nov 2006 21:12: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/cam/scsi scsi_da.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 Nov 2006 21:12:38 -0000 mjacob 2006-11-02 21:12:37 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Add a tunable that allows one to turn off the automatic sending of the ORDERED tag. This recoups significant performance gains for many arrays. The default is still to send out the ORDERED tag periodically. Reviewed by: scsi (justin+timeout) Revision Changes Path 1.196 +26 -16 src/sys/cam/scsi/scsi_da.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 23:18: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 6D7E116A416; Thu, 2 Nov 2006 23:18:29 +0000 (UTC) (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 A77D543D6B; Thu, 2 Nov 2006 23:18:25 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2NIPi1089571; Thu, 2 Nov 2006 23:18:25 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2NIPN1089570; Thu, 2 Nov 2006 23:18:25 GMT (envelope-from mjacob) Message-Id: <200611022318.kA2NIPN1089570@repoman.freebsd.org> From: Matt Jacob Date: Thu, 2 Nov 2006 23:18: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/dev/mpt mpt_raid.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 Nov 2006 23:18:29 -0000 mjacob 2006-11-02 23:18:25 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_raid.c Log: add some missing MPT<>CAM and CAM<>MPT bogolocks Revision Changes Path 1.12 +3 -0 src/sys/dev/mpt/mpt_raid.c From owner-cvs-src@FreeBSD.ORG Thu Nov 2 23: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 74DB816A4C2; Thu, 2 Nov 2006 23:19:08 +0000 (UTC) (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 6E11243D79; Thu, 2 Nov 2006 23:19:00 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA2NJ0hC089612; Thu, 2 Nov 2006 23:19:00 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA2NJ0BO089611; Thu, 2 Nov 2006 23:19:00 GMT (envelope-from mjacob) Message-Id: <200611022319.kA2NJ0BO089611@repoman.freebsd.org> From: Matt Jacob Date: Thu, 2 Nov 2006 23:19: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/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: Thu, 02 Nov 2006 23:19:08 -0000 mjacob 2006-11-02 23:19:00 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt_cam.c Log: Fix some negotiation issues (like not being able to negotiate async) Revision Changes Path 1.37 +36 -6 src/sys/dev/mpt/mpt_cam.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 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 2504B16A415; Fri, 3 Nov 2006 03:34:06 +0000 (UTC) (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 6240543D53; Fri, 3 Nov 2006 03:34:05 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA33Y5vE058816; Fri, 3 Nov 2006 03:34:05 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA33Y5oj058815; Fri, 3 Nov 2006 03:34:05 GMT (envelope-from thompsa) Message-Id: <200611030334.kA33Y5oj058815@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 3 Nov 2006 03:34: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/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 Nov 2006 03:34:06 -0000 thompsa 2006-11-03 03:34:05 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Defer sending the bpdu from bstp_update_info as all code paths will test this flag anyway. Revision Changes Path 1.25 +1 -1 src/sys/net/bridgestp.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 04:04: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 BC31E16A403; Fri, 3 Nov 2006 04:04:19 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78CEE43D58; Fri, 3 Nov 2006 04:04:19 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA344JRg066435; Fri, 3 Nov 2006 04:04:19 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA344J6i066432; Fri, 3 Nov 2006 04:04:19 GMT (envelope-from marcel) Message-Id: <200611030404.kA344J6i066432@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 3 Nov 2006 04:04: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/boot/ia64/ski acpi_stub.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 Nov 2006 04:04:19 -0000 marcel 2006-11-03 04:04:19 UTC FreeBSD src repository Modified files: sys/boot/ia64/ski acpi_stub.c Log: Properly calculate the checksum of the APIC table. Revision Changes Path 1.7 +2 -1 src/sys/boot/ia64/ski/acpi_stub.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 04:06: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 7892D16A403; Fri, 3 Nov 2006 04:06:18 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11AED43D5A; Fri, 3 Nov 2006 04:06:18 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA346HkL066679; Fri, 3 Nov 2006 04:06:17 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA346HbZ066678; Fri, 3 Nov 2006 04:06:17 GMT (envelope-from marcel) Message-Id: <200611030406.kA346HbZ066678@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 3 Nov 2006 04:06: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/ia64/ia64 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: Fri, 03 Nov 2006 04:06:18 -0000 marcel 2006-11-03 04:06:17 UTC FreeBSD src repository Modified files: sys/ia64/ia64 machdep.c Log: Make sure kern_envp is never NULL. If we don't get a pointer to the environment from the loader, use the static environment. Revision Changes Path 1.210 +4 -3 src/sys/ia64/ia64/machdep.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 04:19: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 A6AD116A403; Fri, 3 Nov 2006 04:19:31 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6595743D5C; Fri, 3 Nov 2006 04:19:31 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA34JVl0069203; Fri, 3 Nov 2006 04:19:31 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA34JVDC069202; Fri, 3 Nov 2006 04:19:31 GMT (envelope-from marcel) Message-Id: <200611030419.kA34JVDC069202@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 3 Nov 2006 04:19: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/boot/efi/libefi libefi.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 Nov 2006 04:19:31 -0000 marcel 2006-11-03 04:19:31 UTC FreeBSD src repository Modified files: sys/boot/efi/libefi libefi.c Log: Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is always 64-bit, even when sizeof(void *) is 32-bit. Revision Changes Path 1.7 +1 -1 src/sys/boot/efi/libefi/libefi.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 04:57: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 EB82316A407; Fri, 3 Nov 2006 04:57:23 +0000 (UTC) (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 AA47243D45; Fri, 3 Nov 2006 04:57:23 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA34vNTK085638; Fri, 3 Nov 2006 04:57:23 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA34vNWR085637; Fri, 3 Nov 2006 04:57:23 GMT (envelope-from scottl) Message-Id: <200611030457.kA34vNWR085637@repoman.freebsd.org> From: Scott Long Date: Fri, 3 Nov 2006 04:57: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/aac aac_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: Fri, 03 Nov 2006 04:57:24 -0000 scottl 2006-11-03 04:57:23 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Add PCI Id for ServeRAID 8k. Submitted by: Danny Braniss Revision Changes Path 1.60 +2 -0 src/sys/dev/aac/aac_pci.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 05:38: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 1E75C16A412; Fri, 3 Nov 2006 05:38:19 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp1.yandex.ru (smtp1.yandex.ru [213.180.223.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA2C43D55; Fri, 3 Nov 2006 05:38:17 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([81.18.142.225]:51725 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S2078243AbWKCFiJ (ORCPT + 1 other); Fri, 3 Nov 2006 08:38:09 +0300 X-Comment: RFC 2476 MSA function at smtp1.yandex.ru logged sender identity as: bu7cher Message-ID: <454AD56F.6080609@yandex.ru> Date: Fri, 03 Nov 2006 08:36:47 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Scott Long References: <200611030457.kA34vNWR085637@repoman.freebsd.org> In-Reply-To: <200611030457.kA34vNWR085637@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac_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: Fri, 03 Nov 2006 05:38:19 -0000 Scott Long wrote: > scottl 2006-11-03 04:57:23 UTC > > FreeBSD src repository > > Modified files: > sys/dev/aac aac_pci.c > Log: > Add PCI Id for ServeRAID 8k. > > Submitted by: Danny Braniss Hi, Scott Please, can you take a PR/103615? http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/103615 -- WBR, Andrey V. Elsukov From owner-cvs-src@FreeBSD.ORG Fri Nov 3 05:42: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 05D8916A40F; Fri, 3 Nov 2006 05:42:17 +0000 (UTC) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D9B43D5D; Fri, 3 Nov 2006 05:42:16 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA35gGOh094406; Fri, 3 Nov 2006 05:42:16 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA35gGIl094405; Fri, 3 Nov 2006 05:42:16 GMT (envelope-from njl) Message-Id: <200611030542.kA35gGIl094405@repoman.freebsd.org> From: Nate Lawson Date: Fri, 3 Nov 2006 05:42: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/cam/scsi scsi_all.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 Nov 2006 05:42:17 -0000 njl 2006-11-03 05:42:15 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_all.h Log: Remove extra whitespace Revision Changes Path 1.27 +0 -1 src/sys/cam/scsi/scsi_all.h From owner-cvs-src@FreeBSD.ORG Fri Nov 3 06:23: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 51AAB16A407; Fri, 3 Nov 2006 06:23:55 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 240B543D67; Fri, 3 Nov 2006 06:23:54 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA36Ns03004744; Fri, 3 Nov 2006 06:23:54 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA36NrKG004743; Fri, 3 Nov 2006 06:23:53 GMT (envelope-from jb) Message-Id: <200611030623.kA36NrKG004743@repoman.freebsd.org> From: John Birrell Date: Fri, 3 Nov 2006 06:23: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/kern tty_cons.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 Nov 2006 06:23:55 -0000 jb 2006-11-03 06:23:53 UTC FreeBSD src repository Modified files: sys/kern tty_cons.c Log: Always init the console before trying to cnadd it to avoid the case where the console name isn't set and cnadd wants to use printf to complain about it. Revision Changes Path 1.137 +2 -2 src/sys/kern/tty_cons.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 06:31: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 7DED416A407; Fri, 3 Nov 2006 06:31:57 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3CA243D4C; Fri, 3 Nov 2006 06:31:56 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA36Vuj2005787; Fri, 3 Nov 2006 06:31:56 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA36VuW3005785; Fri, 3 Nov 2006 06:31:56 GMT (envelope-from jb) Message-Id: <200611030631.kA36VuW3005785@repoman.freebsd.org> From: John Birrell Date: Fri, 3 Nov 2006 06:31: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/sun4v/include hypervisor_api.h src/sys/sun4v/sun4v hvcons.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 Nov 2006 06:31:57 -0000 jb 2006-11-03 06:31:56 UTC FreeBSD src repository Modified files: sys/sun4v/include hypervisor_api.h sys/sun4v/sun4v hvcons.c Log: Add a low level function to write a string to the hypervisor console directly. Discussed with: kmacy Revision Changes Path 1.2 +1 -0 src/sys/sun4v/include/hypervisor_api.h 1.3 +16 -0 src/sys/sun4v/sun4v/hvcons.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 06:50: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 47CEE16A412; Fri, 3 Nov 2006 06:50:04 +0000 (UTC) (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 EB07143D5E; Fri, 3 Nov 2006 06:50:03 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA36o3cJ008117; Fri, 3 Nov 2006 06:50:03 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA36o30M008116; Fri, 3 Nov 2006 06:50:03 GMT (envelope-from brueffer) Message-Id: <200611030650.kA36o30M008116@repoman.freebsd.org> From: Christian Brueffer Date: Fri, 3 Nov 2006 06:50:03 +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 aac.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 Nov 2006 06:50:04 -0000 brueffer 2006-11-03 06:50:03 UTC FreeBSD src repository Modified files: share/man/man4 aac.4 Log: Document IBM ServeRAID 8k support. Revision Changes Path 1.34 +3 -1 src/share/man/man4/aac.4 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 07:27: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 E494116A40F; Fri, 3 Nov 2006 07:27:55 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E58B43D58; Fri, 3 Nov 2006 07:27:55 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA37RtNv015406; Fri, 3 Nov 2006 07:27:55 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA37RtLL015405; Fri, 3 Nov 2006 07:27:55 GMT (envelope-from kmacy) Message-Id: <200611030727.kA37RtLL015405@repoman.freebsd.org> From: Kip Macy Date: Fri, 3 Nov 2006 07:27: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/sun4v/sun4v pmap.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 Nov 2006 07:27:56 -0000 kmacy 2006-11-03 07:27:55 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v pmap.c Log: make sure physmem is initialized add clarifying comments Reviewed by: jb Approved by: rwatson (mentor) Revision Changes Path 1.4 +14 -5 src/sys/sun4v/sun4v/pmap.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 07:29: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 0E10C16A412; Fri, 3 Nov 2006 07:29:10 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF93843D5A; Fri, 3 Nov 2006 07:29:09 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA37T9Yt015502; Fri, 3 Nov 2006 07:29:09 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA37T9BS015501; Fri, 3 Nov 2006 07:29:09 GMT (envelope-from kmacy) Message-Id: <200611030729.kA37T9BS015501@repoman.freebsd.org> From: Kip Macy Date: Fri, 3 Nov 2006 07:29: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/sun4v/sun4v 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: Fri, 03 Nov 2006 07:29:10 -0000 kmacy 2006-11-03 07:29:09 UTC FreeBSD src repository Modified files: sys/sun4v/sun4v machdep.c Log: Fix initialization sequence for console Fix commenting convention slightly Approved by: rwatson (mentor) Reviewed by: jb Revision Changes Path 1.4 +32 -28 src/sys/sun4v/sun4v/machdep.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 07:39: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 5F76A16A40F; Fri, 3 Nov 2006 07:39:38 +0000 (UTC) (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 BE55C43D4C; Fri, 3 Nov 2006 07:39:37 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA37dbnU017090; Fri, 3 Nov 2006 07:39:37 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA37dbJ3017089; Fri, 3 Nov 2006 07:39:37 GMT (envelope-from imp) Message-Id: <200611030739.kA37dbJ3017089@repoman.freebsd.org> From: Warner Losh Date: Fri, 3 Nov 2006 07:39: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/arm/at91 if_ate.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 Nov 2006 07:39:38 -0000 imp 2006-11-03 07:39:37 UTC FreeBSD src repository Modified files: sys/arm/at91 if_ate.c Log: MFp4: o Fix the packet statistics o Make sure we set the FD bit when in full duplex o Improve TX side efficency by eliminating a data copy for unfragmented mbufs (the hardware can't do s/g). o Minor busdma pedantry o better comments in some places, more XXX in others o Minor style nits. This solves a problem I was seeing where I'd get no ethernet when not booting with a NFS root. Well, unless I unplugged the cable and plugged it back in first so I'd get the same up down up messages I get for NFS root... Thanks to sam and scottl for suggestions on making this driver more efficient through better use of approrpiate APIs. Revision Changes Path 1.12 +81 -43 src/sys/arm/at91/if_ate.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 08:38: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 D0EE616A415; Fri, 3 Nov 2006 08:38:27 +0000 (UTC) (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 6E01D43D66; Fri, 3 Nov 2006 08:38:27 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA38cRYP027671; Fri, 3 Nov 2006 08:38:27 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA38cRuI027670; Fri, 3 Nov 2006 08:38:27 GMT (envelope-from trhodes) Message-Id: <200611030838.kA38cRuI027670@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 3 Nov 2006 08:38: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/lib/libc/gen getobjformat.3 src/lib/libc/stdlib getenv.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 Nov 2006 08:38:27 -0000 trhodes 2006-11-03 08:38:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libc/gen getobjformat.3 lib/libc/stdlib getenv.3 Log: MFC: o Note the value from getenv() should not be modified by applications[1]; o getenv.3: Put "is" on a line with other words. [2] o getobjformat.3: "takes precedence over" is not an envrionment variable. [2] [1]: PR: 60544 Reviewed by: ru [2]: PR: 75545 Submitted by: n-kogane@syd.odn.ne.jp Approved by: re (hrs) Revision Changes Path 1.10.8.1 +2 -1 src/lib/libc/gen/getobjformat.3 1.17.2.1 +6 -3 src/lib/libc/stdlib/getenv.3 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 08:43: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 28D3616A403; Fri, 3 Nov 2006 08:43:38 +0000 (UTC) (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 D9B2943D45; Fri, 3 Nov 2006 08:43:37 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA38hb94028815; Fri, 3 Nov 2006 08:43:37 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA38hbwo028814; Fri, 3 Nov 2006 08:43:37 GMT (envelope-from trhodes) Message-Id: <200611030843.kA38hbwo028814@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 3 Nov 2006 08:43: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/usr.sbin/pw pw.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: Fri, 03 Nov 2006 08:43:38 -0000 trhodes 2006-11-03 08:43:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pw pw.8 Log: MFC: Note the naming convention of files in share/skel and explain the "dot" prefix is removed. PR: 103828 Approved by: re (hrs) Revision Changes Path 1.37.2.1 +9 -1 src/usr.sbin/pw/pw.8 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 08:50: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 670B216A403; Fri, 3 Nov 2006 08:50:27 +0000 (UTC) (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 0388B43D46; Fri, 3 Nov 2006 08:50:27 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA38oQ8i037317; Fri, 3 Nov 2006 08:50:26 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA38oQt0037315; Fri, 3 Nov 2006 08:50:26 GMT (envelope-from trhodes) Message-Id: <200611030850.kA38oQt0037315@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 3 Nov 2006 08:50: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/share/man/man4 tun.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 Nov 2006 08:50:27 -0000 trhodes 2006-11-03 08:50:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4 tun.4 Log: MFC: The SIOCSIFNETMASK ioctl was removed from tun.c, thus remove mention of it in the tun.4 manual page. PR: 98541 Submitted by: David Gilbert (In actuality it was submitted by bz@) Approved by: re (hrs) Revision Changes Path 1.21.2.1 +2 -4 src/share/man/man4/tun.4 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 09:00: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 4FDE116A4CE; Fri, 3 Nov 2006 09:00:39 +0000 (UTC) (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 C509843D67; Fri, 3 Nov 2006 09:00:19 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA390Jub038906; Fri, 3 Nov 2006 09:00:19 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA390JOv038905; Fri, 3 Nov 2006 09:00:19 GMT (envelope-from trhodes) Message-Id: <200611030900.kA390JOv038905@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 3 Nov 2006 09:00:19 +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/ipfw ipfw.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: Fri, 03 Nov 2006 09:00:39 -0000 trhodes 2006-11-03 09:00:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ipfw ipfw.8 Log: Paritially sync with CURRENT, kills hard sentence breaks, fixes some markup. MFC: 1.197 Add a note about rule syntax compared to the shell used so users do not get frustraited when: ipfw add 201 deny ip from any to table(2) in via xl1 returns "Badly placed ( )'s" PR: 73638 Approved by: re (hrs) Revision Changes Path 1.175.2.10 +9 -3 src/sbin/ipfw/ipfw.8 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 09:03: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 7DAA716A403; Fri, 3 Nov 2006 09:03:18 +0000 (UTC) (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 3549043D49; Fri, 3 Nov 2006 09:03:18 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA393Iue041052; Fri, 3 Nov 2006 09:03:18 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA393IUW041051; Fri, 3 Nov 2006 09:03:18 GMT (envelope-from trhodes) Message-Id: <200611030903.kA393IUW041051@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 3 Nov 2006 09:03: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/lib/libutil login.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: Fri, 03 Nov 2006 09:03:18 -0000 trhodes 2006-11-03 09:03:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) lib/libutil login.conf.5 Log: MFC: Add information on how to escape a literal colon in a value or name. PR: 101262 Approved by: re (hrs) Revision Changes Path 1.56.2.3 +8 -1 src/lib/libutil/login.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 09:05: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 B3E5316A47E; Fri, 3 Nov 2006 09:05:44 +0000 (UTC) (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 708F343D49; Fri, 3 Nov 2006 09:05:44 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA395id4041564; Fri, 3 Nov 2006 09:05:44 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA395ifr041563; Fri, 3 Nov 2006 09:05:44 GMT (envelope-from trhodes) Message-Id: <200611030905.kA395ifr041563@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 3 Nov 2006 09:05: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/gnu/usr.bin/grep grep.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: Fri, 03 Nov 2006 09:05:44 -0000 trhodes 2006-11-03 09:05:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/grep grep.1 Log: Sync up to CURRENT and note the -P option is not supported on FreeBSD. PR: 99831 Reviewed by: ru Approved by: re (hrs) Revision Changes Path 1.26.2.2 +1 -0 src/gnu/usr.bin/grep/grep.1 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 09:14: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 D5DE816A4A7; Fri, 3 Nov 2006 09:14:38 +0000 (UTC) (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 BC67843D6E; Fri, 3 Nov 2006 09:14:25 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA39EPfg043100; Fri, 3 Nov 2006 09:14:25 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA39EPEr043099; Fri, 3 Nov 2006 09:14:25 GMT (envelope-from trhodes) Message-Id: <200611030914.kA39EPEr043099@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 3 Nov 2006 09:14: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/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: Fri, 03 Nov 2006 09:14:38 -0000 trhodes 2006-11-03 09:14:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 Log: MFC: Note that the -v option may be used to expand long SSIDs. Use .Fl inplace of .Cm (ru change). PR: 102118 Reviewed by: sam Approved by: re (hrs) Revision Changes Path 1.95.2.17 +8 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 09:15: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 8748416A415; Fri, 3 Nov 2006 09:15:56 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4399243D45; Fri, 3 Nov 2006 09:15:56 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA39FuGY043196; Fri, 3 Nov 2006 09:15:56 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA39FuEs043195; Fri, 3 Nov 2006 09:15:56 GMT (envelope-from kib) Message-Id: <200611030915.kA39FuEs043195@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 3 Nov 2006 09:15:56 +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_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 Nov 2006 09:15:56 -0000 kib 2006-11-03 09:15:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_syscalls.c Log: MFC rev. 1.427: The attempt to rename "." with MAC framework compiled in would cause attempt to twice unlock the vnode. Check that ni_vp and ni_dvp are different before doing second unlock. Approved by: re (hrs) Revision Changes Path 1.392.2.15 +2 -1 src/sys/kern/vfs_syscalls.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 09:16: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 E51F416A47B; Fri, 3 Nov 2006 09:16:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0F4F43D49; Fri, 3 Nov 2006 09:16:48 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA39GmRN043234; Fri, 3 Nov 2006 09:16:48 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA39GmqH043233; Fri, 3 Nov 2006 09:16:48 GMT (envelope-from kib) Message-Id: <200611030916.kA39GmqH043233@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 3 Nov 2006 09:16:48 +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_serv.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 Nov 2006 09:16:49 -0000 kib 2006-11-03 09:16:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsserver nfs_serv.c Log: MFC rev. 1.166: Fix leak in NAMEI zone caused by nfs server when VOP_RENAME fails. Approved by: re (hrs) Revision Changes Path 1.156.2.6 +2 -2 src/sys/nfsserver/nfs_serv.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 09:18: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 4DBCB16A417; Fri, 3 Nov 2006 09:18:38 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EEBE43D8D; Fri, 3 Nov 2006 09:18:32 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA39IW9I043338; Fri, 3 Nov 2006 09:18:32 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA39IWPd043337; Fri, 3 Nov 2006 09:18:32 GMT (envelope-from kib) Message-Id: <200611030918.kA39IWPd043337@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 3 Nov 2006 09:18: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/sys/amd64/linux32 linux32_sysvec.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 Nov 2006 09:18:38 -0000 kib 2006-11-03 09:18:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/amd64/linux32 linux32_sysvec.c Log: MFC rev. 1.25 Use correct linux32 signal trampoline length. Approved by: re (hrs) Revision Changes Path 1.7.2.4 +1 -1 src/sys/amd64/linux32/linux32_sysvec.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 09:18: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 A8F4216A492; Fri, 3 Nov 2006 09:18:41 +0000 (UTC) (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 5CB9843D5A; Fri, 3 Nov 2006 09:18:41 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA39IfGL043381; Fri, 3 Nov 2006 09:18:41 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA39IfFg043380; Fri, 3 Nov 2006 09:18:41 GMT (envelope-from trhodes) Message-Id: <200611030918.kA39IfFg043380@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 3 Nov 2006 09:18: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/usr.sbin/ndiscvt ndiscvt.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: Fri, 03 Nov 2006 09:18:41 -0000 trhodes 2006-11-03 09:18:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/ndiscvt ndiscvt.8 Log: MFC: Remove ndisapi.9 Xref. PR: 97375 Approved by: re (hrs) Revision Changes Path 1.7.2.2 +1 -2 src/usr.sbin/ndiscvt/ndiscvt.8 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 09:24: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 1717B16A407; Fri, 3 Nov 2006 09:24:53 +0000 (UTC) (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 C656A43D75; Fri, 3 Nov 2006 09:24:52 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA39OqcV044838; Fri, 3 Nov 2006 09:24:52 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA39OqUD044837; Fri, 3 Nov 2006 09:24:52 GMT (envelope-from trhodes) Message-Id: <200611030924.kA39OqUD044837@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 3 Nov 2006 09:24: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/usr.sbin/syslogd syslog.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: Fri, 03 Nov 2006 09:24:53 -0000 trhodes 2006-11-03 09:24:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/syslogd syslog.conf.5 Log: MFC 1.43 (markup fixes by ru) and 1.44: Mark up keywords with .Cm. PR: 95039 Sumitted by: SeaD (older version) Reviewed by: ru Approved by: re (hrs) Revision Changes Path 1.39.2.3 +15 -8 src/usr.sbin/syslogd/syslog.conf.5 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 10:40: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 C979F16A412; Fri, 3 Nov 2006 10:40:03 +0000 (UTC) (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 50F8F43D4C; Fri, 3 Nov 2006 10:40:03 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3Ae3Tn047724; Fri, 3 Nov 2006 10:40:03 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3Ae317047723; Fri, 3 Nov 2006 10:40:03 GMT (envelope-from trhodes) Message-Id: <200611031040.kA3Ae317047723@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 3 Nov 2006 10:40: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/share/man/man4/man4.i386 ndis.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 Nov 2006 10:40:04 -0000 trhodes 2006-11-03 10:40:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/man/man4/man4.i386 ndis.4 Log: Sync up to CURRENT: Kill reference to ndisapi.9 here as well, it doesn't exist. PR: 82114 Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the former is easier to use. PR: 97231 Approved by: re (hrs) Revision Changes Path 1.9.2.1 +6 -8 src/share/man/man4/man4.i386/ndis.4 From owner-cvs-src@FreeBSD.ORG Fri Nov 3 11:43: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 A720E16A412; Fri, 3 Nov 2006 11:43:48 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 622CE43D46; Fri, 3 Nov 2006 11:43:48 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3Bhm7l054549; Fri, 3 Nov 2006 11:43:48 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3Bhmdn054548; Fri, 3 Nov 2006 11:43:48 GMT (envelope-from kib) Message-Id: <200611031143.kA3Bhmdn054548@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 3 Nov 2006 11:43:48 +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/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: Fri, 03 Nov 2006 11:43:48 -0000 kib 2006-11-03 11:43:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: MFC rev. 1.202: Aquire Giant in the softdep_flush for clear_remove() and clear_inodedeps() processing when QUOTA is set. Approved by: re (hrs) Revision Changes Path 1.181.2.13 +7 -0 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 12: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 D3DA016A53A; Fri, 3 Nov 2006 12:02:27 +0000 (UTC) (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 A136443DA6; Fri, 3 Nov 2006 12:02:25 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3C2P2N058702; Fri, 3 Nov 2006 12:02:25 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3C2PVR058700; Fri, 3 Nov 2006 12:02:25 GMT (envelope-from ru) Message-Id: <200611031202.kA3C2PVR058700@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 3 Nov 2006 12:02: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/sbin/mdmfs mdmfs.8 mdmfs.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 Nov 2006 12:02:27 -0000 ru 2006-11-03 12:02:24 UTC FreeBSD src repository Modified files: sbin/mdmfs mdmfs.8 mdmfs.c Log: Remove the -C option as it does more harm than good. To be fully compatible, it would have to (at least): - support the "compat-compat" -T option, - *not* support the -l, -O, and -v options, - default to soft updates being disabled. Worse, the compatibility mode makes it impossible to mount_mfs(8) a file system from fstab(5) with soft updates disabled (-S). [1] Now, the only difference when called as "mount_mfs" or "mfs" (as opposed to "mdmfs") is that the file mode of the mount point is set by default to 01777. All options available to mdmfs(8) are also available to mount_mfs(8); the -C option is still recognized but ignored for backward compatibility. PR: bin/98860 [1] MFC after: 2 weeks Revision Changes Path 1.26 +7 -39 src/sbin/mdmfs/mdmfs.8 1.28 +8 -41 src/sbin/mdmfs/mdmfs.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 13:33: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 5B98116A403; Fri, 3 Nov 2006 13:33:26 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id D883443D5A; Fri, 3 Nov 2006 13:33:25 +0000 (GMT) (envelope-from bms@FreeBSD.org) Received: from db2.internal (db2.internal [10.202.2.12]) by frontend1.messagingengine.com (Postfix) with ESMTP id 1A143DC02B5; Fri, 3 Nov 2006 08:33:25 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by db2.internal (MEProxy); Fri, 03 Nov 2006 08:33:26 -0500 X-Sasl-enc: LSW+J1++R0PKHt+GXXI/ba2T4bKiYkJPNJjzKSAk5ZPq 1162560806 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 3F7291A036; Fri, 3 Nov 2006 08:33:26 -0500 (EST) Message-ID: <454B4523.6000202@FreeBSD.org> Date: Fri, 03 Nov 2006 13:33:23 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 1.5.0.5 (X11/20060825) MIME-Version: 1.0 To: Andre Oppermann References: <200611021737.kA2HbMxY017044@repoman.freebsd.org> In-Reply-To: <200611021737.kA2HbMxY017044@repoman.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 uipc_mbuf.c uipc_syscalls.c src/sys/net if_tap.c if_tun.c ppp_tty.c src/sys/netgraph ng_device.c src/sys/sys mbuf.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 Nov 2006 13:33:26 -0000 Andre Oppermann wrote: > Rewrite m_uiotombuf() to use m_getm2() for mbuf allocation and do the > uiomove() in a tight loop over the mbuf chain. Add a flags parameter to > accept mbuf flags to be passed to m_getm2(). Adjust all callers for the > extra parameter. Has any benchmarking against tap(4) been done? It would be interesting if there were a performance increase here for large sends i.e. jumbograms being sent on software loopback. BMS From owner-cvs-src@FreeBSD.ORG Fri Nov 3 15:23: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 A923E16A416; Fri, 3 Nov 2006 15:23:17 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1BEE43D60; Fri, 3 Nov 2006 15:23:16 +0000 (GMT) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3FNGJH010452; Fri, 3 Nov 2006 15:23:16 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3FNGfm010445; Fri, 3 Nov 2006 15:23:16 GMT (envelope-from rrs) Message-Id: <200611031523.kA3FNGfm010445@repoman.freebsd.org> From: Randall Stewart Date: Fri, 3 Nov 2006 15:23: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/sys/compat/freebsd32 syscalls.master src/sys/conf NOTES files options src/sys/kern init_sysent.c syscalls.c syscalls.master systrace_args.c uipc_syscalls.c src/sys/net rtsock.c src/sys/netinet in_proto.c sctp.h sctp_asconf.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 Nov 2006 15:23:17 -0000 rrs 2006-11-03 15:23:16 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master sys/conf NOTES files options sys/kern init_sysent.c syscalls.c syscalls.master systrace_args.c uipc_syscalls.c sys/net rtsock.c sys/netinet in_proto.c sys/netinet6 in6_proto.c sys/sys mbuf.h socket.h syscall.h syscall.mk sysproto.h Added files: sys/netinet sctp.h sctp_asconf.c sctp_asconf.h sctp_auth.c sctp_auth.h sctp_bsd_addr.c sctp_bsd_addr.h sctp_constants.h sctp_crc32.c sctp_crc32.h sctp_header.h sctp_indata.c sctp_indata.h sctp_input.c sctp_input.h sctp_lock_bsd.h sctp_os.h sctp_os_bsd.h sctp_output.c sctp_output.h sctp_pcb.c sctp_pcb.h sctp_peeloff.c sctp_peeloff.h sctp_structs.h sctp_timer.c sctp_timer.h sctp_uio.h sctp_usrreq.c sctp_var.h sctputil.c sctputil.h sys/netinet6 sctp6_usrreq.c sctp6_var.h Log: Ok, here it is, we finally add SCTP to current. Note that this work is not just mine, but it is also the works of Peter Lei and Michael Tuexen. They both are my two key other developers working on the project.. and they need ata-boy's too: **** peterlei@cisco.com tuexen@fh-muenster.de **** I did do a make sysent which updated the syscall's and sysproto.. I hope that is correct... without it you don't build since we have new syscalls for SCTP :-0 So go out and look at the NOTES, add option SCTP (make sure inet and inet6 are present too) and play with SCTP. I will see about comitting some test tools I have after I figure out where I should place them. I also have a lib (libsctp.a) that adds some of the missing socketapi functions that I need to put into lib's.. I will talk to George about this :-) There may still be some 64 bit issues in here, none of us have a 64 bit processor to test with yet.. Michael may have a MAC but thats another beast too.. If you have a mac and want to use SCTP contact Michael he maintains a web site with a loadable module with this code :-) Reviewed by: gnn Approved by: gnn Revision Changes Path 1.86 +10 -0 src/sys/compat/freebsd32/syscalls.master 1.1397 +91 -0 src/sys/conf/NOTES 1.1158 +16 -2 src/sys/conf/files 1.563 +27 -0 src/sys/conf/options 1.226 +4 -0 src/sys/kern/init_sysent.c 1.210 +4 -0 src/sys/kern/syscalls.c 1.231 +10 -0 src/sys/kern/syscalls.master 1.10 +47 -0 src/sys/kern/systrace_args.c 1.242 +451 -0 src/sys/kern/uipc_syscalls.c 1.138 +13 -2 src/sys/net/rtsock.c 1.82 +48 -0 src/sys/netinet/in_proto.c 1.1 +349 -0 src/sys/netinet/sctp.h (new) 1.1 +2856 -0 src/sys/netinet/sctp_asconf.c (new) 1.1 +80 -0 src/sys/netinet/sctp_asconf.h (new) 1.1 +2389 -0 src/sys/netinet/sctp_auth.c (new) 1.1 +262 -0 src/sys/netinet/sctp_auth.h (new) 1.1 +2032 -0 src/sys/netinet/sctp_bsd_addr.c (new) 1.1 +70 -0 src/sys/netinet/sctp_bsd_addr.h (new) 1.1 +903 -0 src/sys/netinet/sctp_constants.h (new) 1.1 +713 -0 src/sys/netinet/sctp_crc32.c (new) 1.1 +56 -0 src/sys/netinet/sctp_crc32.h (new) 1.1 +562 -0 src/sys/netinet/sctp_header.h (new) 1.1 +5588 -0 src/sys/netinet/sctp_indata.c (new) 1.1 +118 -0 src/sys/netinet/sctp_indata.h (new) 1.1 +4749 -0 src/sys/netinet/sctp_input.c (new) 1.1 +57 -0 src/sys/netinet/sctp_input.h (new) 1.1 +355 -0 src/sys/netinet/sctp_lock_bsd.h (new) 1.1 +66 -0 src/sys/netinet/sctp_os.h (new) 1.1 +89 -0 src/sys/netinet/sctp_os_bsd.h (new) 1.1 +10378 -0 src/sys/netinet/sctp_output.c (new) 1.1 +171 -0 src/sys/netinet/sctp_output.h (new) 1.1 +5283 -0 src/sys/netinet/sctp_pcb.c (new) 1.1 +504 -0 src/sys/netinet/sctp_pcb.h (new) 1.1 +240 -0 src/sys/netinet/sctp_peeloff.c (new) 1.1 +56 -0 src/sys/netinet/sctp_peeloff.h (new) 1.1 +892 -0 src/sys/netinet/sctp_structs.h (new) 1.1 +1736 -0 src/sys/netinet/sctp_timer.c (new) 1.1 +99 -0 src/sys/netinet/sctp_timer.h (new) 1.1 +946 -0 src/sys/netinet/sctp_uio.h (new) 1.1 +4852 -0 src/sys/netinet/sctp_usrreq.c (new) 1.1 +476 -0 src/sys/netinet/sctp_var.h (new) 1.1 +5390 -0 src/sys/netinet/sctputil.c (new) 1.1 +314 -0 src/sys/netinet/sctputil.h (new) 1.40 +48 -0 src/sys/netinet6/in6_proto.c 1.1 +1370 -0 src/sys/netinet6/sctp6_usrreq.c (new) 1.1 +52 -0 src/sys/netinet6/sctp6_var.h (new) 1.199 +1 -0 src/sys/sys/mbuf.h 1.92 +1 -0 src/sys/sys/socket.h 1.207 +5 -1 src/sys/sys/syscall.h 1.162 +5 -1 src/sys/sys/syscall.mk 1.210 +39 -0 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Fri Nov 3 17:06: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 218EF16A417 for ; Fri, 3 Nov 2006 17:06:36 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C5A143D7D for ; Fri, 3 Nov 2006 17:06:18 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so417913uge for ; Fri, 03 Nov 2006 09:06:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type; b=GEd6ZwOGofFS05/Na01X5dE3BWTy6miabyVW1xkPCOfgJ7AEKVTBZ7qjAEILVzB0jr5a2pn9IYOa8yj6ylZbrwI81iATtShNfut0BpFeGxEZOZGjpXP5GN41kZlcWmyiTwnD1a1yUe8DfDMniOn6AkTlVVVHlOyOnzLmg4vYGlI= Received: by 10.66.232.9 with SMTP id e9mr3048830ugh.1162573576427; Fri, 03 Nov 2006 09:06:16 -0800 (PST) Received: from ?192.168.1.200? ( [80.217.194.157]) by mx.google.com with ESMTP id 28sm1077880ugc.2006.11.03.09.06.15; Fri, 03 Nov 2006 09:06:16 -0800 (PST) Message-ID: <454B7703.60705@gmail.com> Date: Fri, 03 Nov 2006 18:06:11 +0100 From: Pawel Worach User-Agent: Thunderbird 1.5.0.7 (X11/20061025) MIME-Version: 1.0 To: Randall Stewart References: <200611031523.kA3FNGfm010445@repoman.freebsd.org> In-Reply-To: <200611031523.kA3FNGfm010445@repoman.freebsd.org> Content-Type: multipart/mixed; boundary="------------000805000409060304040800" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/freebsd32 syscalls.master src/sys/conf NOTES files options src/sys/kern init_sysent.c syscalls.c syscalls.master systrace_args.c uipc_syscalls.c src/sys/net rtsock.c src/sys/netinet in_proto.c sctp.h sctp_asconf.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 Nov 2006 17:06:36 -0000 This is a multi-part message in MIME format. --------------000805000409060304040800 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Randall Stewart wrote: > rrs 2006-11-03 15:23:16 UTC > > FreeBSD src repository > > Modified files: ... > Log: > Ok, here it is, we finally add SCTP to current. Note that this Hi, sctp_asconf.c and sctp6_usrreq.c don't build because __FBSDID macro is defined in sys/cdefs.h so that needs to be included first. Regards -- Pawel --------------000805000409060304040800 Content-Type: text/x-patch; name="sctp6_usrreq.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sctp6_usrreq.c.diff" --- sctp6_usrreq.c.orig Fri Nov 3 17:50:49 2006 +++ sctp6_usrreq.c Fri Nov 3 17:51:26 2006 @@ -28,7 +28,10 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ /* $KAME: sctp6_usrreq.c,v 1.38 2005/08/24 08:08:56 suz Exp $ */ + +#include __FBSDID("$FreeBSD: src/sys/netinet6/sctp6_usrreq.c,v 1.1 2006/11/03 15:23:15 rrs Exp $"); + #include "opt_inet.h" #include "opt_inet6.h" #include "opt_inet.h" --------------000805000409060304040800 Content-Type: text/x-patch; name="sctp_asconf.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sctp_asconf.c.diff" --- sctp_asconf.c.orig Fri Nov 3 17:42:22 2006 +++ sctp_asconf.c Fri Nov 3 17:42:45 2006 @@ -29,10 +29,9 @@ */ /* $KAME: sctp_asconf.c,v 1.24 2005/03/06 16:04:16 itojun Exp $ */ -__FBSDID("$FreeBSD: src/sys/netinet/sctp_asconf.c,v 1.1 2006/11/03 15:23:15 rrs Exp $"); #include - +__FBSDID("$FreeBSD: src/sys/netinet/sctp_asconf.c,v 1.1 2006/11/03 15:23:15 rrs Exp $"); #include "opt_ipsec.h" #include "opt_compat.h" --------------000805000409060304040800-- From owner-cvs-src@FreeBSD.ORG Fri Nov 3 17:21: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 CB7AD16A47B; Fri, 3 Nov 2006 17:21:54 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5657E43D53; Fri, 3 Nov 2006 17:21:54 +0000 (GMT) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3HLsJR045993; Fri, 3 Nov 2006 17:21:54 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3HLsdR045992; Fri, 3 Nov 2006 17:21:54 GMT (envelope-from rrs) Message-Id: <200611031721.kA3HLsdR045992@repoman.freebsd.org> From: Randall Stewart Date: Fri, 3 Nov 2006 17:21: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/netinet sctp_lock_bsd.h sctp_os.h sctp_os_bsd.h src/sys/netinet6 sctp6_usrreq.c sctp6_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: Fri, 03 Nov 2006 17:21:54 -0000 rrs 2006-11-03 17:21:54 UTC FreeBSD src repository Modified files: sys/netinet sctp_lock_bsd.h sctp_os.h sctp_os_bsd.h sys/netinet6 sctp6_usrreq.c sctp6_var.h Log: Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I inserted a few to the new files.. but I falied to add the #include Which causes a compile error.. sorry about that... got it now :-) Approved by:gnn Revision Changes Path 1.2 +1 -1 src/sys/netinet/sctp_lock_bsd.h 1.2 +1 -0 src/sys/netinet/sctp_os.h 1.2 +1 -0 src/sys/netinet/sctp_os_bsd.h 1.2 +1 -0 src/sys/netinet6/sctp6_usrreq.c 1.2 +2 -3 src/sys/netinet6/sctp6_var.h From owner-cvs-src@FreeBSD.ORG Fri Nov 3 17:26: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 A430316A417; Fri, 3 Nov 2006 17:26:30 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-6.cisco.com (sj-iport-6.cisco.com [171.71.176.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBBC643D45; Fri, 3 Nov 2006 17:26:28 +0000 (GMT) (envelope-from rrs@cisco.com) Received: from sj-dkim-4.cisco.com ([171.71.179.196]) by sj-iport-6.cisco.com with ESMTP; 03 Nov 2006 09:26:28 -0800 X-IronPort-AV: i="4.09,386,1157353200"; d="scan'208"; a="85121993:sNHT64230399" Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238]) by sj-dkim-4.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id kA3HQStd025505; Fri, 3 Nov 2006 09:26:28 -0800 Received: from xbh-sjc-221.amer.cisco.com (xbh-sjc-221.cisco.com [128.107.191.63]) by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id kA3HQLW6010424; Fri, 3 Nov 2006 09:26:28 -0800 (PST) Received: from xfe-sjc-212.amer.cisco.com ([171.70.151.187]) by xbh-sjc-221.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 09:26:26 -0800 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-212.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 09:26:26 -0800 Message-ID: <454B7B9B.70306@cisco.com> Date: Fri, 03 Nov 2006 12:25:47 -0500 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Worach References: <200611031523.kA3FNGfm010445@repoman.freebsd.org> <454B7703.60705@gmail.com> In-Reply-To: <454B7703.60705@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Nov 2006 17:26:26.0249 (UTC) FILETIME=[30D60B90:01C6FF6D] DKIM-Signature: a=rsa-sha1; q=dns; l=1997; t=1162574788; x=1163438788; c=relaxed/simple; s=sjdkim4002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:Randall=20Stewart=20 |Subject:Re=3A=20cvs=20commit=3A=20src/sys/compat/freebsd32=20syscalls.master=20s rc/sys/conf=0A=20NOTES=20files=20options=20src/sys/kern=20init_sysent.c=20s yscalls.c=20syscalls.master=0A=20systrace_args.c=20uipc_syscalls.c=20src/sy s/net=20rtsock.c=20src/sys/netinet=20in_proto.c=0A=20sctp.h=20sctp_asconf.c =20...; X=v=3Dcisco.com=3B=20h=3DePpCpEMlCdrbLAVQCRIL0Mw6ru8=3D; b=h8og8CbHAOANsJ4+5mcg8aTeOf2XnyF2pgZbR/l2TWowtk0HAaySgdBqltpoaIZTxraOeMdn QhCqiA8AVv9mhKWAFhe2d1NqaW8KlwAzQAnKx9guYfMVf780vQZVDNXy; Authentication-Results: sj-dkim-4.cisco.com; header.From=rrs@cisco.com; dkim=pass ( sig from cisco.com verified; ); Cc: Randall Stewart , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/freebsd32 syscalls.master src/sys/conf NOTES files options src/sys/kern init_sysent.c syscalls.c syscalls.master systrace_args.c uipc_syscalls.c src/sys/net rtsock.c src/sys/netinet in_proto.c sctp.h sctp_asconf.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 Nov 2006 17:26:30 -0000 Pawel Worach wrote: > Randall Stewart wrote: > >> rrs 2006-11-03 15:23:16 UTC >> >> FreeBSD src repository >> >> Modified files: > > ... > >> Log: >> Ok, here it is, we finally add SCTP to current. Note that this > > > Hi, > > sctp_asconf.c and sctp6_usrreq.c don't build because __FBSDID macro is > defined in sys/cdefs.h so that needs to be included first. > > Regards > > > ------------------------------------------------------------------------ > > --- sctp6_usrreq.c.orig Fri Nov 3 17:50:49 2006 > +++ sctp6_usrreq.c Fri Nov 3 17:51:26 2006 > @@ -28,7 +28,10 @@ > * THE POSSIBILITY OF SUCH DAMAGE. > */ > /* $KAME: sctp6_usrreq.c,v 1.38 2005/08/24 08:08:56 suz Exp $ */ > + > +#include > __FBSDID("$FreeBSD: src/sys/netinet6/sctp6_usrreq.c,v 1.1 2006/11/03 15:23:15 rrs Exp $"); > + > #include "opt_inet.h" > #include "opt_inet6.h" > #include "opt_inet.h" > > > > ------------------------------------------------------------------------ > > --- sctp_asconf.c.orig Fri Nov 3 17:42:22 2006 > +++ sctp_asconf.c Fri Nov 3 17:42:45 2006 > @@ -29,10 +29,9 @@ > */ > > /* $KAME: sctp_asconf.c,v 1.24 2005/03/06 16:04:16 itojun Exp $ */ > -__FBSDID("$FreeBSD: src/sys/netinet/sctp_asconf.c,v 1.1 2006/11/03 15:23:15 rrs Exp $"); > > #include > - > +__FBSDID("$FreeBSD: src/sys/netinet/sctp_asconf.c,v 1.1 2006/11/03 15:23:15 rrs Exp $"); > > #include "opt_ipsec.h" > #include "opt_compat.h" > Yeah... I found that has I tried to build my second machine off the cvsup .. I commited a fix for it.. sorry about thta.. its the missing sys/cdefs.h or in one of the files cases.. the FRESBSD is in the wrong postion :-) There is some .h's that also have the same problem.. I fixed them all.. even though only these two seem to be the compile breakage :-0 R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell) From owner-cvs-src@FreeBSD.ORG Fri Nov 3 17:35: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 22E2C16A4CA; Fri, 3 Nov 2006 17:35:25 +0000 (UTC) (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 CDAA743D4C; Fri, 3 Nov 2006 17:35:24 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3HZOcN048263; Fri, 3 Nov 2006 17:35:24 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3HZObx048262; Fri, 3 Nov 2006 17:35:24 GMT (envelope-from hrs) Message-Id: <200611031735.kA3HZObx048262@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 3 Nov 2006 17:35: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/etc/rc.d auto_linklocal X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 17:35:25 -0000 hrs 2006-11-03 17:35:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc/rc.d auto_linklocal Log: MFC rev.1.3: Suppress a spurious warning message when a kernel without INET6 is used. Spotted by: ru Reviewed by: ume Approved by: re (kensmith) Revision Changes Path 1.1.2.3 +1 -1 src/etc/rc.d/auto_linklocal From owner-cvs-src@FreeBSD.ORG Fri Nov 3 18:57: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 C34FA16A40F; Fri, 3 Nov 2006 18:57:50 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74A7743D58; Fri, 3 Nov 2006 18:57:50 +0000 (GMT) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3IvnV5063542; Fri, 3 Nov 2006 18:57:49 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3IvnBU063541; Fri, 3 Nov 2006 18:57:49 GMT (envelope-from rrs) Message-Id: <200611031857.kA3IvnBU063541@repoman.freebsd.org> From: Randall Stewart Date: Fri, 3 Nov 2006 18:57: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/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c src/sys/kern init_sysent.c syscalls.c systrace_args.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: Fri, 03 Nov 2006 18:57:50 -0000 rrs 2006-11-03 18:57:49 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c sys/kern init_sysent.c syscalls.c systrace_args.c sys/sys syscall.h syscall.mk sysproto.h Log: This commits the remake in kern/ make sysent to get the correct syscalls.master's $FreeBSD$ tag record and a make sysent in sys/compat/freebsd32. Thanks Ruslan for pointing out the steps I missed :-0 Approved by: gnn Revision Changes Path 1.73 +40 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.71 +6 -2 src/sys/compat/freebsd32/freebsd32_syscall.h 1.62 +5 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.72 +5 -1 src/sys/compat/freebsd32/freebsd32_sysent.c 1.227 +1 -1 src/sys/kern/init_sysent.c 1.211 +1 -1 src/sys/kern/syscalls.c 1.11 +0 -0 src/sys/kern/systrace_args.c 1.208 +1 -1 src/sys/sys/syscall.h 1.163 +1 -1 src/sys/sys/syscall.mk 1.211 +1 -1 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Fri Nov 3 19:49: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 96B8816A52E; Fri, 3 Nov 2006 19:48:58 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03C3D43D49; Fri, 3 Nov 2006 19:48:57 +0000 (GMT) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3JmuxT072621; Fri, 3 Nov 2006 19:48:56 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3JmuZ6072620; Fri, 3 Nov 2006 19:48:56 GMT (envelope-from rrs) Message-Id: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> From: Randall Stewart Date: Fri, 3 Nov 2006 19:48: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/netinet sctp_asconf.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 Nov 2006 19:49:02 -0000 rrs 2006-11-03 19:48:56 UTC FreeBSD src repository Modified files: sys/netinet sctp_asconf.c Log: Somehow I missed this one. The sys/cdef.h was out of order with respect to the FSBID.. Revision Changes Path 1.2 +2 -1 src/sys/netinet/sctp_asconf.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 21:04: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 C33FC16A47B for ; Fri, 3 Nov 2006 21:04:55 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id CA4AE43D75 for ; Fri, 3 Nov 2006 21:04:53 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 4486 invoked by uid 399); 3 Nov 2006 21:04:52 -0000 Received: from localhost (HELO ?192.168.0.8?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 3 Nov 2006 21:04:52 -0000 Message-ID: <454BAEF0.6050807@FreeBSD.org> Date: Fri, 03 Nov 2006 13:04:48 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Randall Stewart References: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> In-Reply-To: <200611031948.kA3JmuZ6072620@repoman.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/netinet sctp_asconf.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 Nov 2006 21:04:55 -0000 Randall Stewart wrote: > rrs 2006-11-03 19:48:56 UTC > > FreeBSD src repository > > Modified files: > sys/netinet sctp_asconf.c > Log: > Somehow I missed this one. The sys/cdef.h was out > of order with respect to the FSBID.. > > Revision Changes Path > 1.2 +2 -1 src/sys/netinet/sctp_asconf.c > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/netinet/sctp_asconf.c.diff?&r1=1.1&r2=1.2&f=h > Will this fix the build problems the tinderboxes are reporting? Doug -- This .signature sanitized for your protection From owner-cvs-src@FreeBSD.ORG Fri Nov 3 21:09: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 8095516A47C; Fri, 3 Nov 2006 21:09:07 +0000 (UTC) (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 C3E8E43D77; Fri, 3 Nov 2006 21:09:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3L938V095924; Fri, 3 Nov 2006 21:09:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3L9390095923; Fri, 3 Nov 2006 21:09:03 GMT (envelope-from ru) Message-Id: <200611032109.kA3L9390095923@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 3 Nov 2006 21:09:03 +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: Fri, 03 Nov 2006 21:09:07 -0000 ru 2006-11-03 21:09:03 UTC FreeBSD src repository Modified files: sys/conf files Log: Nitpicking. Revision Changes Path 1.1159 +2 -2 src/sys/conf/files From owner-cvs-src@FreeBSD.ORG Fri Nov 3 21:11: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 0FCE116A403; Fri, 3 Nov 2006 21:11:54 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-6.cisco.com (sj-iport-6.cisco.com [171.71.176.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93D1F43D58; Fri, 3 Nov 2006 21:11:49 +0000 (GMT) (envelope-from rrs@cisco.com) Received: from sj-dkim-3.cisco.com ([171.71.179.195]) by sj-iport-6.cisco.com with ESMTP; 03 Nov 2006 13:11:49 -0800 X-IronPort-AV: i="4.09,386,1157353200"; d="scan'208"; a="85224612:sNHT48462795" Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238]) by sj-dkim-3.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id kA3LBnwN019798; Fri, 3 Nov 2006 13:11:49 -0800 Received: from xbh-sjc-211.amer.cisco.com (xbh-sjc-211.cisco.com [171.70.151.144]) by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id kA3LBnW4019673; Fri, 3 Nov 2006 13:11:49 -0800 (PST) Received: from xfe-sjc-212.amer.cisco.com ([171.70.151.187]) by xbh-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 13:11:48 -0800 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-212.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 13:11:48 -0800 Message-ID: <454BB06E.40202@cisco.com> Date: Fri, 03 Nov 2006 16:11:10 -0500 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> <454BAEF0.6050807@FreeBSD.org> In-Reply-To: <454BAEF0.6050807@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Nov 2006 21:11:48.0738 (UTC) FILETIME=[ACDE1E20:01C6FF8C] DKIM-Signature: a=rsa-sha1; q=dns; l=954; t=1162588309; x=1163452309; c=relaxed/simple; s=sjdkim3002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:Randall=20Stewart=20 |Subject:Re=3A=20cvs=20commit=3A=20src/sys/netinet=20sctp_asconf.c; X=v=3Dcisco.com=3B=20h=3Ds3++GMTXezzrfs5qHwjv2yBGZ40=3D; b=NzquZUxR1fDKWR22tNEvzRy+2BqJqcoFz9j+EtKE3USiIFIapwSTiNnDGWMAHNbh+O6XBL0m I7eBl5yFPC57kQxpvYTR9cn1pDE2WCX3S8m4KgdmURDFWwUfBbqWgcWP; Authentication-Results: sj-dkim-3.cisco.com; header.From=rrs@cisco.com; dkim=pass ( sig from cisco.com verified; ); Cc: Randall Stewart , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_asconf.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 Nov 2006 21:11:54 -0000 Doug Barton wrote: > Randall Stewart wrote: > >> rrs 2006-11-03 19:48:56 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/netinet sctp_asconf.c Log: >> Somehow I missed this one. The sys/cdef.h was out >> of order with respect to the FSBID.. >> Revision Changes Path >> 1.2 +2 -1 src/sys/netinet/sctp_asconf.c >> >> http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/netinet/sctp_asconf.c.diff?&r1=1.1&r2=1.2&f=h >> >> > > Will this fix the build problems the tinderboxes are reporting? > > Doug > Well... I doubt it... unless tinderbox started building with options SCTP shortly after I commited the SCTP code in this morning... I am not seeing a build problem in x86 land.. I just got a complete cvsup now.. and made sure this all builds.. (with option SCTP)... R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell) From owner-cvs-src@FreeBSD.ORG Fri Nov 3 21: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 018B516A47C; Fri, 3 Nov 2006 21:20:54 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71E6343E06; Fri, 3 Nov 2006 21:19:54 +0000 (GMT) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3LJsY2098422; Fri, 3 Nov 2006 21:19:54 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3LJsao098421; Fri, 3 Nov 2006 21:19:54 GMT (envelope-from rrs) Message-Id: <200611032119.kA3LJsao098421@repoman.freebsd.org> From: Randall Stewart Date: Fri, 3 Nov 2006 21:19: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/netinet sctp_usrreq.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 Nov 2006 21:20:54 -0000 rrs 2006-11-03 21:19:54 UTC FreeBSD src repository Modified files: sys/netinet sctp_usrreq.c Log: Fix two of the 64bit errors on the printfs. Revision Changes Path 1.2 +2 -4 src/sys/netinet/sctp_usrreq.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 21:21: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 578D016A550; Fri, 3 Nov 2006 21:21:41 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from alnrmhc12.comcast.net (alnrmhc12.comcast.net [204.127.225.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3507F43DD5; Fri, 3 Nov 2006 21:20:47 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from dibbler.crodrigues.org (c-66-31-35-94.hsd1.ma.comcast.net[66.31.35.94]) by comcast.net (alnrmhc12) with ESMTP id <20061103212039b12007gvgte>; Fri, 3 Nov 2006 21:20:39 +0000 Received: from dibbler.crodrigues.org (localhost.crodrigues.org [127.0.0.1]) by dibbler.crodrigues.org (8.13.8/8.13.8) with ESMTP id kA3LKcqn002553; Fri, 3 Nov 2006 16:20:38 -0500 (EST) (envelope-from rodrigc@c-66-31-35-94.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by dibbler.crodrigues.org (8.13.8/8.13.8/Submit) id kA3LKbAG002552; Fri, 3 Nov 2006 16:20:37 -0500 (EST) (envelope-from rodrigc) Date: Fri, 3 Nov 2006 16:20:37 -0500 From: Craig Rodrigues To: Randall Stewart Message-ID: <20061103212037.GA2541@crodrigues.org> References: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> <454BAEF0.6050807@FreeBSD.org> <454BB06E.40202@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <454BB06E.40202@cisco.com> 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/netinet sctp_asconf.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 Nov 2006 21:21:41 -0000 On Fri, Nov 03, 2006 at 04:11:10PM -0500, Randall Stewart wrote: > I am not seeing a build problem in x86 land.. I just got a complete > cvsup now.. and made sure this all builds.. (with option SCTP)... To approximate what the tinderbox is doing, you should build with a LINT config file, i.e. cd /usr/src/sys/[arch]/config make LINT cd /usr/src make buildkernel KERNCONF=LINT -- Craig Rodrigues rodrigc@crodrigues.org From owner-cvs-src@FreeBSD.ORG Fri Nov 3 21:22: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 798F316A508; Fri, 3 Nov 2006 21:22:20 +0000 (UTC) (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 5F72643D83; Fri, 3 Nov 2006 21:21:37 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3LLT7R098953; Fri, 3 Nov 2006 21:21:29 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3LLS7A098952; Fri, 3 Nov 2006 21:21:28 GMT (envelope-from ru) Message-Id: <200611032121.kA3LLS7A098952@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 3 Nov 2006 21:21: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/compat/freebsd32 syscalls.master X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 21:22:20 -0000 ru 2006-11-03 21:21:28 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Fix build breakage introduced in previous commit (redeclatation of sctp functions). Revision Changes Path 1.87 +6 -6 src/sys/compat/freebsd32/syscalls.master From owner-cvs-src@FreeBSD.ORG Fri Nov 3 21:23: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 42E9116A415; Fri, 3 Nov 2006 21:23:55 +0000 (UTC) (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 D2FBE43D8B; Fri, 3 Nov 2006 21:23:41 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3LNXox099569; Fri, 3 Nov 2006 21:23:33 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3LNX7b099568; Fri, 3 Nov 2006 21:23:33 GMT (envelope-from ru) Message-Id: <200611032123.kA3LNX7b099568@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 3 Nov 2006 21:23: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/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: Fri, 03 Nov 2006 21:23:55 -0000 ru 2006-11-03 21:23:33 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen. Revision Changes Path 1.74 +1 -40 src/sys/compat/freebsd32/freebsd32_proto.h 1.72 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.63 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.73 +1 -1 src/sys/compat/freebsd32/freebsd32_sysent.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 21:36: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 3453C16A528; Fri, 3 Nov 2006 21:36:08 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 039F343E1F; Fri, 3 Nov 2006 21:35:04 +0000 (GMT) (envelope-from rrs@cisco.com) Received: from sj-dkim-2.cisco.com ([171.71.179.186]) by sj-iport-5.cisco.com with ESMTP; 03 Nov 2006 13:35:00 -0800 X-IronPort-AV: i="4.09,386,1157353200"; d="scan'208"; a="339278530:sNHT55875550" Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238]) by sj-dkim-2.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id kA3LZ0Ws022028; Fri, 3 Nov 2006 13:35:00 -0800 Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com [128.107.191.100]) by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id kA3LZ0W4011509; Fri, 3 Nov 2006 13:35:00 -0800 (PST) Received: from xfe-sjc-212.amer.cisco.com ([171.70.151.187]) by xbh-sjc-231.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 3 Nov 2006 13:35:00 -0800 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-212.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 13:34:59 -0800 Message-ID: <454BB5DC.4030903@cisco.com> Date: Fri, 03 Nov 2006 16:34:20 -0500 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Barton References: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> <454BAEF0.6050807@FreeBSD.org> <454BB06E.40202@cisco.com> In-Reply-To: <454BB06E.40202@cisco.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Nov 2006 21:34:59.0756 (UTC) FILETIME=[E9FA9EC0:01C6FF8F] DKIM-Signature: a=rsa-sha1; q=dns; l=2830; t=1162589700; x=1163453700; c=relaxed/simple; s=sjdkim2002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:Randall=20Stewart=20 |Subject:Re=3A=20cvs=20commit=3A=20src/sys/netinet=20sctp_asconf.c; X=v=3Dcisco.com=3B=20h=3Ds3++GMTXezzrfs5qHwjv2yBGZ40=3D; b=wPRHwja1xzy5YtPoXRePdQxmi/IsHRRri8v6JkHGVhvq7yjSl1zRdZlvUsQ6BTrNZyQcb4HS mA+wfOef3Xs5cJLRqs7RiBfL4eHsfpAJy5s9n2E75RLeY0CXGmJ0jd4Z; Authentication-Results: sj-dkim-2.cisco.com; header.From=rrs@cisco.com; dkim=pass ( sig from cisco.com verified; ); Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_asconf.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 Nov 2006 21:36:08 -0000 Randall Stewart wrote: >> > Well... I doubt it... unless tinderbox started building with > options SCTP > shortly after I commited the SCTP code in this morning... > > I am not seeing a build problem in x86 land.. I just got a complete > cvsup now.. and made sure this all builds.. (with option SCTP)... > Ok I just went and looked at these.. I fixed easily: /src/sys/netinet/sctp_usrreq.c: In function `sctp_disconnect': /src/sys/netinet/sctp_usrreq.c:1138: warning: cast from pointer to integer of different size /src/sys/netinet/sctp_usrreq.c: In function `sctp_shutdown': /src/sys/netinet/sctp_usrreq.c:1279: warning: cast from pointer to integer of different size The above two are just a silly printf.. and casting a pointer to a (u_int)... ok.. no need for the pointer print anyway.. so I can remove it easily... /src/sys/netinet/sctp_usrreq.c: In function `sctp_optsset': /src/sys/netinet/sctp_usrreq.c:3136: warning: cast from pointer to integer of different size The above one I will have to ask if any one of you can give me a hand.. I am not a sparcy person ;-) and the line is: on_off = (mtod(m, int)); (on_off is declared as a int on_off; a few lines above it). So what is wrong with mtod() to an int and setting that int into an int variable... I knew sparc's were big into 64 bit things .. but an int to an int is a problem???? Now the other set of errors on amd (yet another platform I don't have ahh if only I could buy more toys :-0): /src/sys/compat/freebsd32/freebsd32_proto.h:396: warning: redundant redeclaration of 'sctp_peeloff' /src/sys/sys/sysproto.h:1813: warning: previous declaration of 'sctp_peeloff' was here /src/sys/compat/freebsd32/freebsd32_proto.h:397: warning: redundant redeclaration of 'sctp_generic_sendmsg' /src/sys/sys/sysproto.h:1814: warning: previous declaration of 'sctp_generic_sendmsg' was here /src/sys/compat/freebsd32/freebsd32_proto.h:398: warning: redundant redeclaration of 'sctp_generic_sendmsg_iov' /src/sys/sys/sysproto.h:1815: warning: previous declaration of 'sctp_generic_sendmsg_iov' was here /src/sys/compat/freebsd32/freebsd32_proto.h:399: warning: redundant redeclaration of 'sctp_generic_recvmsg' /src/sys/sys/sysproto.h:1816: warning: previous declaration of 'sctp_generic_recvmsg' was here *** Error code 1 Since I don't understand the compat stuff... and for that matter this is the first time I have ever copied them in there (for the commit as it said to do in kern/syscalls.master)... Is there some thing special I am supposed to do when I put these critters in here? Are they supposed to be renamed differntly in some way?? I am clueless on this one :-0 R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell) From owner-cvs-src@FreeBSD.ORG Fri Nov 3 21:41: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 0E52416A49E; Fri, 3 Nov 2006 21:41:56 +0000 (UTC) (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 46F2043D7E; Fri, 3 Nov 2006 21:41:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3LfKHu002714; Fri, 3 Nov 2006 21:41:20 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3LfKPT002702; Fri, 3 Nov 2006 21:41:20 GMT (envelope-from ru) Message-Id: <200611032141.kA3LfKPT002702@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 3 Nov 2006 21:41: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/sys/modules/ath_rate_amrr Makefile src/sys/modules/bge Makefile src/sys/modules/nfe 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 Nov 2006 21:41:56 -0000 ru 2006-11-03 21:41:20 UTC FreeBSD src repository Modified files: sys/modules/ath_rate_amrr Makefile sys/modules/bge Makefile sys/modules/nfe Makefile Log: Remove no longer existing opt_bdg.h and opt_bge.h. Revision Changes Path 1.4 +1 -1 src/sys/modules/ath_rate_amrr/Makefile 1.5 +1 -1 src/sys/modules/bge/Makefile 1.2 +1 -1 src/sys/modules/nfe/Makefile From owner-cvs-src@FreeBSD.ORG Fri Nov 3 22:03: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 87D3216A403; Fri, 3 Nov 2006 22:03:47 +0000 (UTC) (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 3ECDE43D55; Fri, 3 Nov 2006 22:03:36 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id kA3M3Umk024822; Fri, 3 Nov 2006 17:03:31 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Randall Stewart Date: Fri, 3 Nov 2006 17:03:28 -0500 User-Agent: KMail/1.9.1 References: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> <454BB06E.40202@cisco.com> <454BB5DC.4030903@cisco.com> In-Reply-To: <454BB5DC.4030903@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611031703.29182.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 03 Nov 2006 17:03:31 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2159/Fri Nov 3 12:49:21 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, Doug Barton , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet sctp_asconf.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 Nov 2006 22:03:47 -0000 On Friday 03 November 2006 16:34, Randall Stewart wrote: > /src/sys/netinet/sctp_usrreq.c: In function `sctp_optsset': > /src/sys/netinet/sctp_usrreq.c:3136: warning: cast from pointer to > integer of different size > > > The above one I will have to ask if any one of you can give > me a hand.. I am not a sparcy person ;-) and the line is: > on_off = (mtod(m, int)); > > (on_off is declared as a int on_off; a few lines above it). mtod() returns a pointer. If you want to get an int out of the mbuf data, then maybe something like: on_off = ntohl(*mtod(m, int *))); is what you want. As it is, you are casting m->m_data (char *) to an int and returning the raw value of the data pointer into your int. :) -- John Baldwin From owner-cvs-src@FreeBSD.ORG Fri Nov 3 22:04: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 487E816A5B8; Fri, 3 Nov 2006 22:04:07 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-5.cisco.com (sj-iport-5.cisco.com [171.68.10.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3589343D45; Fri, 3 Nov 2006 22:04:05 +0000 (GMT) (envelope-from rrs@cisco.com) Received: from sj-dkim-6.cisco.com ([171.68.10.81]) by sj-iport-5.cisco.com with ESMTP; 03 Nov 2006 14:04:05 -0800 X-IronPort-AV: i="4.09,386,1157353200"; d="scan'208"; a="339288994:sNHT50634882" Received: from sj-core-3.cisco.com (sj-core-3.cisco.com [171.68.223.137]) by sj-dkim-6.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id kA3M44dQ012949; Fri, 3 Nov 2006 14:04:04 -0800 Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com [128.107.191.100]) by sj-core-3.cisco.com (8.12.10/8.12.6) with ESMTP id kA3M3BbT029733; Fri, 3 Nov 2006 14:04:04 -0800 (PST) Received: from xfe-sjc-212.amer.cisco.com ([171.70.151.187]) by xbh-sjc-231.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 3 Nov 2006 14:03:22 -0800 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-212.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 14:03:21 -0800 Message-ID: <454BBC82.3080803@cisco.com> Date: Fri, 03 Nov 2006 17:02:42 -0500 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Craig Rodrigues References: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> <454BAEF0.6050807@FreeBSD.org> <454BB06E.40202@cisco.com> <20061103212037.GA2541@crodrigues.org> In-Reply-To: <20061103212037.GA2541@crodrigues.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Nov 2006 22:03:21.0246 (UTC) FILETIME=[E02563E0:01C6FF93] DKIM-Signature: a=rsa-sha1; q=dns; l=572; t=1162591444; x=1163455444; c=relaxed/simple; s=sjdkim6002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:Randall=20Stewart=20 |Subject:Re=3A=20cvs=20commit=3A=20src/sys/netinet=20sctp_asconf.c; X=v=3Dcisco.com=3B=20h=3Ds3++GMTXezzrfs5qHwjv2yBGZ40=3D; b=fX9KudB+/+1UlrAuoSXANBTOXRywesnLXkeWnMJjvJ+WixNAucReU499FFtwYZUDJq5Hk1ll S7ZA69b2ZVusyjlEVxuwt0+ev7mYklRLADiO6Mp+ItCaLlVkS0hZV+a2; Authentication-Results: sj-dkim-6.cisco.com; header.From=rrs@cisco.com; dkim=pass ( sig from cisco.com verified; ); Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_asconf.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 Nov 2006 22:04:07 -0000 Craig Rodrigues wrote: > On Fri, Nov 03, 2006 at 04:11:10PM -0500, Randall Stewart wrote: > >>I am not seeing a build problem in x86 land.. I just got a complete >>cvsup now.. and made sure this all builds.. (with option SCTP)... > > > To approximate what the tinderbox is doing, you should build > with a LINT config file, i.e. > cd /usr/src/sys/[arch]/config > make LINT > cd /usr/src > make buildkernel KERNCONF=LINT > Thanks Craig... I will try that.. R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell) From owner-cvs-src@FreeBSD.ORG Fri Nov 3 22:19: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 DABB016A558; Fri, 3 Nov 2006 22:19:57 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CE743D5E; Fri, 3 Nov 2006 22:19:01 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 466556091; Sat, 4 Nov 2006 01:19:00 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 248F26086; Sat, 4 Nov 2006 01:19:00 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kA3MJ06L055501; Sat, 4 Nov 2006 01:19:00 +0300 (MSK) (envelope-from ru) Date: Sat, 4 Nov 2006 01:19:00 +0300 From: Ruslan Ermilov To: Randall Stewart Message-ID: <20061103221900.GC1845@rambler-co.ru> References: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> <454BAEF0.6050807@FreeBSD.org> <454BB06E.40202@cisco.com> <454BB5DC.4030903@cisco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bKyqfOwhbdpXa4YI" Content-Disposition: inline In-Reply-To: <454BB5DC.4030903@cisco.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet sctp_asconf.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 Nov 2006 22:19:58 -0000 --bKyqfOwhbdpXa4YI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 03, 2006 at 04:34:20PM -0500, Randall Stewart wrote: > Ok I just went and looked at these.. >=20 > I fixed easily: >=20 > /src/sys/netinet/sctp_usrreq.c: In function `sctp_disconnect': > /src/sys/netinet/sctp_usrreq.c:1138: warning: cast from pointer to=20 > integer of different size > /src/sys/netinet/sctp_usrreq.c: In function `sctp_shutdown': > /src/sys/netinet/sctp_usrreq.c:1279: warning: cast from pointer to=20 > integer of different size >=20 > The above two are just a silly printf.. and casting a pointer > to a (u_int)... ok.. no need for the pointer print anyway.. so > I can remove it easily... >=20 Pointers should be printed with %p. > /src/sys/netinet/sctp_usrreq.c: In function `sctp_optsset': > /src/sys/netinet/sctp_usrreq.c:3136: warning: cast from pointer to=20 > integer of different size >=20 >=20 > The above one I will have to ask if any one of you can give > me a hand.. I am not a sparcy person ;-) and the line is: > on_off =3D (mtod(m, int)); >=20 mtod() returns a pointer to a data area casted to some type; in this case you probably want it casted to an "int *" and extracted, i.e. "on_off =3D *(mtod(m, int *))". > Now the other set of errors on amd (yet another platform I don't have > ahh if only I could buy more toys :-0): >=20 You don't need to have it physically to at least test compile; "make universe" is there to test all of them. > /src/sys/compat/freebsd32/freebsd32_proto.h:396: warning: redundant=20 > redeclaration of 'sctp_peeloff' > /src/sys/sys/sysproto.h:1813: warning: previous declaration of=20 > 'sctp_peeloff' was here > /src/sys/compat/freebsd32/freebsd32_proto.h:397: warning: redundant=20 > redeclaration of 'sctp_generic_sendmsg' > /src/sys/sys/sysproto.h:1814: warning: previous declaration of=20 > 'sctp_generic_sendmsg' was here > /src/sys/compat/freebsd32/freebsd32_proto.h:398: warning: redundant=20 > redeclaration of 'sctp_generic_sendmsg_iov' > /src/sys/sys/sysproto.h:1815: warning: previous declaration of=20 > 'sctp_generic_sendmsg_iov' was here > /src/sys/compat/freebsd32/freebsd32_proto.h:399: warning: redundant=20 > redeclaration of 'sctp_generic_recvmsg' > /src/sys/sys/sysproto.h:1816: warning: previous declaration of=20 > 'sctp_generic_recvmsg' was here > *** Error code 1 >=20 This one I've already fixed. > Since I don't understand the compat stuff... and for that matter > this is the first time I have ever copied them in there (for the > commit as it said to do in kern/syscalls.master)... Is there some > thing special I am supposed to do when I put these critters in here? >=20 > Are they supposed to be renamed differntly in some way?? >=20 They're not supposed to be redeclared. I haven't looked if what you have in compat32/syscalls.master will work, but it's at least clear now that it hasn't been tested. To test it, you'd set up an amd64 box with SCTP and try to run a 32-bit application that calls these syscalls, and make sure they work. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --bKyqfOwhbdpXa4YI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFS8BUqRfpzJluFF4RAg1tAJwIc4QpDP8wQLq3lh0Lr7Htb4mO1wCZAWtC Sh0/Q1iSrCIHYbG2ZhJsMPg= =VxUF -----END PGP SIGNATURE----- --bKyqfOwhbdpXa4YI-- From owner-cvs-src@FreeBSD.ORG Fri Nov 3 22:20: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 C253A16A5A7; Fri, 3 Nov 2006 22:20:41 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-1.cisco.com (sj-iport-1-in.cisco.com [171.71.176.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7251E43D8F; Fri, 3 Nov 2006 22:19:56 +0000 (GMT) (envelope-from rrs@cisco.com) Received: from sj-dkim-1.cisco.com ([171.71.179.21]) by sj-iport-1.cisco.com with ESMTP; 03 Nov 2006 14:19:48 -0800 X-IronPort-AV: i="4.09,386,1157353200"; d="scan'208"; a="754484722:sNHT46935368" Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238]) by sj-dkim-1.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id kA3MJmQP028360; Fri, 3 Nov 2006 14:19:48 -0800 Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com [128.107.191.100]) by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id kA3MJlW4022786; Fri, 3 Nov 2006 14:19:47 -0800 (PST) Received: from xfe-sjc-211.amer.cisco.com ([171.70.151.174]) by xbh-sjc-231.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 3 Nov 2006 14:19:47 -0800 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 14:19:47 -0800 Message-ID: <454BC05D.1010009@cisco.com> Date: Fri, 03 Nov 2006 17:19:09 -0500 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> <454BB06E.40202@cisco.com> <454BB5DC.4030903@cisco.com> <200611031703.29182.jhb@freebsd.org> In-Reply-To: <200611031703.29182.jhb@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Nov 2006 22:19:47.0445 (UTC) FILETIME=[2BF76A50:01C6FF96] DKIM-Signature: a=rsa-sha1; q=dns; l=524; t=1162592388; x=1163456388; c=relaxed/simple; s=sjdkim1002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:Randall=20Stewart=20 |Subject:Re=3A=20cvs=20commit=3A=20src/sys/netinet=20sctp_asconf.c; X=v=3Dcisco.com=3B=20h=3Ds3++GMTXezzrfs5qHwjv2yBGZ40=3D; b=YmGAMiFX4YQue6Di8sfG7vPRwUiMDz7PhG4693UNsXmPbjuz11LLyHx6ozWIh7v3k+Aw7FT8 xo4VmlJ+hEl9AUoVspLvFB0XJ/lYHOoarXMx0KYeUjr9pqyrp2HPaNic; Authentication-Results: sj-dkim-1.cisco.com; header.From=rrs@cisco.com; dkim=pass ( sig from cisco.com verified; ); Cc: cvs-src@freebsd.org, Doug Barton , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet sctp_asconf.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 Nov 2006 22:20:42 -0000 John Baldwin wrote: > mtod() returns a pointer. If you want to get an int out of the > mbuf data, then maybe something like: > > on_off = ntohl(*mtod(m, int *))); > > is what you want. As it is, you are casting m->m_data (char *) to an int and > returning the raw value of the data pointer into your int. :) > Hmm.. then there may be other places I am using this wrong.. I will have to go take a look .. R -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell) From owner-cvs-src@FreeBSD.ORG Fri Nov 3 22: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 498A616A509; Fri, 3 Nov 2006 22:30:51 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id E563043D75; Fri, 3 Nov 2006 22:30:25 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id F074C6086; Sat, 4 Nov 2006 01:30:15 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id CDEAE5C38; Sat, 4 Nov 2006 01:30:15 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kA3MUGu7055759; Sat, 4 Nov 2006 01:30:16 +0300 (MSK) (envelope-from ru) Date: Sat, 4 Nov 2006 01:30:16 +0300 From: Ruslan Ermilov To: John Baldwin Message-ID: <20061103223016.GA55720@rambler-co.ru> References: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> <454BB06E.40202@cisco.com> <454BB5DC.4030903@cisco.com> <200611031703.29182.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <200611031703.29182.jhb@freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: cvs-src@freebsd.org, Randall Stewart , Doug Barton , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet sctp_asconf.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 Nov 2006 22:30:51 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 03, 2006 at 05:03:28PM -0500, John Baldwin wrote: > On Friday 03 November 2006 16:34, Randall Stewart wrote: > > /src/sys/netinet/sctp_usrreq.c: In function `sctp_optsset': > > /src/sys/netinet/sctp_usrreq.c:3136: warning: cast from pointer to=20 > > integer of different size > >=20 > >=20 > > The above one I will have to ask if any one of you can give > > me a hand.. I am not a sparcy person ;-) and the line is: > > on_off =3D (mtod(m, int)); > >=20 > > (on_off is declared as a int on_off; a few lines above it). >=20 > mtod() returns a pointer. If you want to get an int out of the > mbuf data, then maybe something like: >=20 > on_off =3D ntohl(*mtod(m, int *))); >=20 > is what you want. As it is, you are casting m->m_data (char *) to an int= and=20 > returning the raw value of the data pointer into your int. :) >=20 This is the setsockopt()/getsockopt() backend, so it looks like no ntohl() is actually necessary. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFS8L3qRfpzJluFF4RAtB6AJ9FQTvo0I10fvTYh5UdOBqubXvRPQCdEo2g Z4ZgZq8d7VhHVa1rcxr7gm4= =mx6f -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV-- From owner-cvs-src@FreeBSD.ORG Fri Nov 3 22:39: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 F0C2216A417; Fri, 3 Nov 2006 22:39:35 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from sj-iport-6.cisco.com (sj-iport-6.cisco.com [171.71.176.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC96B43D7C; Fri, 3 Nov 2006 22:39:14 +0000 (GMT) (envelope-from rrs@cisco.com) Received: from sj-dkim-2.cisco.com ([171.71.179.186]) by sj-iport-6.cisco.com with ESMTP; 03 Nov 2006 14:39:14 -0800 X-IronPort-AV: i="4.09,386,1157353200"; d="scan'208"; a="85267593:sNHT50195007" Received: from sj-core-5.cisco.com (sj-core-5.cisco.com [171.71.177.238]) by sj-dkim-2.cisco.com (8.12.11.20060308/8.12.11) with ESMTP id kA3MdEZ3005098; Fri, 3 Nov 2006 14:39:14 -0800 Received: from xbh-sjc-211.amer.cisco.com (xbh-sjc-211.cisco.com [171.70.151.144]) by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id kA3MdEW4006994; Fri, 3 Nov 2006 14:39:14 -0800 (PST) Received: from xfe-sjc-211.amer.cisco.com ([171.70.151.174]) by xbh-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 14:39:14 -0800 Received: from [127.0.0.1] ([171.68.225.134]) by xfe-sjc-211.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 3 Nov 2006 14:39:13 -0800 Message-ID: <454BC4E9.9080708@cisco.com> Date: Fri, 03 Nov 2006 17:38:33 -0500 From: Randall Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200611031948.kA3JmuZ6072620@repoman.freebsd.org> <454BB06E.40202@cisco.com> <454BB5DC.4030903@cisco.com> <200611031703.29182.jhb@freebsd.org> <20061103223016.GA55720@rambler-co.ru> In-Reply-To: <20061103223016.GA55720@rambler-co.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Nov 2006 22:39:13.0960 (UTC) FILETIME=[E3437A80:01C6FF98] DKIM-Signature: a=rsa-sha1; q=dns; l=1102; t=1162593554; x=1163457554; c=relaxed/simple; s=sjdkim2002; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=rrs@cisco.com; z=From:Randall=20Stewart=20 |Subject:Re=3A=20cvs=20commit=3A=20src/sys/netinet=20sctp_asconf.c; X=v=3Dcisco.com=3B=20h=3Ds3++GMTXezzrfs5qHwjv2yBGZ40=3D; b=wuExRl8MewwNxdDBZtrjV8U/QdeQvS9r4Rg/jg2zO4UfwDBc7OS7fo13gCJLoOZohFRB6pmI IY/DZXc3iN9jjjWJiw51e3MrQCUY57FegsidqzwmxDcut6lS7u/mggoY; Authentication-Results: sj-dkim-2.cisco.com; header.From=rrs@cisco.com; dkim=pass ( sig from cisco.com verified; ); Cc: cvs-src@freebsd.org, Doug Barton , src-committers@freebsd.org, cvs-all@freebsd.org, John Baldwin Subject: Re: cvs commit: src/sys/netinet sctp_asconf.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 Nov 2006 22:39:36 -0000 Ruslan Ermilov wrote: > On Fri, Nov 03, 2006 at 05:03:28PM -0500, John Baldwin wrote: > >>On Friday 03 November 2006 16:34, Randall Stewart wrote: >> >>>/src/sys/netinet/sctp_usrreq.c: In function `sctp_optsset': >>>/src/sys/netinet/sctp_usrreq.c:3136: warning: cast from pointer to >>>integer of different size >>> >>> >>>The above one I will have to ask if any one of you can give >>>me a hand.. I am not a sparcy person ;-) and the line is: >>> on_off = (mtod(m, int)); >>> >>>(on_off is declared as a int on_off; a few lines above it). >> >>mtod() returns a pointer. If you want to get an int out of the >>mbuf data, then maybe something like: >> >> on_off = ntohl(*mtod(m, int *))); >> >>is what you want. As it is, you are casting m->m_data (char *) to an int and >>returning the raw value of the data pointer into your int. :) >> > > This is the setsockopt()/getsockopt() backend, so it looks like > no ntohl() is actually necessary. > > yep.. R > Cheers, -- Randall Stewart NSSTG - Cisco Systems Inc. 803-345-0369 803-317-4952 (cell) From owner-cvs-src@FreeBSD.ORG Fri Nov 3 23:04: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 335B616A407; Fri, 3 Nov 2006 23:04:01 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D92643D9E; Fri, 3 Nov 2006 23:03:47 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3N3k7W019856; Fri, 3 Nov 2006 23:03:46 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3N3kFq019855; Fri, 3 Nov 2006 23:03:46 GMT (envelope-from jb) Message-Id: <200611032303.kA3N3kFq019855@repoman.freebsd.org> From: John Birrell Date: Fri, 3 Nov 2006 23:03: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/sun4v/include elf.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 Nov 2006 23:04:01 -0000 jb 2006-11-03 23:03:46 UTC FreeBSD src repository Modified files: sys/sun4v/include elf.h Log: The relocation definitions are now defined in the machine independent elf_common.h so that one arch can identify relocations on another arch. Revision Changes Path 1.2 +0 -84 src/sys/sun4v/include/elf.h From owner-cvs-src@FreeBSD.ORG Fri Nov 3 23:04: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 AD41816A417; Fri, 3 Nov 2006 23:04:40 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C53543D67; Fri, 3 Nov 2006 23:04:34 +0000 (GMT) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3N4YMX019912; Fri, 3 Nov 2006 23:04:34 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3N4Ygn019911; Fri, 3 Nov 2006 23:04:34 GMT (envelope-from rrs) Message-Id: <200611032304.kA3N4Ygn019911@repoman.freebsd.org> From: Randall Stewart Date: Fri, 3 Nov 2006 23:04: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/netinet sctp_input.c sctp_pcb.c sctp_timer.c sctp_usrreq.c sctputil.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 Nov 2006 23:04:40 -0000 rrs 2006-11-03 23:04:34 UTC FreeBSD src repository Modified files: sys/netinet sctp_input.c sctp_pcb.c sctp_timer.c sctp_usrreq.c sctputil.c Log: More 64 bit pointer fun. %p changed in multiple prints the mtod() was also fixed. Revision Changes Path 1.2 +1 -1 src/sys/netinet/sctp_input.c 1.2 +1 -1 src/sys/netinet/sctp_pcb.c 1.2 +2 -2 src/sys/netinet/sctp_timer.c 1.3 +1 -1 src/sys/netinet/sctp_usrreq.c 1.2 +2 -2 src/sys/netinet/sctputil.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 23:33: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 EEE5116A47E; Fri, 3 Nov 2006 23:33:48 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 659E743D90; Fri, 3 Nov 2006 23:33:41 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3NXfQ7024547; Fri, 3 Nov 2006 23:33:41 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3NXf8N024546; Fri, 3 Nov 2006 23:33:41 GMT (envelope-from kmacy) Message-Id: <200611032333.kA3NXf8N024546@repoman.freebsd.org> From: Kip Macy Date: Fri, 3 Nov 2006 23:33: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/sparc64/sparc64 genassym.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 Nov 2006 23:33:49 -0000 kmacy 2006-11-03 23:33:40 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 genassym.c Log: make pcb pad area accessible from asm Approved by: scottl (standing in for rwatson as mentor) Revision Changes Path 1.63 +2 -0 src/sys/sparc64/sparc64/genassym.c From owner-cvs-src@FreeBSD.ORG Fri Nov 3 23:41: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 53B0D16A407; Fri, 3 Nov 2006 23:41:58 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A07743D66; Fri, 3 Nov 2006 23:41:54 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3NfsLB025946; Fri, 3 Nov 2006 23:41:54 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3Nfs3Q025944; Fri, 3 Nov 2006 23:41:54 GMT (envelope-from kmacy) Message-Id: <200611032341.kA3Nfs3Q025944@repoman.freebsd.org> From: Kip Macy Date: Fri, 3 Nov 2006 23: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/sun4v/include trap.h utrap.h src/sys/sun4v/sun4v exception.S trap.c wbuf.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: Fri, 03 Nov 2006 23:41:58 -0000 kmacy 2006-11-03 23:41:54 UTC FreeBSD src repository Modified files: sys/sun4v/include trap.h utrap.h sys/sun4v/sun4v exception.S trap.c wbuf.S Log: - map hardware trap numbers to those used by by sparc64 for inter-compatibility and to make user-level trap handlers work - add new trap entry to trap table to enable fast fetching of floating point trap context - remove unused debug code - map unimplemented floating point trap to SIGFPE Approved by: scottl (standing in for mentor rwatson) Revision Changes Path 1.2 +86 -83 src/sys/sun4v/include/trap.h 1.2 +1 -0 src/sys/sun4v/include/utrap.h 1.3 +88 -38 src/sys/sun4v/sun4v/exception.S 1.3 +16 -11 src/sys/sun4v/sun4v/trap.c 1.2 +12 -2 src/sys/sun4v/sun4v/wbuf.S From owner-cvs-src@FreeBSD.ORG Fri Nov 3 23:43: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 48F0216A492; Fri, 3 Nov 2006 23:43:19 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0433F43D45; Fri, 3 Nov 2006 23:43:19 +0000 (GMT) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA3NhI8f026439; Fri, 3 Nov 2006 23:43:18 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from kmacy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA3NhI4U026438; Fri, 3 Nov 2006 23:43:18 GMT (envelope-from kmacy) Message-Id: <200611032343.kA3NhI4U026438@repoman.freebsd.org> From: Kip Macy Date: Fri, 3 Nov 2006 23:43: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/lib/libc/sparc64/sys Makefile.inc __sparc_utrap_gen.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: Fri, 03 Nov 2006 23:43:19 -0000 kmacy 2006-11-03 23:43:18 UTC FreeBSD src repository Modified files: lib/libc/sparc64/sys Makefile.inc __sparc_utrap_gen.S Log: - change ABI for user trap handler for sun4v (eventually will sync sparc64 no hardware set up to test at the moment) Approved by: scottl (standing in for mentor rwatson) Revision Changes Path 1.10 +3 -0 src/lib/libc/sparc64/sys/Makefile.inc 1.5 +4 -0 src/lib/libc/sparc64/sys/__sparc_utrap_gen.S From owner-cvs-src@FreeBSD.ORG Sat Nov 4 00: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 D2DB916A53A; Sat, 4 Nov 2006 00:27:14 +0000 (UTC) (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 8A26743D46; Sat, 4 Nov 2006 00:27:14 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA40REB8034266; Sat, 4 Nov 2006 00:27:14 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA40REBw034265; Sat, 4 Nov 2006 00:27:14 GMT (envelope-from trhodes) Message-Id: <200611040027.kA40REBw034265@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 4 Nov 2006 00:27: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/sbin/kldload kldload.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 Nov 2006 00:27:14 -0000 trhodes 2006-11-04 00:27:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sbin/kldload kldload.8 Log: MFC: Remove mention of "lomac" as it's been gone for a good while now (at least two years). Revision Changes Path 1.25 +2 -2 src/sbin/kldload/kldload.8 Approved by: re (bmah) Revision Changes Path 1.22.2.2 +2 -2 src/sbin/kldload/kldload.8 From owner-cvs-src@FreeBSD.ORG Sat Nov 4 01:45: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 E138016A412; Sat, 4 Nov 2006 01:45:52 +0000 (UTC) (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 C746143D46; Sat, 4 Nov 2006 01:45:50 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA41joWU054112; Sat, 4 Nov 2006 01:45:50 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA41joYU054111; Sat, 4 Nov 2006 01:45:50 GMT (envelope-from trhodes) Message-Id: <200611040145.kA41joYU054111@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 4 Nov 2006 01:45: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/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: Sat, 04 Nov 2006 01:45:53 -0000 trhodes 2006-11-04 01:45:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/ufs/ffs ffs_softdep.c Log: MFC 1.197: Provide a less cryptic panic message in place of just "found inode." Approved by: re (hrs) Revision Changes Path 1.181.2.14 +2 -1 src/sys/ufs/ffs/ffs_softdep.c From owner-cvs-src@FreeBSD.ORG Sat Nov 4 02:02: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 125EF16A4AB; Sat, 4 Nov 2006 02:02:31 +0000 (UTC) (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 6F83943DD7; Sat, 4 Nov 2006 02:02:04 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA421s7Y056936; Sat, 4 Nov 2006 02:01:54 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA421rMh056934; Sat, 4 Nov 2006 02:01:53 GMT (envelope-from bmah) Message-Id: <200611040201.kA421rMh056934@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 4 Nov 2006 02:01: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/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: Sat, 04 Nov 2006 02:02:31 -0000 bmah 2006-11-04 02:01:53 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Updated release note: em(4) 6.2.9. Revision Changes Path 1.982 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sat Nov 4 04:39: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 41C6616A40F; Sat, 4 Nov 2006 04:39:06 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7CC443D53; Sat, 4 Nov 2006 04:39:05 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA44d5rS085900; Sat, 4 Nov 2006 04:39:05 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA44d5TW085899; Sat, 4 Nov 2006 04:39:05 GMT (envelope-from jb) Message-Id: <200611040439.kA44d5TW085899@repoman.freebsd.org> From: John Birrell Date: Sat, 4 Nov 2006 04:39: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/mk bsd.sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 04:39:06 -0000 jb 2006-11-04 04:39:05 UTC FreeBSD src repository Modified files: share/mk bsd.sys.mk Log: Allow a makefile to set IGNORE_PRAGMA so that OpenSolaris code can be built with other gcc warnings enabled. Every Solaris source file has a #pragma ident in it. We can just ignore those definitions. Revision Changes Path 1.39 +4 -0 src/share/mk/bsd.sys.mk From owner-cvs-src@FreeBSD.ORG Sat Nov 4 04: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 53DD216A412; Sat, 4 Nov 2006 04:58:16 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E661943D70; Sat, 4 Nov 2006 04:58:12 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA44wADV097087; Sat, 4 Nov 2006 04:58:10 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA44wAKN097086; Sat, 4 Nov 2006 04:58:10 GMT (envelope-from jb) Message-Id: <200611040458.kA44wAKN097086@repoman.freebsd.org> From: John Birrell Date: Sat, 4 Nov 2006 04:58: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/sys/amd64/conf DEFAULTS src/sys/i386/conf DEFAULTS src/sys/ia64/conf DEFAULTS src/sys/pc98/conf DEFAULTS src/sys/powerpc/conf DEFAULTS src/sys/sparc64/conf DEFAULTS src/sys/sparc64/sparc64 machdep.c src/sys/sun4v/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 04:58:16 -0000 jb 2006-11-04 04:58:10 UTC FreeBSD src repository Modified files: sys/amd64/conf DEFAULTS sys/i386/conf DEFAULTS sys/ia64/conf DEFAULTS sys/pc98/conf DEFAULTS sys/powerpc/conf DEFAULTS sys/sparc64/conf DEFAULTS sys/sparc64/sparc64 machdep.c sys/sun4v/conf DEFAULTS Log: Build in kernel support for loading DTrace modules by default. This adds the hooks that DTrace modules register with, and adds a few functions which have the dtrace_ prefix to allow the DTrace FBT (function boundary trace) provider to avoid tracing because they are called from the DTtrace probe context. Unlike other forms of tracing and debug, DTrace support in the kernel incurs negligible run-time cost. I think the only reason why anyone wouldn't want to have kernel support enabled for DTrace would be due to the license (CDDL) under which DTrace is released. Revision Changes Path 1.8 +3 -0 src/sys/amd64/conf/DEFAULTS 1.8 +3 -0 src/sys/i386/conf/DEFAULTS 1.8 +3 -0 src/sys/ia64/conf/DEFAULTS 1.8 +3 -0 src/sys/pc98/conf/DEFAULTS 1.6 +3 -0 src/sys/powerpc/conf/DEFAULTS 1.8 +3 -0 src/sys/sparc64/conf/DEFAULTS 1.131 +6 -6 src/sys/sparc64/sparc64/machdep.c 1.3 +3 -0 src/sys/sun4v/conf/DEFAULTS From owner-cvs-src@FreeBSD.ORG Sat Nov 4 05:27: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 026D616A403; Sat, 4 Nov 2006 05:27:22 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFBC243D60; Sat, 4 Nov 2006 05:27:21 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA45RLLJ003075; Sat, 4 Nov 2006 05:27:21 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA45RLbg003074; Sat, 4 Nov 2006 05:27:21 GMT (envelope-from jb) Message-Id: <200611040527.kA45RLbg003074@repoman.freebsd.org> From: John Birrell Date: Sat, 4 Nov 2006 05:27: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/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: Sat, 04 Nov 2006 05:27:22 -0000 jb 2006-11-04 05:27:21 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 machdep.c Log: Backout the previous change. It was not intended to be part of the commit and, while something like that is probably required for sparc64, it hadn't been tested. Revision Changes Path 1.132 +6 -6 src/sys/sparc64/sparc64/machdep.c From owner-cvs-src@FreeBSD.ORG Sat Nov 4 05:39: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 7C42316A416; Sat, 4 Nov 2006 05:39:40 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB73B43D7D; Sat, 4 Nov 2006 05:39:39 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA45dd4h004686; Sat, 4 Nov 2006 05:39:39 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA45dd3Y004685; Sat, 4 Nov 2006 05:39:39 GMT (envelope-from jb) Message-Id: <200611040539.kA45dd3Y004685@repoman.freebsd.org> From: John Birrell Date: Sat, 4 Nov 2006 05:39: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/netinet sctp_pcb.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 Nov 2006 05:39:40 -0000 jb 2006-11-04 05:39:39 UTC FreeBSD src repository Modified files: sys/netinet sctp_pcb.c Log: Remove a bogus cast in an attempt to fix the tinderbox builds on lots of arches. Revision Changes Path 1.3 +2 -2 src/sys/netinet/sctp_pcb.c From owner-cvs-src@FreeBSD.ORG Sat Nov 4 06:56: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 377D016A403; Sat, 4 Nov 2006 06:56:52 +0000 (UTC) (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 E5EB143D55; Sat, 4 Nov 2006 06:56:51 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA46upUd017909; Sat, 4 Nov 2006 06:56:51 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA46upfL017908; Sat, 4 Nov 2006 06:56:51 GMT (envelope-from imp) Message-Id: <200611040656.kA46upfL017908@repoman.freebsd.org> From: Warner Losh Date: Sat, 4 Nov 2006 06:56: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/dev/pci 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: Sat, 04 Nov 2006 06:56:52 -0000 imp 2006-11-04 06:56:51 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Doh! Actually commit checking against NULL for res. Noticed by: dougb@ Revision Changes Path 1.319 +5 -5 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Sat Nov 4 07:53: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 784C516A415; Sat, 4 Nov 2006 07:53:31 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40B9143D7F; Sat, 4 Nov 2006 07:53:27 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA47rRCB028119; Sat, 4 Nov 2006 07:53:27 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA47rReN028118; Sat, 4 Nov 2006 07:53:27 GMT (envelope-from dougb) Message-Id: <200611040753.kA47rReN028118@repoman.freebsd.org> From: Doug Barton Date: Sat, 4 Nov 2006 07:53:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: ISC Cc: Subject: cvs commit: src/contrib/bind9 - 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 Nov 2006 07:53:31 -0000 dougb 2006-11-04 07:53:26 UTC FreeBSD src repository src/contrib/bind9 - Imported sources Update of /home/ncvs/src/contrib/bind9 In directory repoman.freebsd.org:/tmp/cvs-serv28030 Log Message: Update to version 9.3.2-P2, which addresses the vulnerability announced by ISC dated 31 October (delivered via e-mail to the bind-announce@isc.org list on 2 November): Description: Because of OpenSSL's recently announced vulnerabilities (CAN-2006-4339, CVE-2006-2937 and CVE-2006-2940) which affect named, we are announcing this workaround and releasing patches. A proof of concept attack on OpenSSL has been demonstrated for CAN-2006-4339. OpenSSL is required to use DNSSEC with BIND. Fix for version 9.3.2-P1 and lower: Upgrade to BIND 9.3.2-P2, then generate new RSASHA1 and RSAMD5 keys for all old keys using the old default exponent and perform a key rollover to these new keys. These versions also change the default RSA exponent to be 65537 which is not vulnerable to the attacks described in CAN-2006-4339. Status: Vendor Tag: ISC Release Tags: BIND_9_3_2_P2 U src/contrib/bind9/version U src/contrib/bind9/configure.in U src/contrib/bind9/CHANGES U src/contrib/bind9/bin/named/query.c U src/contrib/bind9/lib/dns/resolver.c U src/contrib/bind9/lib/dns/opensslrsa_link.c No conflicts created by this import From owner-cvs-src@FreeBSD.ORG Sat Nov 4 08:19: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 A59FE16A4B3; Sat, 4 Nov 2006 08:19:03 +0000 (UTC) (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 420BC43D5D; Sat, 4 Nov 2006 08:19:03 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA48J3lH033020; Sat, 4 Nov 2006 08:19:03 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA48J3oh033019; Sat, 4 Nov 2006 08:19:03 GMT (envelope-from ru) Message-Id: <200611040819.kA48J3oh033019@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 4 Nov 2006 08:19:02 +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 sctp_input.c sctp_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 Nov 2006 08:19:03 -0000 ru 2006-11-04 08:19:02 UTC FreeBSD src repository Modified files: sys/netinet sctp_input.c sctp_timer.c Log: Remove bogus casts that Randall for some reason didn't borrow from my supplied patch. Revision Changes Path 1.3 +1 -1 src/sys/netinet/sctp_input.c 1.3 +1 -1 src/sys/netinet/sctp_timer.c From owner-cvs-src@FreeBSD.ORG Sat Nov 4 08:45: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 00A4116A417; Sat, 4 Nov 2006 08:45:56 +0000 (UTC) (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 4EEBD43D78; Sat, 4 Nov 2006 08:45:51 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA48joPw037557; Sat, 4 Nov 2006 08:45:50 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA48joWY037556; Sat, 4 Nov 2006 08:45:50 GMT (envelope-from ru) Message-Id: <200611040845.kA48joWY037556@repoman.freebsd.org> From: Ruslan Ermilov Date: Sat, 4 Nov 2006 08:45: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/netinet sctp_crc32.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 Nov 2006 08:45:56 -0000 ru 2006-11-04 08:45:50 UTC FreeBSD src repository Modified files: sys/netinet sctp_crc32.c Log: Fix pointer arithmetic to be 64-bit friendly. Revision Changes Path 1.2 +1 -1 src/sys/netinet/sctp_crc32.c From owner-cvs-src@FreeBSD.ORG Sat Nov 4 09:12: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 09E6416A4E0; Sat, 4 Nov 2006 09:12:04 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AFE343D45; Sat, 4 Nov 2006 09:11:57 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 7323D386C08; Sat, 4 Nov 2006 09:11:28 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id C69ED11434; Sat, 4 Nov 2006 10:11:56 +0100 (CET) Date: Sat, 4 Nov 2006 10:11:56 +0100 From: "Simon L. Nielsen" To: John Birrell Message-ID: <20061104091155.GA12770@zaphod.nitro.dk> References: <200611040458.kA44wAKN097086@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611040458.kA44wAKN097086@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf DEFAULTS src/sys/i386/conf DEFAULTS src/sys/ia64/conf DEFAULTS src/sys/pc98/conf DEFAULTS src/sys/powerpc/conf DEFAULTS src/sys/sparc64/conf DEFAULTS src/sys/sparc64/sparc64 machdep.c src/sys/sun4v/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 09:12:04 -0000 On 2006.11.04 04:58:10 +0000, John Birrell wrote: > jb 2006-11-04 04:58:10 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/conf DEFAULTS > sys/i386/conf DEFAULTS > sys/ia64/conf DEFAULTS > sys/pc98/conf DEFAULTS > sys/powerpc/conf DEFAULTS > sys/sparc64/conf DEFAULTS > sys/sparc64/sparc64 machdep.c > sys/sun4v/conf DEFAULTS > Log: > Build in kernel support for loading DTrace modules by default. This > adds the hooks that DTrace modules register with, and adds a few functions > which have the dtrace_ prefix to allow the DTrace FBT (function boundary > trace) provider to avoid tracing because they are called from the DTtrace > probe context. Why isn't it just in GENERIC so people can easily disable it if they like? I thought DEFAULTS was just meant for things which caused users pain (and people answering support mails...) if they accidentally missed the option? I don't really see DTrace falling in that category. On a side note, I think it's really great with the DTrace support and I look forward to trying it out. Thanks for working on it! -- Simon L. Nielsen From owner-cvs-src@FreeBSD.ORG Sat Nov 4 09:35: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 900DD16A407; Sat, 4 Nov 2006 09:35:37 +0000 (UTC) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C6C143D58; Sat, 4 Nov 2006 09:35:37 +0000 (GMT) (envelope-from danger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA49Za7O054712; Sat, 4 Nov 2006 09:35:36 GMT (envelope-from danger@repoman.freebsd.org) Received: (from danger@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA49ZapG054711; Sat, 4 Nov 2006 09:35:36 GMT (envelope-from danger) Message-Id: <200611040935.kA49ZapG054711@repoman.freebsd.org> From: Daniel Gerzo Date: Sat, 4 Nov 2006 09:35: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/libc/sys clock_gettime.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: Sat, 04 Nov 2006 09:35:37 -0000 danger 2006-11-04 09:35:36 UTC FreeBSD src repository (doc committer) Modified files: lib/libc/sys clock_gettime.2 Log: - clock_gettime is in time.h instead of sys/time.h Approved by: trhodes (mentor), keramida (mentor) PR: docs/104707 MFC-after: 3 days Revision Changes Path 1.23 +3 -3 src/lib/libc/sys/clock_gettime.2 From owner-cvs-src@FreeBSD.ORG Sat Nov 4 09:42: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 1C24016A415; Sat, 4 Nov 2006 09:42:23 +0000 (UTC) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4ED043D55; Sat, 4 Nov 2006 09:42:22 +0000 (GMT) (envelope-from lawrance@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA49gMs8055861; Sat, 4 Nov 2006 09:42:22 GMT (envelope-from lawrance@repoman.freebsd.org) Received: (from lawrance@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA49gMdD055850; Sat, 4 Nov 2006 09:42:22 GMT (envelope-from lawrance) Message-Id: <200611040942.kA49gMdD055850@repoman.freebsd.org> From: Sam Lawrance Date: Sat, 4 Nov 2006 09:42: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/lib/libc/net gethostbyname.3 resolver.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 Nov 2006 09:42:23 -0000 lawrance 2006-11-04 09:42:22 UTC FreeBSD src repository (ports committer) Modified files: lib/libc/net gethostbyname.3 resolver.3 Log: Document return values for res_query and res_search. h_errno is not an extern int, just a macro providing an integer lvalue. PR: doc/50573 Submitted by: Ronald F.Guilmette Reviewed by: trhodes MFC after: 3 days Revision Changes Path 1.37 +2 -2 src/lib/libc/net/gethostbyname.3 1.32 +15 -1 src/lib/libc/net/resolver.3 From owner-cvs-src@FreeBSD.ORG Sat Nov 4 10:08: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 2A62D16A403; Sat, 4 Nov 2006 10:08:17 +0000 (UTC) (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 D4AFA43D5F; Sat, 4 Nov 2006 10:08:16 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA4A8GsQ060899; Sat, 4 Nov 2006 10:08:16 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA4A8G4x060898; Sat, 4 Nov 2006 10:08:16 GMT (envelope-from trhodes) Message-Id: <200611041008.kA4A8G4x060898@repoman.freebsd.org> From: Tom Rhodes Date: Sat, 4 Nov 2006 10: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/share/man/man3 pthread_cond_init.3 pthread_create.3 pthread_mutex_init.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 Nov 2006 10:08:17 -0000 trhodes 2006-11-04 10:08:16 UTC FreeBSD src repository Modified files: share/man/man3 pthread_cond_init.3 pthread_create.3 pthread_mutex_init.3 Log: Xref pthread_condattr.3, pthread_attr.3, and pthread_mutexattr.3. PR: 60679 Submitted by: roam (with minor modifications) Revision Changes Path 1.17 +2 -1 src/share/man/man3/pthread_cond_init.3 1.23 +2 -1 src/share/man/man3/pthread_create.3 1.17 +2 -1 src/share/man/man3/pthread_mutex_init.3 From owner-cvs-src@FreeBSD.ORG Sat Nov 4 10:41: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 D96B016A403; Sat, 4 Nov 2006 10:41:00 +0000 (UTC) (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 8B3A543D72; Sat, 4 Nov 2006 10:40:59 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA4AexMG065873; Sat, 4 Nov 2006 10:40:59 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA4Aex9g065872; Sat, 4 Nov 2006 10:40:59 GMT (envelope-from thompsa) Message-Id: <200611041040.kA4Aex9g065872@repoman.freebsd.org> From: Andrew Thompson Date: Sat, 4 Nov 2006 10:40: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/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: Sat, 04 Nov 2006 10:41:01 -0000 thompsa 2006-11-04 10:40:59 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: When the packet is for the bridge then note which interface to send the reply to, previously it was always broadcast to all interfaces (a bug). This is useful when the bridge is the default gateway and vlans are used to isolate each client, the reply is now kept private to the vlan which the client resides. Reported by: Jon Otterholm Tested by: Jon Otterholm MFC after: 3 days Revision Changes Path 1.84 +5 -0 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Sat Nov 4 12: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 5261C16A5A1; Sat, 4 Nov 2006 12:44:20 +0000 (UTC) (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 BAA3243D45; Sat, 4 Nov 2006 12:44:19 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GgKsk-000KeO-Lq; Sat, 04 Nov 2006 12:44:18 +0000 Date: Sat, 4 Nov 2006 12:44:18 +0000 From: Ceri Davies To: Ruslan Ermilov Message-ID: <20061104124418.GR36592@submonkey.net> Mail-Followup-To: Ceri Davies , Ruslan Ermilov , Poul-Henning Kamp , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200610282008.k9SK8DxJ047891@repoman.freebsd.org> <20061029145713.GB30467@rambler-co.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O27Gs9jTTFWz3gAR" Content-Disposition: inline In-Reply-To: <20061029145713.GB30467@rambler-co.ru> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Poul-Henning Kamp , cvs-all@freebsd.org Subject: Re: cvs commit: src/etc rc.firewall src/etc/defaults rc.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: Sat, 04 Nov 2006 12:44:20 -0000 --O27Gs9jTTFWz3gAR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 29, 2006 at 05:57:13PM +0300, Ruslan Ermilov wrote: > On Sat, Oct 28, 2006 at 08:08:12PM +0000, Poul-Henning Kamp wrote: > > phk 2006-10-28 20:08:12 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > etc rc.firewall=20 > > etc/defaults rc.conf=20 > > Log: > > Give rc.firewall a polish and a new method. > > =20 > > Factor out the loopback setup > > =20 > > Use "me" instead of hardcoded $ip where possible. > > =20 > > Add "workstation" which protects just this machine with stateful > > firewalling. Put the variables for this in rc.conf. > > =20 > > Submitted by: Flemming Jacobsen > > Reviewed by: cperciva > > =20 > > Revision Changes Path > > 1.301 +10 -0 src/etc/defaults/rc.conf > > 1.49 +107 -16 src/etc/rc.firewall > >=20 > Documenting new rc.conf(5) knobs is NOT optional; please > finish your change by documenting it, or let me know if > you hired anybody to work on this for you. :-) Did anyone step up to this? Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --O27Gs9jTTFWz3gAR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD4DBQFFTIsiocfcwTS3JF8RAtT8AJ0dXb/tC37Y2W8z5cUCMe2GdsJ5uQCY1Rab lrBv58RuYRJyt3rNyHB+Lg== =P4VW -----END PGP SIGNATURE----- --O27Gs9jTTFWz3gAR-- From owner-cvs-src@FreeBSD.ORG Sat Nov 4 12:46: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 D597316A599; Sat, 4 Nov 2006 12:46:20 +0000 (UTC) (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 21A6743D60; Sat, 4 Nov 2006 12:46:20 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GgKuh-000CGF-Az; Sat, 04 Nov 2006 12:46:19 +0000 Date: Sat, 4 Nov 2006 12:46:19 +0000 From: Ceri Davies To: Harti Brandt Message-ID: <20061104124619.GT36592@submonkey.net> Mail-Followup-To: Ceri Davies , Harti Brandt , "Bjoern A. Zeeb" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200610311023.k9VANT8T061367@repoman.freebsd.org> <20061031110323.G2462@maildrop.int.zabbadoz.net> <20061031122403.G60872@knop-beagle.kn.op.dlr.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2IK6idz0sKKouFF6" Content-Disposition: inline In-Reply-To: <20061031122403.G60872@knop-beagle.kn.op.dlr.de> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.13 (2006-08-11) Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, "Bjoern A. Zeeb" , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: 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: Sat, 04 Nov 2006 12:46:21 -0000 --2IK6idz0sKKouFF6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 31, 2006 at 12:28:24PM +0100, Harti Brandt wrote: > On Tue, 31 Oct 2006, Bjoern A. Zeeb wrote: >=20 > BAZ>On Tue, 31 Oct 2006, Hartmut Brandt wrote: > BAZ> > BAZ>> harti 2006-10-31 10:23:28 UTC > BAZ>>=20 > BAZ>> FreeBSD src repository > BAZ>>=20 > BAZ>> Modified files: > BAZ>> etc snmpd.config > BAZ>> Log: > BAZ>> Bind to INADDR_ANY in the default configuration. This makes bsnmpd= (1) > BAZ>> automatically work on multi-homed hosts and without explicite > BAZ>> specification > BAZ>> of the hostname in the config file. > BAZ>>=20 > BAZ>> Submitted by: jmg > BAZ>>=20 > BAZ>> Revision Changes Path > BAZ>> 1.7 +1 -3 src/etc/snmpd.config > BAZ> > BAZ>haeh - I think what we (jmg, glebius and me) had agreed on on IRC was > BAZ>default bind should be on 'localhost' with a commented out sample > BAZ>for 0/0. And the bogus$(host) should be dropped. >=20 > Well, if you've agreed, then you should probably commit it. Locks ok for= =20 > me too. >=20 > BAZ>Binding to 0/0 by default just exposes bsnmpd to the world with a > BAZ>default secret if blindly enabled which is not a too good idea(tm). >=20 > Well, at least there is no write community set, so the amount of damage i= s=20 > limited. Also, normally SNMPv[12] should be firewalled. Of course, this= =20 > does not help if you run SNMP on your firewall. >=20 > In any case, go ahead and commit. Did you two decide to leave this be, or is the change still pending on something? Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --2IK6idz0sKKouFF6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTIubocfcwTS3JF8RAu8VAJ9Cc3c3+4oxdeuDxjycl1DflXirmQCeJOzi yT5UgAmtpfE2RJzoIFp6sRs= =uTv+ -----END PGP SIGNATURE----- --2IK6idz0sKKouFF6-- From owner-cvs-src@FreeBSD.ORG Sat Nov 4 16:51: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 B20BD16A6FB; Sat, 4 Nov 2006 16:51:14 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7D143D69; Sat, 4 Nov 2006 16:51:04 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id C61C45E62; Sat, 4 Nov 2006 19:51:02 +0300 (MSK) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id BD3235E60; Sat, 4 Nov 2006 19:51:02 +0300 (MSK) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id kA4Gp42J028521; Sat, 4 Nov 2006 19:51:04 +0300 (MSK) (envelope-from ru) Date: Sat, 4 Nov 2006 19:51:04 +0300 From: Ruslan Ermilov To: Ceri Davies , Poul-Henning Kamp , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20061104165104.GB28319@rambler-co.ru> References: <200610282008.k9SK8DxJ047891@repoman.freebsd.org> <20061029145713.GB30467@rambler-co.ru> <20061104124418.GR36592@submonkey.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Yylu36WmvOXNoKYn" Content-Disposition: inline In-Reply-To: <20061104124418.GR36592@submonkey.net> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: Subject: Re: cvs commit: src/etc rc.firewall src/etc/defaults rc.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: Sat, 04 Nov 2006 16:51:14 -0000 --Yylu36WmvOXNoKYn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 04, 2006 at 12:44:18PM +0000, Ceri Davies wrote: > On Sun, Oct 29, 2006 at 05:57:13PM +0300, Ruslan Ermilov wrote: > > On Sat, Oct 28, 2006 at 08:08:12PM +0000, Poul-Henning Kamp wrote: > > > phk 2006-10-28 20:08:12 UTC > > >=20 > > > FreeBSD src repository > > >=20 > > > Modified files: > > > etc rc.firewall=20 > > > etc/defaults rc.conf=20 > > > Log: > > > Give rc.firewall a polish and a new method. > > > =20 > > > Factor out the loopback setup > > > =20 > > > Use "me" instead of hardcoded $ip where possible. > > > =20 > > > Add "workstation" which protects just this machine with stateful > > > firewalling. Put the variables for this in rc.conf. > > > =20 > > > Submitted by: Flemming Jacobsen > > > Reviewed by: cperciva > > > =20 > > > Revision Changes Path > > > 1.301 +10 -0 src/etc/defaults/rc.conf > > > 1.49 +107 -16 src/etc/rc.firewall > > >=20 > > Documenting new rc.conf(5) knobs is NOT optional; please > > finish your change by documenting it, or let me know if > > you hired anybody to work on this for you. :-) >=20 > Did anyone step up to this? >=20 Not yet, maybe you? :-P Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --Yylu36WmvOXNoKYn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFTMT4qRfpzJluFF4RAkKRAJ97HnQVTj9tb79RQsOSgFkU4CVAhwCfQJ6i svQob9p769L0BzPImZQl1Ro= =UHVQ -----END PGP SIGNATURE----- --Yylu36WmvOXNoKYn-- From owner-cvs-src@FreeBSD.ORG Sat Nov 4 17:43: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 A1ACA16A6F8; Sat, 4 Nov 2006 17:43:57 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F6A443D4C; Sat, 4 Nov 2006 17:43:57 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id 2653F170C6; Sat, 4 Nov 2006 17:43:52 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.8/8.13.8) with ESMTP id kA4Hhptk034325; Sat, 4 Nov 2006 17:43:52 GMT (envelope-from phk@critter.freebsd.dk) To: Ruslan Ermilov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 04 Nov 2006 19:51:04 +0300." <20061104165104.GB28319@rambler-co.ru> Date: Sat, 04 Nov 2006 17:43:51 +0000 Message-ID: <34324.1162662231@critter.freebsd.dk> Sender: phk@critter.freebsd.dk Cc: cvs-src@freebsd.org, Ceri Davies , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc rc.firewall src/etc/defaults rc.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: Sat, 04 Nov 2006 17:43:57 -0000 In message <20061104165104.GB28319@rambler-co.ru>, Ruslan Ermilov writes: >> > > Log: >> > > Give rc.firewall a polish and a new method. >> > Documenting new rc.conf(5) knobs is NOT optional; please >> > finish your change by documenting it, or let me know if >> > you hired anybody to work on this for you. :-) >>=20 >> Did anyone step up to this? >>=20 >Not yet, maybe you? :-P I have prodded the original author, but he's also busy arranging EuroBSDcon2007, so it may take some time. -- 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 Sat Nov 4 19:02: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 6128F16A47C; Sat, 4 Nov 2006 19:02:19 +0000 (UTC) (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 1B3C643D64; Sat, 4 Nov 2006 19:02:19 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA4J2Ik3018096; Sat, 4 Nov 2006 19:02:18 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA4J2IpM018095; Sat, 4 Nov 2006 19:02:18 GMT (envelope-from mjacob) Message-Id: <200611041902.kA4J2IpM018095@repoman.freebsd.org> From: Matt Jacob Date: Sat, 4 Nov 2006 19:02: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/share/examples/scsi_target scsi_cmds.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 Nov 2006 19:02:19 -0000 mjacob 2006-11-04 19:02:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/examples/scsi_target scsi_cmds.c Log: Make it compile again for RE6. Approved by: re (hrs) Revision Changes Path 1.6.8.1 +1 -1 src/share/examples/scsi_target/scsi_cmds.c From owner-cvs-src@FreeBSD.ORG Sat Nov 4 20:30: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 4084B16A412; Sat, 4 Nov 2006 20:30:36 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3048443D7C; Sat, 4 Nov 2006 20:30:26 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 5277C140EC03; Sat, 4 Nov 2006 20:31:51 +0000 (GMT) Date: Sat, 4 Nov 2006 20:31:51 +0000 From: John Birrell To: "Simon L. Nielsen" Message-ID: <20061104203150.GB2027@what-creek.com> References: <200611040458.kA44wAKN097086@repoman.freebsd.org> <20061104091155.GA12770@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061104091155.GA12770@zaphod.nitro.dk> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf DEFAULTS src/sys/i386/conf DEFAULTS src/sys/ia64/conf DEFAULTS src/sys/pc98/conf DEFAULTS src/sys/powerpc/conf DEFAULTS src/sys/sparc64/conf DEFAULTS src/sys/sparc64/sparc64 machdep.c src/sys/sun4v/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 20:30:36 -0000 On Sat, Nov 04, 2006 at 10:11:56AM +0100, Simon L. Nielsen wrote: > Why isn't it just in GENERIC so people can easily disable it if they > like? I thought DEFAULTS was just meant for things which caused users > pain (and people answering support mails...) if they accidentally > missed the option? I don't really see DTrace falling in that > category. I added it to DEFAULTS so that it would be available automatically for people who didn't know that they want it. 8-) Adding it to GENERIC doesn't cover the people who have their own kernel configs. And they can still disable it in GENERIC or whatever config they are using just as easily as they could add it. The point is that there is negligible run-time impact and only a small increase in code size to have it enabled. Remember it's only the hooks and a few support functions. The guts of DTrace is in the 'dtrace' kernel module (and the associated providers) which still have to be loaded as modules. -- John Birrell From owner-cvs-src@FreeBSD.ORG Sat Nov 4 20:54: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 933B716A40F; Sat, 4 Nov 2006 20:54:38 +0000 (UTC) (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 64E2043D88; Sat, 4 Nov 2006 20:54:38 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA4Kscv3047064; Sat, 4 Nov 2006 20:54:38 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA4KscGZ047063; Sat, 4 Nov 2006 20:54:38 GMT (envelope-from csjp) Message-Id: <200611042054.kA4KscGZ047063@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Sat, 4 Nov 2006 20:54: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/net if_tap.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 Nov 2006 20:54:38 -0000 csjp 2006-11-04 20:54:38 UTC FreeBSD src repository Modified files: sys/net if_tap.c Log: Currently, we initialize "error" to zero when it's declared, then we never initialize it to anything else. However, in the case that m_uiotombuf fails, we return error (effectively reporting success). This appears to be a relic of an older revision of this file, where "error" used to be doing something useful. (See revision 1.1, where error is used in a loop with uiomove() instead of using m_uiotomubf). So instead on unconditionally reporting success in the case there is a failure in m_uiotombuf, explicitly return ENOBUFS. While we are here, garbage collect the error variable since it's no longer required. MFC after: 2 weeks Revision Changes Path 1.65 +1 -2 src/sys/net/if_tap.c From owner-cvs-src@FreeBSD.ORG Sat Nov 4 21:00: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 C49C316A4A0; Sat, 4 Nov 2006 21:00:08 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401B343D8C; Sat, 4 Nov 2006 21:00:02 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id kA4L00x5070885 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Nov 2006 13:00:01 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <454CFF50.8010708@errno.com> Date: Sat, 04 Nov 2006 13:00:00 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.7 (X11/20060920) MIME-Version: 1.0 To: John Birrell References: <200611040458.kA44wAKN097086@repoman.freebsd.org> <20061104091155.GA12770@zaphod.nitro.dk> <20061104203150.GB2027@what-creek.com> In-Reply-To: <20061104203150.GB2027@what-creek.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, "Simon L. Nielsen" , src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf DEFAULTS src/sys/i386/conf DEFAULTS src/sys/ia64/conf DEFAULTS src/sys/pc98/conf DEFAULTS src/sys/powerpc/conf DEFAULTS src/sys/sparc64/conf DEFAULTS src/sys/sparc64/sparc64 machdep.c src/sys/sun4v/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 21:00:09 -0000 John Birrell wrote: > On Sat, Nov 04, 2006 at 10:11:56AM +0100, Simon L. Nielsen wrote: >> Why isn't it just in GENERIC so people can easily disable it if they >> like? I thought DEFAULTS was just meant for things which caused users >> pain (and people answering support mails...) if they accidentally >> missed the option? I don't really see DTrace falling in that >> category. > > I added it to DEFAULTS so that it would be available automatically for > people who didn't know that they want it. 8-) > > Adding it to GENERIC doesn't cover the people who have their own > kernel configs. And they can still disable it in GENERIC or whatever > config they are using just as easily as they could add it. > > The point is that there is negligible run-time impact and only a > small increase in code size to have it enabled. Remember it's only > the hooks and a few support functions. The guts of DTrace is in the > 'dtrace' kernel module (and the associated providers) which still > have to be loaded as modules. Like he said, this is contrary to the purpose of DEFAULTS. You are forcing policy on people. Please put it in GENERIC where it belongs. Sam From owner-cvs-src@FreeBSD.ORG Sat Nov 4 22:10: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 801F716A403; Sat, 4 Nov 2006 22:10:46 +0000 (UTC) (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 4C09C43D62; Sat, 4 Nov 2006 22:10:45 +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 BBA6E46CE9; Sat, 4 Nov 2006 17:10:43 -0500 (EST) Date: Sat, 4 Nov 2006 22:10:43 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Birrell In-Reply-To: <20061104203150.GB2027@what-creek.com> Message-ID: <20061104220921.Q14555@fledge.watson.org> References: <200611040458.kA44wAKN097086@repoman.freebsd.org> <20061104091155.GA12770@zaphod.nitro.dk> <20061104203150.GB2027@what-creek.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, John Birrell , cvs-all@FreeBSD.org, "Simon L. Nielsen" , src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf DEFAULTS src/sys/i386/conf DEFAULTS src/sys/ia64/conf DEFAULTS src/sys/pc98/conf DEFAULTS src/sys/powerpc/conf DEFAULTS src/sys/sparc64/conf DEFAULTS src/sys/sparc64/sparc64 machdep.c src/sys/sun4v/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 22:10:46 -0000 On Sat, 4 Nov 2006, John Birrell wrote: > On Sat, Nov 04, 2006 at 10:11:56AM +0100, Simon L. Nielsen wrote: >> Why isn't it just in GENERIC so people can easily disable it if they like? >> I thought DEFAULTS was just meant for things which caused users pain (and >> people answering support mails...) if they accidentally missed the option? >> I don't really see DTrace falling in that category. > > I added it to DEFAULTS so that it would be available automatically for > people who didn't know that they want it. 8-) > > Adding it to GENERIC doesn't cover the people who have their own kernel > configs. And they can still disable it in GENERIC or whatever config they > are using just as easily as they could add it. > > The point is that there is negligible run-time impact and only a small > increase in code size to have it enabled. Remember it's only the hooks and a > few support functions. The guts of DTrace is in the 'dtrace' kernel module > (and the associated providers) which still have to be loaded as modules. FYI: the way we now encourage people to customize the system is to include GENERIC and then customize from there, so putting it in GENERIC may make more sense if it's something people may actually want to remove. Robert N M Watson Computer Laboratory University of Cambridge From owner-cvs-src@FreeBSD.ORG Sat Nov 4 23:50: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 C6A9216A403; Sat, 4 Nov 2006 23:50:13 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F24343D45; Sat, 4 Nov 2006 23:50:13 +0000 (GMT) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA4NoDek078569; Sat, 4 Nov 2006 23:50:13 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA4NoD9Z078563; Sat, 4 Nov 2006 23:50:13 GMT (envelope-from jb) Message-Id: <200611042350.kA4NoD9Z078563@repoman.freebsd.org> From: John Birrell Date: Sat, 4 Nov 2006 23:50: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/amd64/conf DEFAULTS src/sys/i386/conf DEFAULTS src/sys/ia64/conf DEFAULTS src/sys/pc98/conf DEFAULTS src/sys/powerpc/conf DEFAULTS src/sys/sparc64/conf DEFAULTS src/sys/sun4v/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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 Nov 2006 23:50:13 -0000 jb 2006-11-04 23:50:13 UTC FreeBSD src repository Modified files: sys/amd64/conf DEFAULTS sys/i386/conf DEFAULTS sys/ia64/conf DEFAULTS sys/pc98/conf DEFAULTS sys/powerpc/conf DEFAULTS sys/sparc64/conf DEFAULTS sys/sun4v/conf DEFAULTS Log: Remove the KDTRACE option again because of the complaints about having it as a default. For the record, the KDTRACE option caused _no_ additional source files to be compiled in; certainly no CDDL source files. All it did was to allow existing BSD licensed kernel files to include one or more CDDL header files. By removing this from DEFAULTS, the onus is on a kernel builder to add the option to the kernel config, possibly by including GENERIC and customising from there. It means that DTrace won't be a feature available in FreeBSD by default, which is the way I intended it to be. Without this option, you can't load the dtrace module (which contains the dtrace device and the DTrace framework). This is equivalent to requiring an option in a kernel config before you can load the linux emulation module, for example. I think it is a mistake to have DTrace ported to FreeBSD, but not to have it available to everyone, all the time. The only exception to this is the companies which distribute systems with FreeBSD embedded. Those companies will customise their systems anyway. The KDTRACE option was intended for them, and only them. Revision Changes Path 1.9 +0 -3 src/sys/amd64/conf/DEFAULTS 1.9 +0 -3 src/sys/i386/conf/DEFAULTS 1.9 +0 -3 src/sys/ia64/conf/DEFAULTS 1.9 +0 -3 src/sys/pc98/conf/DEFAULTS 1.7 +0 -3 src/sys/powerpc/conf/DEFAULTS 1.9 +0 -3 src/sys/sparc64/conf/DEFAULTS 1.4 +0 -3 src/sys/sun4v/conf/DEFAULTS From owner-cvs-src@FreeBSD.ORG Sat Nov 4 23:57: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 8B40416A412; Sat, 4 Nov 2006 23:57:03 +0000 (UTC) (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 4701543D45; Sat, 4 Nov 2006 23:57:03 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA4Nv3QK080069; Sat, 4 Nov 2006 23:57:03 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA4Nv3IW080068; Sat, 4 Nov 2006 23:57:03 GMT (envelope-from pjd) Message-Id: <200611042357.kA4Nv3IW080068@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 4 Nov 2006 23:57:03 +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: Sat, 04 Nov 2006 23:57:03 -0000 pjd 2006-11-04 23:57:03 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Typo, 'from' vnode is locked here, not 'to' vnode. Revision Changes Path 1.688 +1 -1 src/sys/kern/vfs_subr.c From owner-cvs-src@FreeBSD.ORG Sat Nov 4 23: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 1B9B016A417; Sat, 4 Nov 2006 23:58:16 +0000 (UTC) (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 C20CF43D45; Sat, 4 Nov 2006 23:58:15 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA4NwFWu080213; Sat, 4 Nov 2006 23:58:15 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA4NwFB3080212; Sat, 4 Nov 2006 23:58:15 GMT (envelope-from pjd) Message-Id: <200611042358.kA4NwFB3080212@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 4 Nov 2006 23:58: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/share/man/man9 VOP_REMOVE.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: Sat, 04 Nov 2006 23:58:16 -0000 pjd 2006-11-04 23:58:15 UTC FreeBSD src repository Modified files: share/man/man9 VOP_REMOVE.9 Log: VOP_REMOVE() doesn't unlock vnodes nor decrease reference counts. Revision Changes Path 1.15 +0 -10 src/share/man/man9/VOP_REMOVE.9 From owner-cvs-src@FreeBSD.ORG Sat Nov 4 23:59: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 87AC016A650; Sat, 4 Nov 2006 23:59:54 +0000 (UTC) (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 98D8243D5A; Sat, 4 Nov 2006 23:59:51 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA4Nxp3d080278; Sat, 4 Nov 2006 23:59:51 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA4NxphE080277; Sat, 4 Nov 2006 23:59:51 GMT (envelope-from pjd) Message-Id: <200611042359.kA4NxphE080277@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 4 Nov 2006 23:59: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/share/man/man9 VOP_RENAME.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: Sat, 04 Nov 2006 23:59:54 -0000 pjd 2006-11-04 23:59:51 UTC FreeBSD src repository Modified files: share/man/man9 VOP_RENAME.9 Log: When the source and destination objects for VOP_RENAME() are the same, POSIX advice to just ignore the operation and return 0. We already handle this case in kern_rename(), but don't give bad example - the source is not removed. Revision Changes Path 1.22 +6 -27 src/share/man/man9/VOP_RENAME.9