From owner-cvs-src@FreeBSD.ORG Sun Jul 10 00:17:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A220616A41C; Sun, 10 Jul 2005 00:17:05 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6019F43D46; Sun, 10 Jul 2005 00:17:05 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A0H5DT002981; Sun, 10 Jul 2005 00:17:05 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A0H55c002980; Sun, 10 Jul 2005 00:17:05 GMT (envelope-from sam) Message-Id: <200507100017.j6A0H55c002980@repoman.freebsd.org> From: Sam Leffler Date: Sun, 10 Jul 2005 00:17: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/dev/ral if_ral.c src/sys/dev/iwi if_iwi.c src/sys/dev/usb if_ural.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 00:17:05 -0000 sam 2005-07-10 00:17:05 UTC FreeBSD src repository Modified files: sys/dev/ral if_ral.c sys/dev/iwi if_iwi.c sys/dev/usb if_ural.c Log: remove driver-private key allocators; use the default one instead so wpa keys are handled properly Reviewed by: avatar Approved by: re (scottl) Revision Changes Path 1.8 +0 -12 src/sys/dev/iwi/if_iwi.c 1.9 +0 -12 src/sys/dev/ral/if_ral.c 1.10 +0 -12 src/sys/dev/usb/if_ural.c From owner-cvs-src@FreeBSD.ORG Sun Jul 10 02:00:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C9CF16A41C; Sun, 10 Jul 2005 02:00:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE93743D48; Sun, 10 Jul 2005 02:00:35 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A20Zu2013761; Sun, 10 Jul 2005 02:00:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A20Zsj013760; Sun, 10 Jul 2005 02:00:35 GMT (envelope-from imp) Message-Id: <200507100200.j6A20Zsj013760@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Jul 2005 02:00: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/sys/dev/pccard pccarddevs src/sys/dev/ed if_ed_pccard.c src/sys/dev/sn if_sn.c if_sn_pccard.c src/sys/dev/xe if_xe_pccard.c src/sys/dev/wi if_wi_pccard.c src/share/man/man4 ed.4 sn.4 wi.4 xe.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: Sun, 10 Jul 2005 02:00:36 -0000 imp 2005-07-10 02:00:35 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs sys/dev/ed if_ed_pccard.c sys/dev/sn if_sn.c if_sn_pccard.c sys/dev/xe if_xe_pccard.c sys/dev/wi if_wi_pccard.c share/man/man4 ed.4 sn.4 wi.4 xe.4 share/man/man4/man4.i386 ep.4 Log: Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8 distribution. Add the appropriate devices to the man pages. Obtained from: pcmcia-cs Approved by: re (scottl) Revision Changes Path 1.45 +24 -2 src/share/man/man4/ed.4 1.37 +5 -3 src/share/man/man4/man4.i386/ep.4 1.8 +19 -1 src/share/man/man4/sn.4 1.64 +1 -0 src/share/man/man4/wi.4 1.9 +2 -0 src/share/man/man4/xe.4 1.84 +15 -0 src/sys/dev/ed/if_ed_pccard.c 1.109 +49 -8 src/sys/dev/pccard/pccarddevs 1.45 +2 -1 src/sys/dev/sn/if_sn.c 1.32 +5 -2 src/sys/dev/sn/if_sn_pccard.c 1.57 +1 -0 src/sys/dev/wi/if_wi_pccard.c 1.26 +2 -1 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-src@FreeBSD.ORG Sun Jul 10 03:24:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F114A16A41C; Sun, 10 Jul 2005 03:24:04 +0000 (GMT) (envelope-from nyan@jp.FreeBSD.org) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DAED43D48; Sun, 10 Jul 2005 03:24:04 +0000 (GMT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) by watery.cc.kogakuin.ac.jp (8.13.3/8.13.3) with ESMTP id j6A3O2vw082613; Sun, 10 Jul 2005 12:24:02 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Sun, 10 Jul 2005 12:23:32 +0900 (JST) Message-Id: <20050710.122332.74673245.nyan@jp.FreeBSD.org> To: hrs@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200507091726.j69HQABr079694@repoman.freebsd.org> References: <200507091726.j69HQABr079694@repoman.freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 03:24:05 -0000 In article <200507091726.j69HQABr079694@repoman.freebsd.org> Hiroki Sato writes: > hrs 2005-07-09 17:26:10 UTC > > FreeBSD src repository > > Modified files: > release/doc/en_US.ISO8859-1/relnotes/common new.sgml > Log: > New release notes: > amd64/i386 ELF kernel crash dump, Also pc98. --- TAKAHASHI Yoshihiro From owner-cvs-src@FreeBSD.ORG Sun Jul 10 03:33:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AA3A16A41C; Sun, 10 Jul 2005 03:33:01 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7B843D46; Sun, 10 Jul 2005 03:33:01 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A3X1ZF018749; Sun, 10 Jul 2005 03:33:01 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A3X1S8018746; Sun, 10 Jul 2005 03:33:01 GMT (envelope-from hrs) Message-Id: <200507100333.j6A3X1S8018746@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 10 Jul 2005 03:33: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 03:33:01 -0000 hrs 2005-07-10 03:33:01 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Update release notes: pc98 also supports ELF kernel crash dump now. Pointed out by: nyan Approved by: re (implicitly) Revision Changes Path 1.882 +1 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Jul 10 03:37:16 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEF2416A41C; Sun, 10 Jul 2005 03:37:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E9C343D45; Sun, 10 Jul 2005 03:37:16 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A3bGSb018954; Sun, 10 Jul 2005 03:37:16 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A3bGtc018953; Sun, 10 Jul 2005 03:37:16 GMT (envelope-from imp) Message-Id: <200507100337.j6A3bGtc018953@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Jul 2005 03:37: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/sbin/devd devd.cc devd.h devd.hh parse.y token.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 03:37:17 -0000 imp 2005-07-10 03:37:16 UTC FreeBSD src repository Modified files: sbin/devd devd.cc devd.h devd.hh parse.y token.l Log: Add the ability to match the on a media type of the device in question. Submitted by: sam Approved by: re (scottl) Revision Changes Path 1.22 +74 -0 src/sbin/devd/devd.cc 1.5 +1 -0 src/sbin/devd/devd.h 1.3 +16 -0 src/sbin/devd/devd.hh 1.5 +7 -1 src/sbin/devd/parse.y 1.6 +3 -0 src/sbin/devd/token.l From owner-cvs-src@FreeBSD.ORG Sun Jul 10 03:47:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCB4016A41C; Sun, 10 Jul 2005 03:47:00 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EEAF43D46; Sun, 10 Jul 2005 03:47:00 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A3l0Wb019340; Sun, 10 Jul 2005 03:47:00 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A3l051019339; Sun, 10 Jul 2005 03:47:00 GMT (envelope-from hrs) Message-Id: <200507100347.j6A3l051019339@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 10 Jul 2005 03:47: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/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 03:47:00 -0000 hrs 2005-07-10 03:47:00 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: $jail__flags for rc.d/jail, and pkg_version(1) -I flag. Approved by: re (implicitly) Revision Changes Path 1.883 +3 -2 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Jul 10 03:47:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A42C16A41C; Sun, 10 Jul 2005 03:47:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BCB743D46; Sun, 10 Jul 2005 03:47:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6A3lL0W019390; Sun, 10 Jul 2005 03:47:21 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6A3lLhd019389; Sun, 10 Jul 2005 03:47:21 GMT (envelope-from hrs) Message-Id: <200507100347.j6A3lLhd019389@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 10 Jul 2005 03:47:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 03:47:21 -0000 hrs 2005-07-10 03:47:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: $jail__flags for rc.d/jail, and pkg_version(1) -I flag. Revision Changes Path 1.761.2.50 +7 -4 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Sun Jul 10 10:33:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6DB216A41C; Sun, 10 Jul 2005 10:33:00 +0000 (GMT) (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 790A043D48; Sun, 10 Jul 2005 10:33:00 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AAX07A049491; Sun, 10 Jul 2005 10:33:00 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AAX07V049490; Sun, 10 Jul 2005 10:33:00 GMT (envelope-from marius) Message-Id: <200507101033.j6AAX07V049490@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 10:33: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/auxio auxio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 10:33:00 -0000 marius 2005-07-10 10:33:00 UTC FreeBSD src repository Modified files: sys/dev/auxio auxio.c Log: Switch from trying to allocate up to 8 register banks for the EBus variant to allocating a fixed set of 5 banks that the EBus variant is documented to have (and also has in reality). Trying to allocate up to 8 banks is a remnant from experiments during the development of this driver. Discussed with: joerg, yongari Reviewed by: yongari Approved by: re (scottl) Revision Changes Path 1.4 +6 -19 src/sys/dev/auxio/auxio.c From owner-cvs-src@FreeBSD.ORG Sun Jul 10 10:36:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C0EC16A41C; Sun, 10 Jul 2005 10:36:45 +0000 (GMT) (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 3FDFF43D45; Sun, 10 Jul 2005 10:36:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AAajc6049828; Sun, 10 Jul 2005 10:36:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AAajra049827; Sun, 10 Jul 2005 10:36:45 GMT (envelope-from marius) Message-Id: <200507101036.j6AAajra049827@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 10:36: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/dev/hme if_hme_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: Sun, 10 Jul 2005 10:36:45 -0000 marius 2005-07-10 10:36:45 UTC FreeBSD src repository Modified files: sys/dev/hme if_hme_pci.c Log: Add a missing mtx_destroy() in hme_pci_detach(). Reviewed by: yongari Approved by: re (scottl) Revision Changes Path 1.22 +1 -0 src/sys/dev/hme/if_hme_pci.c From owner-cvs-src@FreeBSD.ORG Sun Jul 10 10:43:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B700016A41C; Sun, 10 Jul 2005 10:43:59 +0000 (GMT) (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 77BFD43D49; Sun, 10 Jul 2005 10:43:59 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AAhxoA050149; Sun, 10 Jul 2005 10:43:59 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AAhxb5050148; Sun, 10 Jul 2005 10:43:59 GMT (envelope-from marius) Message-Id: <200507101043.j6AAhxb5050148@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 10:43: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/modules/sound/sound 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, 10 Jul 2005 10:43:59 -0000 marius 2005-07-10 10:43:59 UTC FreeBSD src repository Modified files: sys/modules/sound/sound Makefile Log: - Add missing opt_isa.h. This fixes the standalone build of sound.ko after sys/dev/sound/pcm/channel.c rev. 1.99, i.e. when there's no existing KERNBUILDDIR with an opt_isa.h defined. - Sync with sys/dev/sound/pcm/channel.c rev. 1.99 (sort of), i.e. never compile in isadma support on sparc64 as we just never need it there. This allows to use the "generic" module with a custom kernel that is built without isa(4). Reviewed by: ru Approved by: re (scottl) Revision Changes Path 1.16 +14 -2 src/sys/modules/sound/sound/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 10 11:16:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1057E16A41C; Sun, 10 Jul 2005 11:16:35 +0000 (GMT) (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 D6B5543D49; Sun, 10 Jul 2005 11:16:34 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ABGYV3052262; Sun, 10 Jul 2005 11:16:34 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ABGYjo052261; Sun, 10 Jul 2005 11:16:34 GMT (envelope-from marius) Message-Id: <200507101116.j6ABGYjo052261@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 11:16:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/fb creator.c src/sys/sparc64/creator creator.h creator_upa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 11:16:35 -0000 marius 2005-07-10 11:16:34 UTC FreeBSD src repository Modified files: sys/dev/fb creator.c sys/sparc64/creator creator.h creator_upa.c Log: - Declare lookup tables etc. const. - Let creator_bitblt() return ENODEV as it's not implemented (missed in sys/dev/fb/creator.c rev. 1.6). - As a speed optimization inline the creator_ras_wait() etc. helper functions and also cache setting the font increment, font width and plane mask. [1] - I got the meaning of V_DISPLAY_BLANK wrong, it's blank like turn off and not blank like turn on and clear the screen. So move clearing the screen to creator_clear() were it hopefully belongs. - Properly implement V_DISPLAY_BLANK, V_DISPLAY_STAND_BY and V_DISPLAY_SUSPEND. This makes blank_saver.ko and green_saver.ko work. [1] - Change the order of operations in creator_fill_rect(), i.e. write y before x and cy before cx. This fixes drawing the top part of the border with Elite3D cards when switching from Xorg to a VTY. - Move setting the chip configuration we use and invalidating the cache variables to creator_set_mode() and set the V_ADP_MODECHANGE flag. This causes creator_set_mode() to be called when the X server shuts down which fixes the screen corruption caused most of the time by Xorg not restoring the original configuration present at startup. Inspired by/based on: Xorg [1] Approved by: re (scottl) Revision Changes Path 1.8 +167 -91 src/sys/dev/fb/creator.c 1.5 +3 -0 src/sys/sparc64/creator/creator.h 1.9 +2 -2 src/sys/sparc64/creator/creator_upa.c From owner-cvs-src@FreeBSD.ORG Sun Jul 10 11:43:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCE5A16A41C; Sun, 10 Jul 2005 11:43:21 +0000 (GMT) (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 9035743D48; Sun, 10 Jul 2005 11:43:21 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ABhKZw053218; Sun, 10 Jul 2005 11:43:21 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ABhKDv053214; Sun, 10 Jul 2005 11:43:20 GMT (envelope-from marius) Message-Id: <200507101143.j6ABhKDv053214@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 11: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/sys/dev/fb machfb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 11:43:21 -0000 marius 2005-07-10 11:43:20 UTC FreeBSD src repository Modified files: sys/dev/fb machfb.c Log: - Declare lookup tables etc. const. [1] - Add a missing "ATI" in one of the device descriptions. - In machfb_init_engine() adjust a wait_for_fifo() call to the actual number of operations. - As a speed optimization cache setting the foreground and back- ground colors. - I got the meaning of V_DISPLAY_BLANK wrong, it's blank like turn off and not blank like turn on and clear the screen. So move clearing the screen to machfb_clear() were it hopefully belongs. - Properly implement V_DISPLAY_BLANK, V_DISPLAY_STAND_BY and V_DISPLAY_SUSPEND. This makes blank_saver.ko and green_saver.ko work. [1] - Implement machfb_load_palette() and machfb_save_palette() and set the V_ADP_PALETTE flag. This makes fade_saver.ko work. [2] - Install our 16-color color map only once and with an offset of 16 as the OBP driver expects white to be at index 0 and black at 255. This fixes the inversion of the colors back at the boot prompt after shutting down FreeBSD. This will also be handy if we ever want to implement breaking into OFW. Unfortunately there doesn't seem to be a better way to achieve this as e.g. bypassing the color map isn't supported by all Mach64 chips. - Move invalidating the cache variables to machfb_set_mode() and set the V_ADP_MODECHANGE flag. This causes machfb_set_mode() to be called when the X server shuts down. This hopefully will fix the screen corruption happening occasionally when shutting down the X server and which is present until switching to another VTY. Inspired by: NetBSD [1] Based on: Xorg [2] Approved by: re (scottl) Revision Changes Path 1.3 +148 -68 src/sys/dev/fb/machfb.c From owner-cvs-src@FreeBSD.ORG Sun Jul 10 11:47:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D0E16A41C; Sun, 10 Jul 2005 11:47:04 +0000 (GMT) (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 45D1B43D48; Sun, 10 Jul 2005 11:47:04 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ABl4E4053446; Sun, 10 Jul 2005 11:47:04 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ABl4D5053445; Sun, 10 Jul 2005 11:47:04 GMT (envelope-from marius) Message-Id: <200507101147.j6ABl4D5053445@repoman.freebsd.org> From: Marius Strobl Date: Sun, 10 Jul 2005 11:47:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules Makefile src/sys/modules/syscons 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, 10 Jul 2005 11:47:04 -0000 marius 2005-07-10 11:47:04 UTC FreeBSD src repository Modified files: sys/modules Makefile sys/modules/syscons Makefile Log: Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64 now that they work with creator(4) and machfb(4). Reviewed by: ru (style) Approved by: re (scottl) Revision Changes Path 1.450 +1 -4 src/sys/modules/Makefile 1.15 +20 -9 src/sys/modules/syscons/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 10 14:26:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA29816A41C; Sun, 10 Jul 2005 14:26:31 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: from acampi.inet.it (acampi.inet.it [213.92.1.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5400243D45; Sun, 10 Jul 2005 14:26:31 +0000 (GMT) (envelope-from andrea@acampi.inet.it) Received: by acampi.inet.it (Postfix, from userid 1000) id 8258C4D; Sun, 10 Jul 2005 16:26:28 +0200 (CEST) Date: Sun, 10 Jul 2005 16:26:27 +0200 From: Andrea Campi To: Pawel Jakub Dawidek Message-ID: <20050710142626.GA44836@webcom.it> References: <200507082128.j68LSQlp096358@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507082128.j68LSQlp096358@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/shared ggate.c ggate.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, 10 Jul 2005 14:26:31 -0000 On Fri, Jul 08, 2005 at 09:28:26PM +0000, Pawel Jakub Dawidek wrote: > pjd 2005-07-08 21:28:26 UTC > > FreeBSD src repository > > Modified files: > sbin/ggate/ggatec Makefile ggatec.c > sbin/ggate/ggated Makefile ggated.c > sbin/ggate/shared ggate.c ggate.h > Log: [...] > Use two threads in ggatec(8): > - sendtd, which takes I/O requests from the kernel and sends them to the > ggated daemon on the other end; > - recvtd, which waits for ggated responses and forwards them to the kernel. This breaks NO_LIBPTHREAD, and as a consequence nanobsd which has it by default in its make.conf. IMHO, a nice way to fix this would be to introduce either a new NO_GGATE know or even better NO_GGCATE{C,D}. Bye, Andrea -- Press every key to continue. From owner-cvs-src@FreeBSD.ORG Sun Jul 10 15:05:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 134B216A41C; Sun, 10 Jul 2005 15:05:40 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F8D43D49; Sun, 10 Jul 2005 15:05:39 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AF5dRt086578; Sun, 10 Jul 2005 15:05:39 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AF5dBR086577; Sun, 10 Jul 2005 15:05:39 GMT (envelope-from scottl) Message-Id: <200507101505.j6AF5dBR086577@repoman.freebsd.org> From: Scott Long Date: Sun, 10 Jul 2005 15:05:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_debug.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c mpt_raid.c mpt_raid.h mpt_reg.h src/sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.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, 10 Jul 2005 15:05:40 -0000 scottl 2005-07-10 15:05:39 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_debug.c mpt_pci.c sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.h mpi_targ.h mpi_type.h Added files: sys/dev/mpt mpt_cam.c mpt_cam.h mpt_raid.c mpt_raid.h mpt_reg.h Removed files: sys/dev/mpt mpt_freebsd.c mpt_freebsd.h Log: Massive overhaul of MPT Fusion driver: o Add timeout error recovery (from a thread context to avoid the deferral of other critical interrupts). o Properly recover commands across controller reset events. o Update the driver to handle events and status codes that have been added to the MPI spec since the driver was originally written. o Make the driver more modular to improve maintainability and support dynamic "personality" registration (e.g. SCSI Initiator, RAID, SAS, FC, etc). o Shorten and simplify the common I/O path to improve driver performance. o Add RAID volume and RAID member state/settings reporting. o Add periodic volume resynchronization status reporting. o Add support for sysctl tunable resync rate, member write cache enable, and volume transaction queue depth. Sponsored by ---------------- Avid Technologies Inc: SCSI error recovery, driver re-organization, update of MPI library headers, portions of dynamic personality registration, and misc bug fixes. Wheel Open Technologies: RAID event notification, RAID member pass-thru support, firmware upload/download support, enhanced RAID resync speed, portions of dynamic personality registration, and misc bug fixes. Detailed Changes ================ mpt.c mpt_cam.c mpt_raid.c mpt_pci.c: o Add support for personality modules. Each module exports load, and unload module scope methods as well as probe, attach, event, reset, shutdown, and detach per-device instance methods mpt.c mpt.h mpt_pci.c: o The driver now associates a callback function (via an index) with every transaction submitted to the controller. This allows the main interrupt handler to absolve itself of any knowledge of individual transaction/response types by simply calling the callback function "registered" for the transaction. We use a callback index instead of a callback function pointer in each requests so we can properly handle responses (e.g. event notifications) that are not associated with a transaction. Personality modules dynamically register their callbacks with the driver core to receive the callback index to use for their handlers. o Move the interrupt handler into mpt.c. The ISR algorithm is bus transport and OS independent and thus had no reason to be in mpt_pci.c. o Simplify configuration message reply handling by copying reply frame data for the requester and storing completion status in the original request structure. o Add the mpt_complete_request_chain() helper method and use it to implement reset handlers that must abort transactions. o Keep track of all pending requests on the new requests_pending_list in the softc. o Add default handlers to mpt.c to handle generic event notifications and controller reset activities. The event handler code is largely the same as in the original driver. The reset handler is new and terminates any pending transactions with a status code indicating the controller needs to be re-initialized. o Add some endian support to the driver. A complete audit is still required for this driver to have any hope of operating in a big-endian environment. o Use inttypes.h and __inline. Come closer to being style(9) compliant. o Remove extraneous use of typedefs. o Convert request state from a strict enumeration to a series of flags. This allows us to, for example, tag transactions that have timed-out while retaining the state that the transaction is still in-flight on the controller. o Add mpt_wait_req() which allows a caller to poll or sleep for the completion of a request. Use this to simplify and factor code out from many initialization routines. We also use this to sleep for task management request completions in our CAM timeout handler. mpt.c: o Correct a bug in the event handler where request structures were freed even if the request reply was marked as a continuation reply. Continuation replies indicate that the controller still owns the request and freeing these replies prematurely corrupted controller state. o Implement firmware upload and download. On controllers that do not have dedicated NVRAM (as in the Sun v20/v40z), the firmware image is downloaded to the controller by the system BIOS. This image occupies precious controller RAM space until the host driver fetches the image, reducing the number of concurrent I/Os the controller can processes. The uploaded image is used to re-program the controller during hard reset events since the controller cannot fetch the firmware on its own. Implementing this feature allows much higher queue depths when RAID volumes are configured. o Changed configuration page accessors to allow threads to sleep rather than busy wait for completion. o Removed hard coded data transfer sizes from configuration page routines so that RAID configuration page processing is possible. mpt_reg.h: o Move controller register definitions into a separate file. mpt.h: o Re-arrange includes to allow inlined functions to be defined in mpt.h. o Add reply, event, and reset handler definitions. o Add softc fields for handling timeout and controller reset recovery. mpt_cam.c: o Move mpt_freebsd.c to mpt_cam.c. Move all core functionality, such as event handling, into mpt.c leaving only CAM SCSI support here. o Revamp completion handler to provide correct CAM status for all currently defined SCSI MPI message result codes. o Register event and reset handlers with the MPT core. Modify the event handler to notify CAM of bus reset events. The controller reset handler will abort any transactions that have timed out. All other pending CAM transactions are correctly aborted by the core driver's reset handler. o Allocate a single request up front to perform task management operations. This guarantees that we can always perform a TMF operation even when the controller is saturated with other operations. The single request also serves as a perfect mechanism of guaranteeing that only a single TMF is in flight at a time - something that is required according to the MPT Fusion documentation. o Add a helper function for issuing task management requests to the controller. This is used to abort individual requests or perform a bus reset. o Modify the CAM XPT_BUS_RESET ccb handler to wait for and properly handle the status of the bus reset task management frame used to reset the bus. The previous code assumed that the reset request would always succeed. o Add timeout recovery support. When a timeout occurs, the timed-out request is added to a queue to be processed by our recovery thread and the thread is woken up. The recovery thread processes timed-out command serially, attempting first to abort them and then falling back to a bus reset if an abort fails. o Add calls to mpt_reset() to reset the controller if any handshake command, bus reset attempt or abort attempt fails due to a timeout. o Export a secondary "bus" to CAM that exposes all volume drive members as pass-thru devices, allowing CAM to perform proper speed negotiation to hidden devices. o Add a CAM async event handler tracking the AC_FOUND_DEVICE event. Use this to trigger calls to set the per-volume queue depth once the volume is fully registered with CAM. This is required to avoid hitting firmware limits on volume queue depth. Exceeding the limit causes the firmware to hang. mpt_cam.h: o Add several helper functions for interfacing to CAM and performing timeout recovery. mpt_pci.c: o Disable interrupts on the controller before registering and enabling interrupt delivery to the OS. Otherwise we risk receiving interrupts before the driver is ready to receive them. o Make use of compatibility macros that allow the driver to be compiled under 4.x and 5.x. mpt_raid.c: o Add a per-controller instance RAID thread to perform settings changes and query status (minimizes CPU busy wait loops). o Use a shutdown handler to disable "Member Write Cache Enable" (MWCE) setting for RAID arrays set to enable MWCE During Rebuild. o Change reply handler function signature to allow handlers to defer the deletion of reply frames. Use this to allow the event reply handler to queue up events that need to be acked if no resources are available to immediately ack an event. Queued events are processed in mpt_free_request() where resources are freed. This avoids a panic on resource shortage. o Parse and print out RAID controller capabilities during driver probe. o Define, allocate, and maintain RAID data structures for volumes, hidden member physical disks and spare disks. o Add dynamic sysctls for per-instance setting of the log level, array resync rate, array member cache enable, and volume queue depth. mpt_debug.c: o Add mpt_lprt and mpt_lprtc for printing diagnostics conditioned on a particular log level to aid in tracking down driver issues. o Add mpt_decode_value() which parses the bits in an integer value based on a parsing table (mask, value, name string, tuples). mpilib/*: o Update mpi library header files to latest distribution from LSI. Submitted by: gibbs Approved by: re Revision Changes Path 1.5 +25 -18 src/sys/dev/mpt/mpilib/fc_log.h 1.6 +36 -27 src/sys/dev/mpt/mpilib/mpi.h 1.6 +82 -32 src/sys/dev/mpt/mpilib/mpi_cnfg.h 1.5 +35 -24 src/sys/dev/mpt/mpilib/mpi_fc.h 1.6 +28 -20 src/sys/dev/mpt/mpilib/mpi_init.h 1.6 +29 -20 src/sys/dev/mpt/mpilib/mpi_ioc.h 1.5 +26 -20 src/sys/dev/mpt/mpilib/mpi_lan.h 1.6 +27 -19 src/sys/dev/mpt/mpilib/mpi_raid.h 1.5 +58 -25 src/sys/dev/mpt/mpilib/mpi_targ.h 1.7 +32 -41 src/sys/dev/mpt/mpilib/mpi_type.h 1.12 +1694 -526 src/sys/dev/mpt/mpt.c 1.6 +808 -135 src/sys/dev/mpt/mpt.h 1.1 +1931 -0 src/sys/dev/mpt/mpt_cam.c (new) 1.1 +110 -0 src/sys/dev/mpt/mpt_cam.h (new) 1.8 +143 -23 src/sys/dev/mpt/mpt_debug.c 1.20 +0 -1530 src/sys/dev/mpt/mpt_freebsd.c (dead) 1.12 +0 -357 src/sys/dev/mpt/mpt_freebsd.h (dead) 1.20 +197 -174 src/sys/dev/mpt/mpt_pci.c 1.1 +1674 -0 src/sys/dev/mpt/mpt_raid.c (new) 1.1 +95 -0 src/sys/dev/mpt/mpt_raid.h (new) 1.1 +125 -0 src/sys/dev/mpt/mpt_reg.h (new) From owner-cvs-src@FreeBSD.ORG Sun Jul 10 15:07:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EFEF16A41C; Sun, 10 Jul 2005 15:07:58 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 980FE43D48; Sun, 10 Jul 2005 15:07:57 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AF7vRv086683; Sun, 10 Jul 2005 15:07:57 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AF7vJ0086682; Sun, 10 Jul 2005 15:07:57 GMT (envelope-from scottl) Message-Id: <200507101507.j6AF7vJ0086682@repoman.freebsd.org> From: Scott Long Date: Sun, 10 Jul 2005 15:07:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/modules/mpt Makefile src/sys/conf files X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 15:07:58 -0000 scottl 2005-07-10 15:07:57 UTC FreeBSD src repository Modified files: sys/modules/mpt Makefile sys/conf files Log: Update for the new and removed MPT driver files. Submitted by: gibbs Approved by: re Revision Changes Path 1.1031 +2 -1 src/sys/conf/files 1.2 +1 -1 src/sys/modules/mpt/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 10 15:16:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4690516A41C; Sun, 10 Jul 2005 15:16:26 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F9143D4C; Sun, 10 Jul 2005 15:16:26 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AFGP3r087131; Sun, 10 Jul 2005 15:16:25 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AFGP0D087130; Sun, 10 Jul 2005 15:16:25 GMT (envelope-from delphij) Message-Id: <200507101516.j6AFGP0D087130@repoman.freebsd.org> From: Xin LI Date: Sun, 10 Jul 2005 15:16:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/bin/sh expand.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 15:16:26 -0000 delphij 2005-07-10 15:16:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) bin/sh expand.c Log: MFC 1.47: Fix a bug when shell expansion is done against dangling symlinks, by converting the stat() call to a lstat() call, which will cover the situation. One can exercise this bug by referring a dangling link with something like */the-link. Submitted by: Simon 'corecode' Schubert [corecode fs ei tum de] Obtained from: NetBSD via DragonFlyBSD (NetBSD rev. 1.51 and DragonFly rev. 1.6) Revision Changes Path 1.46.2.1 +1 -1 src/bin/sh/expand.c From owner-cvs-src@FreeBSD.ORG Sun Jul 10 15:16:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A643E16A41C; Sun, 10 Jul 2005 15:16:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6705D43D49; Sun, 10 Jul 2005 15:16:49 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AFGnDL087160; Sun, 10 Jul 2005 15:16:49 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AFGnTb087159; Sun, 10 Jul 2005 15:16:49 GMT (envelope-from pjd) Message-Id: <200507101516.j6AFGnTb087159@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 10 Jul 2005 15:16: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/ggate 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, 10 Jul 2005 15:16:49 -0000 pjd 2005-07-10 15:16:49 UTC FreeBSD src repository Modified files: sbin/ggate Makefile Log: Don't compile ggatec/ggated in NO_LIBPTHREAD case. Reported by: Andrea Campi Approved by: re (scottl) Revision Changes Path 1.2 +8 -1 src/sbin/ggate/Makefile From owner-cvs-src@FreeBSD.ORG Sun Jul 10 15:17:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7AB716A41C; Sun, 10 Jul 2005 15:17:11 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1476D43D4C; Sun, 10 Jul 2005 15:17:11 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 05971ACBD2; Sun, 10 Jul 2005 17:17:10 +0200 (CEST) Date: Sun, 10 Jul 2005 17:17:10 +0200 From: Pawel Jakub Dawidek To: Andrea Campi Message-ID: <20050710151709.GE46538@darkness.comp.waw.pl> References: <200507082128.j68LSQlp096358@repoman.freebsd.org> <20050710142626.GA44836@webcom.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+rRWuC8ZLvVekNoN" Content-Disposition: inline In-Reply-To: <20050710142626.GA44836@webcom.it> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/shared ggate.c ggate.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, 10 Jul 2005 15:17:12 -0000 --+rRWuC8ZLvVekNoN Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 10, 2005 at 04:26:27PM +0200, Andrea Campi wrote: +> On Fri, Jul 08, 2005 at 09:28:26PM +0000, Pawel Jakub Dawidek wrote: +> > pjd 2005-07-08 21:28:26 UTC +> >=20 +> > FreeBSD src repository +> >=20 +> > Modified files: +> > sbin/ggate/ggatec Makefile ggatec.c=20 +> > sbin/ggate/ggated Makefile ggated.c=20 +> > sbin/ggate/shared ggate.c ggate.h=20 +> > Log: +> [...] +> > Use two threads in ggatec(8): +> > - sendtd, which takes I/O requests from the kernel and sends them to= the +> > ggated daemon on the other end; +> > - recvtd, which waits for ggated responses and forwards them to the = kernel. +>=20 +> This breaks NO_LIBPTHREAD, and as a consequence nanobsd which has it by +> default in its make.conf. Fixed, thanks! --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --+rRWuC8ZLvVekNoN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFC0Tv1ForvXbEpPzQRAuhvAKCt6I+JnH+NkKf+EWF6XDIny8CW5gCg0J4N hPsxk2wUzmAQdIUJ3GmyLSI= =2lJR -----END PGP SIGNATURE----- --+rRWuC8ZLvVekNoN-- From owner-cvs-src@FreeBSD.ORG Sun Jul 10 15:17:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66BFC16A41C; Sun, 10 Jul 2005 15:17:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27BFA43D4C; Sun, 10 Jul 2005 15:17:54 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AFHswY087211; Sun, 10 Jul 2005 15:17:54 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AFHsF1087210; Sun, 10 Jul 2005 15:17:54 GMT (envelope-from delphij) Message-Id: <200507101517.j6AFHsF1087210@repoman.freebsd.org> From: Xin LI Date: Sun, 10 Jul 2005 15:17:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/bin/sh expand.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 15:17:54 -0000 delphij 2005-07-10 15:17:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) bin/sh expand.c Log: MFC 1.47: Fix a bug when shell expansion is done against dangling symlinks, by converting the stat() call to a lstat() call, which will cover the situation. One can exercise this bug by referring a dangling link with something like */the-link. Submitted by: Simon 'corecode' Schubert [corecode fs ei tum de] Obtained from: NetBSD via DragonFlyBSD (NetBSD rev. 1.51 and DragonFly rev. 1.6) Revision Changes Path 1.31.2.7 +1 -1 src/bin/sh/expand.c From owner-cvs-src@FreeBSD.ORG Sun Jul 10 18:00:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A585316A41C; Sun, 10 Jul 2005 18:00:37 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (support.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017EC43D60; Sun, 10 Jul 2005 18:00:30 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.254] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j6AI0Sd5067828 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Jul 2005 20:00:28 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <42D16238.7010206@portaone.com> Date: Sun, 10 Jul 2005 21:00:24 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <200507082128.j68LSQlp096358@repoman.freebsd.org> In-Reply-To: <200507082128.j68LSQlp096358@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/974/Fri Jul 8 23:09:18 2005 on www.portaone.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/shared ggate.c ggate.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 18:00:38 -0000 Great work, Pawel! Unrelated question, but I wonder if it would be a good idea to base ggate on some industry-standart remote-storage protocol instead (iSCSI being an obvious choice) or at least add a support for it. -Maxim Pawel Jakub Dawidek wrote: > pjd 2005-07-08 21:28:26 UTC > > FreeBSD src repository > > Modified files: > sbin/ggate/ggatec Makefile ggatec.c > sbin/ggate/ggated Makefile ggated.c > sbin/ggate/shared ggate.c ggate.h > Log: > Reimplement ggatec/ggated applications. > > Change communication protocol to be much more resistant on network > problems and to allow for much better performance. > > Better performance is achieved by creating two connections between > ggatec and ggated one for sending the data and one for receiving it. > Every connection is handled by separeted thread, so there is no more > synchronous data flow (send and wait for response), now one threads > sends all requests and another receives the data. > > Use two threads in ggatec(8): > - sendtd, which takes I/O requests from the kernel and sends them to the > ggated daemon on the other end; > - recvtd, which waits for ggated responses and forwards them to the kernel. > > Use three threads in ggated(8): > - recvtd, which waits for I/O requests and puts them onto incoming queue; > - disktd, which takes requests from the incoming queue, does disk operations > and puts finished requests onto outgoing queue; > - sendtd, which takes finished requests from the outgoing queue and sends > responses back to ggatec. > > Because there were major changes in communication protocol, there is no > backward compatibility, from now on, both client and server has to run > on 5.x or 6.x (or at least ggated should be from the same FreeBSD version > on which ggatec is running). > > For Gbit networks some buffers need to be increased. I use those settings: > kern.ipc.maxsockbuf=16777216 > net.inet.tcp.sendspace=8388608 > net.inet.tcp.recvspace=8388608 > and I use '-S 4194304 -R 4194304' options for both, ggatec and ggated. > > Approved by: re (scottl) > > Revision Changes Path > 1.5 +2 -2 src/sbin/ggate/ggatec/Makefile > 1.5 +322 -192 src/sbin/ggate/ggatec/ggatec.c > 1.4 +3 -0 src/sbin/ggate/ggated/Makefile > 1.6 +631 -237 src/sbin/ggate/ggated/ggated.c > 1.5 +71 -11 src/sbin/ggate/shared/ggate.c > 1.3 +65 -13 src/sbin/ggate/shared/ggate.h > > > From owner-cvs-src@FreeBSD.ORG Sun Jul 10 21:04:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABFEB16A41C; Sun, 10 Jul 2005 21:04:30 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: from darkness.comp.waw.pl (darkness.comp.waw.pl [195.117.238.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 280DF43D48; Sun, 10 Jul 2005 21:04:30 +0000 (GMT) (envelope-from pjd@darkness.comp.waw.pl) Received: by darkness.comp.waw.pl (Postfix, from userid 1009) id 5D3C1ACC26; Sun, 10 Jul 2005 23:04:28 +0200 (CEST) Date: Sun, 10 Jul 2005 23:04:28 +0200 From: Pawel Jakub Dawidek To: Maxim.Sobolev@portaone.com Message-ID: <20050710210428.GF46538@darkness.comp.waw.pl> References: <200507082128.j68LSQlp096358@repoman.freebsd.org> <42D16238.7010206@portaone.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Zll6mx50Q8J7qlLQ" Content-Disposition: inline In-Reply-To: <42D16238.7010206@portaone.com> User-Agent: Mutt/1.4.2i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 5.2.1-RC2 i386 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/shared ggate.c ggate.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, 10 Jul 2005 21:04:30 -0000 --Zll6mx50Q8J7qlLQ Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 10, 2005 at 09:00:24PM +0300, Maxim Sobolev wrote: +> Great work, Pawel! +>=20 +> Unrelated question, but I wonder if it would be a good idea to base=20 +> ggate on some industry-standart remote-storage protocol instead (iSCSI= =20 +> being an obvious choice) or at least add a support for it. In ggate you simply forward I/O requests (reads and writes) to userland and back. iSCSI is much more complex and it's below GEOM layer. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --Zll6mx50Q8J7qlLQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFC0Y1cForvXbEpPzQRAq3aAJ96sRJ/5uM+K7FB+WqHxBLJvKDzygCff+yh 8bNvnvDM0v0VGKfd4yZ0gI0= =5aYb -----END PGP SIGNATURE----- --Zll6mx50Q8J7qlLQ-- From owner-cvs-src@FreeBSD.ORG Sun Jul 10 21:10:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F8A16A41C; Sun, 10 Jul 2005 21:10:21 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E9643D53; Sun, 10 Jul 2005 21:10:21 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ALALCC034346; Sun, 10 Jul 2005 21:10:21 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ALALbj034344; Sun, 10 Jul 2005 21:10:21 GMT (envelope-from pjd) Message-Id: <200507102110.j6ALALbj034344@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 10 Jul 2005 21:10: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/geom/gate g_gate.c g_gate.h src/sbin/ggate/ggatec Makefile ggatec.c src/sbin/ggate/ggated Makefile ggated.c src/sbin/ggate/ggatel ggatel.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 21:10:21 -0000 pjd 2005-07-10 21:10:20 UTC FreeBSD src repository Modified files: sys/geom/gate g_gate.c g_gate.h sbin/ggate/ggatec ggatec.c Makefile sbin/ggate/ggated ggated.c Makefile sbin/ggate/ggatel ggatel.c Log: Force commit to note that ggate rewrite was... Sponsored by: Wheel Sp. z o.o. http://www.wheel.pl Approved by: re (scottl (implicit)) Revision Changes Path 1.6 +0 -0 src/sbin/ggate/ggatec/Makefile 1.6 +0 -0 src/sbin/ggate/ggatec/ggatec.c 1.5 +0 -0 src/sbin/ggate/ggated/Makefile 1.7 +0 -0 src/sbin/ggate/ggated/ggated.c 1.6 +0 -0 src/sbin/ggate/ggatel/ggatel.c 1.21 +0 -0 src/sys/geom/gate/g_gate.c 1.7 +0 -0 src/sys/geom/gate/g_gate.h From owner-cvs-src@FreeBSD.ORG Sun Jul 10 21:33:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 076F116A430 for ; Sun, 10 Jul 2005 21:33:48 +0000 (GMT) (envelope-from kvs@binarysolutions.dk) Received: from naboo.binarysolutions.dk (naboo.binarysolutions.dk [80.196.17.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7528043D48 for ; Sun, 10 Jul 2005 21:33:47 +0000 (GMT) (envelope-from kvs@binarysolutions.dk) Received: by naboo.binarysolutions.dk (Postfix, from userid 1000) id F27F8147D4; Sun, 10 Jul 2005 23:33:39 +0200 (CEST) Date: Sun, 10 Jul 2005 23:33:39 +0200 From: Kenneth Vestergaard Schmidt To: cvs-src@FreeBSD.org Message-ID: <20050710213339.GH29062@binarysolutions.dk> References: <200507101505.j6AF5dBR086577@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507101505.j6AF5dBR086577@repoman.freebsd.org> X-GPG-Fingerprint: A11F BB5D BD79 7228 A198 CF53 D508 53A9 2213 E772 X-GPG-Key: http://www.binarysolutions.dk/~kvs/key.asc User-Agent: Mutt/1.5.9i Cc: Subject: Re: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_debug.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c mpt_raid.c mpt_raid.h mpt_reg.h src/sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.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, 10 Jul 2005 21:33:48 -0000 On Sun, Jul 10, 2005 at 03:05:39PM +0000, Scott Long wrote: > Log: > Massive overhaul of MPT Fusion driver: Thankyouthankyouthankyou! Any chance of this being backported to RELENG_4/5 ? It'd be more than happy to test it on a couple of our IBM xSeries 335's. -- Kenneth Vestergaard Schmidt From owner-cvs-src@FreeBSD.ORG Sun Jul 10 22:25:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D57A16A41C; Sun, 10 Jul 2005 22:25:45 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2DCC43D49; Sun, 10 Jul 2005 22:25:44 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6AMPiek038241; Sun, 10 Jul 2005 22:25:44 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AMPiOR038240; Sun, 10 Jul 2005 22:25:44 GMT (envelope-from sam) Message-Id: <200507102225.j6AMPiOR038240@repoman.freebsd.org> From: Sam Leffler Date: Sun, 10 Jul 2005 22:25: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/dev/ral if_ral.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 10 Jul 2005 22:25:45 -0000 sam 2005-07-10 22:25:44 UTC FreeBSD src repository Modified files: sys/dev/ral if_ral.c Log: remove local mods that snuck into rev 1.6 Approved by: re (scottl implicit) Revision Changes Path 1.10 +1 -4 src/sys/dev/ral/if_ral.c From owner-cvs-src@FreeBSD.ORG Sun Jul 10 23:31:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F91016A41C; Sun, 10 Jul 2005 23:31:12 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFCFD43D48; Sun, 10 Jul 2005 23:31:11 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ANVBCn041828; Sun, 10 Jul 2005 23:31:11 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ANVBfn041824; Sun, 10 Jul 2005 23:31:11 GMT (envelope-from davidxu) Message-Id: <200507102331.j6ANVBfn041824@repoman.freebsd.org> From: David Xu Date: Sun, 10 Jul 2005 23:31: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/alpha/alpha vm_machdep.c src/sys/amd64/amd64 sys_machdep.c vm_machdep.c src/sys/arm/arm vm_machdep.c src/sys/i386/i386 vm_machdep.c src/sys/ia64/ia64 vm_machdep.c src/sys/kern kern_thr.c src/sys/powerpc/powerpc vm_machdep.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 23:31:12 -0000 davidxu 2005-07-10 23:31:11 UTC FreeBSD src repository Modified files: sys/alpha/alpha vm_machdep.c sys/amd64/amd64 sys_machdep.c vm_machdep.c sys/arm/arm vm_machdep.c sys/i386/i386 vm_machdep.c sys/ia64/ia64 vm_machdep.c sys/kern kern_thr.c sys/powerpc/powerpc vm_machdep.c sys/sparc64/sparc64 vm_machdep.c sys/sys proc.h Log: Validate if the value written into {FS,GS}.base is a canonical address, writting non-canonical address can cause kernel a panic, by restricting base values to 0..VM_MAXUSER_ADDRESS, ensuring only canonical values get written to the registers. Reviewed by: peter, Josepha Koshy < joseph.koshy at gmail dot com > Approved by: re (scottl) Revision Changes Path 1.110 +2 -1 src/sys/alpha/alpha/vm_machdep.c 1.90 +39 -12 src/sys/amd64/amd64/sys_machdep.c 1.248 +5 -1 src/sys/amd64/amd64/vm_machdep.c 1.17 +2 -1 src/sys/arm/arm/vm_machdep.c 1.259 +2 -1 src/sys/i386/i386/vm_machdep.c 1.90 +2 -1 src/sys/ia64/ia64/vm_machdep.c 1.34 +6 -1 src/sys/kern/kern_thr.c 1.110 +2 -1 src/sys/powerpc/powerpc/vm_machdep.c 1.74 +2 -1 src/sys/sparc64/sparc64/vm_machdep.c 1.432 +1 -1 src/sys/sys/proc.h From owner-cvs-src@FreeBSD.ORG Mon Jul 11 02:33:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E5216A41C; Mon, 11 Jul 2005 02:33:26 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE7E43D49; Mon, 11 Jul 2005 02:33:25 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B2XPq5057147; Mon, 11 Jul 2005 02:33:25 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B2XPi6057146; Mon, 11 Jul 2005 02:33:25 GMT (envelope-from delphij) Message-Id: <200507110233.j6B2XPi6057146@repoman.freebsd.org> From: Xin LI Date: Mon, 11 Jul 2005 02:33: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/em README X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 02:33:26 -0000 delphij 2005-07-11 02:33:25 UTC FreeBSD src repository Modified files: sys/dev/em README Log: Correct a minor typo. Pointed out by: Xuefeng DENG Approved by: re (scottl) Revision Changes Path 1.10 +1 -1 src/sys/dev/em/README From owner-cvs-src@FreeBSD.ORG Mon Jul 11 03:00:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C214F16A41C; Mon, 11 Jul 2005 03:00:21 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82F5A43D45; Mon, 11 Jul 2005 03:00:21 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B30LJp058098; Mon, 11 Jul 2005 03:00:21 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B30LDg058097; Mon, 11 Jul 2005 03:00:21 GMT (envelope-from sam) Message-Id: <200507110300.j6B30LDg058097@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:00: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/net80211 ieee80211_input.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 03:00:21 -0000 sam 2005-07-11 03:00:20 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_input.c Log: nuke assert that duplicates real check Reviewed by: avatar Approved by: re (scottl) Revision Changes Path 1.62 +0 -3 src/sys/net80211/ieee80211_input.c From owner-cvs-src@FreeBSD.ORG Mon Jul 11 03:06:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33C5B16A41C; Mon, 11 Jul 2005 03:06:24 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7DB243D46; Mon, 11 Jul 2005 03:06:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B36N0b058529; Mon, 11 Jul 2005 03:06:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B36NI3058528; Mon, 11 Jul 2005 03:06:23 GMT (envelope-from sam) Message-Id: <200507110306.j6B36NI3058528@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:06: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/net80211 ieee80211_crypto_ccmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 03:06:24 -0000 sam 2005-07-11 03:06:23 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211_crypto_ccmp.c Log: Handle encrypt of arbitarily fragmented mbuf chains: previously we bailed if we couldn't collect the 16-bytes of data required for an aes block cipher in 2 mbufs; now we deal with it. While here make space accounting signed so a sanity check does the right thing for malformed mbuf chains. Approved by: re (scottl) Revision Changes Path 1.7 +68 -18 src/sys/net80211/ieee80211_crypto_ccmp.c From owner-cvs-src@FreeBSD.ORG Mon Jul 11 03:11:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4696E16A41C; Mon, 11 Jul 2005 03:11:43 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id F14F243D46; Mon, 11 Jul 2005 03:11:42 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6B3Bcms071668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Jul 2005 20:11:40 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42D1E49A.5040508@errno.com> Date: Sun, 10 Jul 2005 20:16:42 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: src-committers@FreeBSD.org References: <200507110306.j6B36NI3058528@repoman.freebsd.org> In-Reply-To: <200507110306.j6B36NI3058528@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net80211 ieee80211_crypto_ccmp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 03:11:43 -0000 Sam Leffler wrote: > sam 2005-07-11 03:06:23 UTC > > FreeBSD src repository > > Modified files: > sys/net80211 ieee80211_crypto_ccmp.c > Log: > Handle encrypt of arbitarily fragmented mbuf chains: previously > we bailed if we couldn't collect the 16-bytes of data required > for an aes block cipher in 2 mbufs; now we deal with it. While > here make space accounting signed so a sanity check does the > right thing for malformed mbuf chains. Note that the decrypt path does not need this complexity because rx'd frames are assumed to not have arbitrary fragmentation (typically data is dma'd into clusters or multiple fully-packed mbufs). Also I think a better solution is to defrag/repack the mbuf chain to have 16-byte alignment (except for the last mbuf) so we don't need to do s/g of data on the fly. With this change I'm able to run extensive tcp netperf tests over ural cards and 5211 ath cards using wpa w/ ccmp as the unicast cipher. Sam From owner-cvs-src@FreeBSD.ORG Mon Jul 11 03:16:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8154316A41C; Mon, 11 Jul 2005 03:16:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4437E43D53; Mon, 11 Jul 2005 03:16:23 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3GNLZ059188; Mon, 11 Jul 2005 03:16:23 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3GN4q059187; Mon, 11 Jul 2005 03:16:23 GMT (envelope-from sam) Message-Id: <200507110316.j6B3GN4q059187@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:16: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/net bpf.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, 11 Jul 2005 03:16:23 -0000 sam 2005-07-11 03:16:23 UTC FreeBSD src repository Modified files: sys/net bpf.h Log: additions from libpcap 0.9.1 release Approved by: re (scottl) Revision Changes Path 1.39 +14 -1 src/sys/net/bpf.h From owner-cvs-src@FreeBSD.ORG Mon Jul 11 03:24:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8245916A41C; Mon, 11 Jul 2005 03:24:55 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DFC543D46; Mon, 11 Jul 2005 03:24:55 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3Ot3M059458; Mon, 11 Jul 2005 03:24:55 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3OtNo059457; Mon, 11 Jul 2005 03:24:55 GMT (envelope-from sam) Message-Id: <200507110324.j6B3OtNo059457@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:24:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LBL Cc: Subject: cvs commit: src/contrib/libpcap - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 03:24:55 -0000 sam 2005-07-11 03:24:55 UTC FreeBSD src repository src/contrib/libpcap - Imported sources Update of /home/ncvs/src/contrib/libpcap In directory repoman.freebsd.org:/tmp/cvs-serv59429 Log Message: Virgin import of libpcap v0.9.1 (release) from tcpdump.org Approved by: re (scottl) Status: Vendor Tag: LBL Release Tags: v0_9_1 U src/contrib/libpcap/.cvsignore U src/contrib/libpcap/CHANGES U src/contrib/libpcap/CREDITS U src/contrib/libpcap/FILES U src/contrib/libpcap/INSTALL.txt U src/contrib/libpcap/LICENSE U src/contrib/libpcap/Makefile.in U src/contrib/libpcap/README U src/contrib/libpcap/README.Win32 U src/contrib/libpcap/README.aix U src/contrib/libpcap/README.dag U src/contrib/libpcap/README.hpux U src/contrib/libpcap/README.linux U src/contrib/libpcap/README.macosx N src/contrib/libpcap/README.septel U src/contrib/libpcap/README.tru64 U src/contrib/libpcap/TODO U src/contrib/libpcap/VERSION U src/contrib/libpcap/acconfig.h C src/contrib/libpcap/aclocal.m4 U src/contrib/libpcap/arcnet.h U src/contrib/libpcap/atmuni31.h U src/contrib/libpcap/bpf_dump.c U src/contrib/libpcap/bpf_image.c U src/contrib/libpcap/config.guess U src/contrib/libpcap/config.h.in U src/contrib/libpcap/config.sub U src/contrib/libpcap/configure U src/contrib/libpcap/configure.in U src/contrib/libpcap/etherent.c U src/contrib/libpcap/ethertype.h U src/contrib/libpcap/fad-getad.c U src/contrib/libpcap/fad-gifc.c U src/contrib/libpcap/fad-glifc.c U src/contrib/libpcap/fad-null.c U src/contrib/libpcap/fad-win32.c C src/contrib/libpcap/gencode.c C src/contrib/libpcap/gencode.h C src/contrib/libpcap/grammar.y U src/contrib/libpcap/inet.c U src/contrib/libpcap/install-sh U src/contrib/libpcap/llc.h U src/contrib/libpcap/mkdep C src/contrib/libpcap/nametoaddr.c U src/contrib/libpcap/nlpid.h U src/contrib/libpcap/optimize.c U src/contrib/libpcap/pcap-bpf.c U src/contrib/libpcap/pcap-bpf.h C src/contrib/libpcap/pcap.3 U src/contrib/libpcap/pcap-dag.c U src/contrib/libpcap/pcap-dag.h U src/contrib/libpcap/pcap-dlpi.c U src/contrib/libpcap/pcap-dos.c U src/contrib/libpcap/pcap-dos.h U src/contrib/libpcap/pcap-enet.c C src/contrib/libpcap/pcap-int.h U src/contrib/libpcap/pcap-linux.c C src/contrib/libpcap/pcap-namedb.h U src/contrib/libpcap/pcap-nit.c U src/contrib/libpcap/pcap-nit.h U src/contrib/libpcap/pcap-null.c U src/contrib/libpcap/pcap-pf.c U src/contrib/libpcap/pcap-pf.h N src/contrib/libpcap/pcap-septel.c N src/contrib/libpcap/pcap-septel.h U src/contrib/libpcap/pcap-snit.c U src/contrib/libpcap/pcap-snoop.c U src/contrib/libpcap/pcap-stdinc.h U src/contrib/libpcap/pcap-win32.c U src/contrib/libpcap/pcap.c C src/contrib/libpcap/pcap.h U src/contrib/libpcap/pcap1.h U src/contrib/libpcap/pf.h U src/contrib/libpcap/ppp.h U src/contrib/libpcap/savefile.c C src/contrib/libpcap/scanner.l U src/contrib/libpcap/sll.h U src/contrib/libpcap/sunatmpos.h U src/contrib/libpcap/bpf/net/bpf_filter.c U src/contrib/libpcap/lbl/os-aix4.h U src/contrib/libpcap/lbl/os-hpux11.h U src/contrib/libpcap/lbl/os-osf4.h U src/contrib/libpcap/lbl/os-osf5.h U src/contrib/libpcap/lbl/os-solaris2.h U src/contrib/libpcap/lbl/os-sunos4.h U src/contrib/libpcap/lbl/os-ultrix4.h 10 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLBL:yesterday -jLBL src/contrib/libpcap From owner-cvs-src@FreeBSD.ORG Mon Jul 11 03:43:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B29116A41C; Mon, 11 Jul 2005 03:43:26 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1D3743D49; Mon, 11 Jul 2005 03:43:25 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3hPFc060358; Mon, 11 Jul 2005 03:43:25 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3hPRq060357; Mon, 11 Jul 2005 03:43:25 GMT (envelope-from sam) Message-Id: <200507110343.j6B3hPRq060357@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:43: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/contrib/libpcap gencode.c gencode.h grammar.y nametoaddr.c pcap-int.h pcap-namedb.h pcap.3 pcap.h rawss7.h scanner.l X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 03:43:26 -0000 sam 2005-07-11 03:43:25 UTC FreeBSD src repository Modified files: contrib/libpcap gencode.c gencode.h grammar.y nametoaddr.c pcap-int.h pcap-namedb.h pcap.3 pcap.h scanner.l Removed files: contrib/libpcap rawss7.h Log: resolve merge conflicts Approved by: re (scottl) Revision Changes Path 1.15 +1430 -474 src/contrib/libpcap/gencode.c 1.8 +19 -6 src/contrib/libpcap/gencode.h 1.10 +37 -5 src/contrib/libpcap/grammar.y 1.12 +52 -2 src/contrib/libpcap/nametoaddr.c 1.11 +18 -8 src/contrib/libpcap/pcap-int.h 1.6 +1 -0 src/contrib/libpcap/pcap-namedb.h 1.14 +42 -2 src/contrib/libpcap/pcap.3 1.11 +9 -1 src/contrib/libpcap/pcap.h 1.2 +0 -105 src/contrib/libpcap/rawss7.h (dead) 1.12 +8 -1 src/contrib/libpcap/scanner.l From owner-cvs-src@FreeBSD.ORG Mon Jul 11 03:47:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A50FE16A41C; Mon, 11 Jul 2005 03:47:11 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66B2043D45; Mon, 11 Jul 2005 03:47:11 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3lB5A060568; Mon, 11 Jul 2005 03:47:11 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3lBgL060567; Mon, 11 Jul 2005 03:47:11 GMT (envelope-from sam) Message-Id: <200507110347.j6B3lBgL060567@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:47: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/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: Mon, 11 Jul 2005 03:47:11 -0000 sam 2005-07-11 03:47:11 UTC FreeBSD src repository Modified files: sys/sys param.h Log: bump for libpcap import Approved by: re (scottl) Revision Changes Path 1.244 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Mon Jul 11 03:54:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23ADE16A41C; Mon, 11 Jul 2005 03:54:27 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CC643D45; Mon, 11 Jul 2005 03:54:26 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3sQ3G060856; Mon, 11 Jul 2005 03:54:26 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3sQCu060855; Mon, 11 Jul 2005 03:54:26 GMT (envelope-from sam) Message-Id: <200507110354.j6B3sQCu060855@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 03:54:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: LBL Cc: Subject: cvs commit: src/contrib/tcpdump - Imported sources X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 03:54:27 -0000 sam 2005-07-11 03:54:26 UTC FreeBSD src repository src/contrib/tcpdump - Imported sources Update of /home/ncvs/src/contrib/tcpdump In directory repoman.freebsd.org:/tmp/cvs-serv60799 Log Message: Virgin import of tcpdump v3.9.1 (release) from tcpdump.org Approved by: re (scottl) Status: Vendor Tag: LBL Release Tags: v3_9_1 U src/contrib/tcpdump/.cvsignore U src/contrib/tcpdump/CHANGES U src/contrib/tcpdump/CREDITS U src/contrib/tcpdump/FILES U src/contrib/tcpdump/INSTALL U src/contrib/tcpdump/LICENSE U src/contrib/tcpdump/Makefile-devel-adds U src/contrib/tcpdump/Makefile.in U src/contrib/tcpdump/PLATFORMS U src/contrib/tcpdump/README U src/contrib/tcpdump/Readme.Win32 U src/contrib/tcpdump/TODO U src/contrib/tcpdump/VERSION U src/contrib/tcpdump/acconfig.h C src/contrib/tcpdump/aclocal.m4 C src/contrib/tcpdump/addrtoname.c U src/contrib/tcpdump/addrtoname.h U src/contrib/tcpdump/ah.h U src/contrib/tcpdump/aodv.h U src/contrib/tcpdump/appletalk.h U src/contrib/tcpdump/arcnet.h U src/contrib/tcpdump/atime.awk U src/contrib/tcpdump/atm.h U src/contrib/tcpdump/atmuni31.h U src/contrib/tcpdump/bgp.h U src/contrib/tcpdump/bootp.h U src/contrib/tcpdump/bpf_dump.c U src/contrib/tcpdump/chdlc.h U src/contrib/tcpdump/config.guess U src/contrib/tcpdump/config.h.in U src/contrib/tcpdump/config.sub U src/contrib/tcpdump/configure U src/contrib/tcpdump/configure.in U src/contrib/tcpdump/cpack.c U src/contrib/tcpdump/cpack.h U src/contrib/tcpdump/decnet.h U src/contrib/tcpdump/decode_prefix.h U src/contrib/tcpdump/enc.h U src/contrib/tcpdump/esp.h U src/contrib/tcpdump/ether.h U src/contrib/tcpdump/ethertype.h U src/contrib/tcpdump/extract.h U src/contrib/tcpdump/fddi.h U src/contrib/tcpdump/gmpls.c U src/contrib/tcpdump/gmpls.h U src/contrib/tcpdump/gmt2local.c U src/contrib/tcpdump/gmt2local.h U src/contrib/tcpdump/icmp6.h U src/contrib/tcpdump/ieee802_11.h U src/contrib/tcpdump/ieee802_11_radio.h U src/contrib/tcpdump/igrp.h U src/contrib/tcpdump/ip.h U src/contrib/tcpdump/install-sh C src/contrib/tcpdump/interface.h U src/contrib/tcpdump/ip6.h U src/contrib/tcpdump/ipfc.h U src/contrib/tcpdump/ipproto.c U src/contrib/tcpdump/ipproto.h U src/contrib/tcpdump/ipsec_doi.h U src/contrib/tcpdump/ipx.h U src/contrib/tcpdump/isakmp.h U src/contrib/tcpdump/l2tp.h U src/contrib/tcpdump/l2vpn.c U src/contrib/tcpdump/l2vpn.h U src/contrib/tcpdump/lane.h U src/contrib/tcpdump/llc.h U src/contrib/tcpdump/machdep.c U src/contrib/tcpdump/machdep.h U src/contrib/tcpdump/makemib U src/contrib/tcpdump/mib.h U src/contrib/tcpdump/mkdep U src/contrib/tcpdump/mpls.h U src/contrib/tcpdump/nameser.h U src/contrib/tcpdump/netbios.h U src/contrib/tcpdump/netdissect.h U src/contrib/tcpdump/nfs.h U src/contrib/tcpdump/nfsfh.h U src/contrib/tcpdump/nlpid.c U src/contrib/tcpdump/nlpid.h U src/contrib/tcpdump/ntp.h U src/contrib/tcpdump/ospf.h U src/contrib/tcpdump/oakley.h U src/contrib/tcpdump/ospf6.h U src/contrib/tcpdump/oui.c U src/contrib/tcpdump/oui.h U src/contrib/tcpdump/packetdat.awk U src/contrib/tcpdump/parsenfsfh.c U src/contrib/tcpdump/pcap-missing.h N src/contrib/tcpdump/pcap_dump_ftell.c U src/contrib/tcpdump/pf.h U src/contrib/tcpdump/pmap_prot.h U src/contrib/tcpdump/ppp.h U src/contrib/tcpdump/print-802_11.c U src/contrib/tcpdump/print-ah.c U src/contrib/tcpdump/print-aodv.c U src/contrib/tcpdump/print-ap1394.c U src/contrib/tcpdump/print-arcnet.c U src/contrib/tcpdump/print-arp.c U src/contrib/tcpdump/print-ascii.c U src/contrib/tcpdump/print-atalk.c C src/contrib/tcpdump/print-atm.c U src/contrib/tcpdump/print-beep.c U src/contrib/tcpdump/print-bfd.c U src/contrib/tcpdump/print-bgp.c C src/contrib/tcpdump/print-bootp.c U src/contrib/tcpdump/print-cdp.c U src/contrib/tcpdump/print-chdlc.c U src/contrib/tcpdump/print-cip.c U src/contrib/tcpdump/print-cnfp.c U src/contrib/tcpdump/print-decnet.c U src/contrib/tcpdump/print-dhcp6.c C src/contrib/tcpdump/print-domain.c U src/contrib/tcpdump/print-dvmrp.c U src/contrib/tcpdump/print-eap.c U src/contrib/tcpdump/print-egp.c U src/contrib/tcpdump/print-eigrp.c U src/contrib/tcpdump/print-enc.c U src/contrib/tcpdump/print-esp.c C src/contrib/tcpdump/print-ether.c U src/contrib/tcpdump/print-fddi.c C src/contrib/tcpdump/print-fr.c U src/contrib/tcpdump/print-frag6.c U src/contrib/tcpdump/print-gre.c U src/contrib/tcpdump/print-hsrp.c C src/contrib/tcpdump/print-icmp.c U src/contrib/tcpdump/print-icmp6.c U src/contrib/tcpdump/rx.h U src/contrib/tcpdump/print-igmp.c U src/contrib/tcpdump/print-igrp.c C src/contrib/tcpdump/print-ip.c C src/contrib/tcpdump/print-ip6.c U src/contrib/tcpdump/print-ip6opts.c U src/contrib/tcpdump/print-ipcomp.c U src/contrib/tcpdump/print-ipfc.c C src/contrib/tcpdump/print-ipx.c U src/contrib/tcpdump/print-isakmp.c C src/contrib/tcpdump/print-isoclns.c U src/contrib/tcpdump/print-juniper.c U src/contrib/tcpdump/print-krb.c U src/contrib/tcpdump/print-l2tp.c U src/contrib/tcpdump/print-lane.c U src/contrib/tcpdump/print-ldp.c C src/contrib/tcpdump/print-llc.c U src/contrib/tcpdump/print-lmp.c U src/contrib/tcpdump/print-lspping.c U src/contrib/tcpdump/print-lwres.c U src/contrib/tcpdump/print-mobile.c U src/contrib/tcpdump/print-mobility.c U src/contrib/tcpdump/print-mpls.c U src/contrib/tcpdump/print-msdp.c U src/contrib/tcpdump/print-netbios.c C src/contrib/tcpdump/print-nfs.c C src/contrib/tcpdump/print-ntp.c C src/contrib/tcpdump/print-null.c U src/contrib/tcpdump/print-ospf.c U src/contrib/tcpdump/print-ospf6.c U src/contrib/tcpdump/print-pflog.c N src/contrib/tcpdump/print-pgm.c C src/contrib/tcpdump/print-pim.c C src/contrib/tcpdump/print-ppp.c U src/contrib/tcpdump/print-pppoe.c U src/contrib/tcpdump/print-pptp.c U src/contrib/tcpdump/print-radius.c U src/contrib/tcpdump/print-raw.c U src/contrib/tcpdump/print-rip.c U src/contrib/tcpdump/print-ripng.c U src/contrib/tcpdump/print-rsvp.c U src/contrib/tcpdump/print-rt6.c U src/contrib/tcpdump/print-rx.c U src/contrib/tcpdump/print-sctp.c U src/contrib/tcpdump/print-sip.c U src/contrib/tcpdump/print-sl.c U src/contrib/tcpdump/print-sll.c U src/contrib/tcpdump/print-smb.c U src/contrib/tcpdump/print-snmp.c U src/contrib/tcpdump/print-stp.c U src/contrib/tcpdump/print-sunatm.c C src/contrib/tcpdump/print-sunrpc.c U src/contrib/tcpdump/print-symantec.c U src/contrib/tcpdump/print-syslog.c U src/contrib/tcpdump/print-tcp.c U src/contrib/tcpdump/print-telnet.c U src/contrib/tcpdump/print-tftp.c U src/contrib/tcpdump/print-timed.c U src/contrib/tcpdump/print-token.c U src/contrib/tcpdump/print-udp.c U src/contrib/tcpdump/print-vjc.c U src/contrib/tcpdump/print-vrrp.c U src/contrib/tcpdump/print-wb.c U src/contrib/tcpdump/print-zephyr.c U src/contrib/tcpdump/route6d.h U src/contrib/tcpdump/rpc_auth.h U src/contrib/tcpdump/rpc_msg.h U src/contrib/tcpdump/sctpConstants.h U src/contrib/tcpdump/setsignal.c U src/contrib/tcpdump/setsignal.h U src/contrib/tcpdump/sctpHeader.h U src/contrib/tcpdump/send-ack.awk U src/contrib/tcpdump/slcompress.h U src/contrib/tcpdump/slip.h U src/contrib/tcpdump/sll.h U src/contrib/tcpdump/smb.h U src/contrib/tcpdump/smbutil.c U src/contrib/tcpdump/stime.awk U src/contrib/tcpdump/strcasecmp.c U src/contrib/tcpdump/tcp.h C src/contrib/tcpdump/tcpdump-stdinc.h C src/contrib/tcpdump/tcpdump.1 C src/contrib/tcpdump/tcpdump.c U src/contrib/tcpdump/telnet.h U src/contrib/tcpdump/timed.h U src/contrib/tcpdump/token.h U src/contrib/tcpdump/udp.h U src/contrib/tcpdump/util.c U src/contrib/tcpdump/vfprintf.c U src/contrib/tcpdump/lbl/os-osf4.h U src/contrib/tcpdump/lbl/os-solaris2.h U src/contrib/tcpdump/lbl/os-sunos4.h U src/contrib/tcpdump/lbl/os-ultrix4.h U src/contrib/tcpdump/missing/addrinfo.h U src/contrib/tcpdump/missing/addrsize.h U src/contrib/tcpdump/missing/bittypes.h U src/contrib/tcpdump/missing/datalinks.c U src/contrib/tcpdump/missing/dlnames.c U src/contrib/tcpdump/missing/getaddrinfo.c U src/contrib/tcpdump/missing/getnameinfo.c U src/contrib/tcpdump/missing/inet_aton.c U src/contrib/tcpdump/missing/inet_ntop.c U src/contrib/tcpdump/missing/inet_pton.c U src/contrib/tcpdump/missing/resolv6.h U src/contrib/tcpdump/missing/resolv_ext.h U src/contrib/tcpdump/missing/snprintf.c U src/contrib/tcpdump/missing/sockstorage.h U src/contrib/tcpdump/missing/strdup.c U src/contrib/tcpdump/missing/strlcat.c U src/contrib/tcpdump/missing/strlcpy.c U src/contrib/tcpdump/missing/strsep.c 23 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLBL:yesterday -jLBL src/contrib/tcpdump From owner-cvs-src@FreeBSD.ORG Mon Jul 11 03:57:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13AD016A41C; Mon, 11 Jul 2005 03:57:05 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C837643D4C; Mon, 11 Jul 2005 03:57:04 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3v4ri061072; Mon, 11 Jul 2005 03:57:04 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3v4PQ061071; Mon, 11 Jul 2005 03:57:04 GMT (envelope-from scottl) Message-Id: <200507110357.j6B3v4PQ061071@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 03:57:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/sysinstall tcpip.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 03:57:05 -0000 scottl 2005-07-11 03:57:04 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall tcpip.c Log: Adapt sysinstall to the new dhclient. This includes explicitely telling it about the lease file location and not invoking it with the (non-existant) '-r' option. Releasing leases works vastly different now, so this isn't needed. Submitted by: sam Approved by: re Revision Changes Path 1.132 +9 -3 src/usr.sbin/sysinstall/tcpip.c From owner-cvs-src@FreeBSD.ORG Mon Jul 11 03:59:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C27916A41C; Mon, 11 Jul 2005 03:59:26 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E2443D45; Mon, 11 Jul 2005 03:59:25 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B3xPjT061212; Mon, 11 Jul 2005 03:59:25 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B3xP7l061211; Mon, 11 Jul 2005 03:59:25 GMT (envelope-from scottl) Message-Id: <200507110359.j6B3xP7l061211@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 03:59: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/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, 11 Jul 2005 03:59:26 -0000 scottl 2005-07-11 03:59:25 UTC FreeBSD src repository Modified files: release Makefile Log: Adapt the mfsroot environment of sysinstall to the needs of the new dhclient. This involves having passwd bits available so that seteuid("_dhcp") work, and creating /var/empty so that chroot(_VAR_EMPTY) works. My gut feeling is that the better solution is to make privsep and chroot optional in dhclient, but this works well for now and is low-risk. Approved by: re Revision Changes Path 1.887 +4 -1 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jul 11 04:14:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF57A16A41C; Mon, 11 Jul 2005 04:14:03 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67AA043D46; Mon, 11 Jul 2005 04:14:03 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B4E3Ln061841; Mon, 11 Jul 2005 04:14:03 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B4E3JK061840; Mon, 11 Jul 2005 04:14:03 GMT (envelope-from sam) Message-Id: <200507110414.j6B4E3JK061840@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 04:14: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/contrib/tcpdump addrtoname.c interface.h print-atm.c print-bootp.c print-domain.c print-ether.c print-fr.c print-icmp.c print-ip.c print-ip6.c print-ipx.c print-isoclns.c print-llc.c print-nfs.c print-ntp.c print-null.c print-pim.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 04:14:03 -0000 sam 2005-07-11 04:14:02 UTC FreeBSD src repository Modified files: contrib/tcpdump addrtoname.c interface.h print-atm.c print-bootp.c print-domain.c print-ether.c print-fr.c print-icmp.c print-ip.c print-ip6.c print-ipx.c print-isoclns.c print-llc.c print-nfs.c print-ntp.c print-null.c print-pim.c print-ppp.c print-sunrpc.c tcpdump-stdinc.h tcpdump.1 tcpdump.c Log: resolve merge conflicts Approved by: re (scottl) Revision Changes Path 1.14 +28 -13 src/contrib/tcpdump/addrtoname.c 1.11 +17 -4 src/contrib/tcpdump/interface.h 1.11 +5 -5 src/contrib/tcpdump/print-atm.c 1.11 +15 -5 src/contrib/tcpdump/print-bootp.c 1.12 +4 -3 src/contrib/tcpdump/print-domain.c 1.16 +2 -18 src/contrib/tcpdump/print-ether.c 1.6 +115 -83 src/contrib/tcpdump/print-fr.c 1.11 +34 -12 src/contrib/tcpdump/print-icmp.c 1.13 +5 -1 src/contrib/tcpdump/print-ip.c 1.7 +14 -1 src/contrib/tcpdump/print-ip6.c 1.9 +7 -3 src/contrib/tcpdump/print-ipx.c 1.15 +258 -42 src/contrib/tcpdump/print-isoclns.c 1.11 +171 -106 src/contrib/tcpdump/print-llc.c 1.12 +6 -4 src/contrib/tcpdump/print-nfs.c 1.11 +3 -2 src/contrib/tcpdump/print-ntp.c 1.11 +31 -48 src/contrib/tcpdump/print-null.c 1.8 +5 -6 src/contrib/tcpdump/print-pim.c 1.16 +188 -105 src/contrib/tcpdump/print-ppp.c 1.11 +14 -13 src/contrib/tcpdump/print-sunrpc.c 1.3 +22 -1 src/contrib/tcpdump/tcpdump-stdinc.h 1.15 +46 -15 src/contrib/tcpdump/tcpdump.1 1.10 +23 -2 src/contrib/tcpdump/tcpdump.c From owner-cvs-src@FreeBSD.ORG Mon Jul 11 04:14:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF5DA16A41C; Mon, 11 Jul 2005 04:14:42 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8150243D45; Mon, 11 Jul 2005 04:14:42 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B4Egwq061879; Mon, 11 Jul 2005 04:14:42 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B4Eg3Y061878; Mon, 11 Jul 2005 04:14:42 GMT (envelope-from sam) Message-Id: <200507110414.j6B4Eg3Y061878@repoman.freebsd.org> From: Sam Leffler Date: Mon, 11 Jul 2005 04:14: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/usr.sbin/tcpdump/tcpdump Makefile config.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 04:14:43 -0000 sam 2005-07-11 04:14:42 UTC FreeBSD src repository Modified files: usr.sbin/tcpdump/tcpdump Makefile config.h Log: update for v3.9.1 (releaes) Approved by: re (scottl) Revision Changes Path 1.43 +1 -1 src/usr.sbin/tcpdump/tcpdump/Makefile 1.7 +3 -0 src/usr.sbin/tcpdump/tcpdump/config.h From owner-cvs-src@FreeBSD.ORG Mon Jul 11 06:42:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A9516A41C; Mon, 11 Jul 2005 06:42:38 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94FFA43D5C; Mon, 11 Jul 2005 06:42:38 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B6gcEB076464; Mon, 11 Jul 2005 06:42:38 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B6gcGu076463; Mon, 11 Jul 2005 06:42:38 GMT (envelope-from silby) Message-Id: <200507110642.j6B6gcGu076463@repoman.freebsd.org> From: Mike Silbersack Date: Mon, 11 Jul 2005 06:42: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: 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, 11 Jul 2005 06:42:39 -0000 silby 2005-07-11 06:42:38 UTC FreeBSD src repository Modified files: . access Log: Forced commit to note that Damien Bergamini (damien@) is now free of the shackles of mentorship. Approved by: core (implicit) Revision Changes Path 1.715 +0 -0 CVSROOT/access From owner-cvs-src@FreeBSD.ORG Mon Jul 11 08:34:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7BE916A41C; Mon, 11 Jul 2005 08:34:49 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6795A43D48; Mon, 11 Jul 2005 08:34:49 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B8Yn7U000765; Mon, 11 Jul 2005 08:34:49 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B8YnDZ000764; Mon, 11 Jul 2005 08:34:49 GMT (envelope-from scottl) Message-Id: <200507110834.j6B8YnDZ000764@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 08:34: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 param.h src/sys/conf newvers.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: Mon, 11 Jul 2005 08:34:49 -0000 scottl 2005-07-11 08:34:49 UTC FreeBSD src repository Modified files: sys/sys param.h sys/conf newvers.sh Log: Make the RELENG_6 branch operation official by moving HEAD to 7.0-CURRENT. Approved by: re Revision Changes Path 1.70 +1 -1 src/sys/conf/newvers.sh 1.245 +1 -1 src/sys/sys/param.h From owner-cvs-src@FreeBSD.ORG Mon Jul 11 08:45:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D1B916A41C; Mon, 11 Jul 2005 08:45:11 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C12A343D49; Mon, 11 Jul 2005 08:45:10 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B8jA1a001214; Mon, 11 Jul 2005 08:45:10 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B8jAeK001213; Mon, 11 Jul 2005 08:45:10 GMT (envelope-from scottl) Message-Id: <200507110845.j6B8jAeK001213@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 08:45:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf newvers.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: Mon, 11 Jul 2005 08:45:11 -0000 scottl 2005-07-11 08:45:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf newvers.sh Log: Welcome to 6.0-BETA. I, for one, welcome our new RELENG_6 overlords. Approved by: re Revision Changes Path 1.69.2.1 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Mon Jul 11 08:50:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 184AF16A41C; Mon, 11 Jul 2005 08:50:07 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE4B443D45; Mon, 11 Jul 2005 08:50:06 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6B8o6Sg008385; Mon, 11 Jul 2005 08:50:06 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6B8o6nS008384; Mon, 11 Jul 2005 08:50:06 GMT (envelope-from scottl) Message-Id: <200507110850.j6B8o6nS008384@repoman.freebsd.org> From: Scott Long Date: Mon, 11 Jul 2005 08:50: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: CVSROOT approvers X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 08:50:07 -0000 scottl 2005-07-11 08:50:06 UTC FreeBSD src repository Modified files: . approvers Log: Put RELENG_6 under re@ control. Approved by: core (implicit) Revision Changes Path 1.24 +1 -0 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Mon Jul 11 13:16:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D02B16A41C; Mon, 11 Jul 2005 13:16:27 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AA643D53; Mon, 11 Jul 2005 13:16:27 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDGQGc050637; Mon, 11 Jul 2005 13:16:26 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDGQX5050636; Mon, 11 Jul 2005 13:16:26 GMT (envelope-from kensmith) Message-Id: <200507111316.j6BDGQX5050636@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 13:16:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libpam/modules/pam_krb5 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, 11 Jul 2005 13:16:27 -0000 kensmith 2005-07-11 13:16:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libpam/modules/pam_krb5 Makefile Log: MFC v1.15, Add -D_FREEFALL_CONFIG to CFLAGS via Makefile so that just defining _FREEFALL_CONFIG in /etc/make.conf is all that is required for the clusterisms to take effect. Revision Changes Path 1.13.2.2 +1 -0 src/lib/libpam/modules/pam_krb5/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jul 11 13:20:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2FA016A41C; Mon, 11 Jul 2005 13:20:47 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74DD243D45; Mon, 11 Jul 2005 13:20:47 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDKl6V050978; Mon, 11 Jul 2005 13:20:47 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDKlXw050977; Mon, 11 Jul 2005 13:20:47 GMT (envelope-from kensmith) Message-Id: <200507111320.j6BDKlXw050977@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 13:20:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/kerberos5/usr.bin/ksu 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, 11 Jul 2005 13:20:47 -0000 kensmith 2005-07-11 13:20:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) kerberos5/usr.bin/ksu Makefile Log: MFC v1.16, Add -D_FREEFALL_CONFIG to CFLAGS via Makefile so that just defining _FREEFALL_CONFIG in /etc/make.conf is all that is required for the clusterisms to take effect. Revision Changes Path 1.13.2.2 +3 -0 src/kerberos5/usr.bin/ksu/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jul 11 13:22:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674C716A41C; Mon, 11 Jul 2005 13:22:14 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D6E43D45; Mon, 11 Jul 2005 13:22:14 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDMEwT051106; Mon, 11 Jul 2005 13:22:14 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDMEXf051105; Mon, 11 Jul 2005 13:22:14 GMT (envelope-from kensmith) Message-Id: <200507111322.j6BDMEXf051105@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 13:22:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/kerberos5/usr.bin/k5su 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, 11 Jul 2005 13:22:14 -0000 kensmith 2005-07-11 13:22:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) kerberos5/usr.bin/k5su Makefile Log: MFC v1.16, Add -D_FREEFALL_CONFIG to CFLAGS via Makefile so that just defining _FREEFALL_CONFIG in /etc/make.conf is all that is required for the clusterisms to take effect. Revision Changes Path 1.1.2.8 +3 -0 src/kerberos5/usr.bin/k5su/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jul 11 13:24:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E94916A41C; Mon, 11 Jul 2005 13:24:40 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3AA943D48; Mon, 11 Jul 2005 13:24:39 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDOdoc051245; Mon, 11 Jul 2005 13:24:39 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDOdp6051244; Mon, 11 Jul 2005 13:24:39 GMT (envelope-from kensmith) Message-Id: <200507111324.j6BDOdp6051244@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 13:24:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/crypto/heimdal/appl/su Makefile.am X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 13:24:40 -0000 kensmith 2005-07-11 13:24:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) crypto/heimdal/appl/su Makefile.am Log: MFC v1.2, Add -D_FREEFALL_CONFIG to CFLAGS via Makefile so that just defining _FREEFALL_CONFIG in /etc/make.conf is all that is required for the clusterisms to take effect. Revision Changes Path 1.1.1.3.8.1 +4 -0 src/crypto/heimdal/appl/su/Makefile.am From owner-cvs-src@FreeBSD.ORG Mon Jul 11 13:25:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFA2D16A41C; Mon, 11 Jul 2005 13:25:54 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A3F43D46; Mon, 11 Jul 2005 13:25:54 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BDPsWC051435; Mon, 11 Jul 2005 13:25:54 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BDPssv051434; Mon, 11 Jul 2005 13:25:54 GMT (envelope-from kensmith) Message-Id: <200507111325.j6BDPssv051434@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 13:25:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/crypto/heimdal/appl/su Makefile.am X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 13:25:54 -0000 kensmith 2005-07-11 13:25:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) crypto/heimdal/appl/su Makefile.am Log: MFC v1.2, Add -D_FREEFALL_CONFIG to CFLAGS via Makefile so that just defining _FREEFALL_CONFIG in /etc/make.conf is all that is required for the clusterisms to take effect. Revision Changes Path 1.1.1.1.2.3 +4 -0 src/crypto/heimdal/appl/su/Makefile.am From owner-cvs-src@FreeBSD.ORG Mon Jul 11 15:46:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5113E16A41C; Mon, 11 Jul 2005 15:46:46 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C6CB43D4C; Mon, 11 Jul 2005 15:46:46 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BFkjR4058391; Mon, 11 Jul 2005 15:46:45 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BFkj6O058390; Mon, 11 Jul 2005 15:46:45 GMT (envelope-from kensmith) Message-Id: <200507111546.j6BFkj6O058390@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 15:46: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 UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 15:46:46 -0000 kensmith 2005-07-11 15:46:45 UTC FreeBSD src repository Modified files: . UPDATING Log: Note RELENG_6 branch and minor related tweaks. Approved by: re (implicit) Revision Changes Path 1.417 +5 -2 src/UPDATING From owner-cvs-src@FreeBSD.ORG Mon Jul 11 15:48:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 344D016A41C; Mon, 11 Jul 2005 15:48:49 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E11A243D55; Mon, 11 Jul 2005 15:48:48 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BFmms4058456; Mon, 11 Jul 2005 15:48:48 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BFmmZ6058455; Mon, 11 Jul 2005 15:48:48 GMT (envelope-from kensmith) Message-Id: <200507111548.j6BFmmZ6058455@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 15:48: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/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 15:48:49 -0000 kensmith 2005-07-11 15:48:48 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Adjust for HEAD being 7.0 now. Approved by: re (implicit) Revision Changes Path 1.49 +2 -1 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Mon Jul 11 15:50:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2504516A41C; Mon, 11 Jul 2005 15:50:30 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D768443D53; Mon, 11 Jul 2005 15:50:29 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BFoTOZ058600; Mon, 11 Jul 2005 15:50:29 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BFoT84058599; Mon, 11 Jul 2005 15:50:29 GMT (envelope-from kensmith) Message-Id: <200507111550.j6BFoT84058599@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 15:50: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/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, 11 Jul 2005 15:50:30 -0000 kensmith 2005-07-11 15:50:29 UTC FreeBSD src repository Modified files: release Makefile Log: Adjust for HEAD being 7.0 now. Approved by: re (implicit) Revision Changes Path 1.888 +3 -3 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jul 11 15:56:28 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0959E16A41C; Mon, 11 Jul 2005 15:56:28 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 017D943D64; Mon, 11 Jul 2005 15:56:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BFuP5J058792; Mon, 11 Jul 2005 15:56:25 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BFuPoD058791; Mon, 11 Jul 2005 15:56:25 GMT (envelope-from kensmith) Message-Id: <200507111556.j6BFuPoD058791@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 15:56:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/pkg_install/add 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: Mon, 11 Jul 2005 15:56:28 -0000 kensmith 2005-07-11 15:56:25 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add main.c Log: Prepare for packages-7-current. While here retro-fit packages-5.4-release which probably should have been done a while ago. Approved by: re (implicit) Revision Changes Path 1.62 +3 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Mon Jul 11 16:01:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55C1216A41C; Mon, 11 Jul 2005 16:01:34 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F0CA43D49; Mon, 11 Jul 2005 16:01:34 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BG1XC8059027; Mon, 11 Jul 2005 16:01:33 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BG1XPh059026; Mon, 11 Jul 2005 16:01:33 GMT (envelope-from kensmith) Message-Id: <200507111601.j6BG1XPh059026@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:01:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 16:01:34 -0000 kensmith 2005-07-11 16:01:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . Makefile.inc1 Log: Add branch tag for cvs update operation. Approved by: re (implicit) Revision Changes Path 1.499.2.1 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Mon Jul 11 16:02:29 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1699D16A41C; Mon, 11 Jul 2005 16:02:29 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C855043D46; Mon, 11 Jul 2005 16:02:28 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BG2Sgp059078; Mon, 11 Jul 2005 16:02:28 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BG2ShQ059077; Mon, 11 Jul 2005 16:02:28 GMT (envelope-from kensmith) Message-Id: <200507111602.j6BG2ShQ059077@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:02: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 UPDATING X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 16:02:29 -0000 kensmith 2005-07-11 16:02:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING Log: Note date of RELENG_6 branch. Approved by: re (implicit) Revision Changes Path 1.416.2.1 +3 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Mon Jul 11 16:04:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E3B16A41C; Mon, 11 Jul 2005 16:04:22 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ED2043D53; Mon, 11 Jul 2005 16:04:22 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BG4Miw059132; Mon, 11 Jul 2005 16:04:22 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BG4MEp059131; Mon, 11 Jul 2005 16:04:22 GMT (envelope-from kensmith) Message-Id: <200507111604.j6BG4MEp059131@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:04: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/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 16:04:23 -0000 kensmith 2005-07-11 16:04:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) gnu/usr.bin/groff/tmac mdoc.local Log: Add 7.0 as a version not in doc-common. Approved by: re (implicit) Revision Changes Path 1.48.2.1 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Mon Jul 11 16:06:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3E9716A420; Mon, 11 Jul 2005 16:06:30 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 816DA43D46; Mon, 11 Jul 2005 16:06:30 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BG6UK3059332; Mon, 11 Jul 2005 16:06:30 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BG6UH2059331; Mon, 11 Jul 2005 16:06:30 GMT (envelope-from kensmith) Message-Id: <200507111606.j6BG6UH2059331@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:06:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/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, 11 Jul 2005 16:06:30 -0000 kensmith 2005-07-11 16:06:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release Makefile Log: Suggest this is a -STABLE branch now. Approved by: re (implicit) Revision Changes Path 1.887.2.1 +1 -1 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Mon Jul 11 16:07:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A91516A41C; Mon, 11 Jul 2005 16:07:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3877B43D48; Mon, 11 Jul 2005 16:07:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BG7PxM059376; Mon, 11 Jul 2005 16:07:25 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BG7Pnw059375; Mon, 11 Jul 2005 16:07:25 GMT (envelope-from kensmith) Message-Id: <200507111607.j6BG7Pnw059375@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:07: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/share/examples/cvsup standard-supfile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 16:07:25 -0000 kensmith 2005-07-11 16:07:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) share/examples/cvsup standard-supfile Log: Update branch tag. Approved by: re (implicit) Revision Changes Path 1.23.4.1 +1 -1 src/share/examples/cvsup/standard-supfile From owner-cvs-src@FreeBSD.ORG Mon Jul 11 16:14:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 107DC16A41C; Mon, 11 Jul 2005 16:14:23 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C090743D46; Mon, 11 Jul 2005 16:14:22 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BGEMUg059727; Mon, 11 Jul 2005 16:14:22 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BGEMCo059726; Mon, 11 Jul 2005 16:14:22 GMT (envelope-from kensmith) Message-Id: <200507111614.j6BGEMCo059726@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:14:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/add 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: Mon, 11 Jul 2005 16:14:23 -0000 kensmith 2005-07-11 16:14:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/pkg_install/add main.c Log: Retro-fit packages-5.4-release entry. Approved by: re (implicit) Revision Changes Path 1.61.2.1 +2 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Mon Jul 11 16:16:25 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0594316A41C; Mon, 11 Jul 2005 16:16:25 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B3243D48; Mon, 11 Jul 2005 16:16:24 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BGGOZo059928; Mon, 11 Jul 2005 16:16:24 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BGGOIY059927; Mon, 11 Jul 2005 16:16:24 GMT (envelope-from kensmith) Message-Id: <200507111616.j6BGGOIY059927@repoman.freebsd.org> From: Ken Smith Date: Mon, 11 Jul 2005 16:16: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/usr.sbin/pkg_install/add 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: Mon, 11 Jul 2005 16:16:25 -0000 kensmith 2005-07-11 16:16:24 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/add main.c Log: Fix an oops on FBSD-version for packages-5-stable I made in previous commit. Pointy hat: kensmith Approved by: re (implicit) Revision Changes Path 1.63 +1 -1 src/usr.sbin/pkg_install/add/main.c From owner-cvs-src@FreeBSD.ORG Mon Jul 11 17:16:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BED616A41C; Mon, 11 Jul 2005 17:16:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2853843D45; Mon, 11 Jul 2005 17:16:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHGJOW070000; Mon, 11 Jul 2005 17:16:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHGIl3069999; Mon, 11 Jul 2005 17:16:19 GMT (envelope-from jhb) Message-Id: <200507111716.j6BHGIl3069999@repoman.freebsd.org> From: John Baldwin Date: Mon, 11 Jul 2005 17:16:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/amd64/include 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: Mon, 11 Jul 2005 17:16:19 -0000 jhb 2005-07-11 17:16:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/amd64/include param.h Log: MFC: Increase MAXCPU to 16 for SMP kernels to cope with APIC IDs >= 8. Revision Changes Path 1.13.2.5 +1 -1 src/sys/amd64/include/param.h From owner-cvs-src@FreeBSD.ORG Mon Jul 11 17:18:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0D3016A41C; Mon, 11 Jul 2005 17:18:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36F2F43D46; Mon, 11 Jul 2005 17:18:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHIsE2070065; Mon, 11 Jul 2005 17:18:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHIs8T070064; Mon, 11 Jul 2005 17:18:54 GMT (envelope-from jhb) Message-Id: <200507111718.j6BHIs8T070064@repoman.freebsd.org> From: John Baldwin Date: Mon, 11 Jul 2005 17:18:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/conf newvers.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: Mon, 11 Jul 2005 17:18:55 -0000 jhb 2005-07-11 17:18:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/conf newvers.sh Log: MFC: Fix what(1) on kernel binaries by axeing sccspad[] and duplicating the first line of version[] in sccs[]. Revision Changes Path 1.62.2.20 +1 -2 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Mon Jul 11 17:22:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A61616A41C; Mon, 11 Jul 2005 17:22:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BACD143D45; Mon, 11 Jul 2005 17:22:13 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6BHMDpa070301; Mon, 11 Jul 2005 17:22:13 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6BHMDE4070300; Mon, 11 Jul 2005 17:22:13 GMT (envelope-from jhb) Message-Id: <200507111722.j6BHMDE4070300@repoman.freebsd.org> From: John Baldwin Date: Mon, 11 Jul 2005 17:22:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/usbd usbd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 17:22:14 -0000 jhb 2005-07-11 17:22:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/usbd usbd.c Log: MFC: Increase the maximum number of USB busses to 40. Revision Changes Path 1.29.4.1 +1 -1 src/usr.sbin/usbd/usbd.c From owner-cvs-src@FreeBSD.ORG Mon Jul 11 22:09:50 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF0116A41C; Mon, 11 Jul 2005 22:09:50 +0000 (GMT) (envelope-from geljwlprb@hushmail.com) Received: from fastermail-com.mr.outblaze.com (AReims-151-1-19-11.w83-192.abo.wanadoo.fr [83.192.145.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CD4643D5C; Mon, 11 Jul 2005 22:09:45 +0000 (GMT) (envelope-from geljwlprb@hushmail.com) message-id: <001a01c58665$44a01d50$0595eb25@bu.swv.ubb> From: "Jason" To: Date: Mon, 11 Jul 2005 18:09:55 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.1830 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830 Subject: Replica Rolex - Stun your friends X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 11 Jul 2005 22:09:50 -0000 Get the Finest Rolex Watch Replica ! http://www.newprestigewatchez.com We only sell premium watches. There's no battery in these replicas just like the real ones since they charge themselves as you move. The second hand moves JUST like the real ones, too. These original watches sell in stores for thousands of dollars. We sell them for much less. - Replicated to the Smallest Detail - 98% Perfectly Accurate Markings - Signature Green Sticker w/ Serial Number on Watch Back - Magnified Quickset Date - Includes all Proper Markings http://www.newprestigewatchez.com We also carry all top quality Louis Vuitton handbags! To be taken off just visit http://www.newprestigewatchez.com and click the unsc link From owner-cvs-src@FreeBSD.ORG Mon Jul 11 23:03:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D708216A41C; Mon, 11 Jul 2005 23:03:39 +0000 (GMT) (envelope-from julian@elischer.org) Received: from postoffice.vicor-nb.com (postoffice.vicor.com [69.26.56.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A34F43D49; Mon, 11 Jul 2005 23:03:37 +0000 (GMT) (envelope-from julian@elischer.org) Received: from localhost (localhost [127.0.0.1]) by postoffice.vicor-nb.com (Postfix) with ESMTP id 292BB4CE7BF; Mon, 11 Jul 2005 16:03:37 -0700 (PDT) Received: from postoffice.vicor-nb.com ([127.0.0.1]) by localhost (postoffice.vicor-nb.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32592-09; Mon, 11 Jul 2005 16:03:36 -0700 (PDT) Received: from bigwoop.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by postoffice.vicor-nb.com (Postfix) with ESMTP id B66FB4CE7B3; Mon, 11 Jul 2005 16:03:36 -0700 (PDT) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by bigwoop.vicor-nb.com (Postfix) with ESMTP id A87E57A403; Mon, 11 Jul 2005 16:03:36 -0700 (PDT) Message-ID: <42D2FAC8.4010409@elischer.org> Date: Mon, 11 Jul 2005 16:03:36 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050629 X-Accept-Language: en, hu MIME-Version: 1.0 To: Scott Long References: <200507110845.j6B8jAeK001213@repoman.freebsd.org> In-Reply-To: <200507110845.j6B8jAeK001213@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postoffice.vicor.com Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.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: Mon, 11 Jul 2005 23:03:40 -0000 Scott Long wrote: >scottl 2005-07-11 08:45:10 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_6) > sys/conf newvers.sh > Log: > Welcome to 6.0-BETA. I, for one, welcome our new RELENG_6 overlords. > > Do we have an idea when we'll be pressing out 6.1 and 6.2? Our clients are asking for an upgrade schedule through the middle of 2007. > > Approved by: re > > Revision Changes Path > 1.69.2.1 +1 -1 src/sys/conf/newvers.sh > > From owner-cvs-src@FreeBSD.ORG Mon Jul 11 23:13:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CDB216A41C; Mon, 11 Jul 2005 23:13:06 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB4CA43D46; Mon, 11 Jul 2005 23:13:05 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j6BNIbcW059952; Mon, 11 Jul 2005 17:18:38 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42D2FCFA.4040503@samsco.org> Date: Mon, 11 Jul 2005 17:12:58 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <200507110845.j6B8jAeK001213@repoman.freebsd.org> <42D2FAC8.4010409@elischer.org> In-Reply-To: <42D2FAC8.4010409@elischer.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.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: Mon, 11 Jul 2005 23:13:06 -0000 Julian Elischer wrote: > > > Scott Long wrote: > >> scottl 2005-07-11 08:45:10 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> sys/conf newvers.sh Log: >> Welcome to 6.0-BETA. I, for one, welcome our new RELENG_6 overlords. >> >> > Do we have an idea when we'll be pressing out 6.1 and 6.2? > Our clients are asking for an upgrade schedule through the middle of 2007. > Every 4 months is the plan. That might adjust a little bit for holidays and such, but hopefully not by much. Scott From owner-cvs-src@FreeBSD.ORG Tue Jul 12 06:22:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B731A16A41C; Tue, 12 Jul 2005 06:22:03 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505DF43D4C; Tue, 12 Jul 2005 06:22:03 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C6M3VR029797; Tue, 12 Jul 2005 06:22:03 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C6M34a029796; Tue, 12 Jul 2005 06:22:03 GMT (envelope-from brueffer) Message-Id: <200507120622.j6C6M34a029796@repoman.freebsd.org> From: Christian Brueffer Date: Tue, 12 Jul 2005 06:22: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/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: Tue, 12 Jul 2005 06:22:03 -0000 brueffer 2005-07-12 06:22:02 UTC FreeBSD src repository (doc committer) Modified files: sbin/ifconfig ifconfig.8 Log: Information about the capability flags in 'ifconfig foo0 scan' output. Most content by: avatar Reviewed by: sam Approved by: re (hrs) MFC after: 3 days Revision Changes Path 1.96 +30 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Tue Jul 12 06:58:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF48D16A422; Tue, 12 Jul 2005 06:58:04 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2368743D53; Tue, 12 Jul 2005 06:58:04 +0000 (GMT) (envelope-from jmg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6C6w4JI032266; Tue, 12 Jul 2005 06:58:04 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6C6w3XS032265; Tue, 12 Jul 2005 06:58:03 GMT (envelope-from jmg) Message-Id: <200507120658.j6C6w3XS032265@repoman.freebsd.org> From: John-Mark Gurney Date: Tue, 12 Jul 2005 06:58:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/pkg_install/lib plist.c src/usr.sbin/pkg_install/create pkg_create.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: Tue, 12 Jul 2005 06:58:05 -0000 jmg 2005-07-12 06:58:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/pkg_install/lib plist.c usr.sbin/pkg_install/create pkg_create.1 Log: MFC: v1.68 of pkg_create.1, v1.50 of plist.c remove a few uses of the word `really' Revision Changes Path 1.61.2.2 +1 -2 src/usr.sbin/pkg_install/create/pkg_create.1 1.48.2.1 +2 -2 src/usr.sbin/pkg_install/lib/plist.c From owner-cvs-src@FreeBSD.ORG Tue Jul 12 07:11:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2037F16A41C; Tue, 12 Jul 2005 07:11:33 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 828E343D49; Tue, 12 Jul 2005 07:11:32 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr2.xs4all.nl (8.13.3/8.13.3) with ESMTP id j6C7BKmR045064; Tue, 12 Jul 2005 09:11:24 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j6C7BKj0081499; Tue, 12 Jul 2005 09:11:20 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j6C7BHDN081493; Tue, 12 Jul 2005 09:11:17 +0200 (CEST) (envelope-from wb) Date: Tue, 12 Jul 2005 09:11:17 +0200 From: Wilko Bulte To: Scott Long Message-ID: <20050712071117.GA81457@freebie.xs4all.nl> References: <200507110845.j6B8jAeK001213@repoman.freebsd.org> <42D2FAC8.4010409@elischer.org> <42D2FCFA.4040503@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42D2FCFA.4040503@samsco.org> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Julian Elischer , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf newvers.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: Tue, 12 Jul 2005 07:11:33 -0000 On Mon, Jul 11, 2005 at 05:12:58PM -0600, Scott Long wrote.. > Julian Elischer wrote: > > > > > >Scott Long wrote: > > > >>scottl 2005-07-11 08:45:10 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: (Branch: RELENG_6) > >> sys/conf newvers.sh Log: > >> Welcome to 6.0-BETA. I, for one, welcome our new RELENG_6 overlords. > >> > >> > >Do we have an idea when we'll be pressing out 6.1 and 6.2? > >Our clients are asking for an upgrade schedule through the middle of 2007. > > > > Every 4 months is the plan. That might adjust a little bit for holidays > and such, but hopefully not by much. To be honest, the schedule for 6.0 is a bit of a pain given that it is spot in the European summer holidays. But I guess this problem will be there regardless -- Wilko Bulte wilko@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jul 12 07:20:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 455BF16A41C; Tue, 12 Jul 2005 07:20:47 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6D143D49; Tue, 12 Jul 2005 07:20:41 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j6C7Q49Z061757; Tue, 12 Jul 2005 01:26:04 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42D36F3D.3010603@samsco.org> Date: Tue, 12 Jul 2005 01:20:29 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Wilko Bulte References: <200507110845.j6B8jAeK001213@repoman.freebsd.org> <42D2FAC8.4010409@elischer.org> <42D2FCFA.4040503@samsco.org> <20050712071117.GA81457@freebie.xs4all.nl> In-Reply-To: <20050712071117.GA81457@freebie.xs4all.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, Julian Elischer , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf newvers.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: Tue, 12 Jul 2005 07:20:47 -0000 Wilko Bulte wrote: > On Mon, Jul 11, 2005 at 05:12:58PM -0600, Scott Long wrote.. > >>Julian Elischer wrote: >> >>> >>>Scott Long wrote: >>> >>> >>>>scottl 2005-07-11 08:45:10 UTC >>>> >>>>FreeBSD src repository >>>> >>>>Modified files: (Branch: RELENG_6) >>>> sys/conf newvers.sh Log: >>>>Welcome to 6.0-BETA. I, for one, welcome our new RELENG_6 overlords. >>>> >>>> >>> >>>Do we have an idea when we'll be pressing out 6.1 and 6.2? >>>Our clients are asking for an upgrade schedule through the middle of 2007. >>> >> >>Every 4 months is the plan. That might adjust a little bit for holidays >>and such, but hopefully not by much. > > > To be honest, the schedule for 6.0 is a bit of a pain given that it is > spot in the European summer holidays. But I guess this problem will be > there regardless > Well, here's the problem: Jan: Spring semester start Apr - May: Spring semester final exams Jun: Large conferences (USENIX, WWDC, etc) Jul - Aug: European Summer Holiday Sep - Oct: Fall semester start, security advisory season Nov - Dec: USA Holidays, religious holidays, fall semester final exams So the only good time to do a release in in Feb-Mar. Scott From owner-cvs-src@FreeBSD.ORG Tue Jul 12 14:33:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C954816A41C; Tue, 12 Jul 2005 14:33:50 +0000 (GMT) (envelope-from imura@ryu16.org) Received: from mail.ryu16.org (usen-221x249x107x70.ap-US01.usen.ad.jp [221.249.107.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09DE343D48; Tue, 12 Jul 2005 14:33:48 +0000 (GMT) (envelope-from imura@ryu16.org) Received: from redeye.xt.ryu16.org (localhost [127.0.0.1]) by mail.ryu16.org (8.12.9p1/8.12.9) with ESMTP id j6CEXNn7051405; Tue, 12 Jul 2005 23:33:23 +0900 (JST) (envelope-from imura@redeye.xt.ryu16.org) Received: (from imura@localhost) by redeye.xt.ryu16.org (8.12.9p1/8.12.9/Submit) id j6CEXCbu051404; Tue, 12 Jul 2005 23:33:12 +0900 (JST) (envelope-from imura) Date: Tue, 12 Jul 2005 23:33:12 +0900 From: "R. Imura" To: Scott Long Message-ID: <20050712143312.GA51198%imura@ryu16.org> References: <200507110845.j6B8jAeK001213@repoman.freebsd.org> <42D2FAC8.4010409@elischer.org> <42D2FCFA.4040503@samsco.org> <20050712071117.GA81457@freebie.xs4all.nl> <42D36F3D.3010603@samsco.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42D36F3D.3010603@samsco.org> User-Agent: Mutt/1.4.1i-ja.1 Cc: Wilko Bulte , src-committers@FreeBSD.ORG, Julian Elischer , cvs-all@FreeBSD.ORG, cvs-src@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf newvers.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: Tue, 12 Jul 2005 14:33:50 -0000 Hi, > Well, here's the problem: > > Jan: Spring semester start > Apr - May: Spring semester final exams > Jun: Large conferences (USENIX, WWDC, etc) > Jul - Aug: European Summer Holiday > Sep - Oct: Fall semester start, security advisory season > Nov - Dec: USA Holidays, religious holidays, fall semester final exams > > So the only good time to do a release in in Feb-Mar. > > Scott At Feb-Mar, we have fall semester final exams for students, end of fiscal year for workers. :-p - R. Imura From owner-cvs-src@FreeBSD.ORG Tue Jul 12 15:30:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C57216A41C; Tue, 12 Jul 2005 15:30:34 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6C2343D53; Tue, 12 Jul 2005 15:30:33 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id 4288DBC87; Tue, 12 Jul 2005 15:30:23 +0000 (UTC) To: "R. Imura" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 12 Jul 2005 23:33:12 +0900." <20050712143312.GA51198%imura@ryu16.org> Date: Tue, 12 Jul 2005 17:30:23 +0200 Message-ID: <32967.1121182223@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: Scott Long , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Julian Elischer , Wilko Bulte Subject: Re: cvs commit: src/sys/conf newvers.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: Tue, 12 Jul 2005 15:30:34 -0000 In message <20050712143312.GA51198%imura@ryu16.org>, "R. Imura" writes: >Hi, > >> Well, here's the problem: >> >> Jan: Spring semester start >> Apr - May: Spring semester final exams >> Jun: Large conferences (USENIX, WWDC, etc) >> Jul - Aug: European Summer Holiday >> Sep - Oct: Fall semester start, security advisory season >> Nov - Dec: USA Holidays, religious holidays, fall semester final exams >> >> So the only good time to do a release in in Feb-Mar. >> >> Scott > >At Feb-Mar, we have fall semester final exams for students, >end of fiscal year for workers. :-p Historically I found that summer vacation was the least awful time to do releases _exactly_ because there were fewer people around. -- 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 Jul 12 15:34:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 196F116A41C for ; Tue, 12 Jul 2005 15:34:21 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E9F543D4C for ; Tue, 12 Jul 2005 15:34:14 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j6CFdZtd064495; Tue, 12 Jul 2005 09:39:36 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42D3E2EF.2030205@samsco.org> Date: Tue, 12 Jul 2005 09:34:07 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <32967.1121182223@phk.freebsd.dk> In-Reply-To: <32967.1121182223@phk.freebsd.dk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Julian Elischer , "R. Imura" , Wilko Bulte Subject: Re: cvs commit: src/sys/conf newvers.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: Tue, 12 Jul 2005 15:34:21 -0000 Poul-Henning Kamp wrote: > In message <20050712143312.GA51198%imura@ryu16.org>, "R. Imura" writes: > >>Hi, >> >> >>>Well, here's the problem: >>> >>>Jan: Spring semester start >>>Apr - May: Spring semester final exams >>>Jun: Large conferences (USENIX, WWDC, etc) >>>Jul - Aug: European Summer Holiday >>>Sep - Oct: Fall semester start, security advisory season >>>Nov - Dec: USA Holidays, religious holidays, fall semester final exams >>> >>>So the only good time to do a release in in Feb-Mar. >>> >>>Scott >> >>At Feb-Mar, we have fall semester final exams for students, >>end of fiscal year for workers. :-p > > > Historically I found that summer vacation was the least awful time > to do releases _exactly_ because there were fewer people around. > I was being sarcastic and pointing out that there is only one narrow 'ideal' time to do a release. Of course I forgot the southern hemisphere, so there really is no ideal time to do a release. So we push forward anyways, deal with the problems that come up, and thank those who help. Scott From owner-cvs-src@FreeBSD.ORG Wed Jul 13 01:50:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 534D316A41C; Wed, 13 Jul 2005 01:50:08 +0000 (GMT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (wantadilla.lemis.com [192.109.197.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2F543D45; Wed, 13 Jul 2005 01:50:07 +0000 (GMT) (envelope-from grog@lemis.com) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 55EAA8482F; Wed, 13 Jul 2005 11:20:06 +0930 (CST) Date: Wed, 13 Jul 2005 11:20:06 +0930 From: Greg 'groggy' Lehey To: Scott Long Message-ID: <20050713015006.GB16588@wantadilla.lemis.com> References: <32967.1121182223@phk.freebsd.dk> <42D3E2EF.2030205@samsco.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0" Content-Disposition: inline In-Reply-To: <42D3E2EF.2030205@samsco.org> User-Agent: Mutt/1.4.2.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Cc: Poul-Henning Kamp , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Julian Elischer , "R. Imura" , Wilko Bulte Subject: Re: cvs commit: src/sys/conf newvers.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, 13 Jul 2005 01:50:08 -0000 --LyciRD1jyfeSSjG0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 12 July 2005 at 9:34:07 -0600, Scott Long wrote: > Poul-Henning Kamp wrote: > >> In message <20050712143312.GA51198%imura@ryu16.org>, "R. Imura" writes: >>> Hi, >>> >>>> Well, here's the problem: >>>> >>>> Jan: Spring semester start >>>> Apr - May: Spring semester final exams >>>> Jun: Large conferences (USENIX, WWDC, etc) >>>> Jul - Aug: European Summer Holiday >>>> Sep - Oct: Fall semester start, security advisory season >>>> Nov - Dec: USA Holidays, religious holidays, fall semester final exams >>>> >>>> So the only good time to do a release in in Feb-Mar. >>> >>> At Feb-Mar, we have fall semester final exams for students, >>> end of fiscal year for workers. :-p >> >> Historically I found that summer vacation was the least awful time >> to do releases _exactly_ because there were fewer people around. > > I was being sarcastic and pointing out that there is only one narrow > 'ideal' time to do a release. Of course I forgot the southern > hemisphere, so there really is no ideal time to do a release. Don't worry about that. We're used to being forgotten :-) Greg -- The virus contained in this message was detected, clubbed to death and distributed throughout the Internet as vaccine by LEMIS anti-virus. For further details see http://www.lemis.com/grog/lemis-virus.html Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --LyciRD1jyfeSSjG0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1HNOIubykFB6QiMRAkOFAJ9O+k7wMEXpBkIOdFeKVu09Gck03ACbBypo be53Jnn89W/COMHvkirB/Pk= =mWvf -----END PGP SIGNATURE----- --LyciRD1jyfeSSjG0-- From owner-cvs-src@FreeBSD.ORG Wed Jul 13 05:21:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08ADB16A41C; Wed, 13 Jul 2005 05:21:09 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C07B343D53; Wed, 13 Jul 2005 05:21:08 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D5L8mw027713; Wed, 13 Jul 2005 05:21:08 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D5L8AB027712; Wed, 13 Jul 2005 05:21:08 GMT (envelope-from scottl) Message-Id: <200507130521.j6D5L8AB027712@repoman.freebsd.org> From: Scott Long Date: Wed, 13 Jul 2005 05:21: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: CVSROOT approvers X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 05:21:09 -0000 scottl 2005-07-13 05:21:08 UTC FreeBSD src repository Modified files: . approvers Log: Unfreeze HEAD Approved by: core Revision Changes Path 1.25 +1 -1 CVSROOT/approvers From owner-cvs-src@FreeBSD.ORG Wed Jul 13 05:39:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2ECF16A41C; Wed, 13 Jul 2005 05:39:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B413943D45; Wed, 13 Jul 2005 05:39:47 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D5dlOV028395; Wed, 13 Jul 2005 05:39:47 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D5dlvh028394; Wed, 13 Jul 2005 05:39:47 GMT (envelope-from brueffer) Message-Id: <200507130539.j6D5dlvh028394@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 13 Jul 2005 05:39:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/wpa/wpa_cli wpa_cli.8 src/usr.sbin/wpa/wpa_supplicant wpa_supplicant.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: Wed, 13 Jul 2005 05:39:48 -0000 brueffer 2005-07-13 05:39:47 UTC FreeBSD src repository (doc committer) Modified files: usr.sbin/wpa/wpa_cli wpa_cli.8 usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 Log: Spelling and grammar fixes. MFC after: 3 days Revision Changes Path 1.3 +5 -5 src/usr.sbin/wpa/wpa_cli/wpa_cli.8 1.4 +7 -7 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-src@FreeBSD.ORG Wed Jul 13 06:08:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBE6A16A41C; Wed, 13 Jul 2005 06:08:26 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF40743D45; Wed, 13 Jul 2005 06:08:26 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D68QNV029632; Wed, 13 Jul 2005 06:08:26 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D68Qvo029631; Wed, 13 Jul 2005 06:08:26 GMT (envelope-from brueffer) Message-Id: <200507130608.j6D68Qvo029631@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 13 Jul 2005 06:08: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/share/man/man4 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, 13 Jul 2005 06:08:27 -0000 brueffer 2005-07-13 06:08:26 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 Makefile Log: MLINK firewire.4 to ieee1394.4 MFC after: 3 days Revision Changes Path 1.321 +1 -0 src/share/man/man4/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 13 07:46:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F5516A41C; Wed, 13 Jul 2005 07:46:56 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B1E543D45; Wed, 13 Jul 2005 07:46:56 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D7ktiM035506; Wed, 13 Jul 2005 07:46:56 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D7kt5Y035505; Wed, 13 Jul 2005 07:46:55 GMT (envelope-from pjd) Message-Id: <200507130746.j6D7kt5Y035505@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Wed, 13 Jul 2005 07:46: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/sbin/geom/class/raid3 geom_raid3.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 07:46:56 -0000 pjd 2005-07-13 07:46:55 UTC FreeBSD src repository Modified files: sbin/geom/class/raid3 geom_raid3.c Log: Don't forget to initialize 'id' field. MFC after: 3 days Revision Changes Path 1.12 +1 -0 src/sbin/geom/class/raid3/geom_raid3.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 09:35:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 698FA16A41C; Wed, 13 Jul 2005 09:35:36 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F018643D49; Wed, 13 Jul 2005 09:35:35 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6D9ZZoq047676; Wed, 13 Jul 2005 09:35:35 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6D9ZZAf047675; Wed, 13 Jul 2005 09:35:35 GMT (envelope-from brueffer) Message-Id: <200507130935.j6D9ZZAf047675@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 13 Jul 2005 09:35:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/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: Wed, 13 Jul 2005 09:35:36 -0000 brueffer 2005-07-13 09:35:35 UTC FreeBSD src repository (doc committer) Modified files: sbin/ifconfig ifconfig.8 Log: mdoc cleanup and whitespace removal after the last commit. Submitted by: ru Revision Changes Path 1.97 +9 -10 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Wed Jul 13 10:40:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DFB16A41C; Wed, 13 Jul 2005 10:40:08 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1A7343D45; Wed, 13 Jul 2005 10:40:07 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DAe7qe049972; Wed, 13 Jul 2005 10:40:07 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DAe7rs049971; Wed, 13 Jul 2005 10:40:07 GMT (envelope-from delphij) Message-Id: <200507131040.j6DAe7rs049971@repoman.freebsd.org> From: Xin LI Date: Wed, 13 Jul 2005 10:40: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/lib/libcam camlib.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 10:40:08 -0000 delphij 2005-07-13 10:40:07 UTC FreeBSD src repository Modified files: lib/libcam camlib.c Log: Better memory handling: - It is acceptable to call free(3) when the given pointer itself is NULL, so we do not need to determine NULL before passing a pointer to free(3) - Handle failure of malloc(3) MT6/5 Candidate Submitted by: Dan Lukes PR: bin/83352 Revision Changes Path 1.13 +7 -4 src/lib/libcam/camlib.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 11:32:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0882116A41C; Wed, 13 Jul 2005 11:32:11 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C589743D4C; Wed, 13 Jul 2005 11:32:10 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DBWARO052244; Wed, 13 Jul 2005 11:32:10 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DBWAho052243; Wed, 13 Jul 2005 11:32:10 GMT (envelope-from jkoshy) Message-Id: <200507131132.j6DBWAho052243@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 13 Jul 2005 11:32: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/i386/i386 exception.s machdep.c trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 11:32:11 -0000 jkoshy 2005-07-13 11:32:10 UTC FreeBSD src repository Modified files: sys/i386/i386 exception.s machdep.c trap.c Log: Use an interrupt gate for the NMI handler and prevent too-early enabling of interrupts inside of trap(). Fix a typo in a comment. Revert rev 1.113 of "sys/i386/i386/exception.s" as it is no longer needed. Reviewed by: bde MFC after: 3 days Revision Changes Path 1.114 +2 -27 src/sys/i386/i386/exception.s 1.617 +1 -1 src/sys/i386/i386/machdep.c 1.278 +4 -3 src/sys/i386/i386/trap.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 12:06:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2A3816A41C; Wed, 13 Jul 2005 12:06:57 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CF7043D49; Wed, 13 Jul 2005 12:06:57 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DC6vxR053842; Wed, 13 Jul 2005 12:06:57 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DC6vRc053841; Wed, 13 Jul 2005 12:06:57 GMT (envelope-from nyan) Message-Id: <200507131206.j6DC6vRc053841@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Wed, 13 Jul 2005 12:06:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 12:06:58 -0000 nyan 2005-07-13 12:06:57 UTC FreeBSD src repository Modified files: sys/pc98/pc98 machdep.c Log: MFi386: revision 1.617. Revision Changes Path 1.364 +1 -1 src/sys/pc98/pc98/machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 13:15:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 010AC16A41C; Wed, 13 Jul 2005 13:15:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFAA743D45; Wed, 13 Jul 2005 13:15:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDFMQF064000; Wed, 13 Jul 2005 13:15:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDFMB7063999; Wed, 13 Jul 2005 13:15:22 GMT (envelope-from rwatson) Message-Id: <200507131315.j6DDFMB7063999@repoman.freebsd.org> From: Robert Watson Date: Wed, 13 Jul 2005 13:15: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/gen sem_init.3 sem_post.3 sem_wait.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, 13 Jul 2005 13:15:23 -0000 rwatson 2005-07-13 13:15:22 UTC FreeBSD src repository Modified files: lib/libc/gen sem_init.3 sem_post.3 sem_wait.3 Log: Cross-reference sem_getvalue(3) from several other semaphore-related functions. MFC after: 3 days Revision Changes Path 1.18 +1 -0 src/lib/libc/gen/sem_init.3 1.15 +1 -0 src/lib/libc/gen/sem_post.3 1.13 +1 -0 src/lib/libc/gen/sem_wait.3 From owner-cvs-src@FreeBSD.ORG Wed Jul 13 13:18:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4395916A41C; Wed, 13 Jul 2005 13:18:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FEF943D45; Wed, 13 Jul 2005 13:18:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DDIHOU064109; Wed, 13 Jul 2005 13:18:17 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DDIHLf064108; Wed, 13 Jul 2005 13:18:17 GMT (envelope-from rwatson) Message-Id: <200507131318.j6DDIHLf064108@repoman.freebsd.org> From: Robert Watson Date: Wed, 13 Jul 2005 13:18: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/usr.sbin/pmcstat pmcstat.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 13:18:18 -0000 rwatson 2005-07-13 13:18:17 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat.8 Log: Fix spelling error in sample command. MFC after: 3 days Revision Changes Path 1.6 +1 -1 src/usr.sbin/pmcstat/pmcstat.8 From owner-cvs-src@FreeBSD.ORG Wed Jul 13 14:06:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16A8116A41C; Wed, 13 Jul 2005 14:06:14 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C9443D45; Wed, 13 Jul 2005 14:06:13 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DE6Dpp066314; Wed, 13 Jul 2005 14:06:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DE6DLv066313; Wed, 13 Jul 2005 14:06:13 GMT (envelope-from glebius) Message-Id: <200507131406.j6DE6DLv066313@repoman.freebsd.org> From: Gleb Smirnoff Date: Wed, 13 Jul 2005 14:06: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/pci if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 14:06:14 -0000 glebius 2005-07-13 14:06:13 UTC FreeBSD src repository Modified files: sys/pci if_xl.c Log: NET_LOCK_GIANT() when entering network code. Pointy hat to: glebius Reported by: rodrigc Revision Changes Path 1.191 +2 -0 src/sys/pci/if_xl.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 14:49:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61C4E16A41C; Wed, 13 Jul 2005 14:49:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27FF543D46; Wed, 13 Jul 2005 14:49:07 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEn77C070258; Wed, 13 Jul 2005 14:49:07 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEn7ex070257; Wed, 13 Jul 2005 14:49:07 GMT (envelope-from imp) Message-Id: <200507131449.j6DEn7ex070257@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:49: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/sn ositech.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, 13 Jul 2005 14:49:07 -0000 imp 2005-07-13 14:49:06 UTC FreeBSD src repository Added files: sys/dev/sn ositech.h Log: Commit firmware that the xilinx on the Ositech Seven of Diamonds and a few other cards need. This firmware was obtained from the Linux pcmica-cs project, but Ositech Communications, Inc has been kind enough to grant permission to change the license to a pure BSDL type. Revision Changes Path 1.1 +382 -0 src/sys/dev/sn/ositech.h (new) From owner-cvs-src@FreeBSD.ORG Wed Jul 13 14:50:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E07816A41C; Wed, 13 Jul 2005 14:50:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 439D343D48; Wed, 13 Jul 2005 14:50:47 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEolIl070430; Wed, 13 Jul 2005 14:50:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEolMg070429; Wed, 13 Jul 2005 14:50:47 GMT (envelope-from imp) Message-Id: <200507131450.j6DEolMg070429@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:50: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/pccard pccarddevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 14:50:47 -0000 imp 2005-07-13 14:50:47 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: Add a couple of other products, tweak a few descriptions. Revision Changes Path 1.110 +5 -1 src/sys/dev/pccard/pccarddevs From owner-cvs-src@FreeBSD.ORG Wed Jul 13 14:52:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A851F16A41C; Wed, 13 Jul 2005 14:52:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F01243D45; Wed, 13 Jul 2005 14:52:48 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEqm63070523; Wed, 13 Jul 2005 14:52:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEqm2N070522; Wed, 13 Jul 2005 14:52:48 GMT (envelope-from imp) Message-Id: <200507131452.j6DEqm2N070522@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:52: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/sn if_sn_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 14:52:48 -0000 imp 2005-07-13 14:52:48 UTC FreeBSD src repository Modified files: sys/dev/sn if_sn_pccard.c Log: Comment out a few entries in the sn_pccard_products table until support for them can really be added. Eliminate the check for network card, because many of the cards in the commented out section are combo cards and report themselves as either multifunction or modem. They will be added back as I obtain hardware and test them more fully. Revision Changes Path 1.33 +40 -27 src/sys/dev/sn/if_sn_pccard.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 14:53:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B6116A41C; Wed, 13 Jul 2005 14:53:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 560DC43D4C; Wed, 13 Jul 2005 14:53:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DErcfN070599; Wed, 13 Jul 2005 14:53:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DErcqt070598; Wed, 13 Jul 2005 14:53:38 GMT (envelope-from imp) Message-Id: <200507131453.j6DErcqt070598@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:53: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/modules/ed 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, 13 Jul 2005 14:53:38 -0000 imp 2005-07-13 14:53:38 UTC FreeBSD src repository Modified files: sys/modules/ed Makefile Log: Minor reorg to have each bus' files on one line. Revision Changes Path 1.10 +5 -4 src/sys/modules/ed/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 13 14:54:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 710C316A41C; Wed, 13 Jul 2005 14:54:00 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 361D543D4C; Wed, 13 Jul 2005 14:54:00 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEs0NA070639; Wed, 13 Jul 2005 14:54:00 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEs0FR070638; Wed, 13 Jul 2005 14:54:00 GMT (envelope-from imp) Message-Id: <200507131454.j6DEs0FR070638@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:54: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/modules/ep 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, 13 Jul 2005 14:54:00 -0000 imp 2005-07-13 14:54:00 UTC FreeBSD src repository Modified files: sys/modules/ep Makefile Log: Minor reorg to keep each bus' files on one line Revision Changes Path 1.9 +4 -3 src/sys/modules/ep/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 13 14:54:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEB4316A41C; Wed, 13 Jul 2005 14:54:40 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74EFC43D46; Wed, 13 Jul 2005 14:54:40 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEseWI070693; Wed, 13 Jul 2005 14:54:40 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEseE3070692; Wed, 13 Jul 2005 14:54:40 GMT (envelope-from imp) Message-Id: <200507131454.j6DEseE3070692@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:54: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/dev/ep if_epvar.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, 13 Jul 2005 14:54:40 -0000 imp 2005-07-13 14:54:40 UTC FreeBSD src repository Modified files: sys/dev/ep if_epvar.h Log: Nits Revision Changes Path 1.19 +0 -1 src/sys/dev/ep/if_epvar.h From owner-cvs-src@FreeBSD.ORG Wed Jul 13 14:57:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C38FF16A41C; Wed, 13 Jul 2005 14:57:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8650D43D48; Wed, 13 Jul 2005 14:57:36 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEva9S071023; Wed, 13 Jul 2005 14:57:36 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEvaou071022; Wed, 13 Jul 2005 14:57:36 GMT (envelope-from imp) Message-Id: <200507131457.j6DEvaou071022@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14:57: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/dev/xe if_xe.c if_xe_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 14:57:36 -0000 imp 2005-07-13 14:57:36 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe.c if_xe_pccard.c Log: Stop using OLDCARD shims. rename xe_pccard_match to xe_pccard_probe and combine the old xe_pccard_{probe,attach} into one routine _attach. Create a lookup function to lookup items in the table. Eliminate the check for network cards, since many modems were eliminated by it. Tweak a few printfs as well. This gets many of my older cards working again CEM2, CEM28, CEM36, etc. Revision Changes Path 1.56 +4 -9 src/sys/dev/xe/if_xe.c 1.27 +57 -91 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 14:59:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92E5D16A41C; Wed, 13 Jul 2005 14:59:06 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4425F43D4C; Wed, 13 Jul 2005 14:59:06 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DEx6lN071146; Wed, 13 Jul 2005 14:59:06 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DEx6OT071145; Wed, 13 Jul 2005 14:59:06 GMT (envelope-from imp) Message-Id: <200507131459.j6DEx6OT071145@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 14: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/pccard pccard_cis.c pccard_cis.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, 13 Jul 2005 14:59:06 -0000 imp 2005-07-13 14:59:06 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c pccard_cis.h Log: The supposed OLD STYLE network MAC id tuple was really just a buggy expression in the card in question. Since that driver uses a different mechanism, retire the workaround for this bug. Revision Changes Path 1.35 +1 -13 src/sys/dev/pccard/pccard_cis.c 1.4 +0 -1 src/sys/dev/pccard/pccard_cis.h From owner-cvs-src@FreeBSD.ORG Wed Jul 13 15:01:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B0F016A41C; Wed, 13 Jul 2005 15:01:00 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2D8043D48; Wed, 13 Jul 2005 15:00:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DF0xEE071286; Wed, 13 Jul 2005 15:00:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DF0xnc071285; Wed, 13 Jul 2005 15:00:59 GMT (envelope-from imp) Message-Id: <200507131500.j6DF0xnc071285@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Jul 2005 15:00: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/dev/pccard pccard.c pccardvar.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, 13 Jul 2005 15:01:00 -0000 imp 2005-07-13 15:00:59 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c pccardvar.h Log: o Check to make sure the card has a function (panic if not) in read_ivar. o Use pf more consistantly for pccard_function. o Make sure we quote the strings properly (maybe this function belongs in subr_bus.c) o Tweak a comment to be more accurate after code changed. Revision Changes Path 1.106 +64 -44 src/sys/dev/pccard/pccard.c 1.54 +1 -1 src/sys/dev/pccard/pccardvar.h From owner-cvs-src@FreeBSD.ORG Wed Jul 13 15:12:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8AE716A41C; Wed, 13 Jul 2005 15:12:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC8A43D46; Wed, 13 Jul 2005 15:12:19 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFCJsH071940; Wed, 13 Jul 2005 15:12:19 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFCJAh071939; Wed, 13 Jul 2005 15:12:19 GMT (envelope-from jhb) Message-Id: <200507131512.j6DFCJAh071939@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:12: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/compat/freebsd32 freebsd32_misc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 15:12:19 -0000 jhb 2005-07-13 15:12:19 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c Log: Wrap the ia64-specific freebsd32_mmap_partial() hack in Giant for now since it calls into VFS and VM. This makes the freebsd32_mmap() routine MP safe and the extra Giants here can be revisited later. Glanced at by: marcel MFC after: 3 days Revision Changes Path 1.39 +6 -1 src/sys/compat/freebsd32/freebsd32_misc.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 15:14:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C96A16A41C; Wed, 13 Jul 2005 15:14:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1095D43D46; Wed, 13 Jul 2005 15:14:34 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFEX3A072038; Wed, 13 Jul 2005 15:14:33 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFEX2h072037; Wed, 13 Jul 2005 15:14:33 GMT (envelope-from jhb) Message-Id: <200507131514.j6DFEX2h072037@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:14: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/svr4 svr4.h svr4_stream.c 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: Wed, 13 Jul 2005 15:14:34 -0000 jhb 2005-07-13 15:14:33 UTC FreeBSD src repository Modified files: sys/compat/svr4 svr4.h svr4_stream.c syscalls.master Log: - Stop hardcoding #define's for options and use the appropriate opt_foo.h headers instead. - Hook up the IPC SVR4 syscalls. MFC after: 3 days Revision Changes Path 1.9 +0 -12 src/sys/compat/svr4/svr4.h 1.54 +2 -2 src/sys/compat/svr4/svr4_stream.c 1.18 +5 -8 src/sys/compat/svr4/syscalls.master From owner-cvs-src@FreeBSD.ORG Wed Jul 13 15:14:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4DFF16A41C; Wed, 13 Jul 2005 15:14:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 973F943D45; Wed, 13 Jul 2005 15:14:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFEsDp072105; Wed, 13 Jul 2005 15:14:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFEsMW072104; Wed, 13 Jul 2005 15:14:54 GMT (envelope-from jhb) Message-Id: <200507131514.j6DFEsMW072104@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:14: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/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_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: Wed, 13 Jul 2005 15:14:55 -0000 jhb 2005-07-13 15:14:54 UTC FreeBSD src repository Modified files: sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c Log: Regen. Revision Changes Path 1.18 +17 -13 src/sys/compat/svr4/svr4_proto.h 1.16 +3 -1 src/sys/compat/svr4/svr4_syscall.h 1.16 +3 -7 src/sys/compat/svr4/svr4_syscallnames.c 1.17 +3 -7 src/sys/compat/svr4/svr4_sysent.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 15:17:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DF916A41C; Wed, 13 Jul 2005 15:17:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D0C43D45; Wed, 13 Jul 2005 15:17:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFHsNo072329; Wed, 13 Jul 2005 15:17:54 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFHs8j072328; Wed, 13 Jul 2005 15:17:54 GMT (envelope-from jhb) Message-Id: <200507131517.j6DFHs8j072328@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:17: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/dev/sound/isa mss.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 15:17:55 -0000 jhb 2005-07-13 15:17:54 UTC FreeBSD src repository Modified files: sys/dev/sound/isa mss.c Log: Don't attach the non-PnP mss pcm(4) driver to acpi busses as ACPI only enumerates PnP ISA-like devices. Reported by: Harry Coin harrycoin at qconline dot com MFC after: 3 days Revision Changes Path 1.96 +0 -1 src/sys/dev/sound/isa/mss.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 15:41:17 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 159FF16A41C; Wed, 13 Jul 2005 15:41:17 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC4043D48; Wed, 13 Jul 2005 15:41:16 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFfGYZ073453; Wed, 13 Jul 2005 15:41:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFfGxG073452; Wed, 13 Jul 2005 15:41:16 GMT (envelope-from jhb) Message-Id: <200507131541.j6DFfGxG073452@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:41: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/i386/pci pci_pir.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 15:41:17 -0000 jhb 2005-07-13 15:41:16 UTC FreeBSD src repository Modified files: sys/i386/pci pci_pir.c Log: - Ignore BIOS IRQs (that is, IRQ settings left by the BIOS or a previous OS in the PCI config registers) that are > 15 as $PIR can only route PCI interrupts to ISA IRQs which are limited to the 0 to 15 range. - Remove an extra word from a printf. Reported by: othermark atkin901 at yahoo dot com MFC after: 3 days Revision Changes Path 1.118 +10 -1 src/sys/i386/pci/pci_pir.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 15:43:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF3A316A41C; Wed, 13 Jul 2005 15:43:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 885FF43D46; Wed, 13 Jul 2005 15:43:21 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFhLle073593; Wed, 13 Jul 2005 15:43:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFhL3w073592; Wed, 13 Jul 2005 15:43:21 GMT (envelope-from jhb) Message-Id: <200507131543.j6DFhL3w073592@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:43: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/amd64/isa clock.c src/sys/i386/isa clock.c src/sys/pc98/cbus clock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 15:43:21 -0000 jhb 2005-07-13 15:43:21 UTC FreeBSD src repository Modified files: sys/amd64/isa clock.c sys/i386/isa clock.c sys/pc98/cbus clock.c Log: Fixup some more fallout from the lapic/i8254 changes: - Make sure timer0_max_count is set to a correct value in the lapic case. - Revert i8254_restore() to explicitly reprogram timer 0 rather than calling set_timer_freq() to do it. set_timer_freq() only reprograms the counter if the max count changes which it never does on resume. This unbreaks suspend/resume for several people. Tested by: marks, others Reviewed by: bde MFC after: 3 days Revision Changes Path 1.222 +15 -23 src/sys/amd64/isa/clock.c 1.223 +20 -24 src/sys/i386/isa/clock.c 1.149 +20 -24 src/sys/pc98/cbus/clock.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 15:44:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34F0F16A41C; Wed, 13 Jul 2005 15:44:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D06DA43D48; Wed, 13 Jul 2005 15:44:53 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFirpI073681; Wed, 13 Jul 2005 15:44:53 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFirSl073680; Wed, 13 Jul 2005 15:44:53 GMT (envelope-from jhb) Message-Id: <200507131544.j6DFirSl073680@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 15:44: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/dev/advansys adv_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 15:44:54 -0000 jhb 2005-07-13 15:44:53 UTC FreeBSD src repository Modified files: sys/dev/advansys adv_isa.c Log: Don't try to probe ISA PnP devices for now until this driver can grow a list of known-valid PnP IDs. Discussed with: imp MFC after: 3 days Revision Changes Path 1.29 +6 -0 src/sys/dev/advansys/adv_isa.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 15:56:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB8FA16A41C; Wed, 13 Jul 2005 15:56:31 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E02843D46; Wed, 13 Jul 2005 15:56:31 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DFuVKb074227; Wed, 13 Jul 2005 15:56:31 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DFuVuJ074226; Wed, 13 Jul 2005 15:56:31 GMT (envelope-from gad) Message-Id: <200507131556.j6DFuVuJ074226@repoman.freebsd.org> From: Garance A Drosehn Date: Wed, 13 Jul 2005 15:56: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/usr.bin/env envopts.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 15:56:32 -0000 gad 2005-07-13 15:56:30 UTC FreeBSD src repository Modified files: usr.bin/env envopts.c Log: Fix two minor parsing bugs in -S processing: 1) An unquoted space is always a separator, even when not "in_arg". 2) When a new destination buffer must be allocated during variable substitution, only copy data from the active buffer to the new one when we *are* "in_arg". These were noticed when testing variable-substitution of variables which have null values, and are not inside quoted strings... MFC plans: after a few days, and re@ approval... Revision Changes Path 1.3 +23 -14 src/usr.bin/env/envopts.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 17:10:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFF0416A41C; Wed, 13 Jul 2005 17:10:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94D3143D46; Wed, 13 Jul 2005 17:10:47 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DHAlAb084446; Wed, 13 Jul 2005 17:10:47 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DHAlZ5084445; Wed, 13 Jul 2005 17:10:47 GMT (envelope-from marcus) Message-Id: <200507131710.j6DHAlZ5084445@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Jul 2005 17:10: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/devd devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 17:10:48 -0000 marcus 2005-07-13 17:10:47 UTC FreeBSD src repository (doc,ports committer) Modified files: sbin/devd devd.cc Log: Replace fch{mod,own} with straight ch{mod,own} as the former cannot be used on socket file descriptors. Reviewed by: secteam (cperciva) Approved by: imp Revision Changes Path 1.23 +2 -2 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Wed Jul 13 17:28:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D2816A41C; Wed, 13 Jul 2005 17:28:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C04543D48; Wed, 13 Jul 2005 17:28:11 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DHSBXN085064; Wed, 13 Jul 2005 17:28:11 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DHSB0s085063; Wed, 13 Jul 2005 17:28:11 GMT (envelope-from marcus) Message-Id: <200507131728.j6DHSB0s085063@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Jul 2005 17: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/devd devd.cc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 17:28:12 -0000 marcus 2005-07-13 17:28:11 UTC FreeBSD src repository (doc,ports committer) Modified files: sbin/devd devd.cc Log: * Open permissions on /var/run/devd.pipe so that any user can read devd events from this socket * Enable non-blocking I/O on devd.pipe to keep clients from wedging devd. If a write(2) on devd.pipe would block, the client in question will be removed [1] Requested by: rwatson [1] Approved by: imp Revision Changes Path 1.24 +3 -1 src/sbin/devd/devd.cc From owner-cvs-src@FreeBSD.ORG Wed Jul 13 20:32:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 693D016A41C; Wed, 13 Jul 2005 20:32:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36C5F43D45; Wed, 13 Jul 2005 20:32:43 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKWhtJ093823; Wed, 13 Jul 2005 20:32:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKWhTj093822; Wed, 13 Jul 2005 20:32:43 GMT (envelope-from jhb) Message-Id: <200507132032.j6DKWhTj093822@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 20:32: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/alpha/linux syscalls.master src/sys/alpha/osf1 syscalls.master src/sys/amd64/linux32 syscalls.master src/sys/compat/freebsd32 syscalls.master src/sys/compat/svr4 syscalls.master src/sys/i386/ibcs2 syscalls.isc 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: Wed, 13 Jul 2005 20:32:43 -0000 jhb 2005-07-13 20:32:43 UTC FreeBSD src repository Modified files: sys/alpha/linux syscalls.master sys/alpha/osf1 syscalls.master sys/amd64/linux32 syscalls.master sys/compat/freebsd32 syscalls.master sys/compat/svr4 syscalls.master sys/i386/ibcs2 syscalls.isc syscalls.master syscalls.xenix sys/i386/linux syscalls.master Log: Make a pass through all the compat ABIs sychronizing the MP safe flags with the master syscall table as well as marking several ABI wrapper functions safe. MFC after: 1 week Revision Changes Path 1.64 +121 -121 src/sys/alpha/linux/syscalls.master 1.12 +79 -79 src/sys/alpha/osf1/syscalls.master 1.5 +115 -115 src/sys/amd64/linux32/syscalls.master 1.51 +78 -78 src/sys/compat/freebsd32/syscalls.master 1.19 +86 -86 src/sys/compat/svr4/syscalls.master 1.9 +14 -14 src/sys/i386/ibcs2/syscalls.isc 1.21 +44 -44 src/sys/i386/ibcs2/syscalls.master 1.10 +16 -16 src/sys/i386/ibcs2/syscalls.xenix 1.62 +125 -125 src/sys/i386/linux/syscalls.master From owner-cvs-src@FreeBSD.ORG Wed Jul 13 20:35:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92DAF16A41C; Wed, 13 Jul 2005 20:35:10 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 979AB43D58; Wed, 13 Jul 2005 20:35:09 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKZ9g5094149; Wed, 13 Jul 2005 20:35:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKZ9Ne094135; Wed, 13 Jul 2005 20:35:09 GMT (envelope-from jhb) Message-Id: <200507132035.j6DKZ9Ne094135@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 20:35: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/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c src/sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/compat/freebsd32 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 20:35:10 -0000 jhb 2005-07-13 20:35:09 UTC FreeBSD src repository Modified files: sys/alpha/linux linux_proto.h linux_syscall.h linux_sysent.c sys/alpha/osf1 osf1_proto.h osf1_syscall.h osf1_sysent.c sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c sys/compat/svr4 svr4_proto.h svr4_syscall.h svr4_syscallnames.c svr4_sysent.c sys/i386/ibcs2 ibcs2_isc_syscall.h ibcs2_isc_sysent.c ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Regen. Revision Changes Path 1.23 +1 -1 src/sys/alpha/linux/linux_proto.h 1.21 +1 -1 src/sys/alpha/linux/linux_syscall.h 1.21 +122 -122 src/sys/alpha/linux/linux_sysent.c 1.13 +1 -1 src/sys/alpha/osf1/osf1_proto.h 1.12 +1 -1 src/sys/alpha/osf1/osf1_syscall.h 1.12 +79 -79 src/sys/alpha/osf1/osf1_sysent.c 1.6 +1 -1 src/sys/amd64/linux32/linux32_proto.h 1.6 +1 -1 src/sys/amd64/linux32/linux32_syscall.h 1.6 +116 -116 src/sys/amd64/linux32/linux32_sysent.c 1.39 +1 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.39 +1 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.30 +1 -1 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.40 +79 -79 src/sys/compat/freebsd32/freebsd32_sysent.c 1.19 +1 -1 src/sys/compat/svr4/svr4_proto.h 1.17 +1 -1 src/sys/compat/svr4/svr4_syscall.h 1.17 +1 -1 src/sys/compat/svr4/svr4_syscallnames.c 1.18 +87 -87 src/sys/compat/svr4/svr4_sysent.c 1.10 +1 -1 src/sys/i386/ibcs2/ibcs2_isc_syscall.h 1.13 +15 -15 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.22 +1 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.19 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.24 +45 -45 src/sys/i386/ibcs2/ibcs2_sysent.c 1.16 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix.h 1.12 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix_syscall.h 1.14 +17 -17 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c 1.65 +1 -1 src/sys/i386/linux/linux_proto.h 1.59 +1 -1 src/sys/i386/linux/linux_syscall.h 1.66 +126 -126 src/sys/i386/linux/linux_sysent.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 20:37:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB6AD16A41C; Wed, 13 Jul 2005 20:37:37 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3119043D48; Wed, 13 Jul 2005 20:37:37 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[65.202.103.25]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Wed, 13 Jul 2005 16:51:43 -0400 From: John Baldwin To: src-committers@FreeBSD.org Date: Wed, 13 Jul 2005 16:37:49 -0400 User-Agent: KMail/1.8 References: <200507132032.j6DKWhTj093822@repoman.freebsd.org> In-Reply-To: <200507132032.j6DKWhTj093822@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507131637.50523.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux syscalls.master src/sys/alpha/osf1 syscalls.master src/sys/amd64/linux32 syscalls.master src/sys/compat/freebsd32 syscalls.master src/sys/compat/svr4 syscalls.master src/sys/i386/ibcs2 syscalls.isc 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: Wed, 13 Jul 2005 20:37:37 -0000 On Wednesday 13 July 2005 04:32 pm, John Baldwin wrote: > jhb 2005-07-13 20:32:43 UTC > > FreeBSD src repository > > Modified files: > sys/alpha/linux syscalls.master > sys/alpha/osf1 syscalls.master > sys/amd64/linux32 syscalls.master > sys/compat/freebsd32 syscalls.master > sys/compat/svr4 syscalls.master > sys/i386/ibcs2 syscalls.isc syscalls.master > syscalls.xenix > sys/i386/linux syscalls.master > Log: > Make a pass through all the compat ABIs sychronizing the MP safe flags > with the master syscall table as well as marking several ABI wrapper > functions safe. > > MFC after: 1 week Before: kern/syscalls.master: 25 syscalls require Giant alpha/linux/syscalls.master: 130 syscalls require Giant alpha/osf1/syscalls.master: 85 syscalls require Giant amd64/linux32/syscalls.master: 124 syscalls require Giant compat/freebsd32/syscalls.master: 82 syscalls require Giant compat/svr4/syscalls.master: 97 syscalls require Giant i386/ibcs2/syscalls.master: 53 syscalls require Giant i386/linux/syscalls.master: 135 syscalls require Giant i386/ibcs2/syscalls.isc: 14 syscalls require Giant i386/ibcs2/syscalls.xenix: 19 syscalls require Giant Total: 764 syscalls require Giant After: kern/syscalls.master: 25 syscalls require Giant alpha/linux/syscalls.master: 9 syscalls require Giant alpha/osf1/syscalls.master: 7 syscalls require Giant amd64/linux32/syscalls.master: 9 syscalls require Giant compat/freebsd32/syscalls.master: 10 syscalls require Giant compat/svr4/syscalls.master: 11 syscalls require Giant i386/ibcs2/syscalls.master: 9 syscalls require Giant i386/linux/syscalls.master: 10 syscalls require Giant i386/ibcs2/syscalls.isc: 0 syscalls require Giant i386/ibcs2/syscalls.xenix: 3 syscalls require Giant Total: 93 syscalls require Giant Apologies to Robert who is going to have a merge nightmare for his audit branches. :) I have an awk script that lists the syscall requiring Giant for an individual syscalls.master file if anyone is interested btw. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Wed Jul 13 20:40:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A778B16A41C; Wed, 13 Jul 2005 20:40:19 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB3A43D46; Wed, 13 Jul 2005 20:40:19 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKeJ8j094519; Wed, 13 Jul 2005 20:40:19 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKeJfm094518; Wed, 13 Jul 2005 20:40:19 GMT (envelope-from thompsa) Message-Id: <200507132040.j6DKeJfm094518@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 13 Jul 2005 20:40: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 if_bridge.c src/share/man/man4 if_bridge.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 20:40:19 -0000 thompsa 2005-07-13 20:40:19 UTC FreeBSD src repository Modified files: sys/net if_bridge.c share/man/man4 if_bridge.4 Log: Previously the bridge MTU was set to ETHERMTU and could not be changed. Since we can only bridge interfaces with the same value it meant that all members had to be set at ETHERMTU as well. Allow the first member to be added to define the MTU for the bridge, the check still applies to all additional members. Print an informative message if the MTU is incorrect [1] Requested by: Niki Denev [1] Approved by: mlaier (mentor) MFC after: 3 days Revision Changes Path 1.6 +3 -0 src/share/man/man4/if_bridge.4 1.12 +6 -1 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 20:50:18 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 815AF16A41C; Wed, 13 Jul 2005 20:50:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4368B43D45; Wed, 13 Jul 2005 20:50:18 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DKoIll002100; Wed, 13 Jul 2005 20:50:18 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DKoIkr002098; Wed, 13 Jul 2005 20:50:18 GMT (envelope-from jhb) Message-Id: <200507132050.j6DKoIkr002098@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Jul 2005 20:50: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/alpha/osf1 Makefile src/sys/kern 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, 13 Jul 2005 20:50:18 -0000 jhb 2005-07-13 20:50:17 UTC FreeBSD src repository Modified files: sys/alpha/osf1 Makefile sys/kern Makefile Log: Add a 'sysent' target that depends on the various files built from syscalls.master for the master list and the Alpha/OSF1 compat ABI to be consistent with all the other compat ABIs where 'make sysent' already works. MFC after: 3 days Revision Changes Path 1.3 +4 -2 src/sys/alpha/osf1/Makefile 1.12 +4 -1 src/sys/kern/Makefile From owner-cvs-src@FreeBSD.ORG Wed Jul 13 21:12:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9B8616A428; Wed, 13 Jul 2005 21:12:07 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6836C43D48; Wed, 13 Jul 2005 21:12:07 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLC7Hx003619; Wed, 13 Jul 2005 21:12:07 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLC7tS003618; Wed, 13 Jul 2005 21:12:07 GMT (envelope-from yar) Message-Id: <200507132112.j6DLC7tS003618@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 13 Jul 2005 21:12: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 witness.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, 13 Jul 2005 21:12:08 -0000 yar 2005-07-13 21:12:06 UTC FreeBSD src repository Modified files: share/man/man4 witness.4 Log: Don't start a sentence with an identifier. Add missing cross-references to SEE ALSO. X-MFC after: 6.0-RELEASE (not a big deal to bother re@) Revision Changes Path 1.10 +3 -0 src/share/man/man4/witness.4 From owner-cvs-src@FreeBSD.ORG Wed Jul 13 21:23:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24F3A16A41C; Wed, 13 Jul 2005 21:23:41 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB66443D46; Wed, 13 Jul 2005 21:23:40 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DLNeRg004393; Wed, 13 Jul 2005 21:23:40 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DLNeYp004392; Wed, 13 Jul 2005 21:23:40 GMT (envelope-from yar) Message-Id: <200507132123.j6DLNeYp004392@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 13 Jul 2005 21:23: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/sbin/ifconfig ifconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 13 Jul 2005 21:23:41 -0000 yar 2005-07-13 21:23:40 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.c Log: Add symbolic names for the IFF_PPROMISC and IFF_NEEDSGIANT flags so that ifconfig(8) can print them. MFC after: 5 days Revision Changes Path 1.114 +1 -1 src/sbin/ifconfig/ifconfig.c From owner-cvs-src@FreeBSD.ORG Wed Jul 13 23:58:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E9116A41C; Wed, 13 Jul 2005 23:58:58 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1612143D48; Wed, 13 Jul 2005 23:58:58 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6DNwv7N012067; Wed, 13 Jul 2005 23:58:57 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6DNwvbn012066; Wed, 13 Jul 2005 23:58:57 GMT (envelope-from emax) Message-Id: <200507132358.j6DNwvbn012066@repoman.freebsd.org> From: Maksim Yevmenkin Date: Wed, 13 Jul 2005 23:58:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/kbd kbd.c kbdreg.h src/sys/dev/syscons syscons.c src/sys/sys kbio.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, 13 Jul 2005 23:58:58 -0000 emax 2005-07-13 23:58:57 UTC FreeBSD src repository Modified files: sys/dev/kbd kbd.c kbdreg.h sys/dev/syscons syscons.c sys/sys kbio.h Log: kbdmux(4) keyboard multiplexer integration o Add two new ioctl's KBADDKBD and KBRELKBD. These are used to add and remove keyboard to (and from) kbdmux(4) keyboard multiplexer; o Introduce new kbd_find_keyboard2() function. It does exactly the same job as kbd_find_keyboard() function except it allows to specify starting index. This function can be used to iterate over keyboards array; o Re-implement kbd_find_keyboard() as call to kbd_find_keyboard2() with starting index of zero; o Make sure syscons(4) passed KBADDKBD and KBRELKBD ioctl's onto currently active keyboard. These changes should not have any visible effect. MFC after: 1 week Revision Changes Path 1.44 +17 -3 src/sys/dev/kbd/kbd.c 1.18 +1 -0 src/sys/dev/kbd/kbdreg.h 1.437 +7 -0 src/sys/dev/syscons/syscons.c 1.8 +5 -1 src/sys/sys/kbio.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 07:08:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B518216A41C; Thu, 14 Jul 2005 07:08:50 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F9C43D49; Thu, 14 Jul 2005 07:08:50 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6E78oJu042183; Thu, 14 Jul 2005 07:08:50 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6E78oWe042182; Thu, 14 Jul 2005 07:08:50 GMT (envelope-from grehan) Message-Id: <200507140708.j6E78oWe042182@repoman.freebsd.org> From: Peter Grehan Date: Thu, 14 Jul 2005 07:08: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/etc.powerpc ttys X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 07:08:50 -0000 grehan 2005-07-14 07:08:49 UTC FreeBSD src repository Modified files: etc/etc.powerpc ttys Log: Remove obsolete ttya/ttyb entries and replace with ttyy0/1. Mark origin of ofw_console(4) and zs(4) devices. MFC after: 3 days Revision Changes Path 1.2 +4 -2 src/etc/etc.powerpc/ttys From owner-cvs-src@FreeBSD.ORG Thu Jul 14 08:01:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D585616A41C; Thu, 14 Jul 2005 08:01:47 +0000 (GMT) (envelope-from marks@ripe.net) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B78F43D46; Thu, 14 Jul 2005 08:01:47 +0000 (GMT) (envelope-from marks@ripe.net) Received: by postman.ripe.net (Postfix, from userid 4008) id 084AD24552; Thu, 14 Jul 2005 10:01:46 +0200 (CEST) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id 967122456A; Thu, 14 Jul 2005 10:01:44 +0200 (CEST) Received: from laptop.santcroos.net (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id j6E81imq008681; Thu, 14 Jul 2005 10:01:44 +0200 Received: (nullmailer pid 1665 invoked by uid 1001); Thu, 14 Jul 2005 07:30:51 -0000 Date: Thu, 14 Jul 2005 09:30:51 +0200 From: Mark Santcroos To: Brooks Davis Message-ID: <20050714073051.GA1606@laptop.santcroos.net> References: <200506300452.j5U4ql7G080651@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506300452.j5U4ql7G080651@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-RIPE-Spam-Level: X-RIPE-Spam-Tests: ALL_TRUSTED,BAYES_00 X-RIPE-Spam-Status: N 0.022957 / -5.9 X-RIPE-Signature: 6ee5636277fa134555ed3eacb216e0b6 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc network.subr src/etc/rc.d Makefile wpa_supplicant X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 08:01:48 -0000 Hi Brooks, Do you think we should add /var/run/wpa_supplicant to BSD.var.dist? Mark On Thu, Jun 30, 2005 at 04:52:47AM +0000, Brooks Davis wrote: > brooks 2005-06-30 04:52:47 UTC > > FreeBSD src repository > > Modified files: > etc network.subr > etc/rc.d Makefile > Added files: > etc/rc.d wpa_supplicant > Log: > Add support for starting wpa_supplicant by adding the WPA keyword to an > interface's ifconfig_ entry in /etc/rc.conf. > > Approved by: re (network interface startup blanket) > > Revision Changes Path > 1.163 +2 -2 src/etc/network.subr > http://localhost/cgi-bin/cvsweb.cgi/src/etc/network.subr.diff?r1=1.162&r2=1.163&f=h > 1.53 +1 -1 src/etc/rc.d/Makefile > http://localhost/cgi-bin/cvsweb.cgi/src/etc/rc.d/Makefile.diff?r1=1.52&r2=1.53&f=h > 1.1 +29 -0 src/etc/rc.d/wpa_supplicant (new) > http://localhost/cgi-bin/cvsweb.cgi/src/etc/rc.d/wpa_supplicant?rev=1.1&content-type=text/x-cvsweb-markup -- RIPE NCC - Delft University of Technology - The FreeBSD Project marks@ripe.net - m.a.santcroos@ewi.tudelft.nl - marks@freebsd.org From owner-cvs-src@FreeBSD.ORG Thu Jul 14 10:22:10 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51F1116A41C; Thu, 14 Jul 2005 10:22:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AEF543D49; Thu, 14 Jul 2005 10:22:10 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EAM9un061147; Thu, 14 Jul 2005 10:22:09 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EAM9pQ061146; Thu, 14 Jul 2005 10:22:09 GMT (envelope-from rwatson) Message-Id: <200507141022.j6EAM9pQ061146@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 10:22: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/sys conf.h mac.h mac_policy.h src/sys/kern kern_conf.c tty_pty.c src/sys/security/mac mac_vfs.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 10:22:10 -0000 rwatson 2005-07-14 10:22:09 UTC FreeBSD src repository Modified files: sys/sys conf.h mac.h mac_policy.h sys/kern kern_conf.c tty_pty.c sys/security/mac mac_vfs.c sys/security/mac_biba mac_biba.c sys/security/mac_lomac mac_lomac.c sys/security/mac_mls mac_mls.c sys/security/mac_stub mac_stub.c sys/security/mac_test mac_test.c sys/fs/devfs devfs_devs.c devfs_vnops.c Log: When devfs cloning takes place, provide access to the credential of the process that caused the clone event to take place for the device driver creating the device. This allows cloned device drivers to adapt the device node based on security aspects of the process, such as the uid, gid, and MAC label. - Add a cred reference to struct cdev, so that when a device node is instantiated as a vnode, the cloning credential can be exposed to MAC. - Add make_dev_cred(), a version of make_dev() that additionally accepts the credential to stick in the struct cdev. Implement it and make_dev() in terms of a back-end make_dev_credv(). - Add a new event handler, dev_clone_cred, which can be registered to receive the credential instead of dev_clone, if desired. - Modify the MAC entry point mac_create_devfs_device() to accept an optional credential pointer (may be NULL), so that MAC policies can inspect and act on the label or other elements of the credential when initializing the skeleton device protections. - Modify tty_pty.c to register clone_dev_cred and invoke make_dev_cred(), so that the pty clone credential is exposed to the MAC Framework. While currently primarily focussed on MAC policies, this change is also a prerequisite for changes to allow ptys to be instantiated with the UID of the process looking up the pty. This requires further changes to the pty driver -- in particular, to immediately recycle pty nodes on last close so that the credential-related state can be recreated on next lookup. Submitted by: Andrew Reisse Obtained from: TrustedBSD Project Sponsored by: SPAWAR, SPARTA MFC after: 1 week MFC note: Merge to 6.x, but not 5.x for ABI reasons Revision Changes Path 1.37 +2 -1 src/sys/fs/devfs/devfs_devs.c 1.115 +7 -3 src/sys/fs/devfs/devfs_vnops.c 1.187 +40 -5 src/sys/kern/kern_conf.c 1.138 +8 -7 src/sys/kern/tty_pty.c 1.109 +7 -2 src/sys/security/mac/mac_vfs.c 1.88 +2 -2 src/sys/security/mac_biba/mac_biba.c 1.36 +2 -2 src/sys/security/mac_lomac/mac_lomac.c 1.73 +2 -2 src/sys/security/mac_mls/mac_mls.c 1.53 +2 -2 src/sys/security/mac_stub/mac_stub.c 1.61 +5 -2 src/sys/security/mac_test/mac_test.c 1.223 +8 -0 src/sys/sys/conf.h 1.68 +2 -2 src/sys/sys/mac.h 1.67 +5 -1 src/sys/sys/mac_policy.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 10:46:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C0A516A41C; Thu, 14 Jul 2005 10:46:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA0143D45; Thu, 14 Jul 2005 10:46:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EAk4kU062191; Thu, 14 Jul 2005 10:46:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EAk416062190; Thu, 14 Jul 2005 10:46:04 GMT (envelope-from rwatson) Message-Id: <200507141046.j6EAk416062190@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 10:46:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys mac_policy.h src/sys/kern kern_mac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 10:46:04 -0000 rwatson 2005-07-14 10:46:04 UTC FreeBSD src repository Modified files: sys/sys mac_policy.h sys/kern kern_mac.c Log: Bump the module versions of the MAC Framework and MAC policy modules from 2 (6.x) to 3 (7.x) to allow for future changes in the MAC policy module ABI in 7.x. Obtained from: TrustedBSD Project Revision Changes Path 1.118 +5 -1 src/sys/kern/kern_mac.c 1.68 +1 -1 src/sys/sys/mac_policy.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 11:52:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1373D16A41C; Thu, 14 Jul 2005 11:52:07 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D97C743D46; Thu, 14 Jul 2005 11:52:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EBq61F065277; Thu, 14 Jul 2005 11:52:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EBq6x2065276; Thu, 14 Jul 2005 11:52:06 GMT (envelope-from rwatson) Message-Id: <200507141152.j6EBq6x2065276@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 11:52: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/sys malloc.h src/sys/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 11:52:07 -0000 rwatson 2005-07-14 11:52:06 UTC FreeBSD src repository Modified files: sys/sys malloc.h sys/kern kern_malloc.c Log: Introduce a new sysctl, kern.malloc_stats, which exports kernel malloc statistics via a binary structure stream: - Add structure 'malloc_type_stream_header', which defines a stream version, definition of MAXCPUS used in the stream, and a number of malloc_type records in the stream. - Add structure 'malloc_type_header', which defines the name of the malloc type being reported on. - When the sysctl is queried, return a stream header, followed by a series of type descriptions, each consisting of a type header followed by a series of MAXCPUS malloc_type_stats structures holding per-CPU allocation information. Typical values of MAXCPUS will be 1 (UP compiled kernel) and 16 (SMP compiled kernel). This query mechanism allows user space monitoring tools to extract memory allocation statistics in a machine-readable form, and to do so at a per-CPU granularity, allowing monitoring of allocation patterns across CPUs in order to better understand the distribution of work and memory flow over multiple CPUs. While here: - Bump statistics width to uint64_t, and hard code using fixed-width type in order to be more sure about structure layout in the stream. We allocate and free a lot of memory. - Add kmemcount, a counter of the number of registered malloc types, in order to avoid excessive manual counting of types. Export via a new sysctl to allow user-space code to better size buffers. - De-XXX comment on no longer maintaining the high watermark in old sysctl monitoring code. A follow-up commit of libmemstat(3), a library to monitor kernel memory allocation, will occur in the next few days. Likewise, similar changes to UMA. Revision Changes Path 1.143 +93 -5 src/sys/kern/kern_malloc.c 1.81 +28 -8 src/sys/sys/malloc.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 12:20:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A82F16A41C; Thu, 14 Jul 2005 12:20:03 +0000 (GMT) (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 1383143D46; Thu, 14 Jul 2005 12:20:03 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ECK2V4066428; Thu, 14 Jul 2005 12:20:02 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ECK2Hj066427; Thu, 14 Jul 2005 12:20:02 GMT (envelope-from philip) Message-Id: <200507141220.j6ECK2Hj066427@repoman.freebsd.org> From: Philip Paeps Date: Thu, 14 Jul 2005 12:20: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/tools/tools/nanobsd i386.diskimage X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 12:20:03 -0000 philip 2005-07-14 12:20:02 UTC FreeBSD src repository Modified files: tools/tools/nanobsd i386.diskimage Log: Fix a minor buglet making the code match the comment. Fractional cylinders confuse fdisk and break the NanoBSD build. This is an MT5/6 candidate. MFC after: 3 days Revision Changes Path 1.16 +1 -1 src/tools/tools/nanobsd/i386.diskimage From owner-cvs-src@FreeBSD.ORG Thu Jul 14 12:36:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F98516A41C; Thu, 14 Jul 2005 12:36:15 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEAD243D49; Thu, 14 Jul 2005 12:36:14 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.4/8.13.4) with ESMTP id j6ECaDRT007455 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 08:36:13 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id j6ECa8aX021263; Thu, 14 Jul 2005 08:36:08 -0400 (EDT) (envelope-from gallatin) Date: Thu, 14 Jul 2005 08:36:08 -0400 From: Andrew Gallatin To: Gleb Smirnoff Message-ID: <20050714083608.A21239@grasshopper.cs.duke.edu> References: <200507131406.j6DE6DLv066313@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200507131406.j6DE6DLv066313@repoman.freebsd.org>; from glebius@FreeBSD.org on Wed, Jul 13, 2005 at 02:06:13PM +0000 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 12:36:15 -0000 Gleb Smirnoff [glebius@FreeBSD.org] wrote: > glebius 2005-07-13 14:06:13 UTC > > FreeBSD src repository > > Modified files: > sys/pci if_xl.c > Log: > NET_LOCK_GIANT() when entering network code. > Do other drivers do this? It looks like at least em, fxp and my out-of-tree commercial driver have the same "bug". I would argue that any fiddling with Giant should go into the various if_input routines instead. Drew From owner-cvs-src@FreeBSD.ORG Thu Jul 14 12:51:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDD7C16A41F; Thu, 14 Jul 2005 12:51:53 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (cell.sick.ru [217.72.144.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE2F43D45; Thu, 14 Jul 2005 12:51:52 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.3/8.13.3) with ESMTP id j6ECpkYl018920 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 16:51:46 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.3/8.13.1/Submit) id j6ECpjDX018919; Thu, 14 Jul 2005 16:51:46 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Thu, 14 Jul 2005 16:51:45 +0400 From: Gleb Smirnoff To: Andrew Gallatin Message-ID: <20050714125145.GA18744@cell.sick.ru> References: <200507131406.j6DE6DLv066313@repoman.freebsd.org> <20050714083608.A21239@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20050714083608.A21239@grasshopper.cs.duke.edu> User-Agent: Mutt/1.5.6i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 12:51:54 -0000 On Thu, Jul 14, 2005 at 08:36:08AM -0400, Andrew Gallatin wrote: A> Gleb Smirnoff [glebius@FreeBSD.org] wrote: A> > glebius 2005-07-13 14:06:13 UTC A> > A> > FreeBSD src repository A> > A> > Modified files: A> > sys/pci if_xl.c A> > Log: A> > NET_LOCK_GIANT() when entering network code. A> > A> A> Do other drivers do this? It looks like at least em, fxp A> and my out-of-tree commercial driver have the same "bug". They do. Look at if_ath.c:ath_rx_proc(). This is done in functions that execute from a separate context - from task queue. em, fxp and others may not have such functions. A> I would argue that any fiddling with Giant should go into A> the various if_input routines instead. -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Thu Jul 14 13:09:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 333AF16A41C; Thu, 14 Jul 2005 13:09:04 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DE743D45; Thu, 14 Jul 2005 13:09:03 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.13.4/8.13.4) with ESMTP id j6ED93kB011830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 09:09:03 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id j6ED8wfJ021314; Thu, 14 Jul 2005 09:08:58 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17110.25578.31335.425537@grasshopper.cs.duke.edu> Date: Thu, 14 Jul 2005 09:08:58 -0400 (EDT) To: Gleb Smirnoff In-Reply-To: <20050714125145.GA18744@cell.sick.ru> References: <200507131406.j6DE6DLv066313@repoman.freebsd.org> <20050714083608.A21239@grasshopper.cs.duke.edu> <20050714125145.GA18744@cell.sick.ru> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 13:09:04 -0000 Gleb Smirnoff writes: > On Thu, Jul 14, 2005 at 08:36:08AM -0400, Andrew Gallatin wrote: > A> Gleb Smirnoff [glebius@FreeBSD.org] wrote: > A> > glebius 2005-07-13 14:06:13 UTC > A> > > A> > FreeBSD src repository > A> > > A> > Modified files: > A> > sys/pci if_xl.c > A> > Log: > A> > NET_LOCK_GIANT() when entering network code. > A> > > A> > A> Do other drivers do this? It looks like at least em, fxp > A> and my out-of-tree commercial driver have the same "bug". > > They do. Look at if_ath.c:ath_rx_proc(). This is done in functions > that execute from a separate context - from task queue. > em, fxp and others may not have such functions. Ah, I hadn't realized that xl_rxeof() ran from a task queue. I'm not sure I want to know why it does that ;) Thanks for clearing that up. Drew From owner-cvs-src@FreeBSD.ORG Thu Jul 14 13:56:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B88716A41F; Thu, 14 Jul 2005 13:56:52 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0B743D4C; Thu, 14 Jul 2005 13:56:51 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EDup39081633; Thu, 14 Jul 2005 13:56:51 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EDuprg081632; Thu, 14 Jul 2005 13:56:51 GMT (envelope-from yar) Message-Id: <200507141356.j6EDuprg081632@repoman.freebsd.org> From: Yar Tikhiy Date: Thu, 14 Jul 2005 13: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/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 13:56:52 -0000 yar 2005-07-14 13:56:51 UTC FreeBSD src repository Modified files: sys/net if.c Log: MFp4: - Introduce a helper function if_setflag() containing the code common to ifpromisc() and if_allmulti() instead of duplicating the code poorly, with different bugs. - Call ifp->if_ioctl() in a consistent way: always use more compatible C syntax and check whether ifp->if_ioctl is not NULL prior to the call. MFC after: 1 month Revision Changes Path 1.235 +105 -80 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 14:19:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A61E616A41C; Thu, 14 Jul 2005 14:19:05 +0000 (GMT) (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 555B143D49; Thu, 14 Jul 2005 14:19:05 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EEJ5g1082763; Thu, 14 Jul 2005 14:19:05 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EEJ58H082762; Thu, 14 Jul 2005 14:19:05 GMT (envelope-from takawata) Message-Id: <200507141419.j6EEJ58H082762@repoman.freebsd.org> From: Takanori Watanabe Date: Thu, 14 Jul 2005 14:19: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/dev/usb usb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 14:19:05 -0000 takawata 2005-07-14 14:19:05 UTC FreeBSD src repository Modified files: sys/dev/usb usb.c Log: Prepare to commit SL811 based Host controller driver. Revision Changes Path 1.107 +1 -0 src/sys/dev/usb/usb.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 14:45:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0674B16A41C; Thu, 14 Jul 2005 14:45:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D7143D48; Thu, 14 Jul 2005 14:45:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 5E2E846BB7; Thu, 14 Jul 2005 10:45:55 -0400 (EDT) Date: Thu, 14 Jul 2005 15:46:05 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Andrew Gallatin In-Reply-To: <20050714083608.A21239@grasshopper.cs.duke.edu> Message-ID: <20050714154334.P34679@fledge.watson.org> References: <200507131406.j6DE6DLv066313@repoman.freebsd.org> <20050714083608.A21239@grasshopper.cs.duke.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_xl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 14:45:56 -0000 On Thu, 14 Jul 2005, Andrew Gallatin wrote: > Gleb Smirnoff [glebius@FreeBSD.org] wrote: >> glebius 2005-07-13 14:06:13 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/pci if_xl.c >> Log: >> NET_LOCK_GIANT() when entering network code. > > Do other drivers do this? It looks like at least em, fxp and my > out-of-tree commercial driver have the same "bug". > > I would argue that any fiddling with Giant should go into the various > if_input routines instead. This only applies in cases debug.mpsafenet=0, and where Giant isn't already held by virtue of the calling context. For most network interface, almost all entry "into" the stack occurs from the device's interrupt handler, and we already twiddle the aquisition of Giant there via INTR_TYPE_NET / INTR_MPSAFE. Because this occurs from a task queue, the driver has to manually acquire Giant, since the task queue code doesn't know that the driver requires Giant (due to entering the network stack in compatibility mode). Hopefully, NET_LOCK_GIANT() will be an increasingly edge case, as relatively few network stack components still require Giant. It exists only to support debug.mpsafenet=0, which is no longer the default. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Thu Jul 14 14:47:37 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C345D16A41C; Thu, 14 Jul 2005 14:47:37 +0000 (GMT) (envelope-from tilman@arved.at) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B130343D46; Thu, 14 Jul 2005 14:47:35 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1]) by 21322530218.direct.eti.at (8.13.3/8.13.1) with ESMTP id j6EElX2c062827; Thu, 14 Jul 2005 16:47:33 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.3/8.13.1/Submit) id j6EElWrY062826; Thu, 14 Jul 2005 16:47:32 +0200 (CEST) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Thu, 14 Jul 2005 16:47:32 +0200 From: Tilman Linneweh To: Robert Watson Message-ID: <20050714144732.GA62728@arved.at> References: <200507141152.j6EBq6x2065276@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507141152.j6EBq6x2065276@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/sys malloc.h src/sys/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 14:47:38 -0000 * Robert Watson [Thu, 14 Jul 2005 at 13:52 GMT]: > rwatson 2005-07-14 11:52:06 UTC > > FreeBSD src repository > > Modified files: > sys/sys malloc.h > sys/kern kern_malloc.c > Log: [..] > While here: > > - Bump statistics width to uint64_t, and hard code using fixed-width > type in order to be more sure about structure layout in the stream. > We allocate and free a lot of memory. > [..] >| @@ -686,10 +689,10 @@ sysctl_kern_malloc(SYSCTL_HANDLER_ARGS) >| temp_bytes = 0; >| >| /* >| - * XXXRW: High-waterwark is no longer easily available, so >| - * we just print '-' for that column. >| + * High-waterwark is no longer easily available, so we just >| + * print '-' for that column. >| */ >| - sbuf_printf(&sbuf, "%13s%6lu%6luK -%9lu", >| + sbuf_printf(&sbuf, "%13s%6lu%6luK -%9llu", >| mtp->ks_shortdesc, >| temp_allocs, >| (temp_bytes + 1023) / 1024, This does not compile on amd64. /usr/src/sys/kern/kern_malloc.c: In function `sysctl_kern_malloc': /usr/src/sys/kern/kern_malloc.c:699: warning: long long unsigned int format, uint64_t arg (arg 6) regards tilman From owner-cvs-src@FreeBSD.ORG Thu Jul 14 14:53:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 021B516A41C; Thu, 14 Jul 2005 14:53:39 +0000 (GMT) (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 9427A43D4C; Thu, 14 Jul 2005 14:53:38 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EErcwZ084319; Thu, 14 Jul 2005 14:53:38 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EErcl2084318; Thu, 14 Jul 2005 14:53:38 GMT (envelope-from takawata) Message-Id: <200507141453.j6EErcl2084318@repoman.freebsd.org> From: Takanori Watanabe Date: Thu, 14 Jul 2005 14:53: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/pccard pccarddevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 14:53:39 -0000 takawata 2005-07-14 14:53:38 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: Add device id for RATOC REX CFU1 sl811 based USB Host Controller. Revision Changes Path 1.111 +2 -1 src/sys/dev/pccard/pccarddevs From owner-cvs-src@FreeBSD.ORG Thu Jul 14 15:09:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4BDB16A41C; Thu, 14 Jul 2005 15:09:14 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6557743D4C; Thu, 14 Jul 2005 15:09:14 +0000 (GMT) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EF9E6K085111; Thu, 14 Jul 2005 15:09:14 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EF9E3t085110; Thu, 14 Jul 2005 15:09:14 GMT (envelope-from jkoshy) Message-Id: <200507141509.j6EF9E3t085110@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 14 Jul 2005 15:09: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/hwpmc hwpmc_ppro.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 15:09:14 -0000 jkoshy 2005-07-14 15:09:14 UTC FreeBSD src repository Modified files: sys/dev/hwpmc hwpmc_ppro.c Log: Fix breakage introduced in rev 1.7. MFC after: 3 days Revision Changes Path 1.9 +1 -1 src/sys/dev/hwpmc/hwpmc_ppro.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 15:21:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D00A16A41C; Thu, 14 Jul 2005 15:21:19 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D111A43D49; Thu, 14 Jul 2005 15:21:18 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFLI9r085920; Thu, 14 Jul 2005 15:21:18 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFLItr085919; Thu, 14 Jul 2005 15:21:18 GMT (envelope-from rwatson) Message-Id: <200507141521.j6EFLItr085919@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 15:21: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/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 15:21:19 -0000 rwatson 2005-07-14 15:21:18 UTC FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: Correct build on 64-bit: cast u_int64_t to (unsigned long long) before printfing as (unsigned long long). 32-bit build on i386 didn't notice this. Whoops. Reported by: arved Tested by: sledge Revision Changes Path 1.144 +1 -1 src/sys/kern/kern_malloc.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 15:27:59 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A53916A41C; Thu, 14 Jul 2005 15:27:59 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id E810243D49; Thu, 14 Jul 2005 15:27:58 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 404AB46B2A; Thu, 14 Jul 2005 11:27:58 -0400 (EDT) Date: Thu, 14 Jul 2005 16:28:08 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Tilman Linneweh In-Reply-To: <20050714144732.GA62728@arved.at> Message-ID: <20050714162745.W35071@fledge.watson.org> References: <200507141152.j6EBq6x2065276@repoman.freebsd.org> <20050714144732.GA62728@arved.at> 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/sys malloc.h src/sys/kern kern_malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 15:27:59 -0000 On Thu, 14 Jul 2005, Tilman Linneweh wrote: >> | @@ -686,10 +689,10 @@ sysctl_kern_malloc(SYSCTL_HANDLER_ARGS) >> | temp_bytes = 0; >> | >> | /* >> | - * XXXRW: High-waterwark is no longer easily available, so >> | - * we just print '-' for that column. >> | + * High-waterwark is no longer easily available, so we just >> | + * print '-' for that column. >> | */ >> | - sbuf_printf(&sbuf, "%13s%6lu%6luK -%9lu", >> | + sbuf_printf(&sbuf, "%13s%6lu%6luK -%9llu", >> | mtp->ks_shortdesc, >> | temp_allocs, >> | (temp_bytes + 1023) / 1024, > > This does not compile on amd64. > > /usr/src/sys/kern/kern_malloc.c: In function `sysctl_kern_malloc': > /usr/src/sys/kern/kern_malloc.c:699: warning: long long unsigned int > format, uint64_t arg (arg 6) This should now be fixed. If not, please let me know. Thanks! Robert N M Watson From owner-cvs-src@FreeBSD.ORG Thu Jul 14 15:39:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AE8716A41C; Thu, 14 Jul 2005 15:39:06 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B27C43D46; Thu, 14 Jul 2005 15:39:06 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFd6LX086903; Thu, 14 Jul 2005 15:39:06 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFd6Hb086902; Thu, 14 Jul 2005 15:39:06 GMT (envelope-from kensmith) Message-Id: <200507141539.j6EFd6Hb086902@repoman.freebsd.org> From: Ken Smith Date: Thu, 14 Jul 2005 15:39: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/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 15:39:06 -0000 kensmith 2005-07-14 15:39:06 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: Add recently invented COMPAT_FREEBSD5 option. MFC after: 3 days Revision Changes Path 1.187 +1 -0 src/sys/alpha/conf/GENERIC 1.440 +1 -0 src/sys/amd64/conf/GENERIC 1.430 +1 -0 src/sys/i386/conf/GENERIC 1.73 +1 -0 src/sys/ia64/conf/GENERIC 1.270 +1 -0 src/sys/pc98/conf/GENERIC 1.49 +1 -0 src/sys/powerpc/conf/GENERIC 1.97 +1 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-src@FreeBSD.ORG Thu Jul 14 15:47:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CFDE16A41C; Thu, 14 Jul 2005 15:47:49 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C34E43D48; Thu, 14 Jul 2005 15:47:49 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFlm02087308; Thu, 14 Jul 2005 15:47:48 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFlm9j087307; Thu, 14 Jul 2005 15:47:48 GMT (envelope-from kensmith) Message-Id: <200507141547.j6EFlm9j087307@repoman.freebsd.org> From: Ken Smith Date: Thu, 14 Jul 2005 15:47: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 Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 15:47:49 -0000 kensmith 2005-07-14 15:47:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . Makefile.inc1 Log: Drop the -A argument to the cvs command which is no longer necessary. Noticed by: delphij, ru Pointy hat: kensmith Approved by: re (implicit) Revision Changes Path 1.499.2.2 +1 -1 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Thu Jul 14 15:57:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A627216A41C; Thu, 14 Jul 2005 15:57:01 +0000 (GMT) (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 77F3743D46; Thu, 14 Jul 2005 15:57:01 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EFv1rj087773; Thu, 14 Jul 2005 15:57:01 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EFv13t087772; Thu, 14 Jul 2005 15:57:01 GMT (envelope-from takawata) Message-Id: <200507141557.j6EFv13t087772@repoman.freebsd.org> From: Takanori Watanabe Date: Thu, 14 Jul 2005 15:57: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/sys/dev/usb sl811hs.c sl811hsreg.h sl811hsvar.h slhci_pccard.c src/sys/conf NOTES files src/sys/modules/slhci Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 15:57:01 -0000 takawata 2005-07-14 15:57:01 UTC FreeBSD src repository Modified files: sys/conf NOTES files Added files: sys/dev/usb sl811hs.c sl811hsreg.h sl811hsvar.h slhci_pccard.c sys/modules/slhci Makefile Log: Add SL811 based host controller driver for CF usb host controller. This is based on NetBSD slhci(4) driver for X68k amateur hardware. For now, it will not work properly, but it can detect usb device insertion. Revision Changes Path 1.1326 +2 -0 src/sys/conf/NOTES 1.1032 +2 -0 src/sys/conf/files 1.1 +1653 -0 src/sys/dev/usb/sl811hs.c (new) 1.1 +126 -0 src/sys/dev/usb/sl811hsreg.h (new) 1.1 +108 -0 src/sys/dev/usb/sl811hsvar.h (new) 1.1 +219 -0 src/sys/dev/usb/slhci_pccard.c (new) 1.1 +10 -0 src/sys/modules/slhci/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu Jul 14 16:13:47 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30DEF16A41C; Thu, 14 Jul 2005 16:13:47 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0882A43D48; Thu, 14 Jul 2005 16:13:47 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EGDkJm088566; Thu, 14 Jul 2005 16:13:46 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EGDk0v088565; Thu, 14 Jul 2005 16:13:46 GMT (envelope-from rwatson) Message-Id: <200507141613.j6EGDk0v088565@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 16:13: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/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 16:13:47 -0000 rwatson 2005-07-14 16:13:46 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: In an earlier world order, UMA would flush per-CPU statistics to the zone whenever it was moving buckets between the zone and the cache, or when coalescing statistics across the CPU. Remove flushing of statistics to the zone when coalescing statistics as part of sysctl, as we won't be running on the right CPU to write to the cache statistics. Add a missed gathering of statistics: when uma_zalloc_internal() does a special case allocation of a single item, make sure to update the zone statistics to represent this. Previously this case wasn't accounted for in user-visible statistics. MFC after: 1 week Revision Changes Path 1.120 +2 -1 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 16:17:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02D2716A41C; Thu, 14 Jul 2005 16:17:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70B343D46; Thu, 14 Jul 2005 16:17:21 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EGHLr0088806; Thu, 14 Jul 2005 16:17:21 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EGHL2I088805; Thu, 14 Jul 2005 16:17:21 GMT (envelope-from rwatson) Message-Id: <200507141617.j6EGHL2I088805@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 16:17: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/vm uma_core.c uma_int.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, 14 Jul 2005 16:17:22 -0000 rwatson 2005-07-14 16:17:21 UTC FreeBSD src repository Modified files: sys/vm uma_core.c uma_int.h Log: In addition to tracking allocs in the zone, also track frees. Add a zone free counter, as well as a cache free counter. MFC after: 1 week Revision Changes Path 1.121 +5 -0 src/sys/vm/uma_core.c 1.32 +2 -0 src/sys/vm/uma_int.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 16:35:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4450E16A41C; Thu, 14 Jul 2005 16:35:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 155C743D48; Thu, 14 Jul 2005 16:35:14 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EGZD1b089533; Thu, 14 Jul 2005 16:35:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EGZDKO089532; Thu, 14 Jul 2005 16:35:13 GMT (envelope-from rwatson) Message-Id: <200507141635.j6EGZDKO089532@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 16:35: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/vm uma.h uma_core.c uma_int.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, 14 Jul 2005 16:35:14 -0000 rwatson 2005-07-14 16:35:13 UTC FreeBSD src repository Modified files: sys/vm uma.h uma_core.c uma_int.h Log: Introduce a new sysctl, vm.zone_stats, which exports UMA(9) allocator statistics via a binary structure stream: - Add structure 'uma_stream_header', which defines a stream version, definition of MAXCPUs used in the stream, and the number of zone records in the stream. - Add structure 'uma_type_header', which defines the name, alignment, size, resource allocation limits, current pages allocated, preferred bucket size, and central zone + keg statistics. - Add structure 'uma_percpu_stat', which, for each per-CPU cache, includes the number of allocations and frees, as well as the number of free items in the cache. - When the sysctl is queried, return a stream header, followed by a series of type descriptions, each consisting of a type header followed by a series of MAXCPUs uma_percpu_stat structures holding per-CPU allocation information. Typical values of MAXCPU will be 1 (UP compiled kernel) and 16 (SMP compiled kernel). This query mechanism allows user space monitoring tools to extract memory allocation statistics in a machine-readable form, and to do so at a per-CPU granularity, allowing monitoring of allocation patterns across CPUs in order to better understand the distribution of work and memory flow over multiple CPUs. While here, also export the number of UMA zones as a sysctl vm.uma_count, in order to assist in sizing user swpace buffers to receive the stream. A follow-up commit of libmemstat(3), a library to monitor kernel memory allocation, will occur in the next few days. This change directly supports converting netstat(1)'s "-mb" mode to using UMA-sourced stats rather than separately maintained mbuf allocator statistics. MFC after: 1 week Revision Changes Path 1.23 +47 -0 src/sys/vm/uma.h 1.122 +192 -16 src/sys/vm/uma_core.c 1.33 +1 -1 src/sys/vm/uma_int.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 17:40:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC07616A41C; Thu, 14 Jul 2005 17:40:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732E643D45; Thu, 14 Jul 2005 17:40:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHe21L099163; Thu, 14 Jul 2005 17:40:02 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHe25K099162; Thu, 14 Jul 2005 17:40:02 GMT (envelope-from rwatson) Message-Id: <200507141740.j6EHe25K099162@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 17:40: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/lib/libmemstat Makefile libmemstat.3 memstat.c memstat.h memstat_all.c memstat_internal.h memstat_malloc.c memstat_uma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 17:40:02 -0000 rwatson 2005-07-14 17:40:02 UTC FreeBSD src repository Added files: lib/libmemstat Makefile libmemstat.3 memstat.c memstat.h memstat_all.c memstat_internal.h memstat_malloc.c memstat_uma.c Log: Add libmemstat(3), a library for use by debugging and monitoring applications in tracking kernel memory statistics. It provides an abstracted interface to uma(9) and malloc(9) statistics, wrapped around the recently added binary stream sysctls for the allocators. Using this interface, it is easy to build monitoring tools, query specific memory types for usage information, etc. Facilities are provided for binding caller-provided data to memory types, incremental updates of memory types, and queries that span multiple allocators. Support for additional allocators is (relatively) easy to add. The API for libmemstat(3) will probably change some over time as consumers are written, and requirements evolve. It is written to avoid encoding ABIs for data structure layout into consuming applications for this reason. MFC after: 1 week Revision Changes Path 1.1 +23 -0 src/lib/libmemstat/Makefile (new) 1.1 +238 -0 src/lib/libmemstat/libmemstat.3 (new) 1.1 +366 -0 src/lib/libmemstat/memstat.c (new) 1.1 +134 -0 src/lib/libmemstat/memstat.h (new) 1.1 +47 -0 src/lib/libmemstat/memstat_all.c (new) 1.1 +124 -0 src/lib/libmemstat/memstat_internal.h (new) 1.1 +240 -0 src/lib/libmemstat/memstat_malloc.c (new) 1.1 +230 -0 src/lib/libmemstat/memstat_uma.c (new) From owner-cvs-src@FreeBSD.ORG Thu Jul 14 17:43:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4296216A41C; Thu, 14 Jul 2005 17:43:01 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0338143D4C; Thu, 14 Jul 2005 17:43:01 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHh0qU099322; Thu, 14 Jul 2005 17:43:00 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHh0ZJ099321; Thu, 14 Jul 2005 17:43:00 GMT (envelope-from scottl) Message-Id: <200507141743.j6EHh0ZJ099321@repoman.freebsd.org> From: Scott Long Date: Thu, 14 Jul 2005 17:43: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/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: Thu, 14 Jul 2005 17:43:01 -0000 scottl 2005-07-14 17:43:00 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Check the vendor and device, not subvendor and subdevice, when looking for channel devices. This should fix Dell 2450/2550/2650 systems that have RAID enabled. This will likely not fix 2400 systems though as I don't have the appropriate PCI Id info for them. MFC After: 3 day Revision Changes Path 1.55 +2 -2 src/sys/dev/aac/aac_pci.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 17:48:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B4516A41C; Thu, 14 Jul 2005 17:48:05 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1110743D48; Thu, 14 Jul 2005 17:48:05 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHm4cO099669; Thu, 14 Jul 2005 17:48:04 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHm4UN099668; Thu, 14 Jul 2005 17:48:04 GMT (envelope-from emax) Message-Id: <200507141748.j6EHm4UN099668@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 14 Jul 2005 17:48:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/kbdmux kbdmux.c src/sys/modules/kbdmux Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 17:48:05 -0000 emax 2005-07-14 17:48:04 UTC FreeBSD src repository Added files: sys/dev/kbdmux kbdmux.c sys/modules/kbdmux Makefile Log: kbdmux(4) keyboard multiplexer integration o Add sys/dev/kbdmux/kbdmux.c to the source tree o Add sys/modules/kbdmux/Makefile to the source tree These are not yet connected to the build. Man page and other changes to follow. MFC after: 1 week Revision Changes Path 1.1 +1314 -0 src/sys/dev/kbdmux/kbdmux.c (new) 1.1 +12 -0 src/sys/modules/kbdmux/Makefile (new) From owner-cvs-src@FreeBSD.ORG Thu Jul 14 17:59:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C927A16A41C; Thu, 14 Jul 2005 17:59:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B8AF43D45; Thu, 14 Jul 2005 17:59:50 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EHxoI2000273; Thu, 14 Jul 2005 17:59:50 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EHxooj000272; Thu, 14 Jul 2005 17:59:50 GMT (envelope-from rwatson) Message-Id: <200507141759.j6EHxooj000272@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 17:59: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/lib Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 17:59:50 -0000 rwatson 2005-07-14 17:59:50 UTC FreeBSD src repository Modified files: lib Makefile Log: Hook libmemstat(3) up to the build. Revision Changes Path 1.206 +1 -1 src/lib/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jul 14 18:13:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E5D16A41C; Thu, 14 Jul 2005 18:13:50 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01FB043D45; Thu, 14 Jul 2005 18:13:49 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j6EIDnr7024173; Thu, 14 Jul 2005 11:13:49 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j6EIDngh024172; Thu, 14 Jul 2005 11:13:49 -0700 Date: Thu, 14 Jul 2005 11:13:49 -0700 From: Brooks Davis To: Mark Santcroos Message-ID: <20050714181349.GC19351@odin.ac.hmc.edu> References: <200506300452.j5U4ql7G080651@repoman.freebsd.org> <20050714073051.GA1606@laptop.santcroos.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZmUaFz6apKcXQszQ" Content-Disposition: inline In-Reply-To: <20050714073051.GA1606@laptop.santcroos.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc network.subr src/etc/rc.d Makefile wpa_supplicant X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 18:13:50 -0000 --ZmUaFz6apKcXQszQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 14, 2005 at 09:30:51AM +0200, Mark Santcroos wrote: > Hi Brooks, >=20 > Do you think we should add /var/run/wpa_supplicant to BSD.var.dist? I don't think so, wpa_supplicant creates it and destroys it on demand so it would be gone the first time you quit wpa_supplicant. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --ZmUaFz6apKcXQszQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFC1qtcXY6L6fI4GtQRAtivAKCWKUiaJAXeIJpbhXJRdjWAB48MuQCfe/oR sCTbJmSJKw09CnUqRAZAbWI= =Q0OE -----END PGP SIGNATURE----- --ZmUaFz6apKcXQszQ-- From owner-cvs-src@FreeBSD.ORG Thu Jul 14 18:30:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD0F16A41C; Thu, 14 Jul 2005 18:30:36 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6781F43D53; Thu, 14 Jul 2005 18:30:36 +0000 (GMT) (envelope-from erwin@mail.droso.net) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id B6EED2288E; Thu, 14 Jul 2005 20:30:34 +0200 (CEST) Received: by mail.droso.net (Postfix, from userid 1001) id D25C522879; Thu, 14 Jul 2005 20:30:33 +0200 (CEST) Date: Thu, 14 Jul 2005 20:30:33 +0200 From: Erwin Lansing To: Scott Long Message-ID: <20050714183033.GY26867@droso.net> References: <200507141743.j6EHh0ZJ099321@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GZVR6ND4mMseVXL/" Content-Disposition: inline In-Reply-To: <200507141743.j6EHh0ZJ099321@repoman.freebsd.org> X-Operating-System: FreeBSD/i386 5.4-RELEASE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd 0.1 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/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: Thu, 14 Jul 2005 18:30:37 -0000 --GZVR6ND4mMseVXL/ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 14, 2005 at 05:43:00PM +0000, Scott Long wrote: > scottl 2005-07-14 17:43:00 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/dev/aac aac_pci.c=20 > Log: > Check the vendor and device, not subvendor and subdevice, when looking = for > channel devices. This should fix Dell 2450/2550/2650 systems that have= RAID > enabled. This will likely not fix 2400 systems though as I don't have = the > appropriate PCI Id info for them. > =20 Great! I just confirmed this works on a 2650. Cheers, -erwin --=20 Erwin Lansing DISCLAIMER: No electrons were harmed while sending this message. --GZVR6ND4mMseVXL/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC1q9Jqy9aWxUlaZARAtE+AKDEEC4aty8jIUgF2RI/EzSQ1zj2bgCfQ5iP 84p2zKb/JDnnsN99NehAIbY= =7VOb -----END PGP SIGNATURE----- --GZVR6ND4mMseVXL/-- From owner-cvs-src@FreeBSD.ORG Thu Jul 14 18:33:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E4A16A41C; Thu, 14 Jul 2005 18:33:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F21543D45; Thu, 14 Jul 2005 18:33:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EIXM6W001704; Thu, 14 Jul 2005 18:33:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EIXLPA001703; Thu, 14 Jul 2005 18:33:21 GMT (envelope-from rwatson) Message-Id: <200507141833.j6EIXLPA001703@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 18:33: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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 18:33:22 -0000 rwatson 2005-07-14 18:33:21 UTC FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c Log: Add a new flag '-k' to ifconfig(8), indicating that it is alright to print potentially sensitive keying material to stdout. With the new 802.11 support, ifconfig(8) is now capable of printing 802.11 keys, and did by default for the root user, which is undesirable in some environments. Now it will not print keying material unless requested (and available to the user). MFC after: 1 week Revision Changes Path 1.98 +11 -0 src/sbin/ifconfig/ifconfig.8 1.115 +5 -1 src/sbin/ifconfig/ifconfig.c 1.17 +1 -0 src/sbin/ifconfig/ifconfig.h 1.19 +1 -1 src/sbin/ifconfig/ifieee80211.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 18:59:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CADC16A41C; Thu, 14 Jul 2005 18:59:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0991043D46; Thu, 14 Jul 2005 18:59:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EIxwZw003736; Thu, 14 Jul 2005 18:59:58 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EIxwdr003735; Thu, 14 Jul 2005 18:59:58 GMT (envelope-from jhb) Message-Id: <200507141859.j6EIxwdr003735@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Jul 2005 18:59:58 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/kern sys_generic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 18:59:59 -0000 jhb 2005-07-14 18:59:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern sys_generic.c Log: MFC 1.143: Use ssize_t for cnt in dofile{read,write}() rather than long. Revision Changes Path 1.132.2.7 +4 -2 src/sys/kern/sys_generic.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 19:08:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C3E16A41C; Thu, 14 Jul 2005 19:08:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0634A43D46; Thu, 14 Jul 2005 19:08:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EJ8MIW004713; Thu, 14 Jul 2005 19:08:22 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EJ8MmM004712; Thu, 14 Jul 2005 19:08:22 GMT (envelope-from jhb) Message-Id: <200507141908.j6EJ8MmM004712@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Jul 2005 19:08:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libc/sys Makefile.inc read.2 write.2 src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/kern sys_generic.c syscalls.master src/sys/sys syscallsubr.h uio.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, 14 Jul 2005 19:08:23 -0000 jhb 2005-07-14 19:08:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/sys Makefile.inc read.2 write.2 sys/compat/freebsd32 freebsd32_misc.c syscalls.master sys/kern sys_generic.c syscalls.master sys/sys syscallsubr.h uio.h Log: MFC: Add the preadv() and pwritev() system calls. Revision Changes Path 1.112.2.1 +2 -2 src/lib/libc/sys/Makefile.inc 1.25.2.2 +25 -8 src/lib/libc/sys/read.2 1.26.2.2 +21 -6 src/lib/libc/sys/write.2 1.23.2.10 +28 -0 src/sys/compat/freebsd32/freebsd32_misc.c 1.40.2.5 +7 -2 src/sys/compat/freebsd32/syscalls.master 1.132.2.8 +198 -167 src/sys/kern/sys_generic.c 1.176.2.3 +5 -2 src/sys/kern/syscalls.master 1.11.2.14 +2 -0 src/sys/sys/syscallsubr.h 1.36.2.2 +7 -0 src/sys/sys/uio.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 19:09:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599E216A41C; Thu, 14 Jul 2005 19:09:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2D643D45; Thu, 14 Jul 2005 19:09:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EJ9ooa005325; Thu, 14 Jul 2005 19:09:50 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EJ9opK005324; Thu, 14 Jul 2005 19:09:50 GMT (envelope-from jhb) Message-Id: <200507141909.j6EJ9opK005324@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Jul 2005 19:09:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 19:09:50 -0000 jhb 2005-07-14 19:09:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regen. Revision Changes Path 1.28.2.5 +15 -1 src/sys/compat/freebsd32/freebsd32_proto.h 1.28.2.5 +3 -1 src/sys/compat/freebsd32/freebsd32_syscall.h 1.19.2.5 +3 -3 src/sys/compat/freebsd32/freebsd32_syscalls.c 1.29.2.5 +3 -3 src/sys/compat/freebsd32/freebsd32_sysent.c 1.175.2.3 +3 -3 src/sys/kern/init_sysent.c 1.161.2.3 +3 -3 src/sys/kern/syscalls.c 1.159.2.3 +3 -1 src/sys/sys/syscall.h 1.114.2.3 +3 -1 src/sys/sys/syscall.mk 1.158.2.3 +15 -1 src/sys/sys/sysproto.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 19:30:50 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 571E116A41C; Thu, 14 Jul 2005 19:30:50 +0000 (GMT) (envelope-from kbyanc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F00443D45; Thu, 14 Jul 2005 19:30:50 +0000 (GMT) (envelope-from kbyanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EJUnm4006454; Thu, 14 Jul 2005 19:30:49 GMT (envelope-from kbyanc@repoman.freebsd.org) Received: (from kbyanc@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EJUn7O006453; Thu, 14 Jul 2005 19:30:49 GMT (envelope-from kbyanc) Message-Id: <200507141930.j6EJUn7O006453@repoman.freebsd.org> From: Kelly Yancey Date: Thu, 14 Jul 2005 19:30: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 cdefs.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, 14 Jul 2005 19:30:50 -0000 kbyanc 2005-07-14 19:30:49 UTC FreeBSD src repository Modified files: sys/sys cdefs.h Log: Remove superfluous semicolon at the end of the __strong_reference() macro definition. Revision Changes Path 1.89 +1 -1 src/sys/sys/cdefs.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 19:52:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 290D716A41C; Thu, 14 Jul 2005 19:52:23 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED45D43D45; Thu, 14 Jul 2005 19:52:22 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EJqM1J009853; Thu, 14 Jul 2005 19:52:22 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EJqMVQ009846; Thu, 14 Jul 2005 19:52:22 GMT (envelope-from jkim) Message-Id: <200507141952.j6EJqMVQ009846@repoman.freebsd.org> From: Jung-uk Kim Date: Thu, 14 Jul 2005 19:52: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/i386/libi386 Makefile libi386.h smbios.c src/sys/boot/i386/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, 14 Jul 2005 19:52:23 -0000 jkim 2005-07-14 19:52:22 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 Makefile libi386.h sys/boot/i386/loader main.c Added files: sys/boot/i386/libi386 smbios.c Log: Scan static SMBIOS structures and export the following environment variables to loader: hint.smbios.0.enabled "YES" when SMBIOS is detected hint.smbios.0.bios.vendor BIOS vendor hint.smbios.0.bios.version BIOS version hint.smbios.0.bios.reldate BIOS release date hint.smbios.0.system.maker System manufacturer hint.smbios.0.system.product System product name hint.smbios.0.system.version System version number hint.smbios.0.planar.maker Base board manufacturer hint.smbios.0.planar.product Base board product name hint.smbios.0.planar.version Base board version number hint.smbios.0.chassis.maker Enclosure manufacturer hint.smbios.0.chassis.version Enclosure version These strings can be used to detect hardware quirks and to set appropriate flags. For example, Compaq R3000 series and some HP laptops require hint.atkbd.0.flags="0x9" to boot. See amd64/67745 for more detail. Note: Please do not abuse this feature to resolve general problem when it can be fixed programmatically. This must be used as a last resort. PR: kern/81449 Approved by: anholt (mentor) Revision Changes Path 1.38 +1 -1 src/sys/boot/i386/libi386/Makefile 1.21 +2 -0 src/sys/boot/i386/libi386/libi386.h 1.1 +176 -0 src/sys/boot/i386/libi386/smbios.c (new) 1.32 +3 -0 src/sys/boot/i386/loader/main.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 20:01:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3281416A41C; Thu, 14 Jul 2005 20:01:05 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7D3943D46; Thu, 14 Jul 2005 20:01:04 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EK14Jw011895; Thu, 14 Jul 2005 20:01:04 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EK14lh011894; Thu, 14 Jul 2005 20:01:04 GMT (envelope-from rwatson) Message-Id: <200507142001.j6EK14lh011894@repoman.freebsd.org> From: Robert Watson Date: Thu, 14 Jul 2005 20:01:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libmemstat memstat_uma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 20:01:05 -0000 rwatson 2005-07-14 20:01:04 UTC FreeBSD src repository Modified files: lib/libmemstat memstat_uma.c Log: Properly combine per-CPU UMA cache allocation and free counts with the global counters maintained in the zone. MFC after: 1 week Revision Changes Path 1.2 +5 -4 src/lib/libmemstat/memstat_uma.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 20:08:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C5C16A41C; Thu, 14 Jul 2005 20:08:27 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 599F043D49; Thu, 14 Jul 2005 20:08:27 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EK8RBa012169; Thu, 14 Jul 2005 20:08:27 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EK8RND012168; Thu, 14 Jul 2005 20:08:27 GMT (envelope-from ps) Message-Id: <200507142008.j6EK8RND012168@repoman.freebsd.org> From: Paul Saab Date: Thu, 14 Jul 2005 20:08: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/nfs nfs_common.c nfs_common.h 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, 14 Jul 2005 20:08:27 -0000 ps 2005-07-14 20:08:27 UTC FreeBSD src repository Modified files: sys/nfs nfs_common.c nfs_common.h sys/nfsclient nfs_socket.c Log: Fixes for NFS crashes on architectures that require strict alignment. - Fix nfsm_disct() so that after pulling up data, the remaining data is aligned if necessary. - Fix nfs_clnt_tcp_soupcall() to bcopy() the rpc length out of the mbuf (instead of casting m_data to a uint32). Submitted by: Pyun YongHyeon Reviewed by: Mohan Srinivasan Revision Changes Path 1.118 +12 -3 src/sys/nfs/nfs_common.c 1.38 +6 -0 src/sys/nfs/nfs_common.h 1.126 +2 -1 src/sys/nfsclient/nfs_socket.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 20:17:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA82016A41C; Thu, 14 Jul 2005 20:17:19 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6902443D48; Thu, 14 Jul 2005 20:17:19 +0000 (GMT) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKHJYi012561; Thu, 14 Jul 2005 20:17:19 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKHJPV012560; Thu, 14 Jul 2005 20:17:19 GMT (envelope-from markus) Message-Id: <200507142017.j6EKHJPV012560@repoman.freebsd.org> From: Markus Brueffer Date: Thu, 14 Jul 2005 20:17:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/bluetooth/sdpcontrol sdpcontrol.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, 14 Jul 2005 20:17:20 -0000 markus 2005-07-14 20:17:18 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_5) usr.sbin/bluetooth/sdpcontrol sdpcontrol.8 Log: MFC: rev. 1.5 + 1.6 - Grammar fixes - s/spdcontrol/sdpcontrol/ - Added the EXIT STATUS section where appropriate Approved by: brueffer Revision Changes Path 1.4.2.1 +13 -13 src/usr.sbin/bluetooth/sdpcontrol/sdpcontrol.8 From owner-cvs-src@FreeBSD.ORG Thu Jul 14 20:26:44 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23B2D16A41C; Thu, 14 Jul 2005 20:26:44 +0000 (GMT) (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 DB19C43D46; Thu, 14 Jul 2005 20:26:43 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKQhwo012880; Thu, 14 Jul 2005 20:26:43 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKQhIQ012879; Thu, 14 Jul 2005 20:26:43 GMT (envelope-from mlaier) Message-Id: <200507142026.j6EKQhIQ012879@repoman.freebsd.org> From: Max Laier Date: Thu, 14 Jul 2005 20: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: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 20:26:44 -0000 mlaier 2005-07-14 20:26:43 UTC FreeBSD src repository Modified files: sys/net if.c Log: Move eventhandler for 'ifnet_departure_event' at the end of the progress. Some of the (IPv6) cleanup functions send packets to inform peers of the departure. These packets confused users of ifnet_departure_event (pf at the moment). PR: kern/80627 Tested by: Divacky Roman MFC after: 1 week Revision Changes Path 1.236 +2 -2 src/sys/net/if.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 20:29:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B5D216A420; Thu, 14 Jul 2005 20:29:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4410243D48; Thu, 14 Jul 2005 20:29:08 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKT8Gt013301; Thu, 14 Jul 2005 20:29:08 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKT8kW013300; Thu, 14 Jul 2005 20:29:08 GMT (envelope-from brueffer) Message-Id: <200507142029.j6EKT8kW013300@repoman.freebsd.org> From: Christian Brueffer Date: Thu, 14 Jul 2005 20:29: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/contrib/pf/man pflog.4 pfsync.4 src/contrib/pf/pfctl pfctl.8 src/lib/libpmc pmc.3 src/sbin/startslip startslip.1 src/sbin/sysctl sysctl.8 src/share/man/man4 agp.4 awi.4 src/share/man/man7 development.7 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 20:29:08 -0000 brueffer 2005-07-14 20:29:08 UTC FreeBSD src repository (doc committer) Modified files: contrib/pf/man pflog.4 pfsync.4 contrib/pf/pfctl pfctl.8 lib/libpmc pmc.3 sbin/startslip startslip.1 sbin/sysctl sysctl.8 share/man/man4 agp.4 awi.4 share/man/man7 development.7 firewall.7 ports.7 security.7 usr.bin/ee ee.1 usr.bin/enigma enigma.1 usr.bin/rsh rsh.1 usr.bin/tip/tip tip.1 usr.bin/uuencode uuencode.1 usr.sbin/burncd burncd.8 usr.sbin/tcpdrop tcpdrop.8 Log: - Remove MLINKS to nonexistant manpages - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days Revision Changes Path 1.5 +3 -3 src/contrib/pf/man/pflog.4 1.6 +1 -1 src/contrib/pf/man/pfsync.4 1.2 +249 -144 src/contrib/pf/pfctl/pfctl.8 1.6 +0 -1 src/lib/libpmc/pmc.3 1.24 +1 -1 src/sbin/startslip/startslip.1 1.58 +1 -1 src/sbin/sysctl/sysctl.8 1.7 +1 -1 src/share/man/man4/agp.4 1.19 +1 -1 src/share/man/man4/awi.4 1.15 +1 -1 src/share/man/man7/development.7 1.26 +1 -1 src/share/man/man7/firewall.7 1.51 +3 -2 src/share/man/man7/ports.7 1.42 +3 -3 src/share/man/man7/security.7 1.19 +1 -1 src/usr.bin/ee/ee.1 1.12 +2 -2 src/usr.bin/enigma/enigma.1 1.21 +1 -1 src/usr.bin/rsh/rsh.1 1.23 +2 -2 src/usr.bin/tip/tip/tip.1 1.28 +1 -1 src/usr.bin/uuencode/uuencode.1 1.38 +1 -1 src/usr.sbin/burncd/burncd.8 1.5 +1 -1 src/usr.sbin/tcpdrop/tcpdrop.8 From owner-cvs-src@FreeBSD.ORG Thu Jul 14 20:40:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82E3716A41C; Thu, 14 Jul 2005 20:40:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4358D43D46; Thu, 14 Jul 2005 20:40:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKehDC013915; Thu, 14 Jul 2005 20:40:43 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKehkO013914; Thu, 14 Jul 2005 20:40:43 GMT (envelope-from imp) Message-Id: <200507142040.j6EKehkO013914@repoman.freebsd.org> From: Warner Losh Date: Thu, 14 Jul 2005 20:40:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 20:40:43 -0000 imp 2005-07-14 20:40:43 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Also provide the function type in the nomatch routine. Revision Changes Path 1.107 +7 -4 src/sys/dev/pccard/pccard.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 20:46:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9855516A41C; Thu, 14 Jul 2005 20:46:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 433F343D49; Thu, 14 Jul 2005 20:46:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EKkxxt014245; Thu, 14 Jul 2005 20:46:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EKkxtk014244; Thu, 14 Jul 2005 20:46:59 GMT (envelope-from imp) Message-Id: <200507142046.j6EKkxtk014244@repoman.freebsd.org> From: Warner Losh Date: Thu, 14 Jul 2005 20:46: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/dev/pccbb pccbb.c pccbb_pci.c pccbbvar.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, 14 Jul 2005 20:46:59 -0000 imp 2005-07-14 20:46:59 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c pccbb_pci.c pccbbvar.h Log: Omnibus power and interrupt fixes: o Don't busy wait on powerup. Instead, use the power up interrupt to wait for the card to power up. Don't wait when we're turning the card off, since no interrupt happens in that case. o Convert many of the long DELAYs to tsleeps. We do not run before the timer have stared, so DELAY isn't necessary. More DELAYs can likely be eliminated in the future. o When powering up the card, don't do anything if the card is already powered up (before we'd power cycle it). This means that for most cards we power them up once and then never change the power. o On card eject, mask (by clearing) the CD bit. Before we set it, which was wrong. We don't want to see any CD events past the first one since they need to be debounced. With these changes, I can insert/eject 16bit cards without glitching xmms' sound output. Something very important to the development of better pccard drivers :-) Revision Changes Path 1.122 +73 -47 src/sys/dev/pccbb/pccbb.c 1.10 +1 -0 src/sys/dev/pccbb/pccbb_pci.c 1.24 +2 -1 src/sys/dev/pccbb/pccbbvar.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 21:18:08 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3542016A41C; Thu, 14 Jul 2005 21:18:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC60E43D48; Thu, 14 Jul 2005 21:18:07 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6ELI7Aq022482; Thu, 14 Jul 2005 21:18:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6ELI7Gm022481; Thu, 14 Jul 2005 21:18:07 GMT (envelope-from jhb) Message-Id: <200507142118.j6ELI7Gm022481@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Jul 2005 21:18: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/vm vm_fault.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 21:18:08 -0000 jhb 2005-07-14 21:18:07 UTC FreeBSD src repository Modified files: sys/vm vm_fault.c Log: Convert a remaining !fs.map->system_map to fs.first_object->flags & OBJ_NEEDGIANT test that was missed in an earlier revision. This fixes mutex assertion failures in the debug.mpsafevm=0 case. Reported by: ps MFC after: 3 days Revision Changes Path 1.206 +1 -1 src/sys/vm/vm_fault.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 21:41:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3498516A41C; Thu, 14 Jul 2005 21:41:22 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0AF43D49; Thu, 14 Jul 2005 21:41:21 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6ELfKms095432 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 14:41:20 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42D6DD30.6020900@errno.com> Date: Thu, 14 Jul 2005 14:46:24 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> In-Reply-To: <200507141833.j6EIXLPA001703@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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 21:41:22 -0000 Robert Watson wrote: > rwatson 2005-07-14 18:33:21 UTC > > FreeBSD src repository > > Modified files: > sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h > ifieee80211.c > Log: > Add a new flag '-k' to ifconfig(8), indicating that it is alright to > print potentially sensitive keying material to stdout. With the new > 802.11 support, ifconfig(8) is now capable of printing 802.11 keys, > and did by default for the root user, which is undesirable in some > environments. Now it will not print keying material unless requested > (and available to the user). I thought we'd agreed NOT to do this. Sam From owner-cvs-src@FreeBSD.ORG Thu Jul 14 21:44:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E06716A41C; Thu, 14 Jul 2005 21:44:39 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBBC143D53; Thu, 14 Jul 2005 21:44:38 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 2F41646B11; Thu, 14 Jul 2005 17:44:38 -0400 (EDT) Date: Thu, 14 Jul 2005 22:44:50 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Sam Leffler In-Reply-To: <42D6DD30.6020900@errno.com> Message-ID: <20050714224327.O35071@fledge.watson.org> References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> 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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 21:44:39 -0000 On Thu, 14 Jul 2005, Sam Leffler wrote: >> Add a new flag '-k' to ifconfig(8), indicating that it is alright to >> print potentially sensitive keying material to stdout. With the new >> 802.11 support, ifconfig(8) is now capable of printing 802.11 keys, >> and did by default for the root user, which is undesirable in some >> environments. Now it will not print keying material unless requested >> (and available to the user). > > I thought we'd agreed NOT to do this. Remind me what we'd agreed should be done? Printing the 802.11 key on the console during boot is undesirable. I recollect vaguely we had thought about removing printing the key entirely, only it struck me this was actually a useful feature, so "-k" allows you to do that. Especially since we are trying to avoid forcing people to use wicontrol, etc. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Thu Jul 14 21:53:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E25A16A41C; Thu, 14 Jul 2005 21:53:23 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FA0A43D46; Thu, 14 Jul 2005 21:53:21 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6ELrKms095501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 14:53:21 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42D6E001.1020001@errno.com> Date: Thu, 14 Jul 2005 14:58:25 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> In-Reply-To: <20050714224327.O35071@fledge.watson.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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 21:53:23 -0000 Robert Watson wrote: > > On Thu, 14 Jul 2005, Sam Leffler wrote: > >>> Add a new flag '-k' to ifconfig(8), indicating that it is alright to >>> print potentially sensitive keying material to stdout. With the new >>> 802.11 support, ifconfig(8) is now capable of printing 802.11 keys, >>> and did by default for the root user, which is undesirable in some >>> environments. Now it will not print keying material unless requested >>> (and available to the user). >> >> >> I thought we'd agreed NOT to do this. > > > Remind me what we'd agreed should be done? Printing the 802.11 key on > the console during boot is undesirable. I recollect vaguely we had > thought about removing printing the key entirely, only it struck me this > was actually a useful feature, so "-k" allows you to do that. > Especially since we are trying to avoid forcing people to use wicontrol, > etc. You repeatedly asked me to add this option. Each time I said I didn't think it was a great idea. You then committed it w/o discussion (with me at least). ifconfig prints the key material only when invoked by root. This is the way it's been all along and the way wiconfig still works and which we are trying to eliminate by extending ifconfig. As to printing sensitive material I question how important this is. If it's a wep key it's trivially cracked by other means. If it's a WPA or 802.1x key then it's rotated frequently and, for WPA at least, protected by addiitonal means that makes grabbing it via screen-scrape much less useful (only the GTK is displayed for WPA, not the PTK which is potentially more sensitive). If you want to improve the situation for disclosing sensitive info then we should work on adding keychain style storage for sensitive info like static keys and wpa-psk's. So I guess my argument against this is you're changing long-standing behaviour w/ little benefit. Sam From owner-cvs-src@FreeBSD.ORG Thu Jul 14 22:08:03 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 414BB16A41C; Thu, 14 Jul 2005 22:08:03 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id B53CD43D45; Thu, 14 Jul 2005 22:08:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 2BFB946B83; Thu, 14 Jul 2005 18:08:02 -0400 (EDT) Date: Thu, 14 Jul 2005 23:08:14 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Sam Leffler In-Reply-To: <42D6E001.1020001@errno.com> Message-ID: <20050714225706.Q35071@fledge.watson.org> References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> <42D6E001.1020001@errno.com> 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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 22:08:03 -0000 On Thu, 14 Jul 2005, Sam Leffler wrote: > As to printing sensitive material I question how important this is. If > it's a wep key it's trivially cracked by other means. If it's a WPA or > 802.1x key then it's rotated frequently and, for WPA at least, protected > by addiitonal means that makes grabbing it via screen-scrape much less > useful (only the GTK is displayed for WPA, not the PTK which is > potentially more sensitive). If you want to improve the situation for > disclosing sensitive info then we should work on adding keychain style > storage for sensitive info like static keys and wpa-psk's. > > So I guess my argument against this is you're changing long-standing > behaviour w/ little benefit. Sorry about committing it over your objection -- I obviously misremembered the degree to which you disagreed with the proposed change. I'm willing to back it out, but not happy about the idea. Here's my view on things: Either the key is sensitive, or it's not. If it's not, then why are we checking for root privilege? If it is, why are we printing it without being asked to? I'm a fan of the model that says ifconfig(8) manages all the properties of the network interface. However, part of ifconfig(8) managing more complex properties of those interfaces is that it has to respect the sensitivity of the data it handles. This never came up before for ifconfig(8) because we didn't consider any of the data it handled sensitive. Running "ifconfig" or "ifconfig -a" is a fairly common administrator activity to check the configuration of the system. When it comes to people looking over your shoulder, scroll-back, /var/log/console.log, or dmesg -a output, I would prefer that keying material not appear there unless specifically requested. As to historical behavior -- I've been complaining even since that behavior with ifconfig(8) since I first noticed it, as you pointed out. I think wicontrol's behavior was improper also, but at least it wasn't printed out automatically every time the system booted, or every time I check to see if I have an association. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Thu Jul 14 22:14:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C09C716A41C; Thu, 14 Jul 2005 22:14:55 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF5B43D45; Thu, 14 Jul 2005 22:14:55 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6EMErms095594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 15:14:54 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42D6E50D.6000606@errno.com> Date: Thu, 14 Jul 2005 15:19:57 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> <42D6E001.1020001@errno.com> <20050714225706.Q35071@fledge.watson.org> In-Reply-To: <20050714225706.Q35071@fledge.watson.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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 22:14:55 -0000 Robert Watson wrote: > > On Thu, 14 Jul 2005, Sam Leffler wrote: > >> As to printing sensitive material I question how important this is. >> If it's a wep key it's trivially cracked by other means. If it's a >> WPA or 802.1x key then it's rotated frequently and, for WPA at least, >> protected by addiitonal means that makes grabbing it via screen-scrape >> much less useful (only the GTK is displayed for WPA, not the PTK which >> is potentially more sensitive). If you want to improve the situation >> for disclosing sensitive info then we should work on adding keychain >> style storage for sensitive info like static keys and wpa-psk's. >> >> So I guess my argument against this is you're changing long-standing >> behaviour w/ little benefit. > > > Sorry about committing it over your objection -- I obviously > misremembered the degree to which you disagreed with the proposed > change. I'm willing to back it out, but not happy about the idea. > Here's my view on things: > > Either the key is sensitive, or it's not. If it's not, then why are we > checking for root privilege? If it is, why are we printing it without > being asked to? > > I'm a fan of the model that says ifconfig(8) manages all the properties > of the network interface. However, part of ifconfig(8) managing more > complex properties of those interfaces is that it has to respect the > sensitivity of the data it handles. This never came up before for > ifconfig(8) because we didn't consider any of the data it handled > sensitive. Running "ifconfig" or "ifconfig -a" is a fairly common > administrator activity to check the configuration of the system. When > it comes to people looking over your shoulder, scroll-back, > /var/log/console.log, or dmesg -a output, I would prefer that keying > material not appear there unless specifically requested. > > As to historical behavior -- I've been complaining even since that > behavior with ifconfig(8) since I first noticed it, as you pointed out. > I think wicontrol's behavior was improper also, but at least it wasn't > printed out automatically every time the system booted, or every time I > check to see if I have an association. You didn't point out keys were being printed on boot (so it goes in /var/log/messages etc.). In that case I'm fine with this change. Sam From owner-cvs-src@FreeBSD.ORG Thu Jul 14 22:22:01 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D41B16A41C; Thu, 14 Jul 2005 22:22:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 408D943D49; Thu, 14 Jul 2005 22:22:01 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id C299046BC9; Thu, 14 Jul 2005 18:22:00 -0400 (EDT) Date: Thu, 14 Jul 2005 23:22:13 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Sam Leffler In-Reply-To: <42D6E50D.6000606@errno.com> Message-ID: <20050714231920.K35071@fledge.watson.org> References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> <42D6E001.1020001@errno.com> <20050714225706.Q35071@fledge.watson.org> <42D6E50D.6000606@errno.com> 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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 22:22:01 -0000 On Thu, 14 Jul 2005, Sam Leffler wrote: > You didn't point out keys were being printed on boot (so it goes in > /var/log/messages etc.). In that case I'm fine with this change. I was sure I had pointed that out, but then, I think I had also decided that you thought it was better to take printing of the key entirely out of ifconfig(8) than to add a "-k", hence thinking that adding "-k" was a more reasonable middle ground. Obviously, there was some misunderstanding going on, and largely on my part. Thanks, Robert N M Watson From owner-cvs-src@FreeBSD.ORG Thu Jul 14 22:22:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C29EF16A41C; Thu, 14 Jul 2005 22:22:51 +0000 (GMT) (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 82FCF43D45; Thu, 14 Jul 2005 22:22:51 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EMMp8Y031413; Thu, 14 Jul 2005 22:22:51 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EMMpPS031412; Thu, 14 Jul 2005 22:22:51 GMT (envelope-from mlaier) Message-Id: <200507142222.j6EMMpPS031412@repoman.freebsd.org> From: Max Laier Date: Thu, 14 Jul 2005 22:22: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/netinet in_proto.c src/sys/contrib/pf/net if_pfsync.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 22:22:51 -0000 mlaier 2005-07-14 22:22:51 UTC FreeBSD src repository Modified files: sys/netinet in_proto.c sys/contrib/pf/net if_pfsync.c Log: Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them with netstat (seperate commit). Requested by: glebius MFC after: 1 week Revision Changes Path 1.20 +5 -1 src/sys/contrib/pf/net/if_pfsync.c 1.78 +5 -2 src/sys/netinet/in_proto.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 22:24:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB66816A41C; Thu, 14 Jul 2005 22:24:26 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7111043D49; Thu, 14 Jul 2005 22:24:26 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j6EMOOms095674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 14 Jul 2005 15:24:26 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <42D6E749.2030204@errno.com> Date: Thu, 14 Jul 2005 15:29:29 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050327) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> <42D6E001.1020001@errno.com> <20050714225706.Q35071@fledge.watson.org> <42D6E50D.6000606@errno.com> <20050714231920.K35071@fledge.watson.org> In-Reply-To: <20050714231920.K35071@fledge.watson.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/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 22:24:27 -0000 Robert Watson wrote: > > On Thu, 14 Jul 2005, Sam Leffler wrote: > >> You didn't point out keys were being printed on boot (so it goes in >> /var/log/messages etc.). In that case I'm fine with this change. > > > I was sure I had pointed that out, but then, I think I had also decided > that you thought it was better to take printing of the key entirely out > of ifconfig(8) than to add a "-k", hence thinking that adding "-k" was a > more reasonable middle ground. Obviously, there was some > misunderstanding going on, and largely on my part. > > Thanks, It was a while ago but don't recall you saying it. Regardless, thanks too. Sam From owner-cvs-src@FreeBSD.ORG Thu Jul 14 22:42:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF8B16A41C; Thu, 14 Jul 2005 22:42:35 +0000 (GMT) (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 AB84443D46; Thu, 14 Jul 2005 22:42:35 +0000 (GMT) (envelope-from mlaier@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EMgZOs035200; Thu, 14 Jul 2005 22:42:35 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EMgZHC035199; Thu, 14 Jul 2005 22:42:35 GMT (envelope-from mlaier) Message-Id: <200507142242.j6EMgZHC035199@repoman.freebsd.org> From: Max Laier Date: Thu, 14 Jul 2005 22:42: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/usr.bin/netstat if.c main.c netstat.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, 14 Jul 2005 22:42:36 -0000 mlaier 2005-07-14 22:42:35 UTC FreeBSD src repository Modified files: usr.bin/netstat if.c main.c netstat.h Log: Print newly exported pfsync statistics with netstat(8). Requested by: glebius MFC after: 1 week Revision Changes Path 1.59 +46 -0 src/usr.bin/netstat/if.c 1.73 +4 -0 src/usr.bin/netstat/main.c 1.42 +1 -0 src/usr.bin/netstat/netstat.h From owner-cvs-src@FreeBSD.ORG Thu Jul 14 22:43:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC68516A41C; Thu, 14 Jul 2005 22:43:20 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7536F43D48; Thu, 14 Jul 2005 22:43:20 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EMhK9r035325; Thu, 14 Jul 2005 22:43:20 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EMhKcN035324; Thu, 14 Jul 2005 22:43:20 GMT (envelope-from emax) Message-Id: <200507142243.j6EMhKcN035324@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 14 Jul 2005 22: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/sys/dev/kbdmux kbdmux.c src/sys/sys kbio.h src/usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 14 Jul 2005 22:43:20 -0000 emax 2005-07-14 22:43:20 UTC FreeBSD src repository Modified files: sys/dev/kbdmux kbdmux.c sys/sys kbio.h usr.sbin/kbdcontrol kbdcontrol.1 kbdcontrol.c Log: kbdmux(4) keyboard multiplexer integration o Slightly change KBADDKBD and KBRELKBD ioctl() interface. Instead of passing keyboard index pass keyboard_info_t structure with populated 'kb_unit' and 'kb_name' fields. Keyboard index is not very user-friendly and is not very easy to obtain. Keyboard driver name and unit, on the other hand, is much more user friendly and known almost all the time; o Move definition of keyboard_info_t structure up; o Teach kbdcontrol(1) how to attach/detach keyboards to/from the keyboard multiplexor; o Update kbdcontrol(1) man page and document new functionality. To attach/detach keyboard to/from keyboard multiplexor one needs to use keyboard device name (i.e. ukbd0). MFC after: 1 week Revision Changes Path 1.2 +24 -19 src/sys/dev/kbdmux/kbdmux.c 1.9 +11 -10 src/sys/sys/kbio.h 1.37 +22 -0 src/usr.sbin/kbdcontrol/kbdcontrol.1 1.49 +70 -2 src/usr.sbin/kbdcontrol/kbdcontrol.c From owner-cvs-src@FreeBSD.ORG Thu Jul 14 23:04:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04BCC16A41C; Thu, 14 Jul 2005 23:04:24 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE56B43D49; Thu, 14 Jul 2005 23:04:23 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6EN4NFh036619; Thu, 14 Jul 2005 23:04:23 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6EN4NCH036618; Thu, 14 Jul 2005 23:04:23 GMT (envelope-from emax) Message-Id: <200507142304.j6EN4NCH036618@repoman.freebsd.org> From: Maksim Yevmenkin Date: Thu, 14 Jul 2005 23:04: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/share/man/man4 Makefile kbdmux.4 src/sys/conf files src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 23:04:24 -0000 emax 2005-07-14 23:04:23 UTC FreeBSD src repository Modified files: share/man/man4 Makefile sys/conf files sys/modules Makefile Added files: share/man/man4 kbdmux.4 Log: kbdmux(4) keyboard multiplexer integration o Add minimal kbdmux(4) man page to the source tree (more details to follow); o Hook up kbdmux(4) to the build. This concludes the first part of the kbdmux(4) keyboard multiplexer integration. It now should be possible to use kbdmux(4), however one must configure kbdmux(4) by hand (i.e. load kbdmux(4) module and use kbdcontrol(1) to add/remove slave keyboards to/from kbdmux(4)). MFC after: 1 week Revision Changes Path 1.322 +1 -0 src/share/man/man4/Makefile 1.1 +51 -0 src/share/man/man4/kbdmux.4 (new) 1.1033 +1 -0 src/sys/conf/files 1.451 +1 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jul 14 23:20:52 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB76716A41C; Thu, 14 Jul 2005 23:20:52 +0000 (GMT) (envelope-from frank@exit.com) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7778943D45; Thu, 14 Jul 2005 23:20:52 +0000 (GMT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime [206.223.0.5]) by tinker.exit.com (8.13.3/8.13.3) with ESMTP id j6ENKKdf020622; Thu, 14 Jul 2005 16:20:20 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (localhost [127.0.0.1]) by realtime.exit.com (8.13.3/8.13.3) with ESMTP id j6ENKK7q085874; Thu, 14 Jul 2005 16:20:20 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.13.3/8.12.9/Submit) id j6ENKJ2U085873; Thu, 14 Jul 2005 16:20:19 -0700 (PDT) (envelope-from frank@exit.com) X-Authentication-Warning: realtime.exit.com: frank set sender to frank@exit.com using -f From: Frank Mayhar To: Sam Leffler In-Reply-To: <42D6E749.2030204@errno.com> References: <200507141833.j6EIXLPA001703@repoman.freebsd.org> <42D6DD30.6020900@errno.com> <20050714224327.O35071@fledge.watson.org> <42D6E001.1020001@errno.com> <20050714225706.Q35071@fledge.watson.org> <42D6E50D.6000606@errno.com> <20050714231920.K35071@fledge.watson.org> <42D6E749.2030204@errno.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Exit Consulting Date: Thu, 14 Jul 2005 16:20:19 -0700 Message-Id: <1121383219.85758.1.camel@realtime.exit.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-Virus-Scanned: ClamAV 0.86.1/978/Thu Jul 14 04:37:27 2005 on tinker.exit.com X-Virus-Status: Clean Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Robert Watson , cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c ifconfig.h ifieee80211.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: frank@exit.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 23:20:53 -0000 On Thu, 2005-07-14 at 15:29 -0700, Sam Leffler wrote: > Robert Watson wrote: > > Thanks, > It was a while ago but don't recall you saying it. Regardless, thanks too. Damn. A perfectly good flamewar blown to hell by two people being reasonable! Didn't you know that's not appropriate for BSD-related lists? (Hint for the humor-impaired: :-) -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/ From owner-cvs-src@FreeBSD.ORG Thu Jul 14 23:42:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 790CC16A41C; Thu, 14 Jul 2005 23:42:33 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [12.26.83.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1574E43D46; Thu, 14 Jul 2005 23:42:32 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from [10.0.0.1] (67-40-23-118.tukw.qwest.net [67.40.23.118]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.1/8.13.1) with ESMTP id j6ENgTb0058551; Thu, 14 Jul 2005 19:42:30 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Thu, 14 Jul 2005 16:41:51 -0700 (PDT) From: Jeff Roberson X-X-Sender: jroberson@10.0.0.1 To: Robert Watson In-Reply-To: <200507141617.j6EGHL2I088805@repoman.freebsd.org> Message-ID: <20050714164138.X574@10.0.0.1> References: <200507141617.j6EGHL2I088805@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.52 on 12.26.83.25 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_core.c uma_int.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, 14 Jul 2005 23:42:33 -0000 Are you interested in getting those cache improvements into the tree? The alloc/free to the same bucket change? On Thu, 14 Jul 2005, Robert Watson wrote: > rwatson 2005-07-14 16:17:21 UTC > > FreeBSD src repository > > Modified files: > sys/vm uma_core.c uma_int.h > Log: > In addition to tracking allocs in the zone, also track frees. Add > a zone free counter, as well as a cache free counter. > > MFC after: 1 week > > Revision Changes Path > 1.121 +5 -0 src/sys/vm/uma_core.c > 1.32 +2 -0 src/sys/vm/uma_int.h > From owner-cvs-src@FreeBSD.ORG Thu Jul 14 23:52:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C41716A41C; Thu, 14 Jul 2005 23:52:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [204.156.12.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55CB143D45; Thu, 14 Jul 2005 23:52:02 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by cyrus.watson.org (Postfix) with ESMTP id 9844546B04; Thu, 14 Jul 2005 19:52:01 -0400 (EDT) Date: Fri, 15 Jul 2005 00:52:14 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Jeff Roberson In-Reply-To: <20050714164138.X574@10.0.0.1> Message-ID: <20050715004327.B46671@fledge.watson.org> References: <200507141617.j6EGHL2I088805@repoman.freebsd.org> <20050714164138.X574@10.0.0.1> 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/vm uma_core.c uma_int.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, 14 Jul 2005 23:52:02 -0000 On Thu, 14 Jul 2005, Jeff Roberson wrote: > Are you interested in getting those cache improvements into the tree? > The alloc/free to the same bucket change? I am quite interested in them, but have not yet been able to measure a statistically significant improvement with them for the couple of micro-benchmarks I had easily on-hand. There was some measurable change in variance though. I hope to have a chance to look at them more closely in the next week or two. With Joseph Koshy's hwpmc support now working with gprof, we should be able to look a lot more closely at how the caches are interacting with various bits of code. Robert N M Watson > > On Thu, 14 Jul 2005, Robert Watson wrote: > >> rwatson 2005-07-14 16:17:21 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/vm uma_core.c uma_int.h >> Log: >> In addition to tracking allocs in the zone, also track frees. Add >> a zone free counter, as well as a cache free counter. >> >> MFC after: 1 week >> >> Revision Changes Path >> 1.121 +5 -0 src/sys/vm/uma_core.c >> 1.32 +2 -0 src/sys/vm/uma_int.h >> > From owner-cvs-src@FreeBSD.ORG Fri Jul 15 01:43:09 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AEEA16A41C; Fri, 15 Jul 2005 01:43:09 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D61343D46; Fri, 15 Jul 2005 01:43:09 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F1h9rJ049325; Fri, 15 Jul 2005 01:43:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F1h98h049324; Fri, 15 Jul 2005 01:43:09 GMT (envelope-from imp) Message-Id: <200507150143.j6F1h98h049324@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 01:43: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/sys/dev/pccard pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 01:43:09 -0000 imp 2005-07-15 01:43:08 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard.c Log: Insert missing int i; Revision Changes Path 1.108 +1 -0 src/sys/dev/pccard/pccard.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 01:48:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB63E16A41C; Fri, 15 Jul 2005 01:48:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEF7F43D45; Fri, 15 Jul 2005 01:48:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F1mcEP049594; Fri, 15 Jul 2005 01:48:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F1mcGo049593; Fri, 15 Jul 2005 01:48:38 GMT (envelope-from imp) Message-Id: <200507150148.j6F1mcGo049593@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 01:48: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/ex if_ex_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 01:48:39 -0000 imp 2005-07-15 01:48:38 UTC FreeBSD src repository Modified files: sys/dev/ex if_ex_pccard.c Log: Add real support for obtaining the silicom MAC address from the apporpriate place in the CIS, now that we have the CIS scanning code. Revision Changes Path 1.15 +7 -34 src/sys/dev/ex/if_ex_pccard.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 01:50:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 604DD16A41C; Fri, 15 Jul 2005 01:50:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220EA43D48; Fri, 15 Jul 2005 01:50:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F1oNWQ049712; Fri, 15 Jul 2005 01:50:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F1oN76049711; Fri, 15 Jul 2005 01:50:23 GMT (envelope-from imp) Message-Id: <200507150150.j6F1oN76049711@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 01:50: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/share/man/man4/man4.i386 ex.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, 15 Jul 2005 01:50:23 -0000 imp 2005-07-15 01:50:22 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 ex.4 Log: Mention the PC Card devices known to work with this driver, as well as some of the bugs there with. Revision Changes Path 1.22 +25 -9 src/share/man/man4/man4.i386/ex.4 From owner-cvs-src@FreeBSD.ORG Fri Jul 15 01:54:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA2E816A41C; Fri, 15 Jul 2005 01:54:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF1C43D48; Fri, 15 Jul 2005 01:54:59 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F1sxjd049904; Fri, 15 Jul 2005 01:54:59 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F1sxLh049903; Fri, 15 Jul 2005 01:54:59 GMT (envelope-from imp) Message-Id: <200507150154.j6F1sxLh049903@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 01:54: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/dev/ed if_ed_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 01:55:00 -0000 imp 2005-07-15 01:54:59 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_pccard.c Log: Add support for the DLink DMF650TX Ethernet+56k modem PC Card. This gets the ethernet part of the card working, while putting appropriate hooks in place for the modem code. Other ed based lan/modem combo cards should be easy to add. Please send me info on any you'd like to see support added. Note: The 650 isn't a strictly conforming multi-function card, so special support is needed. :-( Revision Changes Path 1.85 +28 -6 src/sys/dev/ed/if_ed_pccard.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 02:01:39 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF8F16A41C; Fri, 15 Jul 2005 02:01:39 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E64C343D46; Fri, 15 Jul 2005 02:01:38 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F21co3050258; Fri, 15 Jul 2005 02:01:38 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F21cdc050257; Fri, 15 Jul 2005 02:01:38 GMT (envelope-from imp) Message-Id: <200507150201.j6F21cdc050257@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 02:01: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/share/man/man4 ed.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, 15 Jul 2005 02:01:39 -0000 imp 2005-07-15 02:01:38 UTC FreeBSD src repository Modified files: share/man/man4 ed.4 Log: Note non-support of modem side of DMF650TX card Revision Changes Path 1.46 +6 -1 src/share/man/man4/ed.4 From owner-cvs-src@FreeBSD.ORG Fri Jul 15 02:31:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AB2E16A41C; Fri, 15 Jul 2005 02:31:15 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A20343D45; Fri, 15 Jul 2005 02:31:15 +0000 (GMT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F2VFcC051386; Fri, 15 Jul 2005 02:31:15 GMT (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F2VFVl051385; Fri, 15 Jul 2005 02:31:15 GMT (envelope-from gad) Message-Id: <200507150231.j6F2VFVl051385@repoman.freebsd.org> From: Garance A Drosehn Date: Fri, 15 Jul 2005 02:31:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/regression/usr.bin/env regress-env.rgdata X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 02:31:15 -0000 gad 2005-07-15 02:31:15 UTC FreeBSD src repository Modified files: tools/regression/usr.bin/env regress-env.rgdata Log: Correct one regression test (which was expected an incorrect answer), and add a few more tests. This matches bug fixes recently committed to 'env'. Revision Changes Path 1.3 +66 -1 src/tools/regression/usr.bin/env/regress-env.rgdata From owner-cvs-src@FreeBSD.ORG Fri Jul 15 03:25:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 500B016A41C; Fri, 15 Jul 2005 03:25:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1199343D46; Fri, 15 Jul 2005 03:25:23 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F3PMb0053581; Fri, 15 Jul 2005 03:25:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F3PM8L053580; Fri, 15 Jul 2005 03:25:22 GMT (envelope-from imp) Message-Id: <200507150325.j6F3PM8L053580@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 03:25: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/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 03:25:23 -0000 imp 2005-07-15 03:25:22 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Move to using tsleeps in the cardbus reset case as well. This eliminates the last of the DELAYs in pccbb. Revision Changes Path 1.123 +7 -3 src/sys/dev/pccbb/pccbb.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 04:11:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC8AE16A41C; Fri, 15 Jul 2005 04:11:42 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B93D43D49; Fri, 15 Jul 2005 04:11:42 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F4BgHR055211; Fri, 15 Jul 2005 04:11:42 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F4BgaN055210; Fri, 15 Jul 2005 04:11:42 GMT (envelope-from imp) Message-Id: <200507150411.j6F4BgaN055210@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 04:11: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/sys/dev/pccbb pccbb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 04:11:43 -0000 imp 2005-07-15 04:11:42 UTC FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: s/_us// Revision Changes Path 1.124 +1 -1 src/sys/dev/pccbb/pccbb.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 04:19:43 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1738416A41C; Fri, 15 Jul 2005 04:19:43 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14C143D45; Fri, 15 Jul 2005 04:19:42 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F4JgE7055521; Fri, 15 Jul 2005 04:19:42 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F4JgrR055520; Fri, 15 Jul 2005 04:19:42 GMT (envelope-from imp) Message-Id: <200507150419.j6F4JgrR055520@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 04:19: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/sys/dev/usb ulpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 04:19:43 -0000 imp 2005-07-15 04:19:42 UTC FreeBSD src repository Modified files: sys/dev/usb ulpt.c Log: Don't wait for the printer to become ready before allowing the open to succeed. There are many printers that return status over the read channel, and if we wait for the status to become ready, then we can't find the status automatically. Linux doesn't wait, nor does it ever seem to really check the status in any meaningful way... If there really is a problem, the writes to the bulk out endpoint will still fail (like they would if the printer was ready and then ran out of paper or became unready). In addition, there are a number of printers being made that emulate the 'status' byte by returning '0' always rather than '0x18'. This fixes the EBUSY on open timeouts on those printer as well. Reviewed by: the defining silence on usb@ Revision Changes Path 1.67 +1 -23 src/sys/dev/usb/ulpt.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 04:27:19 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CAC516A41C; Fri, 15 Jul 2005 04:27:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAD1B43D49; Fri, 15 Jul 2005 04:27:18 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j6F4PFFW006486; Thu, 14 Jul 2005 22:25:15 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 14 Jul 2005 22:25:55 -0600 (MDT) Message-Id: <20050714.222555.08944800.imp@bsdimp.com> To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <200507142046.j6EKkxtk014244@repoman.freebsd.org> References: <200507142046.j6EKkxtk014244@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: cvs commit: src/sys/dev/pccbb pccbb.c pccbb_pci.c pccbbvar.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, 15 Jul 2005 04:27:19 -0000 In message: <200507142046.j6EKkxtk014244@repoman.freebsd.org> Warner Losh writes: : With these changes, I can insert/eject 16bit cards without glitching xmms' : sound output. Something very important to the development of better pccard : drivers :-) I also no longer seem to be dropping characters that I'm typing in during the powerup. Warner From owner-cvs-src@FreeBSD.ORG Fri Jul 15 05:12:49 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDDFA16A41C; Fri, 15 Jul 2005 05:12:49 +0000 (GMT) (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 A3D2543D48; Fri, 15 Jul 2005 05:12:49 +0000 (GMT) (envelope-from takawata@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F5CnPJ064432; Fri, 15 Jul 2005 05:12:49 GMT (envelope-from takawata@repoman.freebsd.org) Received: (from takawata@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F5Cn9G064431; Fri, 15 Jul 2005 05:12:49 GMT (envelope-from takawata) Message-Id: <200507150512.j6F5Cn9G064431@repoman.freebsd.org> From: Takanori Watanabe Date: Fri, 15 Jul 2005 05:12: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/conf options X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 05:12:50 -0000 takawata 2005-07-15 05:12:49 UTC FreeBSD src repository Modified files: sys/conf options Log: Add options for sl811. Pointed out by: nyan Revision Changes Path 1.511 +1 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Fri Jul 15 06:05:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE38416A41C; Fri, 15 Jul 2005 06:05:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EFF943D46; Fri, 15 Jul 2005 06:05:11 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F65BuD066404; Fri, 15 Jul 2005 06:05:11 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F65BkG066403; Fri, 15 Jul 2005 06:05:11 GMT (envelope-from imp) Message-Id: <200507150605.j6F65BkG066403@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 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/dev/xe if_xe_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 06:05:12 -0000 imp 2005-07-15 06:05:11 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe_pccard.c Log: Fix the xircom match routine. In it we were always return a match when the base vendor/id didn't match. Some cards woudl bogusly match and would cause other downstream problems. Revision Changes Path 1.28 +3 -0 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 06:08:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBBF416A41C; Fri, 15 Jul 2005 06:08:26 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AEAC43D45; Fri, 15 Jul 2005 06:08:26 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F68QkG066614; Fri, 15 Jul 2005 06:08:26 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F68Qwg066613; Fri, 15 Jul 2005 06:08:26 GMT (envelope-from imp) Message-Id: <200507150608.j6F68Qwg066613@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 06:08: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/dev/xe if_xe.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 06:08:27 -0000 imp 2005-07-15 06:08:26 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe.c Log: Fix a couple of leaking situations when errors happen. Revision Changes Path 1.57 +2 -0 src/sys/dev/xe/if_xe.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 06:46:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4527816A41C; Fri, 15 Jul 2005 06:46:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03DD143D45; Fri, 15 Jul 2005 06:46:05 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F6k4Ks068031; Fri, 15 Jul 2005 06:46:04 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F6k4C4068030; Fri, 15 Jul 2005 06:46:04 GMT (envelope-from imp) Message-Id: <200507150646.j6F6k4C4068030@repoman.freebsd.org> From: Warner Losh Date: Fri, 15 Jul 2005 06:46:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/xe if_xe_pccard.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 06:46:05 -0000 imp 2005-07-15 06:46:04 UTC FreeBSD src repository Modified files: sys/dev/xe if_xe_pccard.c Log: Use the new cis scanning code to look for the proper MAC address. The offset varies between models of these cards. # this gets the MAC address right for my CEM-2, but it doesn't detect # the media attached correctly. Revision Changes Path 1.29 +44 -74 src/sys/dev/xe/if_xe_pccard.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 07:41:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E87116A41C; Fri, 15 Jul 2005 07:41:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D5643D46; Fri, 15 Jul 2005 07:41:27 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F7fRw6070040; Fri, 15 Jul 2005 07:41:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F7fQsT070039; Fri, 15 Jul 2005 07:41:26 GMT (envelope-from phk) Message-Id: <200507150741.j6F7fQsT070039@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 07:41: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/contrib/ncurses/ncurses/tinfo lib_baudrate.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 07:41:27 -0000 phk 2005-07-15 07:41:26 UTC FreeBSD src repository Modified files: contrib/ncurses/ncurses/tinfo lib_baudrate.c Log: Switch to contemporary TTY interface. Revision Changes Path 1.2 +128 -82 src/contrib/ncurses/ncurses/tinfo/lib_baudrate.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 07:44:58 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D42E16A41C; Fri, 15 Jul 2005 07:44:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E35043D46; Fri, 15 Jul 2005 07:44:58 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F7iwbc070165; Fri, 15 Jul 2005 07:44:58 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F7iv1I070164; Fri, 15 Jul 2005 07:44:57 GMT (envelope-from phk) Message-Id: <200507150744.j6F7iv1I070164@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 07:44: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.sbin/pcvt 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, 15 Jul 2005 07:44:58 -0000 phk 2005-07-15 07:44:57 UTC FreeBSD src repository Modified files: usr.sbin/pcvt Makefile Log: Decouple vttest from the tree so we can remove This program probably should live in src/tools or ports anyway. Revision Changes Path 1.8 +2 -2 src/usr.sbin/pcvt/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jul 15 08:00:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 260A216A41F; Fri, 15 Jul 2005 08:00:46 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC26F43D46; Fri, 15 Jul 2005 08:00:45 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F80jZ6070758; Fri, 15 Jul 2005 08:00:45 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F80jk7070757; Fri, 15 Jul 2005 08:00:45 GMT (envelope-from phk) Message-Id: <200507150800.j6F80jk7070757@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 08:00:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/geom geom_mbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 08:00:46 -0000 phk 2005-07-15 08:00:44 UTC FreeBSD src repository Modified files: sys/geom geom_mbr.c Log: Implement a gctl handler and the verb "write MBR" which can be used to update metadata and bootcode while the MBR is in use. MFC candidate Revision Changes Path 1.66 +55 -5 src/sys/geom/geom_mbr.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 08:02:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E39E16A41C; Fri, 15 Jul 2005 08:02:53 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D370443D46; Fri, 15 Jul 2005 08:02:52 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F82q4b070846; Fri, 15 Jul 2005 08:02:52 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F82qI9070845; Fri, 15 Jul 2005 08:02:52 GMT (envelope-from phk) Message-Id: <200507150802.j6F82qI9070845@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 08:02:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/fdisk Makefile fdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 08:02:53 -0000 phk 2005-07-15 08:02:52 UTC FreeBSD src repository Modified files: sbin/fdisk Makefile fdisk.c Log: Attempt gctl verb "write MBR" when updating. This should solve the problem of modifying a busy MBR. Revision Changes Path 1.12 +3 -0 src/sbin/fdisk/Makefile 1.80 +43 -28 src/sbin/fdisk/fdisk.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 08:04:33 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7902A16A41C; Fri, 15 Jul 2005 08:04:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39CCC43D46; Fri, 15 Jul 2005 08:04:33 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F84Xs1070954; Fri, 15 Jul 2005 08:04:33 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F84XTF070953; Fri, 15 Jul 2005 08:04:33 GMT (envelope-from phk) Message-Id: <200507150804.j6F84XTF070953@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 15 Jul 2005 08:04:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/boot0cfg Makefile boot0cfg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 08:04:33 -0000 phk 2005-07-15 08:04:32 UTC FreeBSD src repository Modified files: usr.sbin/boot0cfg Makefile boot0cfg.c Log: Attempt gctl verb "write MBR" when updating. This should solve the problem of modifying the MBR while running. Revision Changes Path 1.9 +3 -0 src/usr.sbin/boot0cfg/Makefile 1.20 +22 -1 src/usr.sbin/boot0cfg/boot0cfg.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 08:29:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB9116A41C; Fri, 15 Jul 2005 08:29:37 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC23743D45; Fri, 15 Jul 2005 08:29:36 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j6F8YbNC082370; Fri, 15 Jul 2005 02:34:37 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42D773F3.8040308@samsco.org> Date: Fri, 15 Jul 2005 02:29:39 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200507150800.j6F80jk7070757@repoman.freebsd.org> In-Reply-To: <200507150800.j6F80jk7070757@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_mbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 08:29:37 -0000 Poul-Henning Kamp wrote: > phk 2005-07-15 08:00:44 UTC > > FreeBSD src repository > > Modified files: > sys/geom geom_mbr.c > Log: > Implement a gctl handler and the verb "write MBR" which can be used to > update metadata and bootcode while the MBR is in use. > > MFC candidate > > Revision Changes Path > 1.66 +55 -5 src/sys/geom/geom_mbr.c Excellent, thank you very much for tying this up. Scott From owner-cvs-src@FreeBSD.ORG Fri Jul 15 09:18:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34C3B16A41C; Fri, 15 Jul 2005 09:18:35 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF5243D46; Fri, 15 Jul 2005 09:18:35 +0000 (GMT) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6F9IYk5080109; Fri, 15 Jul 2005 09:18:34 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from gnn@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6F9IY0u080108; Fri, 15 Jul 2005 09:18:34 GMT (envelope-from gnn) Message-Id: <200507150918.j6F9IY0u080108@repoman.freebsd.org> From: "George V. Neville-Neil" Date: Fri, 15 Jul 2005 09:18: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/net rtsock.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 09:18:35 -0000 gnn 2005-07-15 09:18:34 UTC FreeBSD src repository Modified files: sys/net rtsock.c Log: Fix for PR 82974. We were not checking that the route looked up in the case of an RTM_CHANGE was specific, i.e. that it matched completely. This led to a route change of a non-existent route changing the default route as the radix code would simply back track to that point and hand that route back to the routing socket code. PR: 82974 Reviewed by: Tai-hwa Liang Ben Kaduk Bjoern A. Zeeb Obtained from: OpenBSD with modifications. MFC after: 2 weeks Revision Changes Path 1.124 +19 -0 src/sys/net/rtsock.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 10:13:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF0716A41C; Fri, 15 Jul 2005 10:13:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F03543D46; Fri, 15 Jul 2005 10:13:51 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FADpb2081857; Fri, 15 Jul 2005 10:13:51 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FADpvl081856; Fri, 15 Jul 2005 10:13:51 GMT (envelope-from rwatson) Message-Id: <200507151013.j6FADpvl081856@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 10:13: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/lib/libmemstat memstat_malloc.c memstat_uma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 10:13:52 -0000 rwatson 2005-07-15 10:13:51 UTC FreeBSD src repository Modified files: lib/libmemstat memstat_malloc.c memstat_uma.c Log: Re-spell wronge less wrongly as wrong. Submitted by: jkoshy MFC after: 1 week Revision Changes Path 1.2 +2 -2 src/lib/libmemstat/memstat_malloc.c 1.3 +2 -2 src/lib/libmemstat/memstat_uma.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 10:23:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E5C116A41C; Fri, 15 Jul 2005 10:23:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE44F43D49; Fri, 15 Jul 2005 10:23:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FANuOu082226; Fri, 15 Jul 2005 10:23:56 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FANufG082225; Fri, 15 Jul 2005 10:23:56 GMT (envelope-from rwatson) Message-Id: <200507151023.j6FANufG082225@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 10:23: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/libmemstat libmemstat.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, 15 Jul 2005 10:23:57 -0000 rwatson 2005-07-15 10:23:55 UTC FreeBSD src repository Modified files: lib/libmemstat libmemstat.3 Log: Add a section on the allocator name space and its interactions with memstat_mtl_find(). MFC after: 10 days Revision Changes Path 1.2 +22 -0 src/lib/libmemstat/libmemstat.3 From owner-cvs-src@FreeBSD.ORG Fri Jul 15 10:27:36 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D3C916A41C; Fri, 15 Jul 2005 10:27:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECB143D4C; Fri, 15 Jul 2005 10:27:36 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FARa9B082408; Fri, 15 Jul 2005 10:27:36 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FARao4082407; Fri, 15 Jul 2005 10:27:36 GMT (envelope-from rwatson) Message-Id: <200507151027.j6FARao4082407@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 10:27: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/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 10:27:36 -0000 rwatson 2005-07-15 10:27:35 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: Hook up libmemstat(3) to the library list in mdoc.local. This will cause the library description (specifically, -lmemstat) to render properly in the libmemstat.3 man page. Submitted by: ru MFC after: 1 week Revision Changes Path 1.50 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src@FreeBSD.ORG Fri Jul 15 11:19:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C5416A41C; Fri, 15 Jul 2005 11:19:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E96043D48; Fri, 15 Jul 2005 11:19:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBJtJP084193; Fri, 15 Jul 2005 11:19:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBJtZb084192; Fri, 15 Jul 2005 11:19:55 GMT (envelope-from rwatson) Message-Id: <200507151119.j6FBJtZb084192@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 11:19: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/lib/libmemstat memstat.h memstat_internal.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 11:19:56 -0000 rwatson 2005-07-15 11:19:55 UTC FreeBSD src repository Modified files: lib/libmemstat memstat.h memstat_internal.h Log: Increase the number of caller memory storage slots from 2 or 4 to MEMSTAT_MAXCALLER (8), and expose MEMSTAT_MAXCALLER via memstat.h so that applications can check their assumptions about how many slots are available. Remove 'spare' memory storage in struct malloc_type, since we now don't expose the data structure internals to applications and rely on accessor methods, this approach to ABI stability isn't required. MFC after: 7 days Revision Changes Path 1.2 +8 -0 src/lib/libmemstat/memstat.h 1.2 +4 -8 src/lib/libmemstat/memstat_internal.h From owner-cvs-src@FreeBSD.ORG Fri Jul 15 11:28:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A63616A41C; Fri, 15 Jul 2005 11:28:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA4743D49; Fri, 15 Jul 2005 11:28:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBSMcm084576; Fri, 15 Jul 2005 11:28:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBSL79084575; Fri, 15 Jul 2005 11:28:21 GMT (envelope-from rwatson) Message-Id: <200507151128.j6FBSL79084575@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 11:28:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libmemstat libmemstat.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, 15 Jul 2005 11:28:22 -0000 rwatson 2005-07-15 11:28:21 UTC FreeBSD src repository Modified files: lib/libmemstat libmemstat.3 Log: Provide more documentation on caller-owned storage in struct memory_type, as well as documenting MEMSTAT_MAXCALLER. MFC after: 1 week Revision Changes Path 1.3 +20 -7 src/lib/libmemstat/libmemstat.3 From owner-cvs-src@FreeBSD.ORG Fri Jul 15 11:37:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A87516A41C; Fri, 15 Jul 2005 11:37:26 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3D7F43D45; Fri, 15 Jul 2005 11:37:25 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBbPMr085042; Fri, 15 Jul 2005 11:37:25 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBbPSC085041; Fri, 15 Jul 2005 11:37:25 GMT (envelope-from sobomax) Message-Id: <200507151137.j6FBbPSC085041@repoman.freebsd.org> From: Maxim Sobolev Date: Fri, 15 Jul 2005 11:37:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys mmap.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 11:37:26 -0000 sobomax 2005-07-15 11:37:25 UTC FreeBSD src repository Modified files: lib/libc/sys mmap.2 Log: Document the fact that if MAP_FIXED request has been successful it replaces any previous mapping to the same address. Obtained from: IEEE Std 1003.1, 2004 Edition Revision Changes Path 1.51 +7 -0 src/lib/libc/sys/mmap.2 From owner-cvs-src@FreeBSD.ORG Fri Jul 15 11:40:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B7D16A41C; Fri, 15 Jul 2005 11:40:37 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F0C943D48; Fri, 15 Jul 2005 11:40:37 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBebO0085259; Fri, 15 Jul 2005 11:40:37 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBebkQ085258; Fri, 15 Jul 2005 11:40:37 GMT (envelope-from kensmith) Message-Id: <200507151140.j6FBebkQ085258@repoman.freebsd.org> From: Ken Smith Date: Fri, 15 Jul 2005 11:40:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/conf newvers.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: Fri, 15 Jul 2005 11:40:37 -0000 kensmith 2005-07-15 11:40:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf newvers.sh Log: Sync name with current BETA builds. Approved by: re (implicit) Revision Changes Path 1.69.2.2 +1 -1 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Fri Jul 15 11:45:31 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFCA416A41F; Fri, 15 Jul 2005 11:45:31 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8590443D49; Fri, 15 Jul 2005 11:45:31 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FBjVPK085476; Fri, 15 Jul 2005 11:45:31 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FBjVCj085475; Fri, 15 Jul 2005 11:45:31 GMT (envelope-from ache) Message-Id: <200507151145.j6FBjVCj085475@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 15 Jul 2005 11:45: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/conf kern.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: Fri, 15 Jul 2005 11:45:31 -0000 ache 2005-07-15 11:45:31 UTC FreeBSD src repository Modified files: sys/conf kern.mk Log: Add -mno-sse3 for prescott/nocona Revision Changes Path 1.46 +1 -1 src/sys/conf/kern.mk From owner-cvs-src@FreeBSD.ORG Fri Jul 15 12:22:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD1716A41C; Fri, 15 Jul 2005 12:22:15 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C34843D46; Fri, 15 Jul 2005 12:22:15 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FCME7S087209; Fri, 15 Jul 2005 12:22:15 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FCMEGX087208; Fri, 15 Jul 2005 12:22:14 GMT (envelope-from ache) Message-Id: <200507151222.j6FCMEGX087208@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 15 Jul 2005 12:22: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/boot/ficl Makefile src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot2 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, 15 Jul 2005 12:22:15 -0000 ache 2005-07-15 12:22:14 UTC FreeBSD src repository Modified files: sys/boot/ficl Makefile sys/boot/i386 Makefile.inc sys/boot/i386/boot2 Makefile Log: Add -mno-sse3 for prescott/nocona Revision Changes Path 1.42 +3 -0 src/sys/boot/ficl/Makefile 1.11 +1 -1 src/sys/boot/i386/Makefile.inc 1.59 +1 -1 src/sys/boot/i386/boot2/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jul 15 12:29:32 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D46016A41C; Fri, 15 Jul 2005 12:29:32 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2335843D45; Fri, 15 Jul 2005 12:29:32 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FCTWhl087564; Fri, 15 Jul 2005 12:29:32 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FCTWld087563; Fri, 15 Jul 2005 12:29:32 GMT (envelope-from ache) Message-Id: <200507151229.j6FCTWld087563@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 15 Jul 2005 12:29: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/lib/libstand 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, 15 Jul 2005 12:29:32 -0000 ache 2005-07-15 12:29:31 UTC FreeBSD src repository Modified files: lib/libstand Makefile Log: Add -mno-sse3 for prescott/nocona Revision Changes Path 1.55 +3 -0 src/lib/libstand/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jul 15 13:23:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42DE716A41C; Fri, 15 Jul 2005 13:23:30 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from vsmtp2.tin.it (vsmtp2alice.tin.it [212.216.176.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF09643D49; Fri, 15 Jul 2005 13:23:29 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from kaiser.sig11.org (82.48.159.49) by vsmtp2.tin.it (7.2.060.1) id 42D3BD56001ABE7D; Fri, 15 Jul 2005 15:23:27 +0200 Received: by kaiser.sig11.org (Postfix, from userid 1000) id 789126136; Fri, 15 Jul 2005 15:23:27 +0200 (CEST) Date: Fri, 15 Jul 2005 15:23:27 +0200 From: Matteo Riondato To: "Andrey A. Chernov" Message-ID: <20050715132327.GA17733@kaiser.sig11.org> Mail-Followup-To: Matteo Riondato , "Andrey A. Chernov" , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200507151222.j6FCMEGX087208@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507151222.j6FCMEGX087208@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/boot/ficl Makefile src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot2 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, 15 Jul 2005 13:23:30 -0000 On Fri, Jul 15, 2005 at 12:22:14PM +0000, Andrey A. Chernov wrote: > ache 2005-07-15 12:22:14 UTC > > FreeBSD src repository > > Modified files: > sys/boot/ficl Makefile > sys/boot/i386 Makefile.inc > sys/boot/i386/boot2 Makefile > Log: > Add -mno-sse3 for prescott/nocona PR i386/81111 ? (and possibly i386/75898) Best Regards -- Matteo Riondato FreeBSD Volunteer (http://freebsd.org) G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) From owner-cvs-src@FreeBSD.ORG Fri Jul 15 13:38:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7956C16A41C; Fri, 15 Jul 2005 13:38:07 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C60543D48; Fri, 15 Jul 2005 13:38:07 +0000 (GMT) (envelope-from le@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FDc79S097428; Fri, 15 Jul 2005 13:38:07 GMT (envelope-from le@repoman.freebsd.org) Received: (from le@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FDc7wU097427; Fri, 15 Jul 2005 13:38:07 GMT (envelope-from le) Message-Id: <200507151338.j6FDc7wU097427@repoman.freebsd.org> From: Lukas Ertl Date: Fri, 15 Jul 2005 13:38: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/geom/vinum geom_vinum_var.h geom_vinum_volume.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 13:38:07 -0000 le 2005-07-15 13:38:06 UTC FreeBSD src repository Modified files: sys/geom/vinum geom_vinum_var.h geom_vinum_volume.c Log: *) Implement round-robin reads for multiplex volumes. *) Plug a possible memory leak. [1] [1] obtained from: pjd@. Revision Changes Path 1.9 +1 -0 src/sys/geom/vinum/geom_vinum_var.h 1.9 +35 -25 src/sys/geom/vinum/geom_vinum_volume.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 14:37:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10F6B16A41C; Fri, 15 Jul 2005 14:37:41 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FF943D45; Fri, 15 Jul 2005 14:37:40 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEbej2099844; Fri, 15 Jul 2005 14:37:40 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEbenK099843; Fri, 15 Jul 2005 14:37:40 GMT (envelope-from nyan) Message-Id: <200507151437.j6FEbenK099843@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 15 Jul 2005 14: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/usr.sbin/boot98cfg boot98cfg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 14:37:41 -0000 nyan 2005-07-15 14:37:40 UTC FreeBSD src repository Modified files: usr.sbin/boot98cfg boot98cfg.c Log: Reduce diffs from boot0cfg.c (no functional change). Revision Changes Path 1.6 +93 -86 src/usr.sbin/boot98cfg/boot98cfg.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 14:38:02 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49B4016A41C; Fri, 15 Jul 2005 14:38:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C23643D45; Fri, 15 Jul 2005 14:38:02 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEc1Sm099877; Fri, 15 Jul 2005 14:38:01 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEc1VD099876; Fri, 15 Jul 2005 14:38:01 GMT (envelope-from garga) Message-Id: <200507151438.j6FEc1VD099876@repoman.freebsd.org> From: Renato Botelho Date: Fri, 15 Jul 2005 14:38: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/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 14:38:02 -0000 garga 2005-07-15 14:38:01 UTC FreeBSD src repository (ports committer) Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself to FreeBSD calendar Approved by: flz (mentor), Ken Smith (re) Revision Changes Path 1.166 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Fri Jul 15 14:38:55 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74D8E16A41C; Fri, 15 Jul 2005 14:38:55 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3344E43D49; Fri, 15 Jul 2005 14:38:55 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEctNa099929; Fri, 15 Jul 2005 14:38:55 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEctS2099928; Fri, 15 Jul 2005 14:38:55 GMT (envelope-from ru) Message-Id: <200507151438.j6FEctS2099928@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Jul 2005 14:38: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 Makefile Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 14:38:55 -0000 ru 2005-07-15 14:38:55 UTC FreeBSD src repository Modified files: . Makefile Makefile.inc1 Log: Make the `distrib-dirs' target official and working properly when cross-building (installing). (This is useful for NFS installing world/kernel to another architecture machine.) Revision Changes Path 1.320 +1 -1 src/Makefile 1.500 +2 -2 src/Makefile.inc1 From owner-cvs-src@FreeBSD.ORG Fri Jul 15 14:46:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A4F616A41C; Fri, 15 Jul 2005 14:46:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47BD943D46; Fri, 15 Jul 2005 14:46:00 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEk0E4000501; Fri, 15 Jul 2005 14:46:00 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEk0aA000500; Fri, 15 Jul 2005 14:46:00 GMT (envelope-from garga) Message-Id: <200507151446.j6FEk0aA000500@repoman.freebsd.org> From: Renato Botelho Date: Fri, 15 Jul 2005 14:46: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/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 14:46:00 -0000 garga 2005-07-15 14:46:00 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) usr.bin/calendar/calendars calendar.freebsd Log: Add myself to FreeBSD calendar Approved by: re (Ken Smith), flz (mentor) Revision Changes Path 1.165.2.1 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src@FreeBSD.ORG Fri Jul 15 14:52:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03C0E16A41C; Fri, 15 Jul 2005 14:52:30 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC48443D45; Fri, 15 Jul 2005 14:52:29 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FEqTc6000723; Fri, 15 Jul 2005 14:52:29 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FEqTrO000722; Fri, 15 Jul 2005 14:52:29 GMT (envelope-from ru) Message-Id: <200507151452.j6FEqTrO000722@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Jul 2005 14:52:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc 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, 15 Jul 2005 14:52:30 -0000 ru 2005-07-15 14:52:29 UTC FreeBSD src repository Modified files: etc Makefile Log: Pass -i to pwd_mkdb(8) to ignore locking failures. This can be useful for NFS installing world/kernel to another machine. Revision Changes Path 1.344 +1 -1 src/etc/Makefile From owner-cvs-src@FreeBSD.ORG Fri Jul 15 14:59:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 284A016A41F; Fri, 15 Jul 2005 14:59:00 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D8843D60; Fri, 15 Jul 2005 14:58:59 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id D12725CABE; Fri, 15 Jul 2005 07:58:59 -0700 (PDT) Date: Fri, 15 Jul 2005 07:58:59 -0700 From: Alfred Perlstein To: Paul Saab Message-ID: <20050715145859.GL40423@elvis.mu.org> References: <200507142008.j6EK8RND012168@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507142008.j6EK8RND012168@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/nfs nfs_common.c nfs_common.h 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: Fri, 15 Jul 2005 14:59:00 -0000 * Paul Saab [050714 13:08] wrote: > ps 2005-07-14 20:08:27 UTC > > FreeBSD src repository > > Modified files: > sys/nfs nfs_common.c nfs_common.h > sys/nfsclient nfs_socket.c > Log: > Fixes for NFS crashes on architectures that require strict alignment. > - Fix nfsm_disct() so that after pulling up data, the remaining data > is aligned if necessary. Ugh, why not do it beforehand to reduce the copy? This looks like you'll move all this data into a single mbuf, then possibly shift all the contents, can't you shift the initial mbuf first, THEN do the pullup? > - Fix nfs_clnt_tcp_soupcall() to bcopy() the rpc length out of the > mbuf (instead of casting m_data to a uint32). Also, is bcopy(9) light enough to be used for this purpose or do we have something to do unaligned reads? > > Submitted by: Pyun YongHyeon > Reviewed by: Mohan Srinivasan > > Revision Changes Path > 1.118 +12 -3 src/sys/nfs/nfs_common.c > 1.38 +6 -0 src/sys/nfs/nfs_common.h > 1.126 +2 -1 src/sys/nfsclient/nfs_socket.c -- - Alfred Perlstein - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Fri Jul 15 15:14:23 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE4B16A41C; Fri, 15 Jul 2005 15:14:23 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D595D43D49; Fri, 15 Jul 2005 15:14:22 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFEMFa001511; Fri, 15 Jul 2005 15:14:22 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFEMCU001510; Fri, 15 Jul 2005 15:14:22 GMT (envelope-from hrs) Message-Id: <200507151514.j6FFEMCU001510@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:14:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 15:14:23 -0000 hrs 2005-07-15 15:14:22 UTC FreeBSD src repository Modified files: release/doc/share/sgml release.ent Log: Update version numbers to 7-CURRENT. Revision Changes Path 1.25 +7 -7 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Fri Jul 15 15:15:21 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7454516A41C; Fri, 15 Jul 2005 15:15:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 094D843D5D; Fri, 15 Jul 2005 15:15:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFFKLW001601; Fri, 15 Jul 2005 15:15:20 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFFKj8001600; Fri, 15 Jul 2005 15:15:20 GMT (envelope-from hrs) Message-Id: <200507151515.j6FFFKj8001600@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:15: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/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: Fri, 15 Jul 2005 15:15:21 -0000 hrs 2005-07-15 15:15:20 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Trim the old relnotes items. Revision Changes Path 1.884 +16 -1463 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Jul 15 15:18:42 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98D4516A41C; Fri, 15 Jul 2005 15:18:42 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B56343D55; Fri, 15 Jul 2005 15:18:42 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFIg0X001706; Fri, 15 Jul 2005 15:18:42 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFIgii001705; Fri, 15 Jul 2005 15:18:42 GMT (envelope-from hrs) Message-Id: <200507151518.j6FFIgii001705@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:18:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/share/sgml release.ent X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 15:18:42 -0000 hrs 2005-07-15 15:18:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/share/sgml release.ent Log: Update version numbers to 6-STABLE. Approved by: re (implicitly) Revision Changes Path 1.24.2.1 +8 -8 src/release/doc/share/sgml/release.ent From owner-cvs-src@FreeBSD.ORG Fri Jul 15 15:19:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F33CC16A41C; Fri, 15 Jul 2005 15:19:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B399443D55; Fri, 15 Jul 2005 15:19:21 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFJLft001756; Fri, 15 Jul 2005 15:19:21 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFJLLo001755; Fri, 15 Jul 2005 15:19:21 GMT (envelope-from hrs) Message-Id: <200507151519.j6FFJLLo001755@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 15:19:21 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/share/examples Makefile.relnotesng X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 15:19:22 -0000 hrs 2005-07-15 15:19:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) release/doc/share/examples Makefile.relnotesng Log: Update $RDIR to 6-STABLE. Approved by: re (implicitly) Revision Changes Path 1.11.2.1 +1 -1 src/release/doc/share/examples/Makefile.relnotesng From owner-cvs-src@FreeBSD.ORG Fri Jul 15 15:21:12 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 808C716A41C; Fri, 15 Jul 2005 15:21:12 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F8843D46; Fri, 15 Jul 2005 15:21:12 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFLCpC001920; Fri, 15 Jul 2005 15:21:12 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFLCC1001919; Fri, 15 Jul 2005 15:21:12 GMT (envelope-from ru) Message-Id: <200507151521.j6FFLCC1001919@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Jul 2005 15:21:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/lorder lorder.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: Fri, 15 Jul 2005 15:21:12 -0000 ru 2005-07-15 15:21:12 UTC FreeBSD src repository Modified files: usr.bin/lorder lorder.sh Log: Fix loder(1) to work with libraries. This can be useful to sort long DPADD lists automatically. While here, recognize `W' as the global symbol. This has been tested since 2004. Revision Changes Path 1.7 +14 -5 src/usr.bin/lorder/lorder.sh From owner-cvs-src@FreeBSD.ORG Fri Jul 15 15:29:45 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9985216A41C; Fri, 15 Jul 2005 15:29:45 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C48843D49; Fri, 15 Jul 2005 15:29:45 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFTjiG002214; Fri, 15 Jul 2005 15:29:45 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFTjs7002213; Fri, 15 Jul 2005 15:29:45 GMT (envelope-from nyan) Message-Id: <200507151529.j6FFTjs7002213@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 15 Jul 2005 15:29: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/geom geom_pc98.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 15:29:45 -0000 nyan 2005-07-15 15:29:45 UTC FreeBSD src repository Modified files: sys/geom geom_pc98.c Log: Merged from geom_mbr.c revisions 1.62 and 1.66. - Implement a gctl handler and the verb "write MBR". Revision Changes Path 1.54 +68 -6 src/sys/geom/geom_pc98.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 15:31:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A53D16A41C; Fri, 15 Jul 2005 15:31:20 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D058243D48; Fri, 15 Jul 2005 15:31:19 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFVJ5O002377; Fri, 15 Jul 2005 15:31:19 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFVJie002376; Fri, 15 Jul 2005 15:31:19 GMT (envelope-from nyan) Message-Id: <200507151531.j6FFVJie002376@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 15 Jul 2005 15:31: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/sbin/fdisk_pc98 Makefile fdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 15:31:20 -0000 nyan 2005-07-15 15:31:19 UTC FreeBSD src repository Modified files: sbin/fdisk_pc98 Makefile fdisk.c Log: Merged from src/sbin/fdisk. - Attempt gctl verb "write MBR" when updating. Revision Changes Path 1.8 +3 -0 src/sbin/fdisk_pc98/Makefile 1.18 +42 -28 src/sbin/fdisk_pc98/fdisk.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 15:32:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 872F516A41C; Fri, 15 Jul 2005 15:32:00 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A53443D48; Fri, 15 Jul 2005 15:32:00 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFW0AQ002443; Fri, 15 Jul 2005 15:32:00 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFW0BC002442; Fri, 15 Jul 2005 15:32:00 GMT (envelope-from ru) Message-Id: <200507151532.j6FFW0BC002442@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Jul 2005 15:32:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/usr.sbin/kbdmap kbdmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 15:32:00 -0000 ru 2005-07-15 15:32:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/kbdmap kbdmap.c Log: MFC: 1.3: Fixed two bugs in the Perl to C conversion. Revision Changes Path 1.2.8.1 +3 -3 src/usr.sbin/kbdmap/kbdmap.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 15:32:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01DEC16A41C; Fri, 15 Jul 2005 15:32:53 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B1443D4C; Fri, 15 Jul 2005 15:32:52 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FFWqAp002570; Fri, 15 Jul 2005 15:32:52 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FFWqWv002569; Fri, 15 Jul 2005 15:32:52 GMT (envelope-from nyan) Message-Id: <200507151532.j6FFWqWv002569@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 15 Jul 2005 15:32:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/boot98cfg Makefile boot98cfg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 15:32:53 -0000 nyan 2005-07-15 15:32:52 UTC FreeBSD src repository Modified files: usr.sbin/boot98cfg Makefile boot98cfg.c Log: Merged from boot0cfg. - Update the mkrdev function. - Attempt gctl verb "write MBR" when updating. Revision Changes Path 1.6 +4 -1 src/usr.sbin/boot98cfg/Makefile 1.7 +30 -13 src/usr.sbin/boot98cfg/boot98cfg.c From owner-cvs-src@FreeBSD.ORG Fri Jul 15 16:14:38 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3028016A41C; Fri, 15 Jul 2005 16:14:38 +0000 (GMT) (envelope-from mohans@yahoo-inc.com) Received: from mrout2.yahoo.com (mrout2.yahoo.com [216.145.54.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id DADEB43D45; Fri, 15 Jul 2005 16:14:37 +0000 (GMT) (envelope-from mohans@yahoo-inc.com) Received: from crabapple.corp.yahoo.com (crabapple.corp.yahoo.com [207.126.239.39]) by mrout2.yahoo.com (8.13.4/8.13.4/y.out) with ESMTP id j6FGCCkt026089; Fri, 15 Jul 2005 09:12:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=received:date:from:to:cc:subject:message-id:reply-to: references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=Kuk1yvbMIEZ0YHFFp3wv3cAmB4CspPDeH3yGZD0c0irjQP577L7H8eel/s35OodI Received: (from mohans@localhost) by crabapple.corp.yahoo.com (8.12.11/8.12.11) id j6FGCCxS034306; Fri, 15 Jul 2005 09:12:12 -0700 (PDT) (envelope-from mohans) Date: Fri, 15 Jul 2005 09:12:12 -0700 From: mohans To: Paul Saab Message-ID: <20050715161212.GA33629@yahoo-inc.com> References: <42D7D0C4.30408@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42D7D0C4.30408@freebsd.org> User-Agent: Mutt/1.4.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: [Fwd: Re: cvs commit: src/sys/nfs nfs_common.c nfs_common.h src/sys/nfsclient nfs_socket.c] X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mohans@yahoo-inc.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 16:14:38 -0000 Hi Alfred, > Ugh, why not do it beforehand to reduce the copy? This looks like > you'll move all this data into a single mbuf, then possibly shift > all the contents, can't you shift the initial mbuf first, THEN > do the pullup? The change aligns (by copying) data left over the mbuf after a pullup is done. The aligned data will be returned on the subsequent call to nfs_dissect(). Post-pullup, dposp points at the byte in the mbuf chain to be returned on the next call to nfs_dissect() and dposp is what we align. There are other ways of doing this too. We could force alignment in nfsm_dissect_xx() if we notice that the data that will be returned is unaligned. I think they are all quite equivalent in terms of expense. My initial reaction was to check for alignment (and force alignment) in either in nfs_dissect() (the macro) or nfsm_dissect_xx(). For now, though, doing the alignment (if necessary) post-pullup in the guts of nfsm_disct() seems the least risky. > > - Fix nfs_clnt_tcp_soupcall() to bcopy() the rpc length out of the > > mbuf (instead of casting m_data to a uint32). > > Also, is bcopy(9) light enough to be used for this purpose or do > we have something to do unaligned reads? The bcopy() is just for copying out the length. mohan From owner-cvs-src@FreeBSD.ORG Fri Jul 15 16:38:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 883D516A41C; Fri, 15 Jul 2005 16:38:53 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479F043D45; Fri, 15 Jul 2005 16:38:53 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FGcrrN007538; Fri, 15 Jul 2005 16:38:53 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FGcrH9007537; Fri, 15 Jul 2005 16:38:53 GMT (envelope-from hrs) Message-Id: <200507151638.j6FGcrH9007537@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 16:38:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Fri, 15 Jul 2005 16:38:53 -0000 hrs 2005-07-15 16:38:52 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: New sysctls: kern.malloc_stats and vm.zone_stats, mpt(4) improvements, ifconfig(8) -k flag, libmemstat(3) added, libpcap updated to v0.9.1, and tcpdump updated to v3.9.1. Revision Changes Path 1.885 +30 -3 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Jul 15 17:35:26 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9813716A41C; Fri, 15 Jul 2005 17:35:26 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AAFD43D45; Fri, 15 Jul 2005 17:35:26 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FHZQ1n017241; Fri, 15 Jul 2005 17:35:26 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FHZQWb017240; Fri, 15 Jul 2005 17:35:26 GMT (envelope-from hrs) Message-Id: <200507151735.j6FHZQWb017240@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 15 Jul 2005 17:35: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/share/man/man3 fpgetround.3 src/share/man/man4 acpi.4 acpi_thermal.4 acpi_video.4 cpufreq.4 hwpmc.4 inet.4 natm.4 ng_ccatm.4 oldcard.4 psm.4 vkbd.4 src/share/man/man4/man4.i386 acpi_asus.4 acpi_fujitsu.4 acpi_ibm.4 acpi_panasonic.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, 15 Jul 2005 17:35:26 -0000 hrs 2005-07-15 17:35:26 UTC FreeBSD src repository Modified files: share/man/man3 fpgetround.3 share/man/man4 acpi.4 acpi_thermal.4 acpi_video.4 cpufreq.4 hwpmc.4 inet.4 natm.4 ng_ccatm.4 oldcard.4 psm.4 vkbd.4 share/man/man4/man4.i386 acpi_asus.4 acpi_fujitsu.4 acpi_ibm.4 acpi_panasonic.4 acpi_toshiba.4 mse.4 pnp.4 pnpbios.4 Log: Fix typos and use consistent section names in manual pages: s/SYSCTLS/SYSCTL VARIABLES/ s/TUNABLES/LOADER TUNABLES/ s/CAVEAT/CAVEATS/ s/DESCIPTION/DESCRIPTION/ Reviewed by: ru MFC after: 3 days Revision Changes Path 1.15 +1 -1 src/share/man/man3/fpgetround.3 1.53 +2 -2 src/share/man/man4/acpi.4 1.7 +1 -1 src/share/man/man4/acpi_thermal.4 1.4 +1 -1 src/share/man/man4/acpi_video.4 1.11 +1 -1 src/share/man/man4/cpufreq.4 1.7 +1 -1 src/share/man/man4/hwpmc.4 1.37 +1 -1 src/share/man/man4/inet.4 1.10 +1 -1 src/share/man/man4/man4.i386/acpi_asus.4 1.3 +1 -1 src/share/man/man4/man4.i386/acpi_fujitsu.4 1.3 +1 -1 src/share/man/man4/man4.i386/acpi_ibm.4 1.5 +1 -1 src/share/man/man4/man4.i386/acpi_panasonic.4 1.6 +2 -2 src/share/man/man4/man4.i386/acpi_toshiba.4 1.20 +1 -1 src/share/man/man4/man4.i386/mse.4 1.17 +1 -1 src/share/man/man4/man4.i386/pnp.4 1.3 +1 -1 src/share/man/man4/man4.i386/pnpbios.4 1.18 +1 -1 src/share/man/man4/natm.4 1.4 +1 -1 src/share/man/man4/ng_ccatm.4 1.10 +1 -1 src/share/man/man4/oldcard.4 1.48 +1 -1 src/share/man/man4/psm.4 1.6 +1 -1 src/share/man/man4/vkbd.4 From owner-cvs-src@FreeBSD.ORG Fri Jul 15 18:17:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1AF516A41C; Fri, 15 Jul 2005 18:17:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60BE443D45; Fri, 15 Jul 2005 18:17:59 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIHxTq019287; Fri, 15 Jul 2005 18:17:59 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIHx9A019286; Fri, 15 Jul 2005 18:17:59 GMT (envelope-from jhb) Message-Id: <200507151817.j6FIHx9A019286@repoman.freebsd.org> From: John Baldwin Date: Fri, 15 Jul 2005 18:17: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/alpha/include atomic.h src/sys/amd64/include atomic.h src/sys/arm/include atomic.h src/sys/dev/hatm if_hatm_intr.c src/sys/dev/hwpmc hwpmc_mod.c src/sys/i386/include atomic.h src/sys/ia64/include atomic.h src/sys/kern kern_mutex.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 18:18:00 -0000 jhb 2005-07-15 18:17:59 UTC FreeBSD src repository Modified files: sys/alpha/include atomic.h sys/amd64/include atomic.h sys/arm/include atomic.h sys/dev/hatm if_hatm_intr.c sys/dev/hwpmc hwpmc_mod.c sys/i386/include atomic.h sys/ia64/include atomic.h sys/kern kern_mutex.c sys/powerpc/include atomic.h sys/sparc64/include atomic.h sys/sys mutex.h Log: Convert the atomic_ptr() operations over to operating on uintptr_t variables rather than void * variables. This makes it easier and simpler to get asm constraints and volatile keywords correct. MFC after: 3 days Tested on: i386, alpha, sparc64 Compiled on: ia64, powerpc, amd64 Kernel toolchain busted on: arm Revision Changes Path 1.22 +18 -61 src/sys/alpha/include/atomic.h 1.35 +18 -52 src/sys/amd64/include/atomic.h 1.9 +4 -8 src/sys/arm/include/atomic.h 1.19 +6 -3 src/sys/dev/hatm/if_hatm_intr.c 1.11 +2 -1 src/sys/dev/hwpmc/hwpmc_mod.c 1.39 +18 -52 src/sys/i386/include/atomic.h 1.9 +19 -58 src/sys/ia64/include/atomic.h 1.155 +9 -10 src/sys/kern/kern_mutex.c 1.12 +20 -63 src/sys/powerpc/include/atomic.h 1.9 +1 -1 src/sys/sparc64/include/atomic.h 1.80 +14 -12 src/sys/sys/mutex.h From owner-cvs-src@FreeBSD.ORG Fri Jul 15 18:39:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E5316A41C; Fri, 15 Jul 2005 18:39:46 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D02643D48; Fri, 15 Jul 2005 18:39:45 +0000 (GMT) (envelope-from rushani@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FIdjLp020702; Fri, 15 Jul 2005 18:39:45 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FIdjHP020701; Fri, 15 Jul 2005 18:39:45 GMT (envelope-from rushani) Message-Id: <200507151839.j6FIdjHP020701@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Fri, 15 Jul 2005 18:39:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 18:39:46 -0000 rushani 2005-07-15 18:39:45 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: In Contributed Software section, - lukemftp is derived from NetBSD, actually. - Unify OpenPAM entries. Fix a typo. Approved by: re (hrs) Revision Changes Path 1.883.2.1 +3 -6 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Fri Jul 15 20:11:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23D3516A41C; Fri, 15 Jul 2005 20:11:41 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A7FA43D45; Fri, 15 Jul 2005 20:11:40 +0000 (GMT) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FKBejS024252; Fri, 15 Jul 2005 20:11:40 GMT (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FKBeem024251; Fri, 15 Jul 2005 20:11:40 GMT (envelope-from ceri) Message-Id: <200507152011.j6FKBeem024251@repoman.freebsd.org> From: Ceri Davies Date: Fri, 15 Jul 2005 20:11: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/usr.bin/calendar/calendars calendar.history X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 20:11:41 -0000 ceri 2005-07-15 20:11:39 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.history Log: Note the events of 0707, lest we forget. Revision Changes Path 1.32 +1 -0 src/usr.bin/calendar/calendars/calendar.history From owner-cvs-src@FreeBSD.ORG Fri Jul 15 23:34:40 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AAD516A41C; Fri, 15 Jul 2005 23:34:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD0043D45; Fri, 15 Jul 2005 23:34:40 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FNYdCU039583; Fri, 15 Jul 2005 23:34:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FNYdIc039582; Fri, 15 Jul 2005 23:34:39 GMT (envelope-from rwatson) Message-Id: <200507152334.j6FNYdIc039582@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 23:34: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/vm uma.h uma_core.c uma_int.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, 15 Jul 2005 23:34:40 -0000 rwatson 2005-07-15 23:34:39 UTC FreeBSD src repository Modified files: sys/vm uma.h uma_core.c uma_int.h Log: Track UMA(9) allocation failures by zone, and export via sysctl. Requested by: victor cruceru MFC after: 1 week Revision Changes Path 1.24 +2 -1 src/sys/vm/uma.h 1.123 +32 -17 src/sys/vm/uma_core.c 1.34 +1 -0 src/sys/vm/uma_int.h From owner-cvs-src@FreeBSD.ORG Fri Jul 15 23:39:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8156A16A41C; Fri, 15 Jul 2005 23:39:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44CE343D48; Fri, 15 Jul 2005 23:39:22 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6FNdMvS039844; Fri, 15 Jul 2005 23:39:22 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6FNdMNI039843; Fri, 15 Jul 2005 23:39:22 GMT (envelope-from rwatson) Message-Id: <200507152339.j6FNdMNI039843@repoman.freebsd.org> From: Robert Watson Date: Fri, 15 Jul 2005 23:39: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/libmemstat memstat_uma.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 15 Jul 2005 23:39:22 -0000 rwatson 2005-07-15 23:39:22 UTC FreeBSD src repository Modified files: lib/libmemstat memstat_uma.c Log: Teach libmemstat(3) about UMA(9) failure statistics. Requested by: victor cruceru MFC after: 1 week Revision Changes Path 1.4 +1 -0 src/lib/libmemstat/memstat_uma.c From owner-cvs-src@FreeBSD.ORG Sat Jul 16 02:23:41 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5B8E16A41C; Sat, 16 Jul 2005 02:23:41 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9692643D45; Sat, 16 Jul 2005 02:23:41 +0000 (GMT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G2NfgT052742; Sat, 16 Jul 2005 02:23:41 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G2NfOo052741; Sat, 16 Jul 2005 02:23:41 GMT (envelope-from silby) Message-Id: <200507160223.j6G2NfOo052741@repoman.freebsd.org> From: Mike Silbersack Date: Sat, 16 Jul 2005 02:23: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/vm uma.h uma_core.c uma_int.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 02:23:42 -0000 silby 2005-07-16 02:23:41 UTC FreeBSD src repository Modified files: sys/vm uma.h uma_core.c uma_int.h Log: Increase the flags field for kegs from a 16 to a 32 bit value; we have exhausted all 16 flags. Revision Changes Path 1.25 +2 -2 src/sys/vm/uma.h 1.124 +5 -5 src/sys/vm/uma_core.c 1.35 +5 -5 src/sys/vm/uma_int.h From owner-cvs-src@FreeBSD.ORG Sat Jul 16 05:40:15 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67FFF16A41C; Sat, 16 Jul 2005 05:40:15 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26C1943D46; Sat, 16 Jul 2005 05:40:15 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G5eFBH066678; Sat, 16 Jul 2005 05:40:15 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from jkim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G5eEFD066677; Sat, 16 Jul 2005 05:40:14 GMT (envelope-from jkim) Message-Id: <200507160540.j6G5eEFD066677@repoman.freebsd.org> From: Jung-uk Kim Date: Sat, 16 Jul 2005 05:40: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/lib/libc/nls ko_KR.UTF-8.msg ko_KR.eucKR.msg X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Jul 2005 05:40:15 -0000 jkim 2005-07-16 05:40:14 UTC FreeBSD src repository Modified files: lib/libc/nls ko_KR.UTF-8.msg ko_KR.eucKR.msg Log: Use better Korean translation for `trap' Requested by: many Korean users from bsdforum.or.kr Submitted by: perky Approved by: anholt (mentor) Revision Changes Path 1.2 +3 -3 src/lib/libc/nls/ko_KR.UTF-8.msg 1.2 +3 -3 src/lib/libc/nls/ko_KR.eucKR.msg From owner-cvs-src@FreeBSD.ORG Sat Jul 16 09:15:56 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F6EF16A41C; Sat, 16 Jul 2005 09:15:56 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C1B143D49; Sat, 16 Jul 2005 09:15:56 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9FuKS082190; Sat, 16 Jul 2005 09:15:56 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9FtT3082189; Sat, 16 Jul 2005 09:15:55 GMT (envelope-from hrs) Message-Id: <200507160915.j6G9FtT3082189@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 16 Jul 2005 09:15:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/usb uplcom.c usbdevs X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 09:15:56 -0000 hrs 2005-07-16 09:15:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb uplcom.c usbdevs Log: MFC: Add support for IODATA USB-RSAQ3 USB-Serial Adapter. Reported by: Tomokazu Hirai Revision Changes Path 1.20.2.6 +2 -0 src/sys/dev/usb/uplcom.c 1.195.2.12 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src@FreeBSD.ORG Sat Jul 16 09:18:04 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EB0716A41C; Sat, 16 Jul 2005 09:18:04 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B399043D49; Sat, 16 Jul 2005 09: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.1/8.13.1) with ESMTP id j6G9I3MZ082258; Sat, 16 Jul 2005 09:18:03 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9I3uv082257; Sat, 16 Jul 2005 09:18:03 GMT (envelope-from phk) Message-Id: <200507160918.j6G9I3uv082257@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 16 Jul 2005 09:18: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/modules/ukbd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 09:18:04 -0000 phk 2005-07-16 09:18:03 UTC FreeBSD src repository Modified files: sys/modules/ukbd Makefile Log: Add missing reference to ukbdmap.h Fixes build of ukbd module under "make universe" Revision Changes Path 1.19 +1 -1 src/sys/modules/ukbd/Makefile From owner-cvs-src@FreeBSD.ORG Sat Jul 16 09:18:59 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05BC316A41C; Sat, 16 Jul 2005 09:18:59 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8CC543D49; Sat, 16 Jul 2005 09:18:58 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9Iw7p082297; Sat, 16 Jul 2005 09:18:58 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9Iw7p082296; Sat, 16 Jul 2005 09:18:58 GMT (envelope-from hrs) Message-Id: <200507160918.j6G9Iw7p082296@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 16 Jul 2005 09:18: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/share/man/man4 uplcom.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 09:18:59 -0000 hrs 2005-07-16 09:18:58 UTC FreeBSD src repository Modified files: share/man/man4 uplcom.4 Log: Document IODATA USB-RSAQ3 USB-Serial Adapter as a supported device. MFC after: 3 days Revision Changes Path 1.12 +3 -1 src/share/man/man4/uplcom.4 From owner-cvs-src@FreeBSD.ORG Sat Jul 16 09:40:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D44816A41C; Sat, 16 Jul 2005 09:40:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6068B43D45; Sat, 16 Jul 2005 09:40:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9eZRV083134; Sat, 16 Jul 2005 09:40:35 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9eZ9d083133; Sat, 16 Jul 2005 09:40:35 GMT (envelope-from rwatson) Message-Id: <200507160940.j6G9eZ9d083133@repoman.freebsd.org> From: Robert Watson Date: Sat, 16 Jul 2005 09:40: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/sys/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Jul 2005 09:40:35 -0000 rwatson 2005-07-16 09:40:35 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: Move the unlocking of the zone mutex in sysctl_vm_zone_stats() so that it covers the following of the uc_alloc/freebucket cache pointers. Originally, I felt that the race wasn't helped by holding the mutex, hence a comment in the code and not holding it across the cache access. However, it does improve consistency, as while it doesn't prevent bucket exchange, it does prevent bucket pointer invalidation. So a race in gathering cache free space statistics still can occur, but not one that follows an invalid bucket pointer, if the mutex is held. Submitted by: yongari MFC after: 1 week Revision Changes Path 1.125 +9 -5 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Sat Jul 16 09:51:53 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D194116A420; Sat, 16 Jul 2005 09:51:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 190A243D45; Sat, 16 Jul 2005 09:51:53 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6G9pqx5083587; Sat, 16 Jul 2005 09:51:52 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6G9pqVR083586; Sat, 16 Jul 2005 09:51:52 GMT (envelope-from rwatson) Message-Id: <200507160951.j6G9pqVR083586@repoman.freebsd.org> From: Robert Watson Date: Sat, 16 Jul 2005 09:51:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/vm uma.h uma_core.c uma_dbg.c uma_dbg.h uma_int.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 09:51:54 -0000 rwatson 2005-07-16 09:51:52 UTC FreeBSD src repository Modified files: sys/vm uma.h uma_core.c uma_dbg.c uma_dbg.h uma_int.h Log: Improve canonicalization of copyrights. Order copyrights by order of assertion (jeff, bmilekic, rwatson). Suggested ages ago by: bde MFC after: 1 week Revision Changes Path 1.26 +3 -4 src/sys/vm/uma.h 1.126 +3 -4 src/sys/vm/uma_core.c 1.21 +3 -4 src/sys/vm/uma_dbg.c 1.9 +3 -4 src/sys/vm/uma_dbg.h 1.36 +3 -4 src/sys/vm/uma_int.h From owner-cvs-src@FreeBSD.ORG Sat Jul 16 11:03:06 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA2E716A41C; Sat, 16 Jul 2005 11:03:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7812043D46; Sat, 16 Jul 2005 11:03:06 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GB36Vu086498; Sat, 16 Jul 2005 11:03:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GB36uj086497; Sat, 16 Jul 2005 11:03:06 GMT (envelope-from rwatson) Message-Id: <200507161103.j6GB36uj086497@repoman.freebsd.org> From: Robert Watson Date: Sat, 16 Jul 2005 11:03: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/vm uma_core.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Jul 2005 11:03:06 -0000 rwatson 2005-07-16 11:03:06 UTC FreeBSD src repository Modified files: sys/vm uma_core.c Log: Use mp_maxid in preference to MAXCPU when creating exports of UMA per-CPU cache statistics. UMA sizes the cache array based on the number of CPUs at boot (mp_maxid + 1), and iterating based on MAXCPU could read off the end of the array (into the next zone). Reported by: yongari MFC after: 1 week Revision Changes Path 1.127 +3 -3 src/sys/vm/uma_core.c From owner-cvs-src@FreeBSD.ORG Sat Jul 16 14:02:48 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3560716A41C; Sat, 16 Jul 2005 14:02:48 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E804443D45; Sat, 16 Jul 2005 14:02:47 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GE2lBS000904; Sat, 16 Jul 2005 14:02:47 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GE2lPa000903; Sat, 16 Jul 2005 14:02:47 GMT (envelope-from phk) Message-Id: <200507161402.j6GE2lPa000903@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 16 Jul 2005 14:02: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/ukbd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 14:02:48 -0000 phk 2005-07-16 14:02:47 UTC FreeBSD src repository Modified files: sys/modules/ukbd Makefile Log: Revert last commit: It fixed make universe but broke regular kernel make. Revision Changes Path 1.20 +1 -1 src/sys/modules/ukbd/Makefile From owner-cvs-src@FreeBSD.ORG Sat Jul 16 19:02:22 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9982E16A41C; Sat, 16 Jul 2005 19:02:22 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 535F743D48; Sat, 16 Jul 2005 19:02:22 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GJ2MZP019905; Sat, 16 Jul 2005 19:02:22 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GJ2MPR019904; Sat, 16 Jul 2005 19:02:22 GMT (envelope-from brueffer) Message-Id: <200507161902.j6GJ2MPR019904@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 16 Jul 2005 19:02:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/wpa/wpa_cli wpa_cli.8 src/usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 19:02:22 -0000 brueffer 2005-07-16 19:02:22 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) usr.sbin/wpa/wpa_cli wpa_cli.8 usr.sbin/wpa/wpa_supplicant wpa_supplicant.conf.5 Log: MFC: Spelling and grammar fixes. Approved by: re (kensmith) Revision Changes Path 1.2.2.1 +5 -5 src/usr.sbin/wpa/wpa_cli/wpa_cli.8 1.3.2.1 +7 -7 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-src@FreeBSD.ORG Sat Jul 16 19:09:57 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4675C16A41C; Sat, 16 Jul 2005 19:09:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0328643D45; Sat, 16 Jul 2005 19:09:57 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GJ9uR8020139; Sat, 16 Jul 2005 19:09:56 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GJ9uA3020138; Sat, 16 Jul 2005 19:09:56 GMT (envelope-from brueffer) Message-Id: <200507161909.j6GJ9uA3020138@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 16 Jul 2005 19:09: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/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: Sat, 16 Jul 2005 19:09:57 -0000 brueffer 2005-07-16 19:09:56 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_6) sbin/ifconfig ifconfig.8 Log: MFC: rev. 1.96 + 1.97 Information about the capability flags in 'ifconfig foo0 scan' output. Approved by: re (hrs), (earlier version) Revision Changes Path 1.95.2.1 +29 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-src@FreeBSD.ORG Sat Jul 16 19:17:34 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9994716A41C; Sat, 16 Jul 2005 19:17:34 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5695A43D45; Sat, 16 Jul 2005 19:17:34 +0000 (GMT) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6GJHYwH020527; Sat, 16 Jul 2005 19:17:34 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6GJHYEq020526; Sat, 16 Jul 2005 19:17:34 GMT (envelope-from brueffer) Message-Id: <200507161917.j6GJHYEq020526@repoman.freebsd.org> From: Christian Brueffer Date: Sat, 16 Jul 2005 19:17:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 snd_ess.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2005 19:17:34 -0000 brueffer 2005-07-16 19:17:34 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 snd_ess.4 Log: snd_ess needs snd_sbc to compile. Noticed by: oliver Revision Changes Path 1.5 +2 -1 src/share/man/man4/snd_ess.4 From owner-cvs-src@FreeBSD.ORG Sat Jul 16 20:41:51 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC6316A41C; Sat, 16 Jul 2005 20:41:51 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from kweetal.tue.nl (kweetal.tue.nl [131.155.3.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4152243D45; Sat, 16 Jul 2005 20:41:51 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from localhost (localhost [127.0.0.1]) by kweetal.tue.nl (Postfix) with ESMTP id DBF9913B635; Sat, 16 Jul 2005 22:41:49 +0200 (CEST) Received: from kweetal.tue.nl ([127.0.0.1]) by localhost (kweetal.tue.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66856-03; Sat, 16 Jul 2005 22:41:49 +0200 (CEST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by kweetal.tue.nl (Postfix) with ESMTP id 519A013B625; Sat, 16 Jul 2005 22:41:49 +0200 (CEST) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.13.4/8.13.4/Submit) id j6GKfnkP081516; Sat, 16 Jul 2005 22:41:49 +0200 (CEST) (envelope-from stijn) Date: Sat, 16 Jul 2005 22:41:49 +0200 From: Stijn Hoop To: Lukas Ertl Message-ID: <20050716204149.GC72402@pcwin002.win.tue.nl> References: <200507151338.j6FDc7wU097427@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GRPZ8SYKNexpdSJ7" Content-Disposition: inline In-Reply-To: <200507151338.j6FDc7wU097427@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! X-Virus-Scanned: amavisd-new at tue.nl Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/geom/vinum geom_vinum_var.h geom_vinum_volume.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 16 Jul 2005 20:41:51 -0000 --GRPZ8SYKNexpdSJ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 15, 2005 at 01:38:06PM +0000, Lukas Ertl wrote: > le 2005-07-15 13:38:06 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/geom/vinum geom_vinum_var.h geom_vinum_volume.c=20 > Log: > *) Implement round-robin reads for multiplex volumes. Great! But I suspect this isn't going to be MFC-d to 6.0 (or even better, 5.x) ? --Stijn --=20 "What kind of a two-bit operation are they running out of this treehouse, Cooper? I have seen some slipshod backwater burgs, but this place takes the cake." -- Special Agent Albert Rosenfield, "Twin Peaks" --GRPZ8SYKNexpdSJ7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC2XENY3r/tLQmfWcRAljbAJ4qOSB857Vob4odPSmNcPjsy65g5gCgrYDj WyY6ECI5kqqsHVtsyFN259I= =obwE -----END PGP SIGNATURE----- --GRPZ8SYKNexpdSJ7--