From owner-cvs-src@FreeBSD.ORG Sun Jun 26 00:41: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 F225D16A41C; Sun, 26 Jun 2005 00:41:13 +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 BA1C943D48; Sun, 26 Jun 2005 00:41:13 +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 j5Q0eXmF004608; Sat, 25 Jun 2005 18:40:33 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 25 Jun 2005 18:42:08 -0600 (MDT) Message-Id: <20050625.184208.118628146.imp@bsdimp.com> To: cperciva@freebsd.org From: "M. Warner Losh" In-Reply-To: <42BDB8B9.8020400@freebsd.org> References: <200506251958.j5PJwIhq054393@grunt.grondar.org> <42BDB8B9.8020400@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, mark@grondar.org Subject: Re: cvs commit: src/lib/libmd Makefile sha256.3 sha256.h sha256c.c shadriver.c src/sbin/md5 Makefile md5.c src/sys/sys param.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 00:41:14 -0000 In message: <42BDB8B9.8020400@freebsd.org> Colin Percival writes: : Mark Murray wrote: : > Colin Percival writes: : >> MFC the addition of sha256 to libmd and md5(1). : > : > I still object to the use of "manufactured" 64-bit quantities : > instead of using uint64_t, and less strongly to the re-engineering : > of endianness code when we already have functional library routines : > to do the job. : : Changing that is on my TODO list, but several people were asking me to : MFC sha256, so I decided to do the MFC now and then MFC other changes : later. BTW, I'd like to bring in the OpenBSD md5.c driver program. Any objections to doing that if I make sure it connects the sha256 stuff you've added that I'm not sure is in the OpenBSD one.... This is primarily to clear up any confusion that surrounds the md5.c file... Warner From owner-cvs-src@FreeBSD.ORG Sun Jun 26 01:53: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 2C49B16A41C; Sun, 26 Jun 2005 01:53:11 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id E793F43D1D; Sun, 26 Jun 2005 01:53:10 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.3/8.13.3) with ESMTP id j5Q1rA49003116; Sat, 25 Jun 2005 18:53:10 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <200506252214.j5PMEgip000380@repoman.freebsd.org> References: <200506252214.j5PMEgip000380@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Sat, 25 Jun 2005 18:53:09 -0700 To: Stephan Uphoff X-Mailer: Apple Mail (2.622) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 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: Sun, 26 Jun 2005 01:53:11 -0000 On Jun 25, 2005, at 3:14 PM, Stephan Uphoff wrote: > ups 2005-06-25 22:14:42 UTC > > FreeBSD src repository > > Modified files: > sys/i386/i386 trap.c > sys/amd64/amd64 trap.c > Log: > Disable the interrupts in trap_fatal before calling kdb_trap. > (required now that critical sections no longer block interrupts) Why does this only apply to i386 and amd64? -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Sun Jun 26 04:01: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 6C33C16A41F; Sun, 26 Jun 2005 04:01:12 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E9E43D4C; Sun, 26 Jun 2005 04:01:12 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5Q41CgQ019372; Sun, 26 Jun 2005 04:01:12 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5Q41CUA019371; Sun, 26 Jun 2005 04:01:12 GMT (envelope-from anholt) Message-Id: <200506260401.j5Q41CUA019371@repoman.freebsd.org> From: Eric Anholt Date: Sun, 26 Jun 2005 04:01:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci agp_via.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 04:01:12 -0000 anholt 2005-06-26 04:01:11 UTC FreeBSD src repository Modified files: sys/pci agp_via.c Log: Make the initialization in the AGPv3 case match that of Linux. Fixes hangs on X startup with DRI enabled, with a v3-capable card. Tested by: Tom McLaughlin Approved by: re (scottl) Revision Changes Path 1.22 +27 -7 src/sys/pci/agp_via.c From owner-cvs-src@FreeBSD.ORG Sun Jun 26 04:19: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 F3B0C16A41F; Sun, 26 Jun 2005 04:19:45 +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 E18D543D55; Sun, 26 Jun 2005 04:19:45 +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 j5Q4JjOO019997; Sun, 26 Jun 2005 04:19:45 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5Q4JjSm019996; Sun, 26 Jun 2005 04:19:45 GMT (envelope-from imp) Message-Id: <200506260419.j5Q4JjSm019996@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Jun 2005 04:19: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/ep if_ep.c if_ep_isa.c if_ep_pccard.c 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: Sun, 26 Jun 2005 04:19:46 -0000 imp 2005-06-26 04:19:45 UTC FreeBSD src repository Modified files: sys/dev/ep if_ep.c if_ep_isa.c if_ep_pccard.c if_epvar.h Log: o When calling ep_get_macaddr(), provide it a local buffer. Add a comment that says why we do this (or rather, explains that it is some voodoo magic that's poorly understood). The local buffer fixes the crash on attach. o Rename get_e() to ep_get_e() to avoid namespace pollution. Submitted by: mux Approved by: re (scottl) Revision Changes Path 1.138 +4 -4 src/sys/dev/ep/if_ep.c 1.27 +2 -2 src/sys/dev/ep/if_ep_isa.c 1.45 +15 -12 src/sys/dev/ep/if_ep_pccard.c 1.17 +1 -1 src/sys/dev/ep/if_epvar.h From owner-cvs-src@FreeBSD.ORG Sun Jun 26 06: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 AD42B16A41C; Sun, 26 Jun 2005 06:59:50 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AAA243D1D; Sun, 26 Jun 2005 06:59:50 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5Q6xo2G032268; Sun, 26 Jun 2005 06:59:50 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5Q6xocl032267; Sun, 26 Jun 2005 06:59:50 GMT (envelope-from maxim) Message-Id: <200506260659.j5Q6xocl032267@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 26 Jun 2005 06:59: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/kern uipc_accf.c uipc_socket.c src/tools/regression/sockets/accf_data_attach accf_data_attach.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 06:59:50 -0000 maxim 2005-06-26 06:59:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern uipc_accf.c uipc_socket.c tools/regression/sockets/accf_data_attach accf_data_attach.c Log: MFC rev. 1.19 sys/kern/uipc_accf.c to sys/kern/uipc_accf.c and sys/kern/uipc_socket.c, bug fixes for: setsockopt(2) cannot remove accept filter, getsockopt(SO_ACCEPTFILTER) always returns success on listen socket. MFC rev. 1.4 tools/regression/sockets/accf_data_attach/accf_data_attach.c: Add regression tests for these bugs. Revision Changes Path 1.11.2.5 +1 -1 src/sys/kern/uipc_accf.c 1.208.2.21 +2 -0 src/sys/kern/uipc_socket.c 1.1.2.2 +46 -10 src/tools/regression/sockets/accf_data_attach/accf_data_attach.c From owner-cvs-src@FreeBSD.ORG Sun Jun 26 07: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 2179816A41C; Sun, 26 Jun 2005 07:04:24 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED52143D1F; Sun, 26 Jun 2005 07:04:23 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5Q74NAY032454; Sun, 26 Jun 2005 07:04:23 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5Q74NOs032453; Sun, 26 Jun 2005 07:04:23 GMT (envelope-from maxim) Message-Id: <200506260704.j5Q74NOs032453@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 26 Jun 2005 07:04:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 07:04:24 -0000 maxim 2005-06-26 07:04:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/kern uipc_socket.c Log: MFC rev. 1.19 sys/kern/uipc_accf.c to sys/kern/uipc_socket.c, bug fixes for: setsockopt(2) cannot remove accept filter, getsockopt(SO_ACCEPTFILTER) always returns success on listen socket. Revision Changes Path 1.68.2.28 +3 -1 src/sys/kern/uipc_socket.c From owner-cvs-src@FreeBSD.ORG Sun Jun 26 16:30: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 D361716A41C; Sun, 26 Jun 2005 16:30:20 +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 AB17743D49; Sun, 26 Jun 2005 16:30:20 +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 j5QGUKuL075169; Sun, 26 Jun 2005 16:30:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5QGUKtx075168; Sun, 26 Jun 2005 16:30:20 GMT (envelope-from pjd) Message-Id: <200506261630.j5QGUKtx075168@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sun, 26 Jun 2005 16:30: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/etc/defaults rc.conf src/etc/rc.d jail X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 16:30:21 -0000 pjd 2005-06-26 16:30:20 UTC FreeBSD src repository Modified files: etc/defaults rc.conf etc/rc.d jail Log: Introduce new per-jail variable jail__flags, which allows to specify jail(8) flags (before the change we had hardcoded "-l -U root"). Submitted by: Frank Behrens PR: conf/80244 Approved by: re (scottl) MFC after: 1 week Revision Changes Path 1.252 +1 -0 src/etc/defaults/rc.conf 1.23 +4 -1 src/etc/rc.d/jail From owner-cvs-src@FreeBSD.ORG Sun Jun 26 18:11: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 2C28916A41C; Sun, 26 Jun 2005 18:11:12 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F152F43D1F; Sun, 26 Jun 2005 18:11:11 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5QIBBjg086043; Sun, 26 Jun 2005 18:11:11 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5QIBBcD086042; Sun, 26 Jun 2005 18:11:11 GMT (envelope-from dwmalone) Message-Id: <200506261811.j5QIBBcD086042@repoman.freebsd.org> From: David Malone Date: Sun, 26 Jun 2005 18:11: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/iicbus if_ic.c src/sys/i4b/driver i4b_ipr.c src/sys/net bpf.c if_disc.c if_faith.c if_gif.c if_gre.c if_loop.c if_stf.c if_tun.c src/sys/netgraph ng_iface.c ng_sppp.c src/sys/netinet ip_carp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 18:11:12 -0000 dwmalone 2005-06-26 18:11:11 UTC FreeBSD src repository Modified files: sys/dev/iicbus if_ic.c sys/i4b/driver i4b_ipr.c sys/net bpf.c if_disc.c if_faith.c if_gif.c if_gre.c if_loop.c if_stf.c if_tun.c sys/netgraph ng_iface.c ng_sppp.c sys/netinet ip_carp.c Log: Fix some long standing bugs in writing to the BPF device attached to a DLT_NULL interface. In particular: 1) Consistently use type u_int32_t for the header of a DLT_NULL device - it continues to represent the address family as always. 2) In the DLT_NULL case get bpf_movein to store the u_int32_t in a sockaddr rather than in the mbuf, to be consistent with all the DLT types. 3) Consequently fix a bug in bpf_movein/bpfwrite which only permitted packets up to 4 bytes less than the MTU to be written. 4) Fix all DLT_NULL devices to have the code required to allow writing to their bpf devices. 5) Move the code to allow writing to if_lo from if_simloop to looutput, because it only applies to DLT_NULL devices but was being applied to other devices that use if_simloop possibly incorrectly. PR: 82157 Submitted by: Matthew Luckie Approved by: re (scottl) Revision Changes Path 1.23 +7 -1 src/sys/dev/iicbus/if_ic.c 1.34 +9 -1 src/sys/i4b/driver/i4b_ipr.c 1.152 +19 -13 src/sys/net/bpf.c 1.48 +5 -6 src/sys/net/if_disc.c 1.36 +6 -7 src/sys/net/if_faith.c 1.52 +9 -2 src/sys/net/if_gif.c 1.31 +8 -1 src/sys/net/if_gre.c 1.106 +10 -10 src/sys/net/if_loop.c 1.50 +12 -2 src/sys/net/if_stf.c 1.152 +6 -7 src/sys/net/if_tun.c 1.43 +5 -8 src/sys/netgraph/ng_iface.c 1.8 +1 -1 src/sys/netgraph/ng_sppp.c 1.26 +9 -0 src/sys/netinet/ip_carp.c From owner-cvs-src@FreeBSD.ORG Sun Jun 26 18:19: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 6403116A424; Sun, 26 Jun 2005 18:19:15 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C75643D62; Sun, 26 Jun 2005 18:19:15 +0000 (GMT) (envelope-from dwmalone@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5QIJEbc086459; Sun, 26 Jun 2005 18:19:14 GMT (envelope-from dwmalone@repoman.freebsd.org) Received: (from dwmalone@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5QIJEOl086458; Sun, 26 Jun 2005 18:19:14 GMT (envelope-from dwmalone) Message-Id: <200506261819.j5QIJEOl086458@repoman.freebsd.org> From: David Malone Date: Sun, 26 Jun 2005 18:19: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/acpica acpi_quirks X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 18:19:15 -0000 dwmalone 2005-06-26 18:19:14 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_quirks Log: Add a quirk for a motherboard whose acpi timer runs too fast. Approved by: re (scottl) Approved by: nate MFC after: 2 weeks Revision Changes Path 1.6 +8 -0 src/sys/dev/acpica/acpi_quirks From owner-cvs-src@FreeBSD.ORG Sun Jun 26 19: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 3176C16A41F for ; Sun, 26 Jun 2005 19:15:23 +0000 (GMT) (envelope-from ups@freebsd.org) Received: from smtp.speedfactory.net (smtp.speedfactory.net [66.23.216.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F3F43D48 for ; Sun, 26 Jun 2005 19:15:22 +0000 (GMT) (envelope-from ups@freebsd.org) Received: (qmail 21232 invoked from network); 26 Jun 2005 19:16:00 +0000 Received: from 66-23-216-49.clients.speedfactory.net (HELO palm.tree.com) (66.23.216.49) by smtp.speedfactory.net with AES256-SHA encrypted SMTP; 26 Jun 2005 19:16:00 +0000 Received: from [127.0.0.1] (ups@localhost.tree.com [127.0.0.1]) by palm.tree.com (8.12.10/8.12.10) with ESMTP id j5QJFKLl093449; Sun, 26 Jun 2005 15:15:21 -0400 (EDT) (envelope-from ups@freebsd.org) From: Stephan Uphoff To: Marcel Moolenaar In-Reply-To: <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> References: <200506252214.j5PMEgip000380@repoman.freebsd.org> <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> Content-Type: text/plain Message-Id: <1119813319.77984.5155.camel@palm> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 26 Jun 2005 15:15:19 -0400 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 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: Sun, 26 Jun 2005 19:15:23 -0000 On Sat, 2005-06-25 at 21:53, Marcel Moolenaar wrote: > On Jun 25, 2005, at 3:14 PM, Stephan Uphoff wrote: > > > ups 2005-06-25 22:14:42 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/i386 trap.c > > sys/amd64/amd64 trap.c > > Log: > > Disable the interrupts in trap_fatal before calling kdb_trap. > > (required now that critical sections no longer block interrupts) > > Why does this only apply to i386 and amd64? It probably applies to more architectures. jake@ volunteered to fix it for sparc64. For the other platforms I have a list of people that I need to bug ;-) I just haven't had time for to that part yet. Any volunteers for powerpc, alpha, arm? Stephan From owner-cvs-src@FreeBSD.ORG Sun Jun 26 19: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 EAF4316A41C; Sun, 26 Jun 2005 19:44:54 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8339A43D55; Sun, 26 Jun 2005 19:44:54 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j5QJiqF6006800; Mon, 27 Jun 2005 05:44:52 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j5QJioS3000421; Mon, 27 Jun 2005 05:44:51 +1000 Date: Mon, 27 Jun 2005 05:44:50 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Marcel Moolenaar In-Reply-To: <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> Message-ID: <20050627050618.W34733@delplex.bde.org> References: <200506252214.j5PMEgip000380@repoman.freebsd.org> <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Stephan Uphoff , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 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: Sun, 26 Jun 2005 19:44:55 -0000 On Sat, 25 Jun 2005, Marcel Moolenaar wrote: > On Jun 25, 2005, at 3:14 PM, Stephan Uphoff wrote: > >> ups 2005-06-25 22:14:42 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/i386/i386 trap.c >> sys/amd64/amd64 trap.c >> Log: >> Disable the interrupts in trap_fatal before calling kdb_trap. >> (required now that critical sections no longer block interrupts) > > Why does this only apply to i386 and amd64? Because it is a wrong fix. Many arches used to hard-disable interrupts in their MD kdb_trap(), but this rotted to critical_enter() in rev.1.1 of subr_kdb.c. "Many arches": alpha: used intr_disable(), but misplaced it so that it didn't protect the state global amd64: used disable_intr() correctly arm: used only splhigh() i386: used disable_intr() correctly ia64: used intr_disable() correctly sparc64: no locking except that given by cndbctl() Loss of cndbctl() for all arches in rev.1.1 of subr_kdb.c is more serious. critical_enter() blocks most things, but calling cndbctl() is critical for the console drivers that depend on it to keep track of when console i/o is done from within ddb. Mainly syscons depends on it. Calls to cndbctl() used to only be missing for arm. Bruce From owner-cvs-src@FreeBSD.ORG Sun Jun 26 20:51: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 0FD0416A41C; Sun, 26 Jun 2005 20:51:18 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D989943D1F; Sun, 26 Jun 2005 20:51:17 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5QKpHBo099067; Sun, 26 Jun 2005 20:51:17 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5QKpHl1099066; Sun, 26 Jun 2005 20:51:17 GMT (envelope-from anholt) Message-Id: <200506262051.j5QKpHl1099066@repoman.freebsd.org> From: Eric Anholt Date: Sun, 26 Jun 2005 20:51:17 +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/sound/pci fm801.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 20:51:18 -0000 anholt 2005-06-26 20:51:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/sound/pci fm801.c Log: MFC r1.24, which should fix failure to probe for many: Backout the code which tries to use undocumented way to determine if fm801 has sound capabilities or not. Unfortunately this code doesn't work as expected. PR: kern/45182, kern/48738, kern/82107 Submitted by: many Revision Changes Path 1.23.2.3 +4 -42 src/sys/dev/sound/pci/fm801.c From owner-cvs-src@FreeBSD.ORG Sun Jun 26 21:00: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 3CB2716A41C; Sun, 26 Jun 2005 21:00:53 +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 1258443D48; Sun, 26 Jun 2005 21:00:53 +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 j5QL0qK2099638; Sun, 26 Jun 2005 21:00:52 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5QL0qrH099637; Sun, 26 Jun 2005 21:00:52 GMT (envelope-from mlaier) Message-Id: <200506262100.j5QL0qrH099637@repoman.freebsd.org> From: Max Laier Date: Sun, 26 Jun 2005 21:00: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/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: Sun, 26 Jun 2005 21:00:53 -0000 mlaier 2005-06-26 21:00:52 UTC FreeBSD src repository Modified files: sys/contrib/pf/net if_pfsync.c Log: Properly initialize ifq_maxlen for the defered send queue and make it actually work. Also use the right semantics for IF_HANDOFF to get correct stats. Reported and tested by: Sascha Luck Approved by: re (blanket) Revision Changes Path 1.19 +2 -1 src/sys/contrib/pf/net/if_pfsync.c From owner-cvs-src@FreeBSD.ORG Sun Jun 26 22:40: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 6327F16A42A; Sun, 26 Jun 2005 22:40:46 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D04B843D64; Sun, 26 Jun 2005 22:40:45 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.251] ([192.168.2.2]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j5QMegR0026353 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Jun 2005 00:40:43 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <42BF2EB8.3080905@portaone.com> Date: Mon, 27 Jun 2005 01:39:52 +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: Eric Anholt References: <200506262051.j5QKpHl1099066@repoman.freebsd.org> In-Reply-To: <200506262051.j5QKpHl1099066@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/958/Mon Jun 27 00:22:01 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/sys/dev/sound/pci fm801.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 22:40:47 -0000 Thanks! -Maxim Eric Anholt wrote: > anholt 2005-06-26 20:51:17 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > sys/dev/sound/pci fm801.c > Log: > MFC r1.24, which should fix failure to probe for many: > Backout the code which tries to use undocumented way to determine if > fm801 has sound capabilities or not. Unfortunately this code doesn't > work as expected. > > PR: kern/45182, kern/48738, kern/82107 > Submitted by: many > > Revision Changes Path > 1.23.2.3 +4 -42 src/sys/dev/sound/pci/fm801.c > > From owner-cvs-src@FreeBSD.ORG Sun Jun 26 23:44: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 4515116A41C; Sun, 26 Jun 2005 23:44:09 +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 18F1B43D4C; Sun, 26 Jun 2005 23:44:09 +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 j5QNi8me005508; Sun, 26 Jun 2005 23:44:08 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5QNi8X9005507; Sun, 26 Jun 2005 23:44:08 GMT (envelope-from silby) Message-Id: <200506262344.j5QNi8X9005507@repoman.freebsd.org> From: Mike Silbersack Date: Sun, 26 Jun 2005 23:44: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/vm uma_dbg.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 23:44:09 -0000 silby 2005-06-26 23:44:08 UTC FreeBSD src repository Modified files: sys/vm uma_dbg.c Log: Change the panic in trash_ctor into just a printf for now. Once the reports of panics in trash_ctor relating to mbufs have been examined and a fix found, this will be turned back into a panic. Approved by: re (rwatson) Revision Changes Path 1.20 +4 -2 src/sys/vm/uma_dbg.c From owner-cvs-src@FreeBSD.ORG Sun Jun 26 23:55: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 103FB16A41C; Sun, 26 Jun 2005 23:55:51 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED72243D4C; Sun, 26 Jun 2005 23:55:50 +0000 (GMT) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5QNtoPE006018; Sun, 26 Jun 2005 23:55:50 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5QNtorL006017; Sun, 26 Jun 2005 23:55:50 GMT (envelope-from green) Message-Id: <200506262355.j5QNtorL006017@repoman.freebsd.org> From: Brian Feldman Date: Sun, 26 Jun 2005 23:55: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/sys buf.h src/sys/kern vfs_bio.c src/sys/nfsclient nfs_bio.c nfs_vfsops.c nfsargs.h nfsmount.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2005 23:55:51 -0000 green 2005-06-26 23:55:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sys buf.h sys/kern vfs_bio.c sys/nfsclient nfs_bio.c nfs_vfsops.c nfsargs.h nfsmount.h Log: MFC: fix for NFS client deadlock with exceptionally large write sizes. src/sys/kern/vfs_bio.c r1.489, src/sys/nfsclient/nfs_bio.c r1.151-152, src/sys/nfsclient/nfs_vfsops.c r1.177, src/sys/nfsclient/nfsargs.h r1.68, src/sys/nfsclient/nfsmount.h r1.30, src/sys/sys/buf.h r1.186, src/sys/sys/bufobj.h r1.15 Revision Changes Path 1.444.2.3 +1 -1 src/sys/kern/vfs_bio.c 1.133.2.3 +62 -6 src/sys/nfsclient/nfs_bio.c 1.158.2.5 +9 -0 src/sys/nfsclient/nfs_vfsops.c 1.66.2.2 +2 -2 src/sys/nfsclient/nfsargs.h 1.27.2.2 +1 -0 src/sys/nfsclient/nfsmount.h 1.167.2.2 +1 -0 src/sys/sys/buf.h From owner-cvs-src@FreeBSD.ORG Mon Jun 27 00:04: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 3A24616A41C; Mon, 27 Jun 2005 00:04:25 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BEA443D1F; Mon, 27 Jun 2005 00:04:25 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5R04Ogb006330; Mon, 27 Jun 2005 00:04:24 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R04OQE006329; Mon, 27 Jun 2005 00:04:24 GMT (envelope-from trhodes) Message-Id: <200506270004.j5R04OQE006329@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 27 Jun 2005 00:04:24 +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/libutil login.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 00:04:25 -0000 trhodes 2005-06-27 00:04:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libutil login.conf.5 Log: Sync up to CURRENT, effectively closing: PR: 76981 Revision Changes Path 1.52.2.1 +16 -1 src/lib/libutil/login.conf.5 From owner-cvs-src@FreeBSD.ORG Mon Jun 27 01: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 A20AC16A41C; Mon, 27 Jun 2005 01:54:40 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F19743D1D; Mon, 27 Jun 2005 01:54:40 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5R1senW017296; Mon, 27 Jun 2005 01:54:40 GMT (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R1seZm017295; Mon, 27 Jun 2005 01:54:40 GMT (envelope-from trhodes) Message-Id: <200506270154.j5R1seZm017295@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 27 Jun 2005 01:54:40 +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/include string.h unistd.h src/lib/libc/string swab.3 swab.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 01:54:40 -0000 trhodes 2005-06-27 01:54:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) include string.h unistd.h lib/libc/string swab.3 swab.c Log: MFC: According to the information on: http://www.opengroup.org/onlinepubs/009695399/functions/swab.html the prototype for swab() should be in and not in . Move it, and update to match SUS. Leave the prototype in string.h for now, for backwards compat. PR: 74751 Submitted by: Craig Rodrigues Discussed with: das Revision Changes Path 1.20.2.1 +13 -2 src/include/string.h 1.73.2.1 +6 -1 src/include/unistd.h 1.7.8.1 +3 -3 src/lib/libc/string/swab.3 1.5.8.1 +2 -2 src/lib/libc/string/swab.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 02:51: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 CEB8716A41C; Mon, 27 Jun 2005 02:51:03 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6F1043D1D; Mon, 27 Jun 2005 02:51:03 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5R2p3GG019360; Mon, 27 Jun 2005 02:51:03 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R2p3u2019359; Mon, 27 Jun 2005 02:51:03 GMT (envelope-from avatar) Message-Id: <200506270251.j5R2p3u2019359@repoman.freebsd.org> From: Tai-hwa Liang Date: Mon, 27 Jun 2005 02:51: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/sys/cam cam_xpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 02:51:04 -0000 avatar 2005-06-27 02:51:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/cam cam_xpt.c Log: MFC: (1.154) Fixing a memory leak in xpt_release_device(). Revision Changes Path 1.142.2.5 +2 -0 src/sys/cam/cam_xpt.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 03:07: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 4630A16A41C; Mon, 27 Jun 2005 03:07:09 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E45143D48; Mon, 27 Jun 2005 03:07:09 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5R379Dw020139; Mon, 27 Jun 2005 03:07:09 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R378hr020138; Mon, 27 Jun 2005 03:07:08 GMT (envelope-from avatar) Message-Id: <200506270307.j5R378hr020138@repoman.freebsd.org> From: Tai-hwa Liang Date: Mon, 27 Jun 2005 03:07:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 03:07:09 -0000 avatar 2005-06-27 03:07:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/cam cam_xpt.c Log: MFC: (1.154) Fixing a memory leak in xpt_release_device(). Revision Changes Path 1.80.2.20 +2 -0 src/sys/cam/cam_xpt.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 06:40: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 040F016A41C; Mon, 27 Jun 2005 06:40:44 +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 E47AF43D48; Mon, 27 Jun 2005 06:40:43 +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 j5R6ehjH034581; Mon, 27 Jun 2005 06:40:43 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R6ehAF034580; Mon, 27 Jun 2005 06:40:43 GMT (envelope-from ru) Message-Id: <200506270640.j5R6ehAF034580@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Jun 2005 06: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/usr.sbin/wpa/hostapd hostapd.8 hostapd.conf.5 src/usr.sbin/wpa/hostapd_cli hostapd_cli.8 src/usr.sbin/wpa/wpa_cli wpa_cli.8 src/usr.sbin/wpa/wpa_supplicant wpa_supplicant.8 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: Mon, 27 Jun 2005 06:40:44 -0000 ru 2005-06-27 06:40:43 UTC FreeBSD src repository Modified files: usr.sbin/wpa/hostapd hostapd.8 hostapd.conf.5 usr.sbin/wpa/hostapd_cli hostapd_cli.8 usr.sbin/wpa/wpa_cli wpa_cli.8 usr.sbin/wpa/wpa_supplicant wpa_supplicant.8 wpa_supplicant.conf.5 Log: Tidy up the markup (fixing some nearby content bugs). Timeout from: sam Approved by: re (blanket manpages) Revision Changes Path 1.2 +28 -18 src/usr.sbin/wpa/hostapd/hostapd.8 1.2 +10 -5 src/usr.sbin/wpa/hostapd/hostapd.conf.5 1.2 +28 -21 src/usr.sbin/wpa/hostapd_cli/hostapd_cli.8 1.2 +81 -57 src/usr.sbin/wpa/wpa_cli/wpa_cli.8 1.2 +32 -26 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.8 1.3 +235 -152 src/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 From owner-cvs-src@FreeBSD.ORG Mon Jun 27 07:07: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 3167E16A41C; Mon, 27 Jun 2005 07:07:56 +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 0957943D49; Mon, 27 Jun 2005 07:07:56 +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 j5R77t4P035483; Mon, 27 Jun 2005 07:07:55 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R77tSR035482; Mon, 27 Jun 2005 07:07:55 GMT (envelope-from ru) Message-Id: <200506270707.j5R77tSR035482@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Jun 2005 07:07: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/contrib/netcat nc.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 07:07:56 -0000 ru 2005-06-27 07:07:55 UTC FreeBSD src repository Modified files: contrib/netcat nc.1 Log: Fix markup in local FreeBSD additions. Approved by: re (blanket manpages) Revision Changes Path 1.4 +13 -5 src/contrib/netcat/nc.1 From owner-cvs-src@FreeBSD.ORG Mon Jun 27 07:36: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 D2B6016A41C; Mon, 27 Jun 2005 07:36:03 +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 BE27D43D4C; Mon, 27 Jun 2005 07:36:03 +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 j5R7a36Z036532; Mon, 27 Jun 2005 07:36:03 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R7a3OZ036531; Mon, 27 Jun 2005 07:36:03 GMT (envelope-from glebius) Message-Id: <200506270736.j5R7a3OZ036531@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 27 Jun 2005 07:36:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet/libalias alias_ftp.c alias_irc.c alias_local.h alias_proxy.c alias_skinny.c alias_smedia.c alias_util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 07:36:04 -0000 glebius 2005-06-27 07:36:02 UTC FreeBSD src repository Modified files: sys/netinet/libalias alias_ftp.c alias_irc.c alias_local.h alias_proxy.c alias_skinny.c alias_smedia.c alias_util.c Log: Disable checksum processing in LibAlias, when it works as a kernel module. LibAlias is not aware about checksum offloading, so the caller should provide checksum calculation. (The only current consumer is ng_nat(4)). When TCP packet internals has been changed and it requires checksum recalculation, a cookie is set in th_x2 field of TCP packet, to inform caller that it needs to recalculate checksum. This ugly hack would be removed when LibAlias is made more kernel friendly. Incremental checksum updates are left as is, since they don't conflict with offloading. Approved by: re (scottl) Revision Changes Path 1.27 +4 -0 src/sys/netinet/libalias/alias_ftp.c 1.21 +4 -0 src/sys/netinet/libalias/alias_irc.c 1.32 +10 -1 src/sys/netinet/libalias/alias_local.h 1.26 +4 -0 src/sys/netinet/libalias/alias_proxy.c 1.12 +12 -2 src/sys/netinet/libalias/alias_skinny.c 1.15 +8 -1 src/sys/netinet/libalias/alias_smedia.c 1.18 +8 -8 src/sys/netinet/libalias/alias_util.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 07:37: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 B610B16A41C; Mon, 27 Jun 2005 07:37:01 +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 8F63E43D49; Mon, 27 Jun 2005 07:37:01 +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 j5R7b1gO036598; Mon, 27 Jun 2005 07:37:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R7b10T036597; Mon, 27 Jun 2005 07:37:01 GMT (envelope-from ru) Message-Id: <200506270737.j5R7b10T036597@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Jun 2005 07:37: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/tar bsdtar.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 07:37:01 -0000 ru 2005-06-27 07:37:01 UTC FreeBSD src repository Modified files: usr.bin/tar bsdtar.1 Log: Fixed troff warnings. Approved by: re (blanket manpages) Revision Changes Path 1.29 +1 -1 src/usr.bin/tar/bsdtar.1 From owner-cvs-src@FreeBSD.ORG Mon Jun 27 07:39:13 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 9C43716A41C; Mon, 27 Jun 2005 07:39:13 +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 74F1243D1F; Mon, 27 Jun 2005 07:39: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 j5R7dD2e036762; Mon, 27 Jun 2005 07:39:13 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R7dD7O036761; Mon, 27 Jun 2005 07:39:13 GMT (envelope-from glebius) Message-Id: <200506270739.j5R7dD7O036761@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 27 Jun 2005 07:39: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/netgraph ng_nat.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 07:39:13 -0000 glebius 2005-06-27 07:39:13 UTC FreeBSD src repository Modified files: sys/netgraph ng_nat.c Log: - After LibAlias processing check for TCP packet with th_x2 field set. If found, then recalculate its checksum. - Remove debugging printfs. - Slightly rearrange code in ng_nat_rcvdata(). Approved by: re (scottl) Revision Changes Path 1.4 +51 -8 src/sys/netgraph/ng_nat.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 07:43: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 4CC7816A41C; Mon, 27 Jun 2005 07:43:58 +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 243C543D49; Mon, 27 Jun 2005 07:43:58 +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 j5R7hw2G037018; Mon, 27 Jun 2005 07:43:58 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R7hw1D037017; Mon, 27 Jun 2005 07:43:58 GMT (envelope-from glebius) Message-Id: <200506270743.j5R7hw1D037017@repoman.freebsd.org> From: Gleb Smirnoff Date: Mon, 27 Jun 2005 07:43: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/sound/pci csa.c csapcm.c csareg.h csavar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 07:43:58 -0000 glebius 2005-06-27 07:43:57 UTC FreeBSD src repository Modified files: sys/dev/sound/pci csa.c csapcm.c csareg.h csavar.h Log: Implement suspend/resume operation for snd_csa(4) PR: kern/82243 Submitted by: Serge Semenenko Approved by: re (scottl) MFC after: 1 month Revision Changes Path 1.33 +19 -11 src/sys/dev/sound/pci/csa.c 1.34 +182 -6 src/sys/dev/sound/pci/csapcm.c 1.4 +19 -1 src/sys/dev/sound/pci/csareg.h 1.5 +2 -1 src/sys/dev/sound/pci/csavar.h From owner-cvs-src@FreeBSD.ORG Mon Jun 27 09:12: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 4D83616A41C; Mon, 27 Jun 2005 09:12:12 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A5743D49; Mon, 27 Jun 2005 09:12:12 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5R9CB6D047294; Mon, 27 Jun 2005 09:12:12 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5R9CBUw047293; Mon, 27 Jun 2005 09:12:11 GMT (envelope-from sos) Message-Id: <200506270912.j5R9CBUw047293@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 27 Jun 2005 09:12: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/ata ata-disk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 09:12:12 -0000 sos 2005-06-27 09:12:11 UTC FreeBSD src repository Modified files: sys/dev/ata ata-disk.c Log: Dont call ata_finish in ad_dump as that is no longer needed and causes panic. Dont try to enable read/write caching on devices that doesn't support it, this reduces the noise from ATA on flash devices and the like. Approved by: re@ (scottl) Revision Changes Path 1.189 +12 -11 src/sys/dev/ata/ata-disk.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 10:29: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 017E416A41C; Mon, 27 Jun 2005 10:29:16 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from gw.Awfulhak.org (awfulhak.demon.co.uk [80.177.173.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 698B543D1D; Mon, 27 Jun 2005 10:29:15 +0000 (GMT) (envelope-from brian@Awfulhak.org) Received: from dev.lan.Awfulhak.org (brian@dev.lan.Awfulhak.org [172.16.0.5]) by gw.Awfulhak.org (8.13.3/8.13.3) with ESMTP id j5RATAqk002921; Mon, 27 Jun 2005 11:29:10 +0100 (BST) (envelope-from brian@Awfulhak.org) Date: Mon, 27 Jun 2005 11:29:08 +0100 From: Brian Somers To: Colin Percival Message-ID: <20050627112908.7303a297@dev.lan.Awfulhak.org> In-Reply-To: <200506241332.j5ODWQLG048540@repoman.freebsd.org> References: <200506241332.j5ODWQLG048540@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.8; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.4 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on gw.lan.Awfulhak.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libmd Makefile sha256.3 sha256.h sha256c.c shadriver.c src/sbin/md5 Makefile md5.c 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, 27 Jun 2005 10:29:16 -0000 On Fri, 24 Jun 2005 13:32:26 +0000 (UTC) Colin Percival wrote: > cperciva 2005-06-24 13:32:26 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_5) > lib/libmd Makefile shadriver.c > sbin/md5 Makefile md5.c > sys/sys param.h > Added files: (Branch: RELENG_5) > lib/libmd sha256.3 sha256.h sha256c.c > Log: > MFC the addition of sha256 to libmd and md5(1). > > Also, bump __FreeBSD_version so that ports code knows that sha256 is > now in the base system. > > Requested by: Lots of people I guess mtree could be updated too. -- Brian Somers Don't _EVER_ lose your sense of humour ! From owner-cvs-src@FreeBSD.ORG Mon Jun 27 10:58: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 BC74916A41C; Mon, 27 Jun 2005 10:58:23 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 950CF43D48; Mon, 27 Jun 2005 10:58:23 +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 j5RAwNXM051054; Mon, 27 Jun 2005 10:58:23 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RAwNBQ051053; Mon, 27 Jun 2005 10:58:23 GMT (envelope-from thompsa) Message-Id: <200506271058.j5RAwNBQ051053@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 27 Jun 2005 10:58: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 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: Mon, 27 Jun 2005 10:58:23 -0000 thompsa 2005-06-27 10:58:22 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: Fix a type-o in a bridging example. Submitted by: Niki Denev Approved by: mlaier (mentor) Approved by: re (blanket) Revision Changes Path 1.5 +1 -1 src/share/man/man4/if_bridge.4 From owner-cvs-src@FreeBSD.ORG Mon Jun 27 11:07: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 8E47416A41C; Mon, 27 Jun 2005 11:07:48 +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 65EB843D53; Mon, 27 Jun 2005 11:07:48 +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 j5RB7m3i051523; Mon, 27 Jun 2005 11:07:48 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RB7m9k051522; Mon, 27 Jun 2005 11:07:48 GMT (envelope-from delphij) Message-Id: <200506271107.j5RB7m9k051522@repoman.freebsd.org> From: Xin LI Date: Mon, 27 Jun 2005 11:07:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libc/gen msgrcv.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: Mon, 27 Jun 2005 11:07:48 -0000 delphij 2005-06-27 11:07:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/gen msgrcv.3 Log: MFC revision 1.20 date: 2005/06/14 10:56:02; author: ru; state: Exp; lines: +3 -3 When IPC_NOWAIT is set and there is no message, msgrcv() fails with errno set to ENOMSG. PR: docs/82217 Revision Changes Path 1.19.2.1 +3 -3 src/lib/libc/gen/msgrcv.3 From owner-cvs-src@FreeBSD.ORG Mon Jun 27 14:33: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 CAA1A16A41C; Mon, 27 Jun 2005 14:33:32 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A396A43D49; Mon, 27 Jun 2005 14:33:32 +0000 (GMT) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5REXW6M068871; Mon, 27 Jun 2005 14:33:32 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5REXWYM068870; Mon, 27 Jun 2005 14:33:32 GMT (envelope-from cognet) Message-Id: <200506271433.j5REXWYM068870@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 27 Jun 2005 14:33:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf Makefile.arm X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 14:33:33 -0000 cognet 2005-06-27 14:33:32 UTC FreeBSD src repository Modified files: sys/conf Makefile.arm Log: Use -mno-apcs-frame if DEBUG isn't defined. Approved by: re (blanket) Revision Changes Path 1.10 +3 -0 src/sys/conf/Makefile.arm From owner-cvs-src@FreeBSD.ORG Mon Jun 27 14:54: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 F093116A41C; Mon, 27 Jun 2005 14:54:49 +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 C7C9643D1D; Mon, 27 Jun 2005 14:54:49 +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 j5REsnkD070026; Mon, 27 Jun 2005 14:54:49 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5REsnFH070025; Mon, 27 Jun 2005 14:54:49 GMT (envelope-from rushani) Message-Id: <200506271454.j5REsnFH070025@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Mon, 27 Jun 2005 14:54: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/release/doc/en_US.ISO8859-1/hardware/common dev.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 14:54:50 -0000 rushani 2005-06-27 14:54:49 UTC FreeBSD src repository (doc committer) Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: bs driver was already removed. Approved by: re (hrs) Reviewed by: nyan MFC after: 1 week Revision Changes Path 1.282 +0 -51 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Mon Jun 27 15:21: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 A6B5416A41F; Mon, 27 Jun 2005 15:21:56 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02CFF43D48; Mon, 27 Jun 2005 15:21:55 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j5RFLsL4070357; Mon, 27 Jun 2005 18:21:54 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 72132-03; Mon, 27 Jun 2005 18:21:54 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id j5RFLrug070354 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Jun 2005 18:21:54 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.3/8.13.3) id j5RFLt6t049626; Mon, 27 Jun 2005 18:21:55 +0300 (EEST) (envelope-from ru) Date: Mon, 27 Jun 2005 18:21:55 +0300 From: Ruslan Ermilov To: Gleb Smirnoff Message-ID: <20050627152155.GF93072@ip.net.ua> References: <200506270736.j5R7a3OZ036531@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6e7ZaeXHKrTJCxdu" Content-Disposition: inline In-Reply-To: <200506270736.j5R7a3OZ036531@repoman.freebsd.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at ip.net.ua Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet/libalias alias_ftp.c alias_irc.c alias_local.h alias_proxy.c alias_skinny.c alias_smedia.c alias_util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 15:21:56 -0000 --6e7ZaeXHKrTJCxdu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 27, 2005 at 07:36:02AM +0000, Gleb Smirnoff wrote: > glebius 2005-06-27 07:36:02 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/netinet/libalias alias_ftp.c alias_irc.c alias_local.h=20 > alias_proxy.c alias_skinny.c=20 > alias_smedia.c alias_util.c=20 > Log: > Disable checksum processing in LibAlias, when it works as a > kernel module. LibAlias is not aware about checksum offloading, > so the caller should provide checksum calculation. (The only > current consumer is ng_nat(4)). When TCP packet internals has > been changed and it requires checksum recalculation, a cookie > is set in th_x2 field of TCP packet, to inform caller that it > needs to recalculate checksum. This ugly hack would be removed > when LibAlias is made more kernel friendly. > =20 > Incremental checksum updates are left as is, since they don't > conflict with offloading. > =20 > Approved by: re (scottl) > =20 > Revision Changes Path > 1.27 +4 -0 src/sys/netinet/libalias/alias_ftp.c > 1.21 +4 -0 src/sys/netinet/libalias/alias_irc.c > 1.32 +10 -1 src/sys/netinet/libalias/alias_local.h > 1.26 +4 -0 src/sys/netinet/libalias/alias_proxy.c > 1.12 +12 -2 src/sys/netinet/libalias/alias_skinny.c > 1.15 +8 -1 src/sys/netinet/libalias/alias_smedia.c > 1.18 +8 -8 src/sys/netinet/libalias/alias_util.c >=20 Why can't we just say that checksum offloading is incompatible with NAT (like with many other things), and do the software checksum calculations in libalias? Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --6e7ZaeXHKrTJCxdu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCwBmTqRfpzJluFF4RArbfAKCVcS3phO9RBO6k7l7qrifnQp3CBwCfWQLn k6MsbxNmsCIDZzZq2Caxtzo= =556N -----END PGP SIGNATURE----- --6e7ZaeXHKrTJCxdu-- From owner-cvs-src@FreeBSD.ORG Mon Jun 27 15:31: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 C450E16A41C; Mon, 27 Jun 2005 15:31:01 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85CA43D48; Mon, 27 Jun 2005 15:31:01 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id j5RFV1dc058475; Mon, 27 Jun 2005 08:31:01 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id j5RFV1Dn058474; Mon, 27 Jun 2005 08:31:01 -0700 (PDT) (envelope-from rizzo) Date: Mon, 27 Jun 2005 08:31:01 -0700 From: Luigi Rizzo To: Ruslan Ermilov Message-ID: <20050627083101.B56456@xorpc.icir.org> References: <200506270736.j5R7a3OZ036531@repoman.freebsd.org> <20050627152155.GF93072@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20050627152155.GF93072@ip.net.ua>; from ru@FreeBSD.org on Mon, Jun 27, 2005 at 06:21:55PM +0300 Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet/libalias alias_ftp.c alias_irc.c alias_local.h alias_proxy.c alias_skinny.c alias_smedia.c alias_util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 15:31:01 -0000 On Mon, Jun 27, 2005 at 06:21:55PM +0300, Ruslan Ermilov wrote: ... > Why can't we just say that checksum offloading is incompatible > with NAT (like with many other things), and do the software > checksum calculations in libalias? actually the more i see it the more i think checksum offloading is a disgrace rather than a performance boost. it needs a lot of special cases throughout the protocol stack to be supported properly, which constitutes extra overhead with low-end hardware which does not support the offloading; it does not pay on small packets such as acks where you have to touch the whole packet anyways; some hardware needs the checksum engine to be reprogrammed when changing protocol type (tcp <-> udp) which require extra I/O cycles on the bus that are expensive; some hardware has broken checksum engines; cheers luigi From owner-cvs-src@FreeBSD.ORG Mon Jun 27 16:52: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 8C27116A41C; Mon, 27 Jun 2005 16:52:28 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 436E043D53; Mon, 27 Jun 2005 16:52:28 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j5RGqRBJ055904; Mon, 27 Jun 2005 09:52:27 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j5RGqRBa055903; Mon, 27 Jun 2005 09:52:27 -0700 (PDT) (envelope-from obrien) Date: Mon, 27 Jun 2005 09:52:27 -0700 From: "David O'Brien" To: Wilko Bulte Message-ID: <20050627165227.GA55113@dragon.NUXI.org> References: <200506251052.j5PAqaBm041191@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506251052.j5PAqaBm041191@repoman.freebsd.org> X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 16:52:29 -0000 On Sat, Jun 25, 2005 at 10:52:36AM +0000, Wilko Bulte wrote: > wilko 2005-06-25 10:52:36 UTC > > FreeBSD src repository > > Modified files: > . access > Log: > Welcome Wayne Salamon (wsalamon@) to the ranks of the src committers. > mentor: rwatson What will he be working on? -- -- David (obrien@FreeBSD.org) From owner-cvs-src@FreeBSD.ORG Mon Jun 27 17:10: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 CAEAE16A41C; Mon, 27 Jun 2005 17:10:22 +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 A039B43D48; Mon, 27 Jun 2005 17:10:22 +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 j5RHAMls082781; Mon, 27 Jun 2005 17:10:22 GMT (envelope-from jmg@repoman.freebsd.org) Received: (from jmg@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RHAMcH082780; Mon, 27 Jun 2005 17:10:22 GMT (envelope-from jmg) Message-Id: <200506271710.j5RHAMcH082780@repoman.freebsd.org> From: John-Mark Gurney Date: Mon, 27 Jun 2005 17:10: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/usr.sbin/pkg_install/create pkg_create.1 src/usr.sbin/pkg_install/lib plist.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 17:10:23 -0000 jmg 2005-06-27 17:10:22 UTC FreeBSD src repository Modified files: usr.sbin/pkg_install/create pkg_create.1 usr.sbin/pkg_install/lib plist.c Log: remove a few uses of the word `really' Reviewed by: hrs Approved by: re (scottl) MFC after: 1 week Revision Changes Path 1.68 +1 -2 src/usr.sbin/pkg_install/create/pkg_create.1 1.50 +2 -2 src/usr.sbin/pkg_install/lib/plist.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 17:48: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 5C17216A41C; Mon, 27 Jun 2005 17:48:20 +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 47CE043D48; Mon, 27 Jun 2005 17:48:20 +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 j5RHmKDx084715; Mon, 27 Jun 2005 17:48:20 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RHmKue084714; Mon, 27 Jun 2005 17:48:20 GMT (envelope-from rushani) Message-Id: <200506271748.j5RHmKue084714@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Mon, 27 Jun 2005 17:48: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/ja_JP.eucJP/hardware/common artheader.sgml dev.sgml src/release/doc/ja_JP.eucJP/share/sgml dev-auto-ja.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 17:48:20 -0000 rushani 2005-06-27 17:48:20 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ja_JP.eucJP/hardware/common artheader.sgml dev.sgml release/doc/ja_JP.eucJP/share/sgml dev-auto-ja.sgml Log: Merge the following from the English version: 1.5 -> 1.7 hardware/common/artheader.sgml 1.269 -> 1.281 hardware/common/dev.sgml Update a Japanese override of dev-auto.sgml. Approved by: re (hrs) Based on work by: Ryusuke Suzuki Revision Changes Path 1.4 +4 -3 src/release/doc/ja_JP.eucJP/hardware/common/artheader.sgml 1.28 +43 -192 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml 1.2 +47 -19 src/release/doc/ja_JP.eucJP/share/sgml/dev-auto-ja.sgml From owner-cvs-src@FreeBSD.ORG Mon Jun 27 19:46: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 605CF16A41C; Mon, 27 Jun 2005 19:46:15 +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 7D60243D48; Mon, 27 Jun 2005 19:46:14 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.231] (Not Verified[65.202.103.25]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Mon, 27 Jun 2005 15:59:56 -0400 From: John Baldwin To: obrien@FreeBSD.org Date: Mon, 27 Jun 2005 15:46:12 -0400 User-Agent: KMail/1.8 References: <200506251052.j5PAqaBm041191@repoman.freebsd.org> <20050627165227.GA55113@dragon.NUXI.org> In-Reply-To: <20050627165227.GA55113@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506271546.13772.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Wilko Bulte Subject: Re: 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, 27 Jun 2005 19:46:15 -0000 On Monday 27 June 2005 12:52 pm, David O'Brien wrote: > On Sat, Jun 25, 2005 at 10:52:36AM +0000, Wilko Bulte wrote: > > wilko 2005-06-25 10:52:36 UTC > > > > FreeBSD src repository > > > > Modified files: > > . access > > Log: > > Welcome Wayne Salamon (wsalamon@) to the ranks of the src committers. > > mentor: rwatson > > What will he be working on? Importing OpenBSM and the TrustedBSD audit stuff. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Mon Jun 27 20:12: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 59C6316A41C; Mon, 27 Jun 2005 20:12:03 +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 3F05843D1F; Mon, 27 Jun 2005 20:12:03 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 2E3445CA35; Mon, 27 Jun 2005 13:12:03 -0700 (PDT) Date: Mon, 27 Jun 2005 13:12:03 -0700 From: Alfred Perlstein To: Luigi Rizzo Message-ID: <20050627201203.GF40423@elvis.mu.org> References: <200506270736.j5R7a3OZ036531@repoman.freebsd.org> <20050627152155.GF93072@ip.net.ua> <20050627083101.B56456@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050627083101.B56456@xorpc.icir.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, Gleb Smirnoff , Ruslan Ermilov , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet/libalias alias_ftp.c alias_irc.c alias_local.h alias_proxy.c alias_skinny.c alias_smedia.c alias_util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 20:12:03 -0000 Vendors don't sell performance, they sell features. (you can quote me on that.) * Luigi Rizzo [050627 08:31] wrote: > On Mon, Jun 27, 2005 at 06:21:55PM +0300, Ruslan Ermilov wrote: > ... > > Why can't we just say that checksum offloading is incompatible > > with NAT (like with many other things), and do the software > > checksum calculations in libalias? > > actually the more i see it the more i think checksum offloading > is a disgrace rather than a performance boost. > > it needs a lot of special cases throughout the protocol stack > to be supported properly, which constitutes extra overhead > with low-end hardware which does not support the offloading; > > it does not pay on small packets such as acks where you have > to touch the whole packet anyways; > > some hardware needs the checksum engine to be reprogrammed when > changing protocol type (tcp <-> udp) which require extra I/O > cycles on the bus that are expensive; > > some hardware has broken checksum engines; > > cheers > luigi -- - Alfred Perlstein - email: bright@mu.org cell: 408-480-4684 From owner-cvs-src@FreeBSD.ORG Mon Jun 27 21:58:13 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 8DDD716A420; Mon, 27 Jun 2005 21:58:13 +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 50D9C43D1F; Mon, 27 Jun 2005 21:58:13 +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 j5RLwDY3006148; Mon, 27 Jun 2005 21:58:13 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RLwD3P006147; Mon, 27 Jun 2005 21:58:13 GMT (envelope-from thompsa) Message-Id: <200506272158.j5RLwD3P006147@repoman.freebsd.org> From: Andrew Thompson Date: Mon, 27 Jun 2005 21:58:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 21:58:14 -0000 thompsa 2005-06-27 21:58:12 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Fix a panic when bringing up the bridge interface. We were casting a ifnet pointer to a softc which is no longer valid since the ifnet struct was split out from the softc. Approved by: mlaier (mentor) Approved by: re (blanket) Revision Changes Path 1.8 +1 -1 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 22: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 D7ABC16A436; Mon, 27 Jun 2005 22:21:08 +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 779C943D48; Mon, 27 Jun 2005 22:21:08 +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 j5RML8ES007176; Mon, 27 Jun 2005 22:21:08 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RML8jS007175; Mon, 27 Jun 2005 22:21:08 GMT (envelope-from ps) Message-Id: <200506272221.j5RML8jS007175@repoman.freebsd.org> From: Paul Saab Date: Mon, 27 Jun 2005 22:21:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrreg.h amrvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 22:21:09 -0000 ps 2005-06-27 22:21:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrreg.h amrvar.h Log: Merge a whole slew of stability fixes from RELENG_5/CURRENT. - amr should now work reliably on systems with more than 4GB of ram. - Assign a static slot number to each command instead of doing a linear search for free slots each time a command is needed. - Fixes for the ioctl path. A good portition of these changes were submitted by David Sze Revision Changes Path 1.7.2.16 +244 -141 src/sys/dev/amr/amr.c 1.1.2.4 +13 -8 src/sys/dev/amr/amr_cam.c 1.5.2.7 +2 -3 src/sys/dev/amr/amr_disk.c 1.1.2.11 +11 -8 src/sys/dev/amr/amr_pci.c 1.1.2.5 +4 -1 src/sys/dev/amr/amrreg.h 1.2.2.8 +6 -0 src/sys/dev/amr/amrvar.h From owner-cvs-src@FreeBSD.ORG Mon Jun 27 22:21: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 87FF216A41C; Mon, 27 Jun 2005 22:21:42 +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 5DCD843D48; Mon, 27 Jun 2005 22:21:42 +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 j5RMLgeT007205; Mon, 27 Jun 2005 22:21:42 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RMLgG4007204; Mon, 27 Jun 2005 22:21:42 GMT (envelope-from phk) Message-Id: <200506272221.j5RMLgG4007204@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 27 Jun 2005 22:21: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/netinet/libalias alias.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 22:21:42 -0000 phk 2005-06-27 22:21:42 UTC FreeBSD src repository Modified files: sys/netinet/libalias alias.c Log: Libalias incorrectly applies proxy rules to the global divert socket: it should only look for existing translation entries, not create new ones (no matter how it got the idea). Approved by: re(scottl) Revision Changes Path 1.53 +5 -1 src/sys/netinet/libalias/alias.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 22:27: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 6358116A41C; Mon, 27 Jun 2005 22:27:43 +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 3961E43D48; Mon, 27 Jun 2005 22:27:43 +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 j5RMRhpK007458; Mon, 27 Jun 2005 22:27:43 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RMRhUB007457; Mon, 27 Jun 2005 22:27:43 GMT (envelope-from ps) Message-Id: <200506272227.j5RMRhUB007457@repoman.freebsd.org> From: Paul Saab Date: Mon, 27 Jun 2005 22:27: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/netinet tcp_input.c tcp_sack.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 22:27:43 -0000 ps 2005-06-27 22:27:43 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_sack.c tcp_var.h Log: - Postpone SACK option processing until after PAWS checks. SACK option processing is now done in the ACK processing case. - Merge tcp_sack_option() and tcp_del_sackholes() into a new function called tcp_sack_doack(). - Test (SEG.ACK < SND.MAX) before processing the ACK. Submitted by: Noritoshi Demizu Reveiewed by: Mohan Srinivasan, Raja Mukerji Approved by: re Revision Changes Path 1.277 +16 -20 src/sys/netinet/tcp_input.c 1.26 +35 -72 src/sys/netinet/tcp_sack.c 1.126 +3 -3 src/sys/netinet/tcp_var.h From owner-cvs-src@FreeBSD.ORG Mon Jun 27 22:31: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 ACE5716A41C; Mon, 27 Jun 2005 22:31:46 +0000 (GMT) (envelope-from ps@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DE1D43D1F; Mon, 27 Jun 2005 22:31:46 +0000 (GMT) (envelope-from ps@freebsd.org) Received: from [192.168.1.88] (64-142-76-135.dsl.static.sonic.net [64.142.76.135]) by elvis.mu.org (Postfix) with ESMTP id 51B075C97C; Mon, 27 Jun 2005 15:31:46 -0700 (PDT) Message-ID: <42C07E5D.2020505@freebsd.org> Date: Mon, 27 Jun 2005 15:31:57 -0700 From: Paul Saab User-Agent: Mozilla Thunderbird 1.0+ (Macintosh/20050626) MIME-Version: 1.0 To: Paul Saab References: <200506272221.j5RML8jS007175@repoman.freebsd.org> In-Reply-To: <200506272221.j5RML8jS007175@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrreg.h amrvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 22:31:47 -0000 I forgot to mention that all this was based off the work Scott Long did. Paul Saab wrote: > ps 2005-06-27 22:21:08 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c > amrreg.h amrvar.h > Log: > Merge a whole slew of stability fixes from RELENG_5/CURRENT. > > - amr should now work reliably on systems with more than 4GB of ram. > - Assign a static slot number to each command instead of doing a > linear search for free slots each time a command is needed. > - Fixes for the ioctl path. > > A good portition of these changes were submitted by > David Sze > > Revision Changes Path > 1.7.2.16 +244 -141 src/sys/dev/amr/amr.c > 1.1.2.4 +13 -8 src/sys/dev/amr/amr_cam.c > 1.5.2.7 +2 -3 src/sys/dev/amr/amr_disk.c > 1.1.2.11 +11 -8 src/sys/dev/amr/amr_pci.c > 1.1.2.5 +4 -1 src/sys/dev/amr/amrreg.h > 1.2.2.8 +6 -0 src/sys/dev/amr/amrvar.h > > From owner-cvs-src@FreeBSD.ORG Mon Jun 27 23:29: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 6CB5916A421; Mon, 27 Jun 2005 23:29:07 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34BFE43D49; Mon, 27 Jun 2005 23:29:07 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5RNT79X009835; Mon, 27 Jun 2005 23:29:07 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RNT7r4009834; Mon, 27 Jun 2005 23:29:07 GMT (envelope-from marcel) Message-Id: <200506272329.j5RNT7r4009834@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 27 Jun 2005 23:29: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/ia64/ia64 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: Mon, 27 Jun 2005 23:29:07 -0000 marcel 2005-06-27 23:29:06 UTC FreeBSD src repository Modified files: sys/ia64/ia64 trap.c Log: Cosmetic: s/u_int64_t/uint64_t/g Approved by: re (scottl) Revision Changes Path 1.111 +7 -7 src/sys/ia64/ia64/trap.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 23:34: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 5718916A41F; Mon, 27 Jun 2005 23:34:36 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13AE043D5C; Mon, 27 Jun 2005 23:34:36 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5RNYZ2H010050; Mon, 27 Jun 2005 23:34:35 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RNYZCw010049; Mon, 27 Jun 2005 23:34:35 GMT (envelope-from marcel) Message-Id: <200506272334.j5RNYZCw010049@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 27 Jun 2005 23:34:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 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: Mon, 27 Jun 2005 23:34:36 -0000 marcel 2005-06-27 23:34:35 UTC FreeBSD src repository Modified files: sys/ia64/ia64 trap.c Log: Replace the existing copyright notice with my own. Over the years I've changed this file so much that it's equivalent to a rewrite, and I'm not talking about any of the cosmetic changes of course. Approved by: re (scottl) Revision Changes Path 1.112 +19 -23 src/sys/ia64/ia64/trap.c From owner-cvs-src@FreeBSD.ORG Mon Jun 27 23:51: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 7D2E616A41C; Mon, 27 Jun 2005 23:51:38 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A8943D48; Mon, 27 Jun 2005 23:51:38 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5RNpcAm010721; Mon, 27 Jun 2005 23:51:38 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5RNpcwK010720; Mon, 27 Jun 2005 23:51:38 GMT (envelope-from marcel) Message-Id: <200506272351.j5RNpcwK010720@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 27 Jun 2005 23:51: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/ia64/ia64 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: Mon, 27 Jun 2005 23:51:38 -0000 marcel 2005-06-27 23:51:38 UTC FreeBSD src repository Modified files: sys/ia64/ia64 trap.c Log: Handle B-unit break instructions. The break.b is unique in that the immediate is not saved by the architecture. Any of the break.{mifx} instructions have their immediate saved in cr.iim on interruption. Consequently, when we handle the break interrupt, we end up with a break value of 0 when it was a break.b. The immediate is important because it distinguishes between different uses of the break and which are defined by the runtime specification. The bottomline is that when the GNU debugger replaces a B-unit instruction with a break instruction in the inferior, we would not send the process a SIGTRAP when we encounter it, because the value is not one we recognize as a debugger breakpoint. This change adds logic to decode the bundle in which the break instruction lives whenever the break value is 0. The assumption being that it's a break.b and we fetch the immediate directly out of the instruction. If the break instruction was not a break.b, but any of break.{mifx} with an immediate of 0, we would be doing unnecessary work. But since a break 0 is invalid, this is not a problem and it will still result in a SIGILL being sent to the process. Approved by: re (scottl) Revision Changes Path 1.113 +50 -1 src/sys/ia64/ia64/trap.c From owner-cvs-src@FreeBSD.ORG Tue Jun 28 02: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 2B88216A437; Tue, 28 Jun 2005 02:23:57 +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 F00A243D48; Tue, 28 Jun 2005 02:23:56 +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 j5S2Numr023060; Tue, 28 Jun 2005 02:23:56 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5S2Nu1b023059; Tue, 28 Jun 2005 02:23:56 GMT (envelope-from delphij) Message-Id: <200506280223.j5S2Nu1b023059@repoman.freebsd.org> From: Xin LI Date: Tue, 28 Jun 2005 02: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/sys/sys ucred.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 02:23:57 -0000 delphij 2005-06-28 02:23:56 UTC FreeBSD src repository Modified files: sys/sys ucred.h Log: Correct a comment in ucred.h. Submitted by: Wojciech A. Koszek PR: kern/82708 Approved by: re (scottl) Revision Changes Path 1.52 +1 -1 src/sys/sys/ucred.h From owner-cvs-src@FreeBSD.ORG Tue Jun 28 05:46: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 26B3216A427; Tue, 28 Jun 2005 05:46:50 +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 E347243D49; Tue, 28 Jun 2005 05:46:49 +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 j5S5knm9039231; Tue, 28 Jun 2005 05:46:49 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5S5knC6039230; Tue, 28 Jun 2005 05:46:49 GMT (envelope-from davidxu) Message-Id: <200506280546.j5S5knC6039230@repoman.freebsd.org> From: David Xu Date: Tue, 28 Jun 2005 05:46:49 +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/libpthread/thread thr_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 05:46:50 -0000 davidxu 2005-06-28 05:46:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libpthread/thread thr_private.h Log: MFC Revision 1.123: Fix off-by-one nanosecond in macro TIMESPEC_ADD. Revision Changes Path 1.118.2.4 +1 -1 src/lib/libpthread/thread/thr_private.h From owner-cvs-src@FreeBSD.ORG Tue Jun 28 06:55: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 968E116A41C; Tue, 28 Jun 2005 06:55:45 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D55443D49; Tue, 28 Jun 2005 06:55:45 +0000 (GMT) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5S6tjho041810; Tue, 28 Jun 2005 06:55:45 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5S6tjPl041809; Tue, 28 Jun 2005 06:55:45 GMT (envelope-from bz) Message-Id: <200506280655.j5S6tjPl041809@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Tue, 28 Jun 2005 06:55: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/net if_gre.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 06:55:45 -0000 bz 2005-06-28 06:55:45 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: Fix panic after ifnet changes in rev. 1.30. sc->sc_ifp is a pointer now and needs to be allocated before using. Reviewed by: gnn Approved by: re (scottl), rwatson (mentor) Revision Changes Path 1.32 +8 -2 src/sys/net/if_gre.c From owner-cvs-src@FreeBSD.ORG Tue Jun 28 09:06: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 A767716A41F; Tue, 28 Jun 2005 09:06:52 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7951B43D53; Tue, 28 Jun 2005 09:06:52 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5S96qJZ053676; Tue, 28 Jun 2005 09:06:52 GMT (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5S96qIi053675; Tue, 28 Jun 2005 09:06:52 GMT (envelope-from sos) Message-Id: <200506280906.j5S96qIi053675@repoman.freebsd.org> From: Søren Schmidt Date: Tue, 28 Jun 2005 09:06:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 09:06:52 -0000 sos 2005-06-28 09:06:52 UTC FreeBSD src repository Modified files: sys/dev/ata ata-queue.c Log: Zero donecount on auto request sense. PR: 81450 Approved by: re@ (scottl) Revision Changes Path 1.50 +1 -0 src/sys/dev/ata/ata-queue.c From owner-cvs-src@FreeBSD.ORG Tue Jun 28 10:11: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 F2E1D16A41C; Tue, 28 Jun 2005 10:11:38 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D1943D53; Tue, 28 Jun 2005 10:11:38 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.1.3] (usen-221x253x221x50.ap-US01.usen.ad.jp [221.253.221.50]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j5SABXo5002295 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 28 Jun 2005 03:11:37 -0700 Message-ID: <42C12109.4040908@root.org> Date: Tue, 28 Jun 2005 03:06:01 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= References: <20050628090657.2A18916A420@hub.freebsd.org> In-Reply-To: <20050628090657.2A18916A420@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 10:11:39 -0000 Søren Schmidt wrote: > sos 2005-06-28 09:06:52 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-queue.c > Log: > Zero donecount on auto request sense. > > PR: 81450 > Approved by: re@ (scottl) > > Revision Changes Path > 1.50 +1 -0 src/sys/dev/ata/ata-queue.c > > > Index: src/sys/dev/ata/ata-queue.c > diff -u src/sys/dev/ata/ata-queue.c:1.49 src/sys/dev/ata/ata-queue.c:1.50 > --- src/sys/dev/ata/ata-queue.c:1.49 Wed May 11 14:36:26 2005 > +++ src/sys/dev/ata/ata-queue.c Tue Jun 28 09:06:52 2005 > @@ -355,6 +355,7 @@ > bcopy(ccb, request->u.atapi.ccb, 16); > request->data = (caddr_t)&request->u.atapi.sense_data; > request->bytecount = sizeof(struct atapi_sense); > + request->donecount = 0; > request->transfersize = sizeof(struct atapi_sense); > request->timeout = 5; > request->flags &= (ATA_R_ATAPI | ATA_R_QUIET); Since this is a recurring issue, perhaps it makes sense to have a ata_init_request() function that prepares a request structure before running it. A similar approach is used in cam. -- Nate From owner-cvs-src@FreeBSD.ORG Tue Jun 28 11: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 C6B9D16A41C; Tue, 28 Jun 2005 11:41:27 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486A843D53; Tue, 28 Jun 2005 11:41:26 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id j5SBfPLH006635; Tue, 28 Jun 2005 15:41:25 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id j5SBfPZA006632; Tue, 28 Jun 2005 15:41:25 +0400 (MSD) (envelope-from ache) Date: Tue, 28 Jun 2005 15:41:25 +0400 From: Andrey Chernov To: Paul Saab Message-ID: <20050628114125.GB6185@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Paul Saab , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200506272227.j5RMRhUB007457@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506272227.j5RMRhUB007457@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/sys/netinet tcp_input.c tcp_sack.c tcp_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 11:41:27 -0000 On Mon, Jun 27, 2005 at 10:27:43PM +0000, Paul Saab wrote: > ps 2005-06-27 22:27:43 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_input.c tcp_sack.c tcp_var.h > Log: > - Postpone SACK option processing until after PAWS checks. SACK option > processing is now done in the ACK processing case. > - Merge tcp_sack_option() and tcp_del_sackholes() into a new function > called tcp_sack_doack(). > - Test (SEG.ACK < SND.MAX) before processing the ACK. I periodically got kernel: tcp_sack_output: Computed sack hole not the same as cached value with that change. -- http://ache.pp.ru/ From owner-cvs-src@FreeBSD.ORG Tue Jun 28 13:51: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 1514216A421 for ; Tue, 28 Jun 2005 13:51:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D8DE43D53 for ; Tue, 28 Jun 2005 13:51:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 26851 invoked from network); 28 Jun 2005 13:51:23 -0000 Received: from server.baldwin.cx ([216.27.160.63]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 28 Jun 2005 13:51:22 -0000 Received: from zion.baldwin.cx (zion.baldwin.cx [192.168.0.7]) (authenticated bits=0) by server.baldwin.cx (8.13.1/8.13.1) with ESMTP id j5SDpFfH097817; Tue, 28 Jun 2005 09:51:15 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: SXren Schmidt Date: Tue, 28 Jun 2005 09:51:08 -0400 User-Agent: KMail/1.8 References: <200506280906.j5S96qIi053675@repoman.freebsd.org> In-Reply-To: <200506280906.j5S96qIi053675@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200506280951.10203.jhb@FreeBSD.org> X-Spam-Status: No, score=-2.8 required=4.2 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on server.baldwin.cx Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 13:51:24 -0000 On Tuesday 28 June 2005 05:06 am, SXren Schmidt wrote: > sos 2005-06-28 09:06:52 UTC > > FreeBSD src repository > > Modified files: > sys/dev/ata ata-queue.c > Log: > Zero donecount on auto request sense. > > PR: 81450 > Approved by: re@ (scottl) Are you going to commit this to 5.x now as well? FWIW, the patch in questi= on=20 was straight from the bug report as well. =2D-=20 John Baldwin =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jun 28 15:30: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 7050F16A41C; Tue, 28 Jun 2005 15:30:22 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id E89FC43D53; Tue, 28 Jun 2005 15:30:21 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j5SFOllq043320; Tue, 28 Jun 2005 17:24:47 +0200 (CEST) (envelope-from sos@FreeBSD.org) In-Reply-To: <200506280951.10203.jhb@FreeBSD.org> References: <200506280906.j5S96qIi053675@repoman.freebsd.org> <200506280951.10203.jhb@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Tue, 28 Jun 2005 17:30:18 +0200 To: John Baldwin X-Mailer: Apple Mail (2.730) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 15:30:22 -0000 On 28/06/2005, at 15:51, John Baldwin wrote: > On Tuesday 28 June 2005 05:06 am, SXren Schmidt wrote: > >> sos 2005-06-28 09:06:52 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-queue.c >> Log: >> Zero donecount on auto request sense. >> >> PR: 81450 >> Approved by: re@ (scottl) >> > > Are you going to commit this to 5.x now as well? FWIW, the patch =20 > in question > was straight from the bug report as well. Well, I thought that the plan was to have 6.0 be the solution to 5.x =20 problems ;) Anyhow if/when I'll commit anything to 5.x, it will be the ATA driver =20= from 6.0/current. The problem being that the ABI for atacontrol etc has changed so it =20 kindof breaks the charter of -stable IMHO. Other than that I have the bits sitting here on my lone -stable box =20 just waiting for a push on the big red commit key :) . - S=F8ren From owner-cvs-src@FreeBSD.ORG Tue Jun 28 15:57: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 34CB416A41C; Tue, 28 Jun 2005 15:57:31 +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 095A143D5C; Tue, 28 Jun 2005 15:57:31 +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 j5SFvUCq076485; Tue, 28 Jun 2005 15:57:30 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5SFvU3p076484; Tue, 28 Jun 2005 15:57:30 GMT (envelope-from rushani) Message-Id: <200506281557.j5SFvU3p076484@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Tue, 28 Jun 2005 15:57:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/ja_JP.eucJP/hardware/common artheader.sgml dev.sgml src/release/doc/ja_JP.eucJP/hardware/ia64 proc-ia64.sgml src/release/doc/ja_JP.eucJP/share/sgml dev-auto-ja.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: Tue, 28 Jun 2005 15:57:31 -0000 rushani 2005-06-28 15:57:30 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/ja_JP.eucJP/hardware/common artheader.sgml dev.sgml release/doc/ja_JP.eucJP/hardware/ia64 proc-ia64.sgml release/doc/ja_JP.eucJP/share/sgml dev-auto-ja.sgml Log: Merge the following from the English version: 1.5 -> 1.5.2.1 hardware/common/artheader.sgml 1.256 -> 1.227.2.26.2.2 hardware/common/dev.sgml 1.7 -> 1.9 hardware/ia64/proc-ia64.sgml Update a Japanese override of dev-auto.sgml. Submitted by: Ryusuke Suzuki Reference: [doc-jp-work 1116, 1158] Revision Changes Path 1.2.6.2 +2 -1 src/release/doc/ja_JP.eucJP/hardware/common/artheader.sgml 1.23.2.2 +48 -482 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml 1.4.2.1 +2 -2 src/release/doc/ja_JP.eucJP/hardware/ia64/proc-ia64.sgml 1.1.2.2 +31 -9 src/release/doc/ja_JP.eucJP/share/sgml/dev-auto-ja.sgml From owner-cvs-src@FreeBSD.ORG Tue Jun 28 16:15: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 6075116A41C; Tue, 28 Jun 2005 16:15:03 +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 196AD43D53; Tue, 28 Jun 2005 16:15:00 +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 j5SGExOf014808 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Jun 2005 12:14:59 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id j5SGEsma075622; Tue, 28 Jun 2005 12:14:54 -0400 (EDT) (envelope-from gallatin) Date: Tue, 28 Jun 2005 12:14:54 -0400 From: Andrew Gallatin To: Luigi Rizzo Message-ID: <20050628121454.A75589@grasshopper.cs.duke.edu> References: <200506270736.j5R7a3OZ036531@repoman.freebsd.org> <20050627152155.GF93072@ip.net.ua> <20050627083101.B56456@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20050627083101.B56456@xorpc.icir.org>; from rizzo@icir.org on Mon, Jun 27, 2005 at 08:31:01AM -0700 X-Operating-System: FreeBSD 4.9-RELEASE-p1 on an i386 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet/libalias alias_ftp.c alias_irc.c alias_local.h alias_proxy.c alias_skinny.c alias_smedia.c alias_util.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 16:15:03 -0000 Luigi Rizzo [rizzo@icir.org] wrote: > On Mon, Jun 27, 2005 at 06:21:55PM +0300, Ruslan Ermilov wrote: > ... > > Why can't we just say that checksum offloading is incompatible > > with NAT (like with many other things), and do the software > > checksum calculations in libalias? > > actually the more i see it the more i think checksum offloading > is a disgrace rather than a performance boost. > > it needs a lot of special cases throughout the protocol stack > to be supported properly, which constitutes extra overhead > with low-end hardware which does not support the offloading; > > it does not pay on small packets such as acks where you have > to touch the whole packet anyways; There are definately tradeoffs, but let's not throw the baby out with the bathwater. In terms of IP header checksum offload, I could not find any case where doing IP header checksums in our (relatively slow) 333MHz network proccessor was faster than doing them on the 10x faster host CPU. This is mainly because the host has to touch the header anyway, so its already going to take the cache misses to access it. So our driver/firmware does not support IP header checksum offload, but it does support TCP and UDP checksum offload. Where checksum offload really buys you something is when you're on an endstation, and you're not touching the data at all (sendfile sends) or when you're not touching the data for a long time (recv into a socket buffer where the app does not check it for a while). On our 4Gb/sec adapters, checksum offloading is the difference between being able to send via sendfile at 3.95 Gb/sec vs 3.2Gb/sec with a higher CPU utilization. And this is on an SMP P4 where the sfbuf code does some expensive VM magic. The difference would be more pronounced on an opteron. With 10GbE just around the corner, avoiding data touches is more important than ever. Drew From owner-cvs-src@FreeBSD.ORG Tue Jun 28 16:46: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 A9AA116A41C; Tue, 28 Jun 2005 16:46:19 +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 7F67443D49; Tue, 28 Jun 2005 16:46:19 +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 j5SGkJFU079701; Tue, 28 Jun 2005 16:46:19 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5SGkJvq079700; Tue, 28 Jun 2005 16:46:19 GMT (envelope-from rushani) Message-Id: <200506281646.j5SGkJvq079700@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Tue, 28 Jun 2005 16:46:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/ja_JP.eucJP/hardware/common dev.sgml src/release/doc/ja_JP.eucJP/share/sgml dev-auto-ja.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: Tue, 28 Jun 2005 16:46:19 -0000 rushani 2005-06-28 16:46:19 UTC FreeBSD src repository (doc committer) Modified files: (Branch: RELENG_5) release/doc/ja_JP.eucJP/hardware/common dev.sgml release/doc/ja_JP.eucJP/share/sgml dev-auto-ja.sgml Log: Merge the following from the English version: 1.227.2.26.2.2 -> 1.227.2.31 hardware/common/dev.sgml Update a Japanese override of dev-auto.sgml. Revision Changes Path 1.23.2.3 +20 -25 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml 1.1.2.3 +15 -14 src/release/doc/ja_JP.eucJP/share/sgml/dev-auto-ja.sgml From owner-cvs-src@FreeBSD.ORG Tue Jun 28 18:14: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 5B4AA16A437; Tue, 28 Jun 2005 18:14:47 +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 CC86F43D4C; Tue, 28 Jun 2005 18:14:46 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.231] (Not Verified[65.202.103.25]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Tue, 28 Jun 2005 14:28:30 -0400 From: John Baldwin To: =?iso-8859-1?q?S=F8ren_Schmidt?= Date: Tue, 28 Jun 2005 13:10:48 -0400 User-Agent: KMail/1.8 References: <200506280906.j5S96qIi053675@repoman.freebsd.org> <200506280951.10203.jhb@FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200506281310.50238.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 18:14:47 -0000 On Tuesday 28 June 2005 11:30 am, S=F8ren Schmidt wrote: > On 28/06/2005, at 15:51, John Baldwin wrote: > > On Tuesday 28 June 2005 05:06 am, SXren Schmidt wrote: > >> sos 2005-06-28 09:06:52 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/dev/ata ata-queue.c > >> Log: > >> Zero donecount on auto request sense. > >> > >> PR: 81450 > >> Approved by: re@ (scottl) > > > > Are you going to commit this to 5.x now as well? FWIW, the patch > > in question > > was straight from the bug report as well. > > Well, I thought that the plan was to have 6.0 be the solution to 5.x > problems ;) > > Anyhow if/when I'll commit anything to 5.x, it will be the ATA driver > from 6.0/current. > The problem being that the ABI for atacontrol etc has changed so it > kindof breaks the charter of -stable IMHO. > Other than that I have the bits sitting here on my lone -stable box > just waiting for a push on the big red commit key :) > . > - S=F8ren Well is it ok if I merge just this change to 5.x then? =2D-=20 John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =3D http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jun 28 18:24: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 B1EB816A41C; Tue, 28 Jun 2005 18:24:30 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 331D243D1F; Tue, 28 Jun 2005 18:24:30 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j5SIIsYJ045106; Tue, 28 Jun 2005 20:18:54 +0200 (CEST) (envelope-from sos@FreeBSD.org) In-Reply-To: <200506281310.50238.jhb@FreeBSD.org> References: <200506280906.j5S96qIi053675@repoman.freebsd.org> <200506280951.10203.jhb@FreeBSD.org> <200506281310.50238.jhb@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <8EFCED13-E340-4C7D-A13B-3A5B01C4241E@FreeBSD.org> Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Tue, 28 Jun 2005 20:24:27 +0200 To: John Baldwin X-Mailer: Apple Mail (2.730) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 18:24:30 -0000 On 28/06/2005, at 19:10, John Baldwin wrote: > On Tuesday 28 June 2005 11:30 am, S=F8ren Schmidt wrote: > >> On 28/06/2005, at 15:51, John Baldwin wrote: >> >>> On Tuesday 28 June 2005 05:06 am, SXren Schmidt wrote: >>> >>>> sos 2005-06-28 09:06:52 UTC >>>> >>>> FreeBSD src repository >>>> >>>> Modified files: >>>> sys/dev/ata ata-queue.c >>>> Log: >>>> Zero donecount on auto request sense. >>>> >>>> PR: 81450 >>>> Approved by: re@ (scottl) >>>> >>> >>> Are you going to commit this to 5.x now as well? FWIW, the patch >>> in question >>> was straight from the bug report as well. >>> >> >> Well, I thought that the plan was to have 6.0 be the solution to 5.x >> problems ;) >> >> Anyhow if/when I'll commit anything to 5.x, it will be the ATA driver >> from 6.0/current. >> The problem being that the ABI for atacontrol etc has changed so it >> kindof breaks the charter of -stable IMHO. >> Other than that I have the bits sitting here on my lone -stable box >> just waiting for a push on the big red commit key :) >> . >> - S=F8ren >> > > Well is it ok if I merge just this change to 5.x then? As I've stated earlier I don't support what's been put into 5.x to =20 "fix" bugs. ATA mkIII is the fix for the 5.x problems/bugs from this end, so you =20 can do exactly what you want on the ATA code in 5.x as I don't really =20= care :) - S=F8ren From owner-cvs-src@FreeBSD.ORG Tue Jun 28 19: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 9632616A421; Tue, 28 Jun 2005 19:21:12 +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 064B043D1D; Tue, 28 Jun 2005 19:21:11 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.231] (Not Verified[65.202.103.25]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Tue, 28 Jun 2005 15:34:55 -0400 From: John Baldwin To: =?iso-8859-1?q?S=F8ren_Schmidt?= Date: Tue, 28 Jun 2005 15:20:59 -0400 User-Agent: KMail/1.8 References: <200506280906.j5S96qIi053675@repoman.freebsd.org> <200506281310.50238.jhb@FreeBSD.org> <8EFCED13-E340-4C7D-A13B-3A5B01C4241E@FreeBSD.org> In-Reply-To: <8EFCED13-E340-4C7D-A13B-3A5B01C4241E@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200506281521.00598.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 19:21:12 -0000 On Tuesday 28 June 2005 02:24 pm, S=F8ren Schmidt wrote: > On 28/06/2005, at 19:10, John Baldwin wrote: > > On Tuesday 28 June 2005 11:30 am, S=F8ren Schmidt wrote: > >> On 28/06/2005, at 15:51, John Baldwin wrote: > >>> On Tuesday 28 June 2005 05:06 am, SXren Schmidt wrote: > >>>> sos 2005-06-28 09:06:52 UTC > >>>> > >>>> FreeBSD src repository > >>>> > >>>> Modified files: > >>>> sys/dev/ata ata-queue.c > >>>> Log: > >>>> Zero donecount on auto request sense. > >>>> > >>>> PR: 81450 > >>>> Approved by: re@ (scottl) > >>> > >>> Are you going to commit this to 5.x now as well? FWIW, the patch > >>> in question > >>> was straight from the bug report as well. > >> > >> Well, I thought that the plan was to have 6.0 be the solution to 5.x > >> problems ;) > >> > >> Anyhow if/when I'll commit anything to 5.x, it will be the ATA driver > >> from 6.0/current. > >> The problem being that the ABI for atacontrol etc has changed so it > >> kindof breaks the charter of -stable IMHO. > >> Other than that I have the bits sitting here on my lone -stable box > >> just waiting for a push on the big red commit key :) > >> . > >> - S=F8ren > > > > Well is it ok if I merge just this change to 5.x then? > > As I've stated earlier I don't support what's been put into 5.x to > "fix" bugs. > ATA mkIII is the fix for the 5.x problems/bugs from this end, so you > can do exactly what you want on the ATA code in 5.x as I don't really > care :) I'll be sure to remember that helpful attitude the next time you have an is= sue=20 with one of your production machines that I could help with. Also, given=20 that you committed the exact patch from the PR to HEAD and then claimed whe= n=20 you closed the PR prematurely that it was "solved (differently) in -current= "=20 that was very rude to the submitter who took time to find a bug in *your*=20 code and submit a working patch to fix it. I've also offered numerous times to do the actual commit of the fix to 5.x = if=20 you would give it a quick glance over but you always responded to both me a= nd=20 the submitter by saying that the bug was already fixed in ata mkIII and=20 wouldn't comment on the validity of the patch other than to say that the bu= g=20 was fixed differently in a different file in current. Given that you just= =20 now committed the exact patch to HEAD, it would seem that, in fact, ata mkI= II=20 did _not_ contain the correct fix as you had previously stated, and I guess= =20 the fact that you committed it to HEAD finally gives me some actual feedbac= k=20 on my requests for you to give it a quick review so the fix could be put in= =20 5.x (since I was under the impression from your earlier e-mails that this=20 issue was present on 5.x only). =2D-=20 John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =3D http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Tue Jun 28 19:51: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 4044016A41F; Tue, 28 Jun 2005 19:51:00 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id A251343D1D; Tue, 28 Jun 2005 19:50:59 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j5SJjNL3046017; Tue, 28 Jun 2005 21:45:23 +0200 (CEST) (envelope-from sos@FreeBSD.org) In-Reply-To: <200506281521.00598.jhb@FreeBSD.org> References: <200506280906.j5S96qIi053675@repoman.freebsd.org> <200506281310.50238.jhb@FreeBSD.org> <8EFCED13-E340-4C7D-A13B-3A5B01C4241E@FreeBSD.org> <200506281521.00598.jhb@FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <04E48272-9625-406C-AF58-BA1A554FFC89@FreeBSD.org> Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Tue, 28 Jun 2005 21:50:55 +0200 To: John Baldwin X-Mailer: Apple Mail (2.730) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 19:51:00 -0000 On 28/06/2005, at 21:20, John Baldwin wrote: > On Tuesday 28 June 2005 02:24 pm, S=F8ren Schmidt wrote: > >> On 28/06/2005, at 19:10, John Baldwin wrote: >> >>> On Tuesday 28 June 2005 11:30 am, S=F8ren Schmidt wrote: >>> >>>> On 28/06/2005, at 15:51, John Baldwin wrote: >>>> >>>>> On Tuesday 28 June 2005 05:06 am, SXren Schmidt wrote: >>>>> >>>>>> sos 2005-06-28 09:06:52 UTC >>>>>> >>>>>> FreeBSD src repository >>>>>> >>>>>> Modified files: >>>>>> sys/dev/ata ata-queue.c >>>>>> Log: >>>>>> Zero donecount on auto request sense. >>>>>> >>>>>> PR: 81450 >>>>>> Approved by: re@ (scottl) >>>>>> >>>>> >>>>> Are you going to commit this to 5.x now as well? FWIW, the patch >>>>> in question >>>>> was straight from the bug report as well. >>>>> >>>> >>>> Well, I thought that the plan was to have 6.0 be the solution to =20= >>>> 5.x >>>> problems ;) >>>> >>>> Anyhow if/when I'll commit anything to 5.x, it will be the ATA =20 >>>> driver >>>> from 6.0/current. >>>> The problem being that the ABI for atacontrol etc has changed so it >>>> kindof breaks the charter of -stable IMHO. >>>> Other than that I have the bits sitting here on my lone -stable box >>>> just waiting for a push on the big red commit key :) >>>> . >>>> - S=F8ren >>>> >>> >>> Well is it ok if I merge just this change to 5.x then? >>> >> >> As I've stated earlier I don't support what's been put into 5.x to >> "fix" bugs. >> ATA mkIII is the fix for the 5.x problems/bugs from this end, so you >> can do exactly what you want on the ATA code in 5.x as I don't really >> care :) >> > > I'll be sure to remember that helpful attitude the next time you =20 > have an issue > with one of your production machines that I could help with. Also, =20= > given > that you committed the exact patch from the PR to HEAD and then =20 > claimed when > you closed the PR prematurely that it was "solved (differently) in -=20= > current" > that was very rude to the submitter who took time to find a bug in =20 > *your* > code and submit a working patch to fix it. Just to give the balance here I have mailed with the submitter and =20 excused that it wasn't in -current but only in my local tree, shit =20 happens you know.. > I've also offered numerous times to do the actual commit of the fix =20= > to 5.x if > you would give it a quick glance over but you always responded to =20 > both me and > the submitter by saying that the bug was already fixed in ata mkIII =20= > and > wouldn't comment on the validity of the patch other than to say =20 > that the bug > was fixed differently in a different file in current. Given that =20 > you just > now committed the exact patch to HEAD, it would seem that, in fact, =20= > ata mkIII > did _not_ contain the correct fix as you had previously stated, and =20= > I guess > the fact that you committed it to HEAD finally gives me some actual =20= > feedback > on my requests for you to give it a quick review so the fix could =20 > be put in > 5.x (since I was under the impression from your earlier e-mails =20 > that this > issue was present on 5.x only). Right, and all the mess is because it was decided to hack around in =20 ATA in 5.x whilst it was well known that the mkIII work was close to =20 being done. Mind you mkIII is all about fixing bugs in ATA, and =20 finetuning the infrastructure for future work. That made me abandon ATA as is in 5.x, as I only have 24 hours a day =20 and a real life to take care off (I know that is not the common case =20 around here), and I simply don't have the time to sort out what hss =20 been randomly thrown into the pot, sorry. If the project cannot live =20 with that, I'll hand in my maintainer and commit bit any day, just =20 say when, I'm tired so tired already.. Now, I do have a 5.4 version of ATA from current, but its unclear to =20 me if it is wanted/allowed into 5.x, and until that eventual commit =20 happens I'm out of the loop on ATA in 5.x which I also stated =20 repeatedly here on the lists. That all said I seriously think we all need a vacation and several =20 nights of good sleep :) - S=F8ren From owner-cvs-src@FreeBSD.ORG Tue Jun 28 20: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 77F7916A41C; Tue, 28 Jun 2005 20:15:23 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B52643D48; Tue, 28 Jun 2005 20:15:23 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5SKFNth000599; Tue, 28 Jun 2005 20:15:23 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5SKFMn8000598; Tue, 28 Jun 2005 20:15:22 GMT (envelope-from hmp) Message-Id: <200506282015.j5SKFMn8000598@repoman.freebsd.org> From: Hiten Pandya Date: Tue, 28 Jun 2005 20:15: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/share/man/man9 BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9 DELAY.9 DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_IDENTIFY.9 DEVICE_PROBE.9 DEVICE_SHUTDOWN.9 VOP_ACCESS.9 VOP_ACLCHECK.9 VOP_ADVLOCK.9 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 20:15:23 -0000 hmp 2005-06-28 20:15:21 UTC FreeBSD src repository Modified files: share/man/man9 BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9 DELAY.9 DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_IDENTIFY.9 DEVICE_PROBE.9 DEVICE_SHUTDOWN.9 VOP_ACCESS.9 VOP_ACLCHECK.9 VOP_ADVLOCK.9 VOP_ATTRIB.9 VOP_BWRITE.9 VOP_CREATE.9 VOP_FSYNC.9 VOP_GETACL.9 VOP_GETVOBJECT.9 VOP_INACTIVE.9 VOP_IOCTL.9 VOP_LINK.9 VOP_LOCK.9 VOP_LOOKUP.9 VOP_OPENCLOSE.9 VOP_PATHCONF.9 VOP_PRINT.9 VOP_RDWR.9 VOP_READDIR.9 VOP_READLINK.9 VOP_REALLOCBLKS.9 VOP_REMOVE.9 VOP_REVOKE.9 VOP_SETACL.9 VOP_SETEXTATTR.9 VOP_STRATEGY.9 acl.9 bpf.9 bus_alloc_resource.9 bus_child_present.9 bus_generic_attach.9 bus_generic_detach.9 bus_generic_print_child.9 bus_generic_read_ivar.9 bus_generic_shutdown.9 bus_release_resource.9 bus_set_resource.9 crypto.9 devclass.9 devclass_add_driver.9 devclass_find.9 devclass_get_count.9 devclass_get_device.9 devclass_get_devices.9 devclass_get_drivers.9 devclass_get_maxunit.9 devclass_get_name.9 devclass_get_softc.9 device.9 devsw.9 domain.9 driver.9 extattr.9 getnewvnode.9 groupmember.9 hexdump.9 ieee80211.9 ieee80211_crypto.9 ieee80211_input.9 ieee80211_ioctl.9 ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 kobj.9 lock.9 mac.9 mbuf.9 mbuf_tags.9 module.9 pci.9 pfind.9 pgfind.9 rman.9 selrecord.9 signal.9 sleep.9 spl.9 style.9 taskqueue.9 ucred.9 uidinfo.9 uio.9 vaccess.9 vaccess_acl_posix1e.9 vcount.9 vflush.9 vfsconf.9 vget.9 vgone.9 vhold.9 vinvalbuf.9 vm_map_check_protection.9 vm_map_clean.9 vm_map_create.9 vm_map_delete.9 vm_map_find.9 vm_map_findspace.9 vm_map_inherit.9 vm_map_init.9 vm_map_insert.9 vm_map_lock.9 vm_map_lookup.9 vm_map_madvise.9 vm_map_protect.9 vm_map_remove.9 vm_map_simplify_entry.9 vm_map_stack.9 vm_map_submap.9 vm_map_wire.9 vm_page_alloc.9 vm_page_bits.9 vm_page_flag.9 vm_page_grab.9 vm_page_io.9 vm_page_lookup.9 vm_page_protect.9 vm_page_sleep_busy.9 vm_page_unmanage.9 vm_page_wakeup.9 vm_page_wire.9 vm_page_zero_fill.9 vm_set_page_size.9 vn_fullpath.9 vn_isdisk.9 vnode.9 vput.9 vref.9 vrele.9 zero_copy.9 Log: Use 'manual page' instead of 'man page' for consistency. Approved by: re (hrs) Revision Changes Path 1.8 +1 -1 src/share/man/man9/BUF_LOCK.9 1.7 +1 -1 src/share/man/man9/BUF_LOCKFREE.9 1.8 +1 -1 src/share/man/man9/BUF_LOCKINIT.9 1.7 +1 -1 src/share/man/man9/BUF_REFCNT.9 1.9 +1 -1 src/share/man/man9/BUF_TIMELOCK.9 1.7 +1 -1 src/share/man/man9/BUF_UNLOCK.9 1.8 +1 -1 src/share/man/man9/DELAY.9 1.10 +1 -1 src/share/man/man9/DEVICE_ATTACH.9 1.13 +1 -1 src/share/man/man9/DEVICE_DETACH.9 1.13 +1 -1 src/share/man/man9/DEVICE_IDENTIFY.9 1.21 +1 -1 src/share/man/man9/DEVICE_PROBE.9 1.9 +1 -1 src/share/man/man9/DEVICE_SHUTDOWN.9 1.21 +1 -1 src/share/man/man9/VOP_ACCESS.9 1.14 +1 -1 src/share/man/man9/VOP_ACLCHECK.9 1.14 +1 -1 src/share/man/man9/VOP_ADVLOCK.9 1.25 +1 -1 src/share/man/man9/VOP_ATTRIB.9 1.12 +1 -1 src/share/man/man9/VOP_BWRITE.9 1.18 +1 -1 src/share/man/man9/VOP_CREATE.9 1.15 +1 -1 src/share/man/man9/VOP_FSYNC.9 1.15 +1 -1 src/share/man/man9/VOP_GETACL.9 1.8 +1 -1 src/share/man/man9/VOP_GETVOBJECT.9 1.16 +1 -1 src/share/man/man9/VOP_INACTIVE.9 1.15 +1 -1 src/share/man/man9/VOP_IOCTL.9 1.23 +1 -1 src/share/man/man9/VOP_LINK.9 1.17 +1 -1 src/share/man/man9/VOP_LOCK.9 1.24 +1 -1 src/share/man/man9/VOP_LOOKUP.9 1.18 +1 -1 src/share/man/man9/VOP_OPENCLOSE.9 1.12 +1 -1 src/share/man/man9/VOP_PATHCONF.9 1.10 +1 -1 src/share/man/man9/VOP_PRINT.9 1.19 +1 -1 src/share/man/man9/VOP_RDWR.9 1.14 +1 -1 src/share/man/man9/VOP_READDIR.9 1.13 +1 -1 src/share/man/man9/VOP_READLINK.9 1.11 +1 -1 src/share/man/man9/VOP_REALLOCBLKS.9 1.14 +1 -1 src/share/man/man9/VOP_REMOVE.9 1.6 +1 -1 src/share/man/man9/VOP_REVOKE.9 1.13 +1 -1 src/share/man/man9/VOP_SETACL.9 1.20 +1 -1 src/share/man/man9/VOP_SETEXTATTR.9 1.17 +1 -1 src/share/man/man9/VOP_STRATEGY.9 1.14 +1 -1 src/share/man/man9/acl.9 1.6 +2 -2 src/share/man/man9/bpf.9 1.21 +1 -1 src/share/man/man9/bus_alloc_resource.9 1.4 +1 -1 src/share/man/man9/bus_child_present.9 1.8 +1 -1 src/share/man/man9/bus_generic_attach.9 1.8 +1 -1 src/share/man/man9/bus_generic_detach.9 1.11 +1 -1 src/share/man/man9/bus_generic_print_child.9 1.9 +2 -2 src/share/man/man9/bus_generic_read_ivar.9 1.8 +1 -1 src/share/man/man9/bus_generic_shutdown.9 1.11 +1 -1 src/share/man/man9/bus_release_resource.9 1.5 +1 -1 src/share/man/man9/bus_set_resource.9 1.5 +1 -1 src/share/man/man9/crypto.9 1.12 +1 -1 src/share/man/man9/devclass.9 1.9 +1 -1 src/share/man/man9/devclass_add_driver.9 1.9 +1 -1 src/share/man/man9/devclass_find.9 1.3 +1 -1 src/share/man/man9/devclass_get_count.9 1.9 +2 -2 src/share/man/man9/devclass_get_device.9 1.9 +1 -1 src/share/man/man9/devclass_get_devices.9 1.4 +1 -1 src/share/man/man9/devclass_get_drivers.9 1.8 +1 -1 src/share/man/man9/devclass_get_maxunit.9 1.7 +2 -2 src/share/man/man9/devclass_get_name.9 1.8 +2 -2 src/share/man/man9/devclass_get_softc.9 1.16 +1 -1 src/share/man/man9/device.9 1.7 +1 -1 src/share/man/man9/devsw.9 1.5 +1 -1 src/share/man/man9/domain.9 1.11 +1 -1 src/share/man/man9/driver.9 1.15 +1 -1 src/share/man/man9/extattr.9 1.5 +1 -1 src/share/man/man9/getnewvnode.9 1.2 +1 -1 src/share/man/man9/groupmember.9 1.5 +1 -1 src/share/man/man9/hexdump.9 1.4 +1 -1 src/share/man/man9/ieee80211.9 1.3 +1 -1 src/share/man/man9/ieee80211_crypto.9 1.3 +1 -1 src/share/man/man9/ieee80211_input.9 1.3 +1 -1 src/share/man/man9/ieee80211_ioctl.9 1.4 +1 -1 src/share/man/man9/ieee80211_node.9 1.3 +1 -1 src/share/man/man9/ieee80211_output.9 1.3 +1 -1 src/share/man/man9/ieee80211_proto.9 1.16 +1 -1 src/share/man/man9/kobj.9 1.12 +1 -1 src/share/man/man9/lock.9 1.15 +1 -1 src/share/man/man9/mac.9 1.58 +1 -1 src/share/man/man9/mbuf.9 1.7 +1 -1 src/share/man/man9/mbuf_tags.9 1.10 +1 -1 src/share/man/man9/module.9 1.9 +1 -1 src/share/man/man9/pci.9 1.4 +1 -1 src/share/man/man9/pfind.9 1.5 +1 -1 src/share/man/man9/pgfind.9 1.6 +1 -1 src/share/man/man9/rman.9 1.3 +1 -1 src/share/man/man9/selrecord.9 1.10 +1 -1 src/share/man/man9/signal.9 1.45 +1 -1 src/share/man/man9/sleep.9 1.20 +1 -1 src/share/man/man9/spl.9 1.121 +1 -1 src/share/man/man9/style.9 1.20 +1 -1 src/share/man/man9/taskqueue.9 1.9 +1 -1 src/share/man/man9/ucred.9 1.5 +1 -1 src/share/man/man9/uidinfo.9 1.19 +1 -1 src/share/man/man9/uio.9 1.9 +1 -1 src/share/man/man9/vaccess.9 1.5 +2 -2 src/share/man/man9/vaccess_acl_posix1e.9 1.5 +2 -2 src/share/man/man9/vcount.9 1.5 +1 -1 src/share/man/man9/vflush.9 1.4 +1 -1 src/share/man/man9/vfsconf.9 1.12 +1 -1 src/share/man/man9/vget.9 1.4 +1 -1 src/share/man/man9/vgone.9 1.3 +1 -1 src/share/man/man9/vhold.9 1.8 +1 -1 src/share/man/man9/vinvalbuf.9 1.4 +1 -1 src/share/man/man9/vm_map_check_protection.9 1.5 +1 -1 src/share/man/man9/vm_map_clean.9 1.4 +1 -1 src/share/man/man9/vm_map_create.9 1.4 +1 -1 src/share/man/man9/vm_map_delete.9 1.4 +1 -1 src/share/man/man9/vm_map_find.9 1.5 +1 -1 src/share/man/man9/vm_map_findspace.9 1.4 +1 -1 src/share/man/man9/vm_map_inherit.9 1.4 +1 -1 src/share/man/man9/vm_map_init.9 1.5 +1 -1 src/share/man/man9/vm_map_insert.9 1.4 +1 -1 src/share/man/man9/vm_map_lock.9 1.4 +1 -1 src/share/man/man9/vm_map_lookup.9 1.4 +1 -1 src/share/man/man9/vm_map_madvise.9 1.4 +1 -1 src/share/man/man9/vm_map_protect.9 1.5 +1 -1 src/share/man/man9/vm_map_remove.9 1.4 +1 -1 src/share/man/man9/vm_map_simplify_entry.9 1.4 +1 -1 src/share/man/man9/vm_map_stack.9 1.4 +1 -1 src/share/man/man9/vm_map_submap.9 1.4 +1 -1 src/share/man/man9/vm_map_wire.9 1.6 +1 -1 src/share/man/man9/vm_page_alloc.9 1.3 +1 -1 src/share/man/man9/vm_page_bits.9 1.3 +2 -2 src/share/man/man9/vm_page_flag.9 1.3 +1 -1 src/share/man/man9/vm_page_grab.9 1.5 +1 -1 src/share/man/man9/vm_page_io.9 1.2 +1 -1 src/share/man/man9/vm_page_lookup.9 1.3 +2 -2 src/share/man/man9/vm_page_protect.9 1.2 +1 -1 src/share/man/man9/vm_page_sleep_busy.9 1.3 +1 -1 src/share/man/man9/vm_page_unmanage.9 1.2 +1 -1 src/share/man/man9/vm_page_wakeup.9 1.3 +1 -1 src/share/man/man9/vm_page_wire.9 1.3 +1 -1 src/share/man/man9/vm_page_zero_fill.9 1.4 +1 -1 src/share/man/man9/vm_set_page_size.9 1.4 +1 -1 src/share/man/man9/vn_fullpath.9 1.6 +2 -2 src/share/man/man9/vn_isdisk.9 1.29 +1 -1 src/share/man/man9/vnode.9 1.11 +1 -1 src/share/man/man9/vput.9 1.13 +1 -1 src/share/man/man9/vref.9 1.12 +1 -1 src/share/man/man9/vrele.9 1.7 +1 -1 src/share/man/man9/zero_copy.9 From owner-cvs-src@FreeBSD.ORG Tue Jun 28 21:38: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 4655916A41C; Tue, 28 Jun 2005 21:38:09 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3DC43D1F; Tue, 28 Jun 2005 21:38:09 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5SLc89m010990; Tue, 28 Jun 2005 21:38:08 GMT (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5SLc88i010989; Tue, 28 Jun 2005 21:38:08 GMT (envelope-from anholt) Message-Id: <200506282138.j5SLc88i010989@repoman.freebsd.org> From: Eric Anholt Date: Tue, 28 Jun 2005 21:38: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/drm radeon_cp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 21:38:09 -0000 anholt 2005-06-28 21:38:08 UTC FreeBSD src repository Modified files: sys/dev/drm radeon_cp.c Log: Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improper handling of pci resources, and mapping framebuffer leading to panics on X startup. The proper solution involves use of bus_alloc_resource without RF_ACTIVE, but this code is being rewritten in DRM CVS currently, and disabling for now doesn't remove any features, so take the easy route. PR: kern/80718 Approved by: re (scottl) Revision Changes Path 1.15 +6 -0 src/sys/dev/drm/radeon_cp.c From owner-cvs-src@FreeBSD.ORG Tue Jun 28 21:56: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 5DA9A16A41C; Tue, 28 Jun 2005 21:56: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 4A53F43D4C; Tue, 28 Jun 2005 21:56: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 j5SLu5ld012131; Tue, 28 Jun 2005 21:56:05 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5SLu5ac012130; Tue, 28 Jun 2005 21:56:05 GMT (envelope-from imp) Message-Id: <200506282156.j5SLu5ac012130@repoman.freebsd.org> From: Warner Losh Date: Tue, 28 Jun 2005 21:56: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/ep if_ep_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: Tue, 28 Jun 2005 21:56:05 -0000 imp 2005-06-28 21:56:04 UTC FreeBSD src repository Modified files: sys/dev/ep if_ep_pccard.c Log: Add a chipset field to the lookup. Use this chipset type to determine which command to use to read the eeprom and which devices have an MII. Simplify code by no longer using the OLDCARD compat rouintes (I don't know if this breaks OLDCARD on pc98 or not, but OLDCARD on pc98 days are numbered, I hope). This also removes a number of kludges that we had before because they are OBE. Add a convenience routine to lookup the device to avoid many casts in many places. Tested with: 3C589D-TP, 3CCSH572BT Approved by: re (scottl, blanket ep) Revision Changes Path 1.46 +57 -167 src/sys/dev/ep/if_ep_pccard.c From owner-cvs-src@FreeBSD.ORG Tue Jun 28 23:12: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 9097116A41C; Tue, 28 Jun 2005 23:12:32 +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 4122143D1D; Tue, 28 Jun 2005 23:12:32 +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 j5SNBaSb049262; Tue, 28 Jun 2005 17:11:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 28 Jun 2005 17:13:16 -0600 (MDT) Message-Id: <20050628.171316.98861751.imp@bsdimp.com> To: sos@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <04E48272-9625-406C-AF58-BA1A554FFC89@FreeBSD.org> References: <8EFCED13-E340-4C7D-A13B-3A5B01C4241E@FreeBSD.org> <200506281521.00598.jhb@FreeBSD.org> <04E48272-9625-406C-AF58-BA1A554FFC89@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=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, jhb@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 23:12:32 -0000 In message: <04E48272-9625-406C-AF58-BA1A554FFC89@FreeBSD.org> S=F8ren Schmidt writes: : That all said I seriously think we all need a vacation and several = : nights of good sleep :) Amen! Making threats about drastic action because you're burned out is usually a pretty good sign that you need some time in the big blue room :-) Warner From owner-cvs-src@FreeBSD.ORG Tue Jun 28 23:32: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 5655516A41F; Tue, 28 Jun 2005 23:32:23 +0000 (GMT) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42BB043D4C; Tue, 28 Jun 2005 23:32:23 +0000 (GMT) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5SNWNke019541; Tue, 28 Jun 2005 23:32:23 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from qingli@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5SNWNL2019540; Tue, 28 Jun 2005 23:32:23 GMT (envelope-from qingli) Message-Id: <200506282332.j5SNWNL2019540@repoman.freebsd.org> From: Qing Li Date: Tue, 28 Jun 2005 23:32:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net route.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 23:32:23 -0000 qingli 2005-06-28 23:32:22 UTC FreeBSD src repository Modified files: sys/net route.c Log: Require gateways for routes to be of the same address family as the route itself. It fixes a bug where an IPv4 route for example has an IPv6 gateway specified: route add 10.1.1.1 -inet6 fe80::1%fxp0 Destination Gateway Flags Refs Use Netif Expire 10.1.1.1 fe80::1%fxp0 UGHS 0 0 fxp0 The fix rejects these illegal combinations: route: writing to routing socket: Invalid argument add host 10.1.1.1: gateway fe80::1%fxp0: Invalid argument Reviewed by: KAME jinmei@isl.rdc.toshiba.co.jp Reviewed by: andre (mentor) Approved by: re MFC after: 5 Revision Changes Path 1.109 +4 -1 src/sys/net/route.c From owner-cvs-src@FreeBSD.ORG Tue Jun 28 23:43: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 4F2F316A41C; Tue, 28 Jun 2005 23:43:58 +0000 (GMT) (envelope-from flata@magnesium.net) Received: from toxic.magnesium.net (toxic.magnesium.net [207.154.84.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31C5B43D55; Tue, 28 Jun 2005 23:43:57 +0000 (GMT) (envelope-from flata@magnesium.net) Received: by toxic.magnesium.net (Postfix, from userid 1212) id C65A4DA897; Tue, 28 Jun 2005 16:43:57 -0700 (PDT) Date: Tue, 28 Jun 2005 13:43:57 -1000 From: juli mallett To: Hiten Pandya Message-ID: <20050628234357.GA95929@toxic.magnesium.net> References: <200506282015.j5SKFMn8000598@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506282015.j5SKFMn8000598@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Towel: Yes Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9 DELAY.9 DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_IDENTIFY.9 DEVICE_PROBE.9 DEVICE_SHUTDOWN.9 VOP_ACCESS.9 VOP_ACLCHECK.9 VOP_ADVLOCK.9 ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 23:43:58 -0000 * Hiten Pandya [ Date: 2005-06-28 ] [ w.r.t. cvs commit: src/share/man/man9 BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9 BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9 DELAY.9 DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_IDENTIFY.9 DEVICE_PROBE.9 DEVIC > hmp 2005-06-28 20:15:21 UTC > > FreeBSD src repository > > Log: > Use 'manual page' instead of 'man page' for consistency. A manual page is a page in the manual. We identify by a name and section number. In the printed manual, many manpages would be more than a single page. An electronic manual page, called a "man page" is what we refer to, and is not an actual page. Referring to it as a single page in the manual, even if you give a reasonable way to index it, is pretty silly. Really? No, I just wanted to be grumpy like everyone else. -- juli mallett. "It's called love and somehow it's become unmentionable." -- New Order - Thieves Like Us From owner-cvs-src@FreeBSD.ORG Wed Jun 29 01:46: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 8207116A41C; Wed, 29 Jun 2005 01:46:41 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5438243D48; Wed, 29 Jun 2005 01:46:41 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5T1kfIM084586; Wed, 29 Jun 2005 01:46:41 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5T1kfCk084570; Wed, 29 Jun 2005 01:46:41 GMT (envelope-from brooks) Message-Id: <200506290146.j5T1kfCk084570@repoman.freebsd.org> From: Brooks Davis Date: Wed, 29 Jun 2005 01:46: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/contrib/isc-dhcp FREEBSD-upgrade LICENSE Makefile Makefile.conf Makefile.dist README RELNOTES configure site.conf src/contrib/isc-dhcp/client Makefile.dist clparse.c dhclient-script.8 dhclient.8 dhclient.c dhclient.conf ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 01:46:41 -0000 brooks 2005-06-29 01:46:40 UTC FreeBSD src repository Removed files: contrib/isc-dhcp FREEBSD-upgrade LICENSE Makefile Makefile.conf Makefile.dist README RELNOTES configure site.conf contrib/isc-dhcp/client Makefile.dist clparse.c dhclient-script.8 dhclient.8 dhclient.c dhclient.conf dhclient.conf.5 dhclient.leases.5 contrib/isc-dhcp/client/scripts freebsd contrib/isc-dhcp/common Makefile.dist alloc.c bpf.c comapi.c conflex.c ctrace.c dhcp-eval.5 dhcp-options.5 discover.c dispatch.c dlpi.c dns.c ethernet.c execute.c fddi.c icmp.c inet.c iscprint.c lpf.c memory.c nit.c options.c packet.c parse.c print.c raw.c resolv.c socket.c tables.c tr.c tree.c upf.c contrib/isc-dhcp/contrib 3.0b1-lease-convert sethostname.sh contrib/isc-dhcp/dhcpctl Makefile.dist callback.c cltest.c dhcpctl.3 dhcpctl.c dhcpctl.h omshell.1 omshell.c remote.c contrib/isc-dhcp/dst Makefile.dist base64.c dst_api.c dst_internal.h dst_support.c hmac_link.c md5.h md5_dgst.c md5_locl.h prandom.c contrib/isc-dhcp/includes cdefs.h ctrace.h dhcp.h dhcpd.h dhctoken.h failover.h inet.h osdep.h site.h statement.h tree.h version.h contrib/isc-dhcp/includes/arpa nameser.h nameser_compat.h contrib/isc-dhcp/includes/cf freebsd.h contrib/isc-dhcp/includes/isc-dhcp boolean.h dst.h int.h lang.h list.h result.h types.h contrib/isc-dhcp/includes/minires minires.h res_update.h resolv.h contrib/isc-dhcp/includes/netinet if_ether.h ip.h ip_icmp.h udp.h contrib/isc-dhcp/includes/omapip alloc.h buffer.h convert.h hash.h omapip.h omapip_p.h trace.h contrib/isc-dhcp/minires Makefile.dist ns_date.c ns_name.c ns_parse.c ns_samedomain.c ns_sign.c ns_verify.c res_comp.c res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c res_query.c res_send.c res_sendsigned.c res_update.c contrib/isc-dhcp/omapip Makefile.dist alloc.c array.c auth.c buffer.c connection.c convert.c dispatch.c errwarn.c generic.c handle.c hash.c inet_addr.c listener.c message.c mrtrace.c omapi.3 protocol.c result.c support.c test.c toisc.c trace.c contrib/isc-dhcp/tests/failover dhcp-1.cf dhcp-2.cf new-failover Log: Remove isc-dhcp files from HEAD now that we're using the OpenBSD dhclient. Reminded by: ru Approved by: re (blanket dhclient) Revision Changes Path 1.24 +0 -80 src/contrib/isc-dhcp/FREEBSD-upgrade (dead) 1.2 +0 -20 src/contrib/isc-dhcp/LICENSE (dead) 1.2 +0 -96 src/contrib/isc-dhcp/Makefile (dead) 1.2 +0 -332 src/contrib/isc-dhcp/Makefile.conf (dead) 1.2 +0 -94 src/contrib/isc-dhcp/Makefile.dist (dead) 1.2 +0 -236 src/contrib/isc-dhcp/README (dead) 1.2 +0 -242 src/contrib/isc-dhcp/RELNOTES (dead) 1.2 +0 -136 src/contrib/isc-dhcp/client/Makefile.dist (dead) 1.13 +0 -1173 src/contrib/isc-dhcp/client/clparse.c (dead) 1.12 +0 -221 src/contrib/isc-dhcp/client/dhclient-script.8 (dead) 1.16 +0 -351 src/contrib/isc-dhcp/client/dhclient.8 (dead) 1.44 +0 -3555 src/contrib/isc-dhcp/client/dhclient.c (dead) 1.3 +0 -36 src/contrib/isc-dhcp/client/dhclient.conf (dead) 1.15 +0 -626 src/contrib/isc-dhcp/client/dhclient.conf.5 (dead) 1.7 +0 -57 src/contrib/isc-dhcp/client/dhclient.leases.5 (dead) 1.29 +0 -243 src/contrib/isc-dhcp/client/scripts/freebsd (dead) 1.2 +0 -206 src/contrib/isc-dhcp/common/Makefile.dist (dead) 1.2 +0 -329 src/contrib/isc-dhcp/common/alloc.c (dead) 1.2 +0 -386 src/contrib/isc-dhcp/common/bpf.c (dead) 1.2 +0 -958 src/contrib/isc-dhcp/common/comapi.c (dead) 1.2 +0 -548 src/contrib/isc-dhcp/common/conflex.c (dead) 1.2 +0 -297 src/contrib/isc-dhcp/common/ctrace.c (dead) 1.2 +0 -484 src/contrib/isc-dhcp/common/dhcp-eval.5 (dead) 1.8 +0 -1523 src/contrib/isc-dhcp/common/dhcp-options.5 (dead) 1.2 +0 -1138 src/contrib/isc-dhcp/common/discover.c (dead) 1.7 +0 -238 src/contrib/isc-dhcp/common/dispatch.c (dead) 1.2 +0 -1345 src/contrib/isc-dhcp/common/dlpi.c (dead) 1.2 +0 -943 src/contrib/isc-dhcp/common/dns.c (dead) 1.2 +0 -110 src/contrib/isc-dhcp/common/ethernet.c (dead) 1.2 +0 -1061 src/contrib/isc-dhcp/common/execute.c (dead) 1.2 +0 -106 src/contrib/isc-dhcp/common/fddi.c (dead) 1.2 +0 -177 src/contrib/isc-dhcp/common/icmp.c (dead) 1.2 +0 -178 src/contrib/isc-dhcp/common/inet.c (dead) 1.2 +0 -539 src/contrib/isc-dhcp/common/iscprint.c (dead) 1.2 +0 -287 src/contrib/isc-dhcp/common/lpf.c (dead) 1.2 +0 -911 src/contrib/isc-dhcp/common/memory.c (dead) 1.2 +0 -347 src/contrib/isc-dhcp/common/nit.c (dead) 1.2 +0 -609 src/contrib/isc-dhcp/common/options.c (dead) 1.2 +0 -311 src/contrib/isc-dhcp/common/packet.c (dead) 1.3 +0 -4844 src/contrib/isc-dhcp/common/parse.c (dead) 1.2 +0 -184 src/contrib/isc-dhcp/common/print.c (dead) 1.2 +0 -132 src/contrib/isc-dhcp/common/raw.c (dead) 1.2 +0 -212 src/contrib/isc-dhcp/common/resolv.c (dead) 1.2 +0 -256 src/contrib/isc-dhcp/common/socket.c (dead) 1.12 +0 -1241 src/contrib/isc-dhcp/common/tables.c (dead) 1.2 +0 -307 src/contrib/isc-dhcp/common/tr.c (dead) 1.2 +0 -412 src/contrib/isc-dhcp/common/tree.c (dead) 1.2 +0 -298 src/contrib/isc-dhcp/common/upf.c (dead) 1.2 +0 -100 src/contrib/isc-dhcp/configure (dead) 1.2 +0 -126 src/contrib/isc-dhcp/contrib/3.0b1-lease-convert (dead) 1.2 +0 -29 src/contrib/isc-dhcp/contrib/sethostname.sh (dead) 1.2 +0 -106 src/contrib/isc-dhcp/dhcpctl/Makefile.dist (dead) 1.2 +0 -179 src/contrib/isc-dhcp/dhcpctl/callback.c (dead) 1.2 +0 -188 src/contrib/isc-dhcp/dhcpctl/cltest.c (dead) 1.2 +0 -470 src/contrib/isc-dhcp/dhcpctl/dhcpctl.3 (dead) 1.2 +0 -599 src/contrib/isc-dhcp/dhcpctl/dhcpctl.c (dead) 1.2 +0 -134 src/contrib/isc-dhcp/dhcpctl/dhcpctl.h (dead) 1.2 +0 -341 src/contrib/isc-dhcp/dhcpctl/omshell.1 (dead) 1.2 +0 -728 src/contrib/isc-dhcp/dhcpctl/omshell.c (dead) 1.2 +0 -371 src/contrib/isc-dhcp/dhcpctl/remote.c (dead) 1.2 +0 -55 src/contrib/isc-dhcp/dst/Makefile.dist (dead) 1.2 +0 -319 src/contrib/isc-dhcp/dst/base64.c (dead) 1.2 +0 -1081 src/contrib/isc-dhcp/dst/dst_api.c (dead) 1.2 +0 -160 src/contrib/isc-dhcp/dst/dst_internal.h (dead) 1.2 +0 -463 src/contrib/isc-dhcp/dst/dst_support.c (dead) 1.2 +0 -494 src/contrib/isc-dhcp/dst/hmac_link.c (dead) 1.2 +0 -101 src/contrib/isc-dhcp/dst/md5.h (dead) 1.2 +0 -373 src/contrib/isc-dhcp/dst/md5_dgst.c (dead) 1.2 +0 -190 src/contrib/isc-dhcp/dst/md5_locl.h (dead) 1.2 +0 -862 src/contrib/isc-dhcp/dst/prandom.c (dead) 1.2 +0 -237 src/contrib/isc-dhcp/includes/arpa/nameser.h (dead) 1.2 +0 -183 src/contrib/isc-dhcp/includes/arpa/nameser_compat.h (dead) 1.2 +0 -57 src/contrib/isc-dhcp/includes/cdefs.h (dead) 1.8 +0 -151 src/contrib/isc-dhcp/includes/cf/freebsd.h (dead) 1.2 +0 -86 src/contrib/isc-dhcp/includes/ctrace.h (dead) 1.2 +0 -167 src/contrib/isc-dhcp/includes/dhcp.h (dead) 1.11 +0 -2643 src/contrib/isc-dhcp/includes/dhcpd.h (dead) 1.2 +0 -131 src/contrib/isc-dhcp/includes/dhctoken.h (dead) 1.2 +0 -322 src/contrib/isc-dhcp/includes/failover.h (dead) 1.2 +0 -52 src/contrib/isc-dhcp/includes/inet.h (dead) 1.2 +0 -32 src/contrib/isc-dhcp/includes/isc-dhcp/boolean.h (dead) 1.2 +0 -142 src/contrib/isc-dhcp/includes/isc-dhcp/dst.h (dead) 1.2 +0 -36 src/contrib/isc-dhcp/includes/isc-dhcp/int.h (dead) 1.2 +0 -29 src/contrib/isc-dhcp/includes/isc-dhcp/lang.h (dead) 1.2 +0 -116 src/contrib/isc-dhcp/includes/isc-dhcp/list.h (dead) 1.2 +0 -113 src/contrib/isc-dhcp/includes/isc-dhcp/result.h (dead) 1.2 +0 -40 src/contrib/isc-dhcp/includes/isc-dhcp/types.h (dead) 1.2 +0 -221 src/contrib/isc-dhcp/includes/minires/minires.h (dead) 1.2 +0 -51 src/contrib/isc-dhcp/includes/minires/res_update.h (dead) 1.2 +0 -314 src/contrib/isc-dhcp/includes/minires/resolv.h (dead) 1.2 +0 -74 src/contrib/isc-dhcp/includes/netinet/if_ether.h (dead) 1.2 +0 -171 src/contrib/isc-dhcp/includes/netinet/ip.h (dead) 1.2 +0 -182 src/contrib/isc-dhcp/includes/netinet/ip_icmp.h (dead) 1.2 +0 -47 src/contrib/isc-dhcp/includes/netinet/udp.h (dead) 1.2 +0 -120 src/contrib/isc-dhcp/includes/omapip/alloc.h (dead) 1.2 +0 -92 src/contrib/isc-dhcp/includes/omapip/buffer.h (dead) 1.2 +0 -61 src/contrib/isc-dhcp/includes/omapip/convert.h (dead) 1.2 +0 -159 src/contrib/isc-dhcp/includes/omapip/hash.h (dead) 1.2 +0 -620 src/contrib/isc-dhcp/includes/omapip/omapip.h (dead) 1.2 +0 -302 src/contrib/isc-dhcp/includes/omapip/omapip_p.h (dead) 1.2 +0 -124 src/contrib/isc-dhcp/includes/omapip/trace.h (dead) 1.2 +0 -220 src/contrib/isc-dhcp/includes/osdep.h (dead) 1.2 +0 -100 src/contrib/isc-dhcp/includes/site.h (dead) 1.2 +0 -113 src/contrib/isc-dhcp/includes/statement.h (dead) 1.2 +0 -107 src/contrib/isc-dhcp/includes/tree.h (dead) 1.2 +0 -3 src/contrib/isc-dhcp/includes/version.h (dead) 1.2 +0 -69 src/contrib/isc-dhcp/minires/Makefile.dist (dead) 1.2 +0 -129 src/contrib/isc-dhcp/minires/ns_date.c (dead) 1.2 +0 -641 src/contrib/isc-dhcp/minires/ns_name.c (dead) 1.2 +0 -204 src/contrib/isc-dhcp/minires/ns_parse.c (dead) 1.2 +0 -210 src/contrib/isc-dhcp/minires/ns_samedomain.c (dead) 1.2 +0 -356 src/contrib/isc-dhcp/minires/ns_sign.c (dead) 1.2 +0 -475 src/contrib/isc-dhcp/minires/ns_verify.c (dead) 1.2 +0 -236 src/contrib/isc-dhcp/minires/res_comp.c (dead) 1.2 +0 -608 src/contrib/isc-dhcp/minires/res_findzonecut.c (dead) 1.2 +0 -486 src/contrib/isc-dhcp/minires/res_init.c (dead) 1.2 +0 -193 src/contrib/isc-dhcp/minires/res_mkquery.c (dead) 1.2 +0 -1101 src/contrib/isc-dhcp/minires/res_mkupdate.c (dead) 1.2 +0 -413 src/contrib/isc-dhcp/minires/res_query.c (dead) 1.2 +0 -871 src/contrib/isc-dhcp/minires/res_send.c (dead) 1.2 +0 -116 src/contrib/isc-dhcp/minires/res_sendsigned.c (dead) 1.2 +0 -219 src/contrib/isc-dhcp/minires/res_update.c (dead) 1.2 +0 -106 src/contrib/isc-dhcp/omapip/Makefile.dist (dead) 1.2 +0 -1151 src/contrib/isc-dhcp/omapip/alloc.c (dead) 1.2 +0 -172 src/contrib/isc-dhcp/omapip/array.c (dead) 1.2 +0 -273 src/contrib/isc-dhcp/omapip/auth.c (dead) 1.2 +0 -718 src/contrib/isc-dhcp/omapip/buffer.c (dead) 1.2 +0 -1026 src/contrib/isc-dhcp/omapip/connection.c (dead) 1.2 +0 -193 src/contrib/isc-dhcp/omapip/convert.c (dead) 1.3 +0 -597 src/contrib/isc-dhcp/omapip/dispatch.c (dead) 1.2 +0 -363 src/contrib/isc-dhcp/omapip/errwarn.c (dead) 1.2 +0 -311 src/contrib/isc-dhcp/omapip/generic.c (dead) 1.2 +0 -304 src/contrib/isc-dhcp/omapip/handle.c (dead) 1.2 +0 -425 src/contrib/isc-dhcp/omapip/hash.c (dead) 1.2 +0 -150 src/contrib/isc-dhcp/omapip/inet_addr.c (dead) 1.2 +0 -477 src/contrib/isc-dhcp/omapip/listener.c (dead) 1.2 +0 -769 src/contrib/isc-dhcp/omapip/message.c (dead) 1.3 +0 -481 src/contrib/isc-dhcp/omapip/mrtrace.c (dead) 1.2 +0 -254 src/contrib/isc-dhcp/omapip/omapi.3 (dead) 1.2 +0 -1319 src/contrib/isc-dhcp/omapip/protocol.c (dead) 1.2 +0 -125 src/contrib/isc-dhcp/omapip/result.c (dead) 1.2 +0 -872 src/contrib/isc-dhcp/omapip/support.c (dead) 1.2 +0 -108 src/contrib/isc-dhcp/omapip/test.c (dead) 1.2 +0 -324 src/contrib/isc-dhcp/omapip/toisc.c (dead) 1.2 +0 -718 src/contrib/isc-dhcp/omapip/trace.c (dead) 1.2 +0 -2 src/contrib/isc-dhcp/site.conf (dead) 1.2 +0 -144 src/contrib/isc-dhcp/tests/failover/dhcp-1.cf (dead) 1.2 +0 -142 src/contrib/isc-dhcp/tests/failover/dhcp-2.cf (dead) 1.2 +0 -28 src/contrib/isc-dhcp/tests/failover/new-failover (dead) From owner-cvs-src@FreeBSD.ORG Wed Jun 29 08:18: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 1C61716A41C; Wed, 29 Jun 2005 08:18:27 +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 A4D7143D5E; Wed, 29 Jun 2005 08:18:26 +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 j5T8IQJ1057006; Wed, 29 Jun 2005 08:18:26 GMT (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5T8IQZU057005; Wed, 29 Jun 2005 08:18:26 GMT (envelope-from silby) Message-Id: <200506290818.j5T8IQZU057005@repoman.freebsd.org> From: Mike Silbersack Date: Wed, 29 Jun 2005 08:18:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 08:18:27 -0000 silby 2005-06-29 08:18:26 UTC FreeBSD src repository Modified files: sys/kern kern_mbuf.c Log: Fix the false memory modified after free messages some users have been reporting - in my previous change, I missed the case where a mbuf from the packet zone was freed back to the mbuf/packet keg, where it was subsequently put into the mbuf zone and found not to contain the expected trash. This change adds the necessary trash_dtor call inside mb_fini_pack so that everything is correct. Thanks for Bosko for finding the bug and showing me how secondary zones work. Approved by: re (dwhite) Revision Changes Path 1.9 +3 -0 src/sys/kern/kern_mbuf.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 13:47: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 C956216A41C for ; Wed, 29 Jun 2005 13:47:33 +0000 (GMT) (envelope-from ups@freebsd.org) Received: from smtp.speedfactory.net (smtp.speedfactory.net [66.23.216.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32C9B43D58 for ; Wed, 29 Jun 2005 13:47:33 +0000 (GMT) (envelope-from ups@freebsd.org) Received: (qmail 20789 invoked by uid 210); 29 Jun 2005 13:48:21 +0000 Received: from 66.23.216.49 by talon (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.85.1/959. spamassassin: 3.0.2. perlscan: 1.25st. Clear:RC:1(66.23.216.49):. Processed in 0.378425 secs); 29 Jun 2005 13:48:21 -0000 X-Qmail-Scanner-Mail-From: ups@freebsd.org via talon X-Qmail-Scanner: 1.25st (Clear:RC:1(66.23.216.49):. Processed in 0.378425 secs Process 20768) Received: from 66-23-216-49.clients.speedfactory.net (HELO palm.tree.com) (66.23.216.49) by smtp.speedfactory.net with AES256-SHA encrypted SMTP; 29 Jun 2005 13:48:21 +0000 Received: from [127.0.0.1] (ups@localhost.tree.com [127.0.0.1]) by palm.tree.com (8.12.10/8.12.10) with ESMTP id j5TDl9Ll011104; Wed, 29 Jun 2005 09:47:29 -0400 (EDT) (envelope-from ups@freebsd.org) From: Stephan Uphoff To: Bruce Evans In-Reply-To: <20050627050618.W34733@delplex.bde.org> References: <200506252214.j5PMEgip000380@repoman.freebsd.org> <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> <20050627050618.W34733@delplex.bde.org> Content-Type: text/plain Message-Id: <1120052829.77984.17793.camel@palm> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 29 Jun 2005 09:47:09 -0400 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Marcel Moolenaar Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 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, 29 Jun 2005 13:47:33 -0000 On Sun, 2005-06-26 at 15:44, Bruce Evans wrote: > On Sat, 25 Jun 2005, Marcel Moolenaar wrote: > > > On Jun 25, 2005, at 3:14 PM, Stephan Uphoff wrote: > > > >> ups 2005-06-25 22:14:42 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> sys/i386/i386 trap.c > >> sys/amd64/amd64 trap.c > >> Log: > >> Disable the interrupts in trap_fatal before calling kdb_trap. > >> (required now that critical sections no longer block interrupts) > > > > Why does this only apply to i386 and amd64? > > Because it is a wrong fix. Many arches used to hard-disable interrupts > in their MD kdb_trap(), but this rotted to critical_enter() in rev.1.1 > of subr_kdb.c. "Many arches": > > alpha: used intr_disable(), but misplaced it so that it didn't protect > the state global > amd64: used disable_intr() correctly > arm: used only splhigh() > i386: used disable_intr() correctly > ia64: used intr_disable() correctly > sparc64: no locking except that given by cndbctl() > > Loss of cndbctl() for all arches in rev.1.1 of subr_kdb.c is more > serious. critical_enter() blocks most things, but calling cndbctl() > is critical for the console drivers that depend on it to keep track > of when console i/o is done from within ddb. Mainly syscons depends > on it. Calls to cndbctl() used to only be missing for arm. > > Bruce > Hi Bruce, this is just a quick fix to get basic debugging capabilities back for some common environments. I plan to migrate parts or all of kdb_trap back to MD code to deal with SMP race conditions. Hopefully I can also address the console driver problems at that time. Stephan From owner-cvs-src@FreeBSD.ORG Wed Jun 29 15:13: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 B663816A41C; Wed, 29 Jun 2005 15:13:25 +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 8D03443D48; Wed, 29 Jun 2005 15:13:25 +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 j5TFDP5m014310; Wed, 29 Jun 2005 15:13:25 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TFDPJm014309; Wed, 29 Jun 2005 15:13:25 GMT (envelope-from jhb) Message-Id: <200506291513.j5TFDPJm014309@repoman.freebsd.org> From: John Baldwin Date: Wed, 29 Jun 2005 15:13:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/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: Wed, 29 Jun 2005 15:13:25 -0000 jhb 2005-06-29 15:13:25 UTC FreeBSD src repository Modified files: sys/amd64/include param.h Log: Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 are allowed for CPUs. Tested by: amd64 at cybernetwork dot org Approved by: re (scottl) MFC after: 1 week Revision Changes Path 1.18 +1 -1 src/sys/amd64/include/param.h From owner-cvs-src@FreeBSD.ORG Wed Jun 29 15:16: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 A600E16A41C; Wed, 29 Jun 2005 15:16:20 +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 6E2B143D53; Wed, 29 Jun 2005 15:16:20 +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 j5TFGKJn014632; Wed, 29 Jun 2005 15:16:20 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TFGK89014631; Wed, 29 Jun 2005 15:16:20 GMT (envelope-from jhb) Message-Id: <200506291516.j5TFGK89014631@repoman.freebsd.org> From: John Baldwin Date: Wed, 29 Jun 2005 15:16: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/compat/freebsd32 freebsd32_misc.c freebsd32_util.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, 29 Jun 2005 15:16:21 -0000 jhb 2005-06-29 15:16:20 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h Log: - Change the commented out freebsd32_xxx() example to use kern_xxx() along with a single copyin() + translate and translate + copyout() rather than using the stackgap. - Remove implementation of the stackgap for freebsd32 since it is no longer used for that compat ABI. Approved by: re (scottl) Revision Changes Path 1.37 +5 -15 src/sys/compat/freebsd32/freebsd32_misc.c 1.10 +0 -24 src/sys/compat/freebsd32/freebsd32_util.h From owner-cvs-src@FreeBSD.ORG Wed Jun 29 15:20: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 380FA16A424; Wed, 29 Jun 2005 15:20: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 15B3143D48; Wed, 29 Jun 2005 15:20:06 +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 j5TFK5xv014788; Wed, 29 Jun 2005 15:20:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TFK5g3014787; Wed, 29 Jun 2005 15:20:05 GMT (envelope-from jhb) Message-Id: <200506291520.j5TFK5g3014787@repoman.freebsd.org> From: John Baldwin Date: Wed, 29 Jun 2005 15:20:05 +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/games/random random.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Jun 2005 15:20:18 -0000 jhb 2005-06-29 15:20:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) games/random random.c Log: MFC revs 1.18 and 1.19 to fix random(6) on 64-bit platforms. PR: amd64/81279 Revision Changes Path 1.15.6.1 +9 -3 src/games/random/random.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 15:25: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 91A4D16A41C; Wed, 29 Jun 2005 15:25:01 +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 685FB43D48; Wed, 29 Jun 2005 15:25:01 +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 j5TFP16S015033; Wed, 29 Jun 2005 15:25:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TFP1b8015032; Wed, 29 Jun 2005 15:25:01 GMT (envelope-from jhb) Message-Id: <200506291525.j5TFP1b8015032@repoman.freebsd.org> From: John Baldwin Date: Wed, 29 Jun 2005 15:25:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 15:25:01 -0000 jhb 2005-06-29 15:25:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/pci pci.c Log: MFC revs 1.290 and 1.291: Don't enable I/O or memory mode in a device's command register for BARs with a base of 0. Revision Changes Path 1.264.2.11 +7 -7 src/sys/dev/pci/pci.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 15:33: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 5154116A41C; Wed, 29 Jun 2005 15:33:24 +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 291B743D1D; Wed, 29 Jun 2005 15:33:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TFXODH015737; Wed, 29 Jun 2005 15:33:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TFXOb0015736; Wed, 29 Jun 2005 15:33:24 GMT (envelope-from jhb) Message-Id: <200506291533.j5TFXOb0015736@repoman.freebsd.org> From: John Baldwin Date: Wed, 29 Jun 2005 15:33:24 +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/i386/isa vesa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Jun 2005 15:33:24 -0000 jhb 2005-06-29 15:33:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/i386/isa vesa.c Log: MFC 1.50: Don't ignore VESA devices that claim to be non-VGA devices. This fixes VESA on vmware. Revision Changes Path 1.47.2.2 +0 -2 src/sys/i386/isa/vesa.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 15:37: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 E158816A41C; Wed, 29 Jun 2005 15:37:01 +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 9DF6243D55; Wed, 29 Jun 2005 15:37:01 +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 j5TFb1GM015958; Wed, 29 Jun 2005 15:37:01 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TFb1SK015957; Wed, 29 Jun 2005 15:37:01 GMT (envelope-from jhb) Message-Id: <200506291537.j5TFb1SK015957@repoman.freebsd.org> From: John Baldwin Date: Wed, 29 Jun 2005 15:37:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/lib/libdevinfo devinfo.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Jun 2005 15:37:02 -0000 jhb 2005-06-29 15:37:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libdevinfo devinfo.c Log: MFC: Clear devinfo_generation in devinfo_free(). Revision Changes Path 1.4.8.1 +1 -0 src/lib/libdevinfo/devinfo.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 15:43: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 2152416A41C; Wed, 29 Jun 2005 15:43:04 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F13743D53; Wed, 29 Jun 2005 15:43:01 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.3/8.13.3) with ESMTP id j5TFgxmF004633; Wed, 29 Jun 2005 08:43:00 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <1120052829.77984.17793.camel@palm> References: <200506252214.j5PMEgip000380@repoman.freebsd.org> <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> <20050627050618.W34733@delplex.bde.org> <1120052829.77984.17793.camel@palm> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Wed, 29 Jun 2005 08:42:58 -0700 To: Stephan Uphoff X-Mailer: Apple Mail (2.622) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 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, 29 Jun 2005 15:43:04 -0000 On Jun 29, 2005, at 6:47 AM, Stephan Uphoff wrote: > this is just a quick fix to get basic debugging capabilities back for > some common environments. I plan to migrate parts or all of kdb_trap > back to MD code to deal with SMP race conditions. That is not a good idea. The overall behaviour of entering the debugger in inherently MI. The MD specifics are in the details, which require nothing more than some MD callback functions to fill in the blanks or create the right abstraction. Race conditions are not MD phenomena either, but may require MD techniques to prevent them. Hence, to fix race conditions you don't have to degenerate MI code to MD code, provided you have proper MD callback functions to fill in the blanks or create the right abstractions. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Wed Jun 29 15:57: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 EFED916A41C; Wed, 29 Jun 2005 15:57:10 +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 C7B6143D48; Wed, 29 Jun 2005 15:57:10 +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 j5TFvAP7016833; Wed, 29 Jun 2005 15:57:10 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TFvArw016832; Wed, 29 Jun 2005 15:57:10 GMT (envelope-from ps) Message-Id: <200506291557.j5TFvArw016832@repoman.freebsd.org> From: Paul Saab Date: Wed, 29 Jun 2005 15:57:10 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/i386/i386 mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 15:57:11 -0000 ps 2005-06-29 15:57:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 mp_machdep.c Log: Avoid a panic in the swizzle code by checking to see if the parent of the pci bus is NULL. Submitted by: jhb Revision Changes Path 1.115.2.25 +3 -0 src/sys/i386/i386/mp_machdep.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 17:27: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 B874F16A41C; Wed, 29 Jun 2005 17:27: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 8E32A43D48; Wed, 29 Jun 2005 17:27: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 j5THRegx027896; Wed, 29 Jun 2005 17:27:40 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5THRecb027895; Wed, 29 Jun 2005 17:27:40 GMT (envelope-from rwatson) Message-Id: <200506291727.j5THRecb027895@repoman.freebsd.org> From: Robert Watson Date: Wed, 29 Jun 2005 17:27: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/i386/ibcs2 syscalls.isc syscalls.xenix X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Jun 2005 17:27:40 -0000 rwatson 2005-06-29 17:27:40 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 syscalls.isc syscalls.xenix Log: During the system call table format change adding audit record event fields for each system call, I missed two system call files because they weren't named syscalls.master. Catch up with this last two, mapping the system calls to the NULL event for now. Spotted by: jhb Approved by: re (scottl) Revision Changes Path 1.8 +27 -23 src/sys/i386/ibcs2/syscalls.isc 1.9 +68 -61 src/sys/i386/ibcs2/syscalls.xenix From owner-cvs-src@FreeBSD.ORG Wed Jun 29 17:29: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 87F2A16A41C; Wed, 29 Jun 2005 17:29: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 7503D43D48; Wed, 29 Jun 2005 17:29: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 j5THT6E7028058; Wed, 29 Jun 2005 17:29:06 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5THT6Aq028057; Wed, 29 Jun 2005 17:29:06 GMT (envelope-from rwatson) Message-Id: <200506291729.j5THT6Aq028057@repoman.freebsd.org> From: Robert Watson Date: Wed, 29 Jun 2005 17:29: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/i386/ibcs2 ibcs2_isc_syscall.h ibcs2_isc_sysent.c ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_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, 29 Jun 2005 17:29:06 -0000 rwatson 2005-06-29 17:29:06 UTC FreeBSD src repository Modified files: sys/i386/ibcs2 ibcs2_isc_syscall.h ibcs2_isc_sysent.c ibcs2_xenix.h ibcs2_xenix_syscall.h ibcs2_xenix_sysent.c Log: Regenerate after addition of audit event type number to syscalls.master file format. Approved by: re (scottl) Revision Changes Path 1.9 +1 -1 src/sys/i386/ibcs2/ibcs2_isc_syscall.h 1.12 +23 -22 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.15 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix.h 1.11 +1 -1 src/sys/i386/ibcs2/ibcs2_xenix_syscall.h 1.13 +59 -58 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 17:54: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 0D80A16A41C; Wed, 29 Jun 2005 17:54:02 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D983C43D49; Wed, 29 Jun 2005 17:54:01 +0000 (GMT) (envelope-from damien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5THs1Xv029022; Wed, 29 Jun 2005 17:54:01 GMT (envelope-from damien@repoman.freebsd.org) Received: (from damien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5THs1Dd029021; Wed, 29 Jun 2005 17:54:01 GMT (envelope-from damien) Message-Id: <200506291754.j5THs1Dd029021@repoman.freebsd.org> From: Damien Bergamini Date: Wed, 29 Jun 2005 17:54:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Wed, 29 Jun 2005 17:54:02 -0000 damien 2005-06-29 17:54:01 UTC FreeBSD src repository Modified files: sys/dev/ral if_ral.c Log: o Fix a write mbuf-after-free bug. The duration field of the 802.11 header was written in the old fragmented mbuf chain instead of the defragmented one. Thus, the duration field of outgoing frames was incorrect. o Only call m_defrag() if the mbuf fragmentation threshold is greater than what is currently supported by the driver. Reviewed by: silby (mentor) Approved by: re (scottl) Revision Changes Path 1.4 +23 -9 src/sys/dev/ral/if_ral.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 18:08: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 C66A116A41C; Wed, 29 Jun 2005 18:08:31 +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 9DD0243D4C; Wed, 29 Jun 2005 18:08:31 +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 j5TI8Vh1029730; Wed, 29 Jun 2005 18:08:31 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TI8VHR029729; Wed, 29 Jun 2005 18:08:31 GMT (envelope-from ps) Message-Id: <200506291808.j5TI8VHR029729@repoman.freebsd.org> From: Paul Saab Date: Wed, 29 Jun 2005 18:08:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c src/sys/kern kern_event.c src/sys/sys event.h syscallsubr.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 18:08:32 -0000 ps 2005-06-29 18:08:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/compat/freebsd32 freebsd32_misc.c sys/kern kern_event.c sys/sys event.h syscallsubr.h Log: MFC: Wrap copyin/copyout for kevent so the 32bit wrapper does not have to malloc nchanges * sizeof(struct kevent) AND/OR nevents * sizeof(struct kevent) on every syscall. Revision Changes Path 1.23.2.9 +66 -49 src/sys/compat/freebsd32/freebsd32_misc.c 1.79.2.9 +51 -44 src/sys/kern/kern_event.c 1.26.2.4 +5 -0 src/sys/sys/event.h 1.11.2.13 +3 -3 src/sys/sys/syscallsubr.h From owner-cvs-src@FreeBSD.ORG Wed Jun 29 18:12: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 5270F16A420 for ; Wed, 29 Jun 2005 18:12:01 +0000 (GMT) (envelope-from ups@tree.com) Received: from smtp.speedfactory.net (smtp.speedfactory.net [66.23.216.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id B118F43D48 for ; Wed, 29 Jun 2005 18:12:00 +0000 (GMT) (envelope-from ups@tree.com) Received: (qmail 28436 invoked by uid 210); 29 Jun 2005 18:12:50 +0000 Received: from 66.23.216.49 by talon (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.85.1/959. spamassassin: 3.0.2. perlscan: 1.25st. Clear:RC:1(66.23.216.49):. Processed in 0.077086 secs); 29 Jun 2005 18:12:50 -0000 X-Qmail-Scanner-Mail-From: ups@tree.com via talon X-Qmail-Scanner: 1.25st (Clear:RC:1(66.23.216.49):. Processed in 0.077086 secs Process 28429) Received: from 66-23-216-49.clients.speedfactory.net (HELO palm.tree.com) (66.23.216.49) by smtp.speedfactory.net with AES256-SHA encrypted SMTP; 29 Jun 2005 18:12:50 +0000 Received: from [127.0.0.1] (ups@localhost.tree.com [127.0.0.1]) by palm.tree.com (8.12.10/8.12.10) with ESMTP id j5TIBrLl012299; Wed, 29 Jun 2005 14:11:54 -0400 (EDT) (envelope-from ups@tree.com) From: Stephan Uphoff To: Marcel Moolenaar In-Reply-To: References: <200506252214.j5PMEgip000380@repoman.freebsd.org> <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> <20050627050618.W34733@delplex.bde.org> <1120052829.77984.17793.camel@palm> Content-Type: text/plain Message-Id: <1120068712.77984.18622.camel@palm> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 29 Jun 2005 14:11:53 -0400 Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 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, 29 Jun 2005 18:12:01 -0000 On Wed, 2005-06-29 at 11:42, Marcel Moolenaar wrote: > On Jun 29, 2005, at 6:47 AM, Stephan Uphoff wrote: > > > this is just a quick fix to get basic debugging capabilities back for > > some common environments. I plan to migrate parts or all of kdb_trap > > back to MD code to deal with SMP race conditions. > > That is not a good idea. The overall behaviour of entering the > debugger in inherently MI. The MD specifics are in the details, > which require nothing more than some MD callback functions to > fill in the blanks or create the right abstraction. > Race conditions are not MD phenomena either, but may require MD > techniques to prevent them. Hence, to fix race conditions you > don't have to degenerate MI code to MD code, provided you have > proper MD callback functions to fill in the blanks or create > the right abstractions. Don't panic ! The last thing I want to do is to totally dismantle the current kdb_trap or sprinkle MI code all over the different architecture directories. The console stuff definitely belongs in the MI part. However for readability I would rather have: kdb_trap_md() { md code; .... if (really_enter_debugger) kdb_trap_mi(); .... md code; } instead of: kdb_trap_mi() { really_enter_debugger = md_debugger_enter_code(); if (!really_enter_debugger) return .. stuff .. md_debugger_exit_code(); } I am all for MI code and callback functions. However kdb_trap is only called from MD code. Guaranteeing a certain execution environment for the MI code is all I care about. There is no abstraction gained by using MI callbacks on entering/exiting the MD kdb trap function. This being said I am not religious about it and can use callbacks if you feel strongly about this. I just think callbacks would be a bit silly in this context. Stephan From owner-cvs-src@FreeBSD.ORG Wed Jun 29 18:27: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 B9F8316A41C; Wed, 29 Jun 2005 18:27:53 +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 6D90F43D48; Wed, 29 Jun 2005 18:27:53 +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 445CE46B7C; Wed, 29 Jun 2005 14:27:52 -0400 (EDT) Date: Wed, 29 Jun 2005 19:31:59 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Stephan Uphoff In-Reply-To: <1120068712.77984.18622.camel@palm> Message-ID: <20050629193002.O74117@fledge.watson.org> References: <200506252214.j5PMEgip000380@repoman.freebsd.org> <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> <20050627050618.W34733@delplex.bde.org> <1120052829.77984.17793.camel@palm> <1120068712.77984.18622.camel@palm> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org, Marcel Moolenaar Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 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, 29 Jun 2005 18:27:53 -0000 On Wed, 29 Jun 2005, Stephan Uphoff wrote: > The last thing I want to do is to totally dismantle the current kdb_trap > or sprinkle MI code all over the different architecture directories. The > console stuff definitely belongs in the MI part. However for readability > I would rather have: Something I'd like very much to see, unrelated to the above points, is responsibility for printing the "panic" message move from panic() to the KDB code. Right now, we frequently take an interrupt during that printf() on a slow serial console, resulting in great unhappiness (wedged panic calls, secondary panics, etc). KDB runs in a nicely contained environment capable of (relatively) safe printing in the context of kernel collapse. The trick is handling the non-KDB compiled case, which can probably be done through a KDB replacement stub that contains enough code to halt things -- disable interrupts, IPI, etc, without the full debugger implementation. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Wed Jun 29 19:12: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 B892216A43A; Wed, 29 Jun 2005 19:12:14 +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 A267F43D4C; Wed, 29 Jun 2005 19:12:14 +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 j5TJCEPj032751; Wed, 29 Jun 2005 19:12:14 GMT (envelope-from mlaier@repoman.freebsd.org) Received: (from mlaier@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TJCEZo032750; Wed, 29 Jun 2005 19:12:14 GMT (envelope-from mlaier) Message-Id: <200506291912.j5TJCEZo032750@repoman.freebsd.org> From: Max Laier Date: Wed, 29 Jun 2005 19:12:14 +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/contrib/pf/net if_pfsync.c if_pfsync.h pf_ioctl.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 19:12:15 -0000 mlaier 2005-06-29 19:12:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/contrib/pf/net if_pfsync.c if_pfsync.h pf_ioctl.c Log: MFC: pf_ioctl.c, 1.20 if_pfsync.h, 1.7 and if_pfsync.c, 1.16-1.19 Defer ip_output of pfsync updates to an independent callout thread instead of just dropping the lock around the ip_output call. This used to cause corrupted state tree walks for some call-paths. Mark pf callouts as NET_MPSAFE. Tested by: Sascha Luck, Matthew Grooms and pfsense.org (via Scott Ullrich) Revision Changes Path 1.11.2.3 +31 -16 src/sys/contrib/pf/net/if_pfsync.c 1.4.2.1 +6 -2 src/sys/contrib/pf/net/if_pfsync.h 1.12.2.6 +2 -7 src/sys/contrib/pf/net/pf_ioctl.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 19:23: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 6E20316A41C; Wed, 29 Jun 2005 19:23:32 +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 4783243D49; Wed, 29 Jun 2005 19:23:32 +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 j5TJNWqr033149; Wed, 29 Jun 2005 19:23:32 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TJNW33033148; Wed, 29 Jun 2005 19:23:32 GMT (envelope-from thompsa) Message-Id: <200506291923.j5TJNW33033148@repoman.freebsd.org> From: Andrew Thompson Date: Wed, 29 Jun 2005 19:23:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_bridge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 19:23:32 -0000 thompsa 2005-06-29 19:23:32 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Sync if_bridge to NetBSD r1.31 Rename conflicting variables when handling SNAP Ethernet frames. Obtained from: NetBSD Approved by: mlaier (mentor) Approved by: re (blanket) Revision Changes Path 1.9 +9 -9 src/sys/net/if_bridge.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 20:33: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 05E4E16A41C; Wed, 29 Jun 2005 20:33:56 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA6F443D4C; Wed, 29 Jun 2005 20:33:55 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost.xcllnt.net [127.0.0.1]) by ns1.xcllnt.net (8.13.3/8.13.3) with ESMTP id j5TKXs38005877; Wed, 29 Jun 2005 13:33:54 -0700 (PDT) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.13.3/8.13.3/Submit) id j5TKXrB5005876; Wed, 29 Jun 2005 13:33:53 -0700 (PDT) (envelope-from marcel) Date: Wed, 29 Jun 2005 13:33:53 -0700 From: Marcel Moolenaar To: Stephan Uphoff Message-ID: <20050629203353.GA5667@ns1.xcllnt.net> References: <200506252214.j5PMEgip000380@repoman.freebsd.org> <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> <20050627050618.W34733@delplex.bde.org> <1120052829.77984.17793.camel@palm> <1120068712.77984.18622.camel@palm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1120068712.77984.18622.camel@palm> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Bruce Evans , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 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, 29 Jun 2005 20:33:56 -0000 On Wed, Jun 29, 2005 at 02:11:53PM -0400, Stephan Uphoff wrote: > I am all for MI code and callback functions. > However kdb_trap is only called from MD code. Renaming the MI function and wrapping it in a MD function called kdb_trap will not change the elementary fact :-) > Guaranteeing a certain execution environment for the MI code is all I > care about. There is no abstraction gained by using MI callbacks on > entering/exiting the MD kdb trap function. This is where I have my doubts, because if you can make guarantees applicable to MI code, you ipso facto say something about the MI state of the kernel. This logically means that you can use MI code to establish that *ABSTRACT* state. Consequently: kdb_trap is inherently MI (as I said before). For example: The guarantee "interrupts are disabled" is already the MI abstraction of the MD state that prevents interrupts. As such, we rightfully have MI interfaces to establish that condition and you can establish that guarantee with MI code. Consequently: disabling interrupts in MD code is the wrong thing to do because each platform will have the same statement duplicated. So: AFAICT, the brokenness in KDB is not caused by the wrong abstractions, but by incomplete code. Adding the necessary callbacks or fleshing out the MI code should be enough to fix whatever problems we have now. > This being said I am not religious about it and can use callbacks if you > feel strongly about this. I just think callbacks would be a bit silly in > this context. I'm happy to assume that my perception of "this context" is different from your perception. If you think I can use a well-placed blow on the head with a clue bat, feel free to practice your swing. If it turns out that we would end up with a silly set of *NECESSARY* callbacks, then I have no problem with changing the flow from MI->MD to MD->MI. As for religion: I'm religious about abstractions. Because the only way you can support multiple architectures is by having the right abstractions. Start off wrong and you'll end up with a bag of kluges and the unavoidable assumption that "it's the best we can do", which can only result in the generally accepted misconception that the problem is too hard to solve. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Wed Jun 29 20:48: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 0336116A41F; Wed, 29 Jun 2005 20:48:06 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3CFB43D1F; Wed, 29 Jun 2005 20:48:05 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (localhost.xcllnt.net [127.0.0.1]) by ns1.xcllnt.net (8.13.3/8.13.3) with ESMTP id j5TKm5CV005943; Wed, 29 Jun 2005 13:48:05 -0700 (PDT) (envelope-from marcel@ns1.xcllnt.net) Received: (from marcel@localhost) by ns1.xcllnt.net (8.13.3/8.13.3/Submit) id j5TKm4Ia005942; Wed, 29 Jun 2005 13:48:04 -0700 (PDT) (envelope-from marcel) Date: Wed, 29 Jun 2005 13:48:04 -0700 From: Marcel Moolenaar To: Robert Watson Message-ID: <20050629204804.GB5667@ns1.xcllnt.net> References: <200506252214.j5PMEgip000380@repoman.freebsd.org> <7c65ef6b909f86fa7f5a8aa041773a72@xcllnt.net> <20050627050618.W34733@delplex.bde.org> <1120052829.77984.17793.camel@palm> <1120068712.77984.18622.camel@palm> <20050629193002.O74117@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050629193002.O74117@fledge.watson.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Bruce Evans , cvs-all@FreeBSD.org, Stephan Uphoff Subject: Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 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, 29 Jun 2005 20:48:06 -0000 On Wed, Jun 29, 2005 at 07:31:59PM +0100, Robert Watson wrote: > > On Wed, 29 Jun 2005, Stephan Uphoff wrote: > > >The last thing I want to do is to totally dismantle the current kdb_trap > >or sprinkle MI code all over the different architecture directories. The > >console stuff definitely belongs in the MI part. However for readability > >I would rather have: > > Something I'd like very much to see, unrelated to the above points, is > responsibility for printing the "panic" message move from panic() to the > KDB code. Right now, we frequently take an interrupt during that printf() > on a slow serial console, resulting in great unhappiness (wedged panic > calls, secondary panics, etc). KDB runs in a nicely contained environment > capable of (relatively) safe printing in the context of kernel collapse. > The trick is handling the non-KDB compiled case, which can probably be > done through a KDB replacement stub that contains enough code to halt > things -- disable interrupts, IPI, etc, without the full debugger > implementation. KDB is non-optional code, so this can be done without problems or stubs: muffin(FreeBSD/ia32)% grep subr_kdb * files:kern/subr_kdb.c standard The KDB option is used to control the inclusion of debugging code. For example: serial drivers can conditionally act upon the detection of a line break or the alternate break character sequence and jump to the debugger. This is made conditional upon at least KDB. Without option KDB serial drivers would not treat a line break specially or compile-in code that detects the alternate break sequence. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Wed Jun 29 21:36: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 DA28916A41C; Wed, 29 Jun 2005 21:36:49 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C705F43D1F; Wed, 29 Jun 2005 21:36:49 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TLanhB046259; Wed, 29 Jun 2005 21:36:49 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TLanel046258; Wed, 29 Jun 2005 21:36:49 GMT (envelope-from simon) Message-Id: <200506292136.j5TLanel046258@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 29 Jun 2005 21:36:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/bzip2 bzip2.c src/sys/netinet ip_fw2.c tcp_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: Wed, 29 Jun 2005 21:36:50 -0000 simon 2005-06-29 21:36:49 UTC FreeBSD src repository (doc,ports committer) Modified files: contrib/bzip2 bzip2.c sys/netinet ip_fw2.c tcp_input.c Log: Fix ipfw packet matching errors with address tables. The ipfw tables lookup code caches the result of the last query. The kernel may process multiple packets concurrently, performing several concurrent table lookups. Due to an insufficient locking, a cached result can become corrupted that could cause some addresses to be incorrectly matched against a lookup table. Submitted by: ru Reviewed by: csjp, mlaier Security: CAN-2005-2019 Security: FreeBSD-SA-05:13.ipfw Correct bzip2 permission race condition vulnerability. Obtained from: Steve Grubb via RedHat Security: CAN-2005-0953 Security: FreeBSD-SA-05:14.bzip2 Approved by: obrien Correct TCP connection stall denial of service vulnerability. A TCP packets with the SYN flag set is accepted for established connections, allowing an attacker to overwrite certain TCP options. Submitted by: Noritoshi Demizu Reviewed by: andre, Mohan Srinivasan Security: CAN-2005-2068 Security: FreeBSD-SA-05:15.tcp Approved by: re (security blanket), cperciva Revision Changes Path 1.2 +329 -244 src/contrib/bzip2/bzip2.c 1.105 +20 -17 src/sys/netinet/ip_fw2.c 1.278 +1 -1 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 21:38: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 76F0D16A41C; Wed, 29 Jun 2005 21:38:48 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 638FA43D1F; Wed, 29 Jun 2005 21:38:48 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TLcmfG046390; Wed, 29 Jun 2005 21:38:48 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TLcmAu046389; Wed, 29 Jun 2005 21:38:48 GMT (envelope-from simon) Message-Id: <200506292138.j5TLcmAu046389@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 29 Jun 2005 21:38:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c src/sys/netinet ip_fw2.c tcp_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: Wed, 29 Jun 2005 21:38:48 -0000 simon 2005-06-29 21:38:48 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5) contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c sys/netinet ip_fw2.c tcp_input.c Log: Correct ipfw packet matching errors with address tables. Security: CAN-2005-2019 Security: FreeBSD-SA-05:13.ipfw Correct bzip2 denial of service and permission race vulnerabilities. Obtained from: Redhat, Steve Grubb via RedHat Security: CAN-2005-0953, CAN-2005-1260 Security: FreeBSD-SA-05:14.bzip2 Approved by: obrien Correct TCP connection stall denial of service vulnerability. A TCP packets with the SYN flag set is accepted for established connections, allowing an attacker to overwrite certain TCP options. Security: CAN-2005-2068 Security: FreeBSD-SA-05:15.tcp Approved by: cperciva Revision Changes Path 1.1.1.2.8.1 +34 -9 src/contrib/bzip2/bzip2.c 1.1.1.2.8.1 +37 -14 src/contrib/bzip2/bzlib.c 1.1.1.2.8.1 +7 -5 src/contrib/bzip2/compress.c 1.1.1.2.8.1 +11 -5 src/contrib/bzip2/decompress.c 1.1.1.2.8.1 +18 -1 src/contrib/bzip2/huffman.c 1.70.2.14 +20 -17 src/sys/netinet/ip_fw2.c 1.252.2.20 +1 -1 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 21:41: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 4235516A41C; Wed, 29 Jun 2005 21:41:04 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C56443D4C; Wed, 29 Jun 2005 21:41:04 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TLf4h5046670; Wed, 29 Jun 2005 21:41:04 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TLf33C046669; Wed, 29 Jun 2005 21:41:04 GMT (envelope-from simon) Message-Id: <200506292141.j5TLf33C046669@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 29 Jun 2005 21:41:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_4 Cc: Subject: cvs commit: src UPDATING src/contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c src/sys/conf newvers.sh src/sys/netinet ip_fw2.c tcp_input.c tcp_seq.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, 29 Jun 2005 21:41:04 -0000 simon 2005-06-29 21:41:03 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5_4) . UPDATING contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c sys/conf newvers.sh sys/netinet ip_fw2.c tcp_input.c tcp_seq.h Log: Correct ipfw packet matching errors with address tables. Security: CAN-2005-2019 Security: FreeBSD-SA-05:13.ipfw Correct bzip2 denial of service and permission race vulnerabilities. Obtained from: Redhat, Steve Grubb via RedHat Security: CAN-2005-0953, CAN-2005-1260 Security: FreeBSD-SA-05:14.bzip2 Approved by: obrien Correct TCP connection stall denial-of-service vulnerabilities. MFC: rev 1.270 of tcp_input.c, rev 1.25 of tcp_seq.h by ps: When a TCP packets containing a timestamp is received, inadequate checking of sequence numbers is performed, allowing an attacker to artificially increase the internal "recent" timestamp for a connection. A TCP packets with the SYN flag set is accepted for established connections, allowing an attacker to overwrite certain TCP options. Security: CAN-2005-0356, CAN-2005-2068 Security: FreeBSD-SA-05:15.tcp Approved by: so (cperciva) Revision Changes Path 1.342.2.24.2.12 +8 -0 src/UPDATING 1.1.1.2.12.1 +34 -9 src/contrib/bzip2/bzip2.c 1.1.1.2.12.1 +37 -14 src/contrib/bzip2/bzlib.c 1.1.1.2.12.1 +7 -5 src/contrib/bzip2/compress.c 1.1.1.2.12.1 +11 -5 src/contrib/bzip2/decompress.c 1.1.1.2.12.1 +18 -1 src/contrib/bzip2/huffman.c 1.62.2.18.2.8 +1 -1 src/sys/conf/newvers.sh 1.70.2.10.2.1 +20 -17 src/sys/netinet/ip_fw2.c 1.252.2.14.2.1 +24 -4 src/sys/netinet/tcp_input.c 1.22.2.1.2.1 +1 -0 src/sys/netinet/tcp_seq.h From owner-cvs-src@FreeBSD.ORG Wed Jun 29 21: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 7B1BD16A41C; Wed, 29 Jun 2005 21:42:33 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65E3D43D1F; Wed, 29 Jun 2005 21:42:33 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TLgXla046812; Wed, 29 Jun 2005 21:42:33 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TLgXBa046811; Wed, 29 Jun 2005 21:42:33 GMT (envelope-from simon) Message-Id: <200506292142.j5TLgXBa046811@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 29 Jun 2005 21:42:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Cc: Subject: cvs commit: src UPDATING src/contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c src/sys/conf newvers.sh src/sys/netinet tcp_input.c tcp_seq.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, 29 Jun 2005 21:42:33 -0000 simon 2005-06-29 21:42:33 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5_3) . UPDATING contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c sys/conf newvers.sh sys/netinet tcp_input.c tcp_seq.h Log: Correct bzip2 denial of service and permission race vulnerabilities. Obtained from: Redhat, Steve Grubb via RedHat Security: CAN-2005-0953, CAN-2005-1260 Security: FreeBSD-SA-05:14.bzip2 Approved by: obrien Correct TCP connection stall denial-of-service vulnerabilities. MFC: rev 1.270 of tcp_input.c, rev 1.25 of tcp_seq.h by ps: When a TCP packets containing a timestamp is received, inadequate checking of sequence numbers is performed, allowing an attacker to artificially increase the internal "recent" timestamp for a connection. A TCP packets with the SYN flag set is accepted for established connections, allowing an attacker to overwrite certain TCP options. Security: CAN-2005-0356, CAN-2005-2068 Security: FreeBSD-SA-05:15.tcp Approved by: so (cperciva) Revision Changes Path 1.342.2.13.2.20 +5 -0 src/UPDATING 1.1.1.2.10.1 +34 -9 src/contrib/bzip2/bzip2.c 1.1.1.2.10.1 +37 -14 src/contrib/bzip2/bzlib.c 1.1.1.2.10.1 +7 -5 src/contrib/bzip2/compress.c 1.1.1.2.10.1 +11 -5 src/contrib/bzip2/decompress.c 1.1.1.2.10.1 +18 -1 src/contrib/bzip2/huffman.c 1.62.2.15.2.22 +1 -1 src/sys/conf/newvers.sh 1.252.4.1 +24 -4 src/sys/netinet/tcp_input.c 1.22.4.1 +1 -0 src/sys/netinet/tcp_seq.h From owner-cvs-src@FreeBSD.ORG Wed Jun 29 21:43: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 A86A616A436; Wed, 29 Jun 2005 21:43:42 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DE243D1F; Wed, 29 Jun 2005 21:43:42 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TLhgsg046947; Wed, 29 Jun 2005 21:43:42 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TLhg3u046946; Wed, 29 Jun 2005 21:43:42 GMT (envelope-from simon) Message-Id: <200506292143.j5TLhg3u046946@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 29 Jun 2005 21:43:42 +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/contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c src/sys/netinet tcp_input.c tcp_seq.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, 29 Jun 2005 21:43:42 -0000 simon 2005-06-29 21:43:42 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4) contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c sys/netinet tcp_input.c tcp_seq.h Log: Correct bzip2 denial of service and permission race vulnerabilities. Obtained from: Redhat, Steve Grubb via RedHat Security: CAN-2005-0953, CAN-2005-1260 Security: FreeBSD-SA-05:14.bzip2 Approved by: obrien Correct TCP connection stall denial-of-service vulnerabilities. MFC: rev 1.270 of tcp_input.c, rev 1.25 of tcp_seq.h by ps: When a TCP packets containing a timestamp is received, inadequate checking of sequence numbers is performed, allowing an attacker to artificially increase the internal "recent" timestamp for a connection. A TCP packets with the SYN flag set is accepted for established connections, allowing an attacker to overwrite certain TCP options. Security: CAN-2005-0356, CAN-2005-2068 Security: FreeBSD-SA-05:15.tcp Approved by: cperciva Revision Changes Path 1.1.1.1.2.3 +34 -9 src/contrib/bzip2/bzip2.c 1.1.1.1.2.3 +37 -14 src/contrib/bzip2/bzlib.c 1.1.1.1.2.3 +7 -5 src/contrib/bzip2/compress.c 1.1.1.1.2.3 +11 -5 src/contrib/bzip2/decompress.c 1.1.1.1.2.3 +18 -1 src/contrib/bzip2/huffman.c 1.107.2.44 +24 -4 src/sys/netinet/tcp_input.c 1.11.2.8 +1 -0 src/sys/netinet/tcp_seq.h From owner-cvs-src@FreeBSD.ORG Wed Jun 29 21:45: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 C84F916A41C; Wed, 29 Jun 2005 21:45:14 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A09E243D53; Wed, 29 Jun 2005 21:45:14 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TLjEmY047110; Wed, 29 Jun 2005 21:45:14 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TLjEoZ047109; Wed, 29 Jun 2005 21:45:14 GMT (envelope-from simon) Message-Id: <200506292145.j5TLjEoZ047109@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 29 Jun 2005 21:45:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_11 Cc: Subject: cvs commit: src UPDATING src/contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c src/sys/conf newvers.sh src/sys/netinet tcp_input.c tcp_seq.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, 29 Jun 2005 21:45:14 -0000 simon 2005-06-29 21:45:14 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4_11) . UPDATING contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c sys/conf newvers.sh sys/netinet tcp_input.c tcp_seq.h Log: Correct bzip2 denial of service and permission race vulnerabilities. Obtained from: Redhat, Steve Grubb via RedHat Security: CAN-2005-0953, CAN-2005-1260 Security: FreeBSD-SA-05:14.bzip2 Approved by: obrien Correct TCP connection stall denial-of-service vulnerabilities. MFC: rev 1.270 of tcp_input.c, rev 1.25 of tcp_seq.h by ps: When a TCP packets containing a timestamp is received, inadequate checking of sequence numbers is performed, allowing an attacker to artificially increase the internal "recent" timestamp for a connection. A TCP packets with the SYN flag set is accepted for established connections, allowing an attacker to overwrite certain TCP options. Security: CAN-2005-0356, CAN-2005-2068 Security: FreeBSD-SA-05:15.tcp Approved by: so (cperciva) Revision Changes Path 1.73.2.91.2.12 +5 -0 src/UPDATING 1.1.1.1.2.2.12.1 +34 -9 src/contrib/bzip2/bzip2.c 1.1.1.1.2.2.12.1 +37 -14 src/contrib/bzip2/bzlib.c 1.1.1.1.2.2.12.1 +7 -5 src/contrib/bzip2/compress.c 1.1.1.1.2.2.12.1 +11 -5 src/contrib/bzip2/decompress.c 1.1.1.1.2.2.12.1 +18 -1 src/contrib/bzip2/huffman.c 1.44.2.39.2.15 +1 -1 src/sys/conf/newvers.sh 1.107.2.41.4.3 +24 -4 src/sys/netinet/tcp_input.c 1.11.2.7.8.1 +1 -0 src/sys/netinet/tcp_seq.h From owner-cvs-src@FreeBSD.ORG Wed Jun 29 21:46: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 CB8AE16A41C; Wed, 29 Jun 2005 21:46:15 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B60AF43D4C; Wed, 29 Jun 2005 21:46:15 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TLkFYo047255; Wed, 29 Jun 2005 21:46:15 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TLkFjG047254; Wed, 29 Jun 2005 21:46:15 GMT (envelope-from simon) Message-Id: <200506292146.j5TLkFjG047254@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Wed, 29 Jun 2005 21:46:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_10 Cc: Subject: cvs commit: src UPDATING src/contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c src/sys/conf newvers.sh src/sys/netinet tcp_input.c tcp_seq.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, 29 Jun 2005 21:46:15 -0000 simon 2005-06-29 21:46:15 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_4_10) . UPDATING contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c sys/conf newvers.sh sys/netinet tcp_input.c tcp_seq.h Log: Correct bzip2 denial of service and permission race vulnerabilities. Obtained from: Redhat, Steve Grubb via RedHat Security: CAN-2005-0953, CAN-2005-1260 Security: FreeBSD-SA-05:14.bzip2 Approved by: obrien Correct TCP connection stall denial-of-service vulnerabilities. MFC: rev 1.270 of tcp_input.c, rev 1.25 of tcp_seq.h by ps: When a TCP packets containing a timestamp is received, inadequate checking of sequence numbers is performed, allowing an attacker to artificially increase the internal "recent" timestamp for a connection. A TCP packets with the SYN flag set is accepted for established connections, allowing an attacker to overwrite certain TCP options. Security: CAN-2005-0356, CAN-2005-2068 Security: FreeBSD-SA-05:15.tcp Approved by: so (cperciva) Revision Changes Path 1.73.2.90.2.17 +5 -0 src/UPDATING 1.1.1.1.2.2.10.1 +34 -9 src/contrib/bzip2/bzip2.c 1.1.1.1.2.2.10.1 +37 -14 src/contrib/bzip2/bzlib.c 1.1.1.1.2.2.10.1 +7 -5 src/contrib/bzip2/compress.c 1.1.1.1.2.2.10.1 +11 -5 src/contrib/bzip2/decompress.c 1.1.1.1.2.2.10.1 +18 -1 src/contrib/bzip2/huffman.c 1.44.2.34.2.18 +1 -1 src/sys/conf/newvers.sh 1.107.2.41.2.1 +24 -4 src/sys/netinet/tcp_input.c 1.11.2.7.6.1 +1 -0 src/sys/netinet/tcp_seq.h From owner-cvs-src@FreeBSD.ORG Wed Jun 29 22:28: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 B40BF16A41C; Wed, 29 Jun 2005 22:28:46 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6357243D4C; Wed, 29 Jun 2005 22:28:46 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TMSkvf049410; Wed, 29 Jun 2005 22:28:46 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TMSkUt049409; Wed, 29 Jun 2005 22:28:46 GMT (envelope-from peter) Message-Id: <200506292228.j5TMSkUt049409@repoman.freebsd.org> From: Peter Wemm Date: Wed, 29 Jun 2005 22:28: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/amd64/amd64 dump_machdep.c machdep.c src/sys/amd64/include pmap.h src/sys/i386/i386 dump_machdep.c machdep.c src/sys/i386/include pmap.h src/sys/sys kerneldump.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, 29 Jun 2005 22:28:46 -0000 peter 2005-06-29 22:28:46 UTC FreeBSD src repository Modified files: sys/amd64/amd64 dump_machdep.c machdep.c sys/amd64/include pmap.h sys/i386/i386 dump_machdep.c machdep.c sys/i386/include pmap.h sys/sys kerneldump.h Log: Switch AMD64 and i386 platforms to using ELF as their kernel crash dump format. The key reason to do this is so that we can dump sparse address space. For example, we need to be able to skip the PCI hole just below the 4GB boundary. Trying to destructively dump MMIO device registers is Really Bad(TM). The frequent result of trying to do a crash dump on a machine with 4GB or more ram was ugly (lockup or reboot). This code has been taken directly from the IA64 dump_machdep.c code, with just a few (mostly minor) mods. Introduce a dump_avail[] array in the machdep.c code so that we have a source of truth for what memory is present in a machine that needs to be dumped. We can't use phys_avail[] because all sorts of things slice memory out of it that we really need to dump. eg: the vm page array and the dmesg buffer. dump_avail[] is pretty much an unmolested version of phys_avail[]. It does have Maxmem correction. Bump the i386 and amd64 dump format to version 2, but nothing actually uses this. amd64 was actually using the i386 dump version number. libkvm support to follow. Approved by: re Revision Changes Path 1.10 +324 -90 src/sys/amd64/amd64/dump_machdep.c 1.638 +33 -12 src/sys/amd64/amd64/machdep.c 1.127 +1 -0 src/sys/amd64/include/pmap.h 1.10 +324 -90 src/sys/i386/i386/dump_machdep.c 1.615 +35 -19 src/sys/i386/i386/machdep.c 1.117 +1 -0 src/sys/i386/include/pmap.h 1.7 +2 -1 src/sys/sys/kerneldump.h From owner-cvs-src@FreeBSD.ORG Wed Jun 29 22:39: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 2011F16A41C; Wed, 29 Jun 2005 22:39:42 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD9443D48; Wed, 29 Jun 2005 22:39:42 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TMdfjx049951; Wed, 29 Jun 2005 22:39:41 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TMdfak049950; Wed, 29 Jun 2005 22:39:41 GMT (envelope-from peter) Message-Id: <200506292239.j5TMdfak049950@repoman.freebsd.org> From: Peter Wemm Date: Wed, 29 Jun 2005 22:39: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/lib/libkvm kvm.c kvm_amd64.c kvm_arm.c kvm_i386.c kvm_ia64.c kvm_powerpc.c kvm_private.h kvm_sparc.c kvm_sparc64.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Jun 2005 22:39:42 -0000 peter 2005-06-29 22:39:41 UTC FreeBSD src repository Modified files: lib/libkvm kvm.c kvm_amd64.c kvm_arm.c kvm_i386.c kvm_ia64.c kvm_powerpc.c kvm_private.h kvm_sparc.c kvm_sparc64.c Log: Support crash dumps > 4GB in size on 32 bit platforms. _kvm_kvatop() returned an lseek offset in a "u_long *" value, which can't express >4GB offsets on 32 bit machines (eg: PAE). Change to "off_t *" for all. Support ELF crashdumps on i386 and amd64. Support PAE crashdumps on i386. This is done by auto-detecting the presence of the IdlePDPT which means that PAE is active. I used Marcel's _kvm_pa2off strategy and ELF header reader for ELF support on amd64. Paul Saab ported the amd64 changes to i386 and we implemented the PAE support from there. Note that gdb6 in the src tree uses whatever libkvm supports. If you want to debug an old crash dump, you might want to keep an old libkvm.so handy and use LD_PRELOAD or the like. This does not detect the old raw dump format. Approved by: re Revision Changes Path 1.27 +2 -2 src/lib/libkvm/kvm.c 1.18 +137 -39 src/lib/libkvm/kvm_amd64.c 1.2 +1 -1 src/lib/libkvm/kvm_arm.c 1.16 +281 -52 src/lib/libkvm/kvm_i386.c 1.7 +2 -2 src/lib/libkvm/kvm_ia64.c 1.3 +1 -1 src/lib/libkvm/kvm_powerpc.c 1.9 +1 -1 src/lib/libkvm/kvm_private.h 1.6 +1 -1 src/lib/libkvm/kvm_sparc.c 1.7 +1 -1 src/lib/libkvm/kvm_sparc64.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 23:15: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 93AFE16A41C; Wed, 29 Jun 2005 23:15:36 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8133643D1F; Wed, 29 Jun 2005 23:15:36 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TNFahJ051628; Wed, 29 Jun 2005 23:15:36 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TNFa91051627; Wed, 29 Jun 2005 23:15:36 GMT (envelope-from peter) Message-Id: <200506292315.j5TNFa91051627@repoman.freebsd.org> From: Peter Wemm Date: Wed, 29 Jun 2005 23:15:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/i386/gen _set_tp.c src/lib/libpthread/arch/i386/i386 pthread_md.c src/lib/libpthread/arch/i386/include pthread_md.h src/libexec/rtld-elf/i386 reloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Jun 2005 23:15:36 -0000 peter 2005-06-29 23:15:36 UTC FreeBSD src repository Modified files: lib/libc/i386/gen _set_tp.c lib/libpthread/arch/i386/i386 pthread_md.c lib/libpthread/arch/i386/include pthread_md.h libexec/rtld-elf/i386 reloc.c Log: Clean out the leftovers from the i386_set_gsbase() TLS conversion. Like on libthr, there is an i386_set_gsbase() stub implementation here to avoid libc.so.5 issues. This should likely be a weak symbol and I expect this will be fixed soon. Approved by: re Revision Changes Path 1.6 +1 -18 src/lib/libc/i386/gen/_set_tp.c 1.7 +7 -39 src/lib/libpthread/arch/i386/i386/pthread_md.c 1.16 +1 -12 src/lib/libpthread/arch/i386/include/pthread_md.h 1.18 +1 -17 src/libexec/rtld-elf/i386/reloc.c From owner-cvs-src@FreeBSD.ORG Wed Jun 29 23:23: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 3FA4916A41C; Wed, 29 Jun 2005 23:23:17 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D35443D1F; Wed, 29 Jun 2005 23:23:17 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5TNNHVk052479; Wed, 29 Jun 2005 23:23:17 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5TNNH1j052478; Wed, 29 Jun 2005 23:23:17 GMT (envelope-from peter) Message-Id: <200506292323.j5TNNH1j052478@repoman.freebsd.org> From: Peter Wemm Date: Wed, 29 Jun 2005 23:23: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/amd64/amd64 mp_machdep.c trap.c src/sys/conf options.amd64 options.i386 options.pc98 src/sys/i386/i386 mp_machdep.c trap.c src/sys/kern subr_kdb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 29 Jun 2005 23:23:17 -0000 peter 2005-06-29 23:23:17 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c trap.c sys/conf options.amd64 options.i386 options.pc98 sys/i386/i386 mp_machdep.c trap.c sys/kern subr_kdb.c Log: Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.h Approved by: re Revision Changes Path 1.260 +1 -0 src/sys/amd64/amd64/mp_machdep.c 1.289 +1 -0 src/sys/amd64/amd64/trap.c 1.21 +1 -1 src/sys/conf/options.amd64 1.224 +1 -1 src/sys/conf/options.i386 1.188 +1 -1 src/sys/conf/options.pc98 1.252 +1 -0 src/sys/i386/i386/mp_machdep.c 1.277 +1 -0 src/sys/i386/i386/trap.c 1.12 +2 -0 src/sys/kern/subr_kdb.c From owner-cvs-src@FreeBSD.ORG Thu Jun 30 00:09: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 D694516A41F; Thu, 30 Jun 2005 00:09:18 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFD3843D1D; Thu, 30 Jun 2005 00:09:18 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U09IDQ054386; Thu, 30 Jun 2005 00:09:18 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U09IKP054385; Thu, 30 Jun 2005 00:09:18 GMT (envelope-from peter) Message-Id: <200506300009.j5U09IKP054385@repoman.freebsd.org> From: Peter Wemm Date: Thu, 30 Jun 2005 00:09: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/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: Thu, 30 Jun 2005 00:09:19 -0000 peter 2005-06-30 00:09:18 UTC FreeBSD src repository Modified files: sys/conf options Log: Add COMPAT_FREEBSD5 Approved by: re Revision Changes Path 1.510 +1 -0 src/sys/conf/options From owner-cvs-src@FreeBSD.ORG Thu Jun 30 00:19: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 2FA5716A41C; Thu, 30 Jun 2005 00:19:09 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED1643D4C; Thu, 30 Jun 2005 00:19:09 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U0J9wR054903; Thu, 30 Jun 2005 00:19:09 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U0J9TJ054902; Thu, 30 Jun 2005 00:19:09 GMT (envelope-from peter) Message-Id: <200506300019.j5U0J9TJ054902@repoman.freebsd.org> From: Peter Wemm Date: Thu, 30 Jun 2005 00:19: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/fs/procfs procfs_ioctl.c 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, 30 Jun 2005 00:19:09 -0000 peter 2005-06-30 00:19:08 UTC FreeBSD src repository Modified files: sys/fs/procfs procfs_ioctl.c sys/kern sys_generic.c Log: Conditionally weaken sys_generic.c rev 1.136 to allow certain dubious ioctl numbers in backwards compatability mode. eg: an IOC_IN ioctl with a size of zero. Traditionally this was what you did before IOC_VOID existed, and we had some established users of this in the tree, namely procfs. Certain 3rd party drivers with binary userland components also have this too. This is necessary to have 4.x and 5.x binaries use these ioctl's. We found this at work when trying to run 4.x binaries. Approved by: re Revision Changes Path 1.11 +14 -0 src/sys/fs/procfs/procfs_ioctl.c 1.145 +7 -2 src/sys/kern/sys_generic.c From owner-cvs-src@FreeBSD.ORG Thu Jun 30 00:26: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 37D9D16A41C; Thu, 30 Jun 2005 00:26:55 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1019D43D4C; Thu, 30 Jun 2005 00:26:55 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U0Qsnj055339; Thu, 30 Jun 2005 00:26:54 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U0QsjW055338; Thu, 30 Jun 2005 00:26:54 GMT (envelope-from peter) Message-Id: <200506300026.j5U0QsjW055338@repoman.freebsd.org> From: Peter Wemm Date: Thu, 30 Jun 2005 00:26: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/amd64/amd64 exception.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 00:26:55 -0000 peter 2005-06-30 00:26:54 UTC FreeBSD src repository Modified files: sys/amd64/amd64 exception.S Log: Add a special-case handler for general protection faults. It appears to be possible to get the swapgs state reversed if doreti traps during the iretq. Attempt to handle this. load_gs() might need special handling too. Running the kernel with the user's TLS and the kernel's PCPU space interchanged would be bad(TM). Discovered as a result of a conversation with: bde Approved by: re Revision Changes Path 1.125 +26 -3 src/sys/amd64/amd64/exception.S From owner-cvs-src@FreeBSD.ORG Thu Jun 30 01:25: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 0F1E816A41C; Thu, 30 Jun 2005 01:25:22 +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 DE85B43D58; Thu, 30 Jun 2005 01:25:21 +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 j5U1PL3l064866; Thu, 30 Jun 2005 01:25:21 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U1PLrM064865; Thu, 30 Jun 2005 01:25:21 GMT (envelope-from ps) Message-Id: <200506300125.j5U1PLrM064865@repoman.freebsd.org> From: Paul Saab Date: Thu, 30 Jun 2005 01:25: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/libkvm kvm_i386.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Jun 2005 01:25:22 -0000 ps 2005-06-30 01:25:21 UTC FreeBSD src repository Modified files: lib/libkvm kvm_i386.c Log: Match _kvm_kvatop to it's prototype in kvm_i386.c. This unbreaks the build. Approved by: re Revision Changes Path 1.17 +1 -1 src/lib/libkvm/kvm_i386.c From owner-cvs-src@FreeBSD.ORG Thu Jun 30 02:38: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 8567D16A41C; Thu, 30 Jun 2005 02:38:46 +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 523D843D48; Thu, 30 Jun 2005 02:38:46 +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 j5U2ckF7068216; Thu, 30 Jun 2005 02:38:46 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U2ckIg068215; Thu, 30 Jun 2005 02:38:46 GMT (envelope-from jkoshy) Message-Id: <200506300238.j5U2ckIg068215@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 30 Jun 2005 02:38: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/share/man/man4 hwpmc.4 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 02:38:46 -0000 jkoshy 2005-06-30 02:38:46 UTC FreeBSD src repository Modified files: share/man/man4 hwpmc.4 Log: Fix markup, correct typos, improve grammar, move the BUGS section to the end of the manual page. Submitted by: ru Approved by: re (blanket hwpmc) Revision Changes Path 1.6 +144 -144 src/share/man/man4/hwpmc.4 From owner-cvs-src@FreeBSD.ORG Thu Jun 30 03:38: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 A4CB816A41C; Thu, 30 Jun 2005 03:38:10 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DFE243D53; Thu, 30 Jun 2005 03:38:10 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U3cAK8070591; Thu, 30 Jun 2005 03:38:10 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U3cAjg070590; Thu, 30 Jun 2005 03:38:10 GMT (envelope-from peter) Message-Id: <200506300338.j5U3cAjg070590@repoman.freebsd.org> From: Peter Wemm Date: Thu, 30 Jun 2005 03:38: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/kern subr_smp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Jun 2005 03:38:10 -0000 peter 2005-06-30 03:38:10 UTC FreeBSD src repository Modified files: sys/kern subr_smp.c Log: Second part of commit for moving KDB_STOP_NMI from opt_global.h to opt_kdb.h. Found by: kris Approved by: re Revision Changes Path 1.196 +2 -0 src/sys/kern/subr_smp.c From owner-cvs-src@FreeBSD.ORG Thu Jun 30 04:46: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 6A22E16A41C; Thu, 30 Jun 2005 04:46:22 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42F5A43D49; Thu, 30 Jun 2005 04:46:22 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U4kMKW073346; Thu, 30 Jun 2005 04:46:22 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U4kMAb073345; Thu, 30 Jun 2005 04:46:22 GMT (envelope-from brooks) Message-Id: <200506300446.j5U4kMAb073345@repoman.freebsd.org> From: Brooks Davis Date: Thu, 30 Jun 2005 04:46: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/etc/rc.d netif X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Jun 2005 04:46:22 -0000 brooks 2005-06-30 04:46:22 UTC FreeBSD src repository Modified files: etc/rc.d netif Log: When interfaces are given on the command line, don't attempt to filter them. Just try to run the given command on them. We need to be able to run stop functions on interfaces that have been deleted to stop wpa_supplicant. Approved by: re (interface startup blanket) Revision Changes Path 1.14 +4 -7 src/etc/rc.d/netif From owner-cvs-src@FreeBSD.ORG Thu Jun 30 04: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 3A5B616A41C; Thu, 30 Jun 2005 04:52:48 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1374C43D5D; Thu, 30 Jun 2005 04:52:48 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U4qlws080652; Thu, 30 Jun 2005 04:52:47 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U4ql7G080651; Thu, 30 Jun 2005 04:52:47 GMT (envelope-from brooks) Message-Id: <200506300452.j5U4ql7G080651@repoman.freebsd.org> From: Brooks Davis Date: Thu, 30 Jun 2005 04:52: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/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, 30 Jun 2005 04:52:48 -0000 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 1.53 +1 -1 src/etc/rc.d/Makefile 1.1 +29 -0 src/etc/rc.d/wpa_supplicant (new) From owner-cvs-src@FreeBSD.ORG Thu Jun 30 04:55: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 D473916A41C; Thu, 30 Jun 2005 04:55:46 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC1A43D48; Thu, 30 Jun 2005 04:55:46 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U4tk7O080800; Thu, 30 Jun 2005 04:55:46 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U4tkCh080799; Thu, 30 Jun 2005 04:55:46 GMT (envelope-from bmah) Message-Id: <200506300455.j5U4tkCh080799@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 30 Jun 2005 04:55: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/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: Thu, 30 Jun 2005 04:55:47 -0000 bmah 2005-06-30 04:55:46 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: Fix grammar and markup nits, do some wordsmithing. Approved by: re (blanket relnotes) Revision Changes Path 1.879 +57 -52 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Jun 30 05:02: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 B40E316A41C; Thu, 30 Jun 2005 05:02:34 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A324343D48; Thu, 30 Jun 2005 05:02:34 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U52Yu9081092; Thu, 30 Jun 2005 05:02:34 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U52Yw1081091; Thu, 30 Jun 2005 05:02:34 GMT (envelope-from brooks) Message-Id: <200506300502.j5U52Yw1081091@repoman.freebsd.org> From: Brooks Davis Date: Thu, 30 Jun 2005 05:02: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 UPDATING src/etc network.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 05:02:34 -0000 brooks 2005-06-30 05:02:34 UTC FreeBSD src repository Modified files: . UPDATING etc network.subr Log: - Remove the pccard_ifconfig variable in favor of a new ifconfig_DEFAULT variable. Unlike pccard_ifconfig, ifconfig_DEFAULT applies to all interfaces that do not specify an ifconfig_ variable rather than just those listed in removable_interfaces. - Correct the list of interfaces when network_interfaces and removable_interfaces are both set by including removable_interfaces in the list of canidates. - When listing dhcp interfaces, include those with other ifconfig options so nat works. Approved by: re (network interface startup blanket) Revision Changes Path 1.415 +7 -0 src/UPDATING 1.164 +7 -34 src/etc/network.subr From owner-cvs-src@FreeBSD.ORG Thu Jun 30 05:03: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 82C1816A41C; Thu, 30 Jun 2005 05:03:54 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E3BD43D49; Thu, 30 Jun 2005 05:03:54 +0000 (GMT) (envelope-from bmah@freebsd.org) Received: from tomcat.kitchenlab.org (tomcat.kitchenlab.org [64.142.31.107]) by a.mail.sonic.net (8.13.3/8.13.3) with ESMTP id j5U53ss5001643 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 29 Jun 2005 22:03:54 -0700 Received: from tomcat.kitchenlab.org (localhost.kitchenlab.org [127.0.0.1]) by tomcat.kitchenlab.org (8.13.3/8.13.1) with ESMTP id j5U53rAA019531; Wed, 29 Jun 2005 22:03:53 -0700 (PDT) (envelope-from bmah@freebsd.org) Received: (from bmah@localhost) by tomcat.kitchenlab.org (8.13.3/8.13.1/Submit) id j5U53rAR019530; Wed, 29 Jun 2005 22:03:53 -0700 (PDT) (envelope-from bmah@freebsd.org) X-Authentication-Warning: tomcat.kitchenlab.org: bmah set sender to bmah@freebsd.org using -f From: "Bruce A. Mah" To: "Simon L. Nielsen" In-Reply-To: <200506292136.j5TLanel046258@repoman.freebsd.org> References: <200506292136.j5TLanel046258@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-K1VX4MfsmOR4Vork//NA" Date: Wed, 29 Jun 2005 22:03:52 -0700 Message-Id: <1120107832.92987.135.camel@tomcat.kitchenlab.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, bmah@freebsd.org Subject: Re: cvs commit: src/contrib/bzip2 bzip2.c src/sys/netinet ip_fw2.c tcp_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: Thu, 30 Jun 2005 05:03:54 -0000 --=-K1VX4MfsmOR4Vork//NA Content-Type: text/plain Content-Transfer-Encoding: quoted-printable If memory serves me right, Simon L. Nielsen wrote: > simon 2005-06-29 21:36:49 UTC >=20 > FreeBSD src repository (doc,ports committer) >=20 > Modified files: > contrib/bzip2 bzip2.c=20 > sys/netinet ip_fw2.c tcp_input.c=20 > Log: [snip] > Approved by: re (security blanket), cperciva ^^^^^^^^^^^^^^^^ Linus Van Pelt is on re@? Good grief, Charlie Brown! Bruce. --=-K1VX4MfsmOR4Vork//NA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCw3042MoxcVugUsMRAmo1AKDTUjjLzWeZ675VnFfOYyty1C+p4QCg0bck r0/R0M+yx4BqFSgtibRa6rQ= =YlRD -----END PGP SIGNATURE----- --=-K1VX4MfsmOR4Vork//NA-- From owner-cvs-src@FreeBSD.ORG Thu Jun 30 05:13: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 0FB9C16A41C; Thu, 30 Jun 2005 05:13:15 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B0043D49; Thu, 30 Jun 2005 05:13:14 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mr6so.prod.shaw.ca (pd4mr6so-qfe3.prod.shaw.ca [10.0.141.69]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IIV0093ZT61S9E0@l-daemon>; Wed, 29 Jun 2005 23:13:13 -0600 (MDT) Received: from pn2ml8so.prod.shaw.ca ([10.0.121.152]) by pd4mr6so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IIV00MB4T61VJ80@pd4mr6so.prod.shaw.ca>; Wed, 29 Jun 2005 23:13:13 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IIV00N42T6154@l-daemon>; Wed, 29 Jun 2005 23:13:13 -0600 (MDT) Date: Wed, 29 Jun 2005 22:12:44 -0700 From: Colin Percival In-reply-to: <1120107832.92987.135.camel@tomcat.kitchenlab.org> To: "Bruce A. Mah" Message-id: <42C37F4C.6040203@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en X-Enigmail-Version: 0.91.0.0 References: <200506292136.j5TLanel046258@repoman.freebsd.org> <1120107832.92987.135.camel@tomcat.kitchenlab.org> User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050406) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, "Simon L. Nielsen" Subject: Re: cvs commit: src/contrib/bzip2 bzip2.c src/sys/netinet ip_fw2.c tcp_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: Thu, 30 Jun 2005 05:13:15 -0000 Bruce A. Mah wrote: > If memory serves me right, Simon L. Nielsen wrote: >> Approved by: re (security blanket), cperciva > ^^^^^^^^^^^^^^^^ > Linus Van Pelt is on re@? Good grief, Charlie Brown! I was wondering how long it would take before someone noticed that. :-) Colin Percival From owner-cvs-src@FreeBSD.ORG Thu Jun 30 05:31: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 3122316A41C; Thu, 30 Jun 2005 05:31:02 +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 0A98B43D1F; Thu, 30 Jun 2005 05:31:02 +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 j5U5V1E9082653; Thu, 30 Jun 2005 05:31:01 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U5V1jw082652; Thu, 30 Jun 2005 05:31:01 GMT (envelope-from ru) Message-Id: <200506300531.j5U5V1jw082652@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 30 Jun 2005 05:31:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/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: Thu, 30 Jun 2005 05:31:02 -0000 ru 2005-06-30 05:31:01 UTC FreeBSD src repository Modified files: usr.sbin/kbdmap kbdmap.c Log: Fixed two bugs in Perl to C conversion that prevented locale name from being parsed correctly. OK'ed by: markm Approved by: re (scottl) MFC after: 3 days Revision Changes Path 1.3 +3 -3 src/usr.sbin/kbdmap/kbdmap.c From owner-cvs-src@FreeBSD.ORG Thu Jun 30 05:32: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 E44BE16A41C; Thu, 30 Jun 2005 05:32:42 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0C543D53; Thu, 30 Jun 2005 05:32:42 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U5WgCo082721; Thu, 30 Jun 2005 05:32:42 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U5WgmT082720; Thu, 30 Jun 2005 05:32:42 GMT (envelope-from brooks) Message-Id: <200506300532.j5U5WgmT082720@repoman.freebsd.org> From: Brooks Davis Date: Thu, 30 Jun 2005 05:32: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/sbin/dhclient dhclient.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Jun 2005 05:32:43 -0000 brooks 2005-06-30 05:32:42 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient.c Log: People like to do RFC violating things with the domain-name option and include a space seperated list of domains instead of the domain of the host. This is supported on too many platforms to break for now so, remove validation of this option for the moment. The correct solution longer term is to implement RFC 3397 support and then treat domain-name options containing space seperated lists of domains as domain-search options for backwards compatability. Approved by: re (dhclient blanket) Revision Changes Path 1.5 +1 -1 src/sbin/dhclient/dhclient.c From owner-cvs-src@FreeBSD.ORG Thu Jun 30 05: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 5A64F16A41C; Thu, 30 Jun 2005 05:33:26 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48C2943D48; Thu, 30 Jun 2005 05:33:26 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U5XQXF082812; Thu, 30 Jun 2005 05:33:26 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U5XQRi082811; Thu, 30 Jun 2005 05:33:26 GMT (envelope-from peter) Message-Id: <200506300533.j5U5XQRi082811@repoman.freebsd.org> From: Peter Wemm Date: Thu, 30 Jun 2005 05:33: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/conf files.amd64 src/sys/amd64/conf NOTES src/sys/amd64/amd64 apic_vector.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 05:33:26 -0000 peter 2005-06-30 05:33:26 UTC FreeBSD src repository Modified files: sys/conf files.amd64 sys/amd64/conf NOTES sys/amd64/amd64 apic_vector.S Log: Sync i386->amd64. * Add ichwd (The Intel EM64T folks have an ICH) * Cosmetic comment syncs * Merge cpufreq change over to NOTES * add pbio (it compiles, but isn't useful since no boxes have ISA slots) * copy ath settings (note: wlan disabled here since its in global NOTES) * copy profiling, including fixing a previous i386->amd64 merge typo. Approved by: re (blanket i386 <-> amd64 sync/convergence) Revision Changes Path 1.103 +1 -1 src/sys/amd64/amd64/apic_vector.S 1.36 +29 -6 src/sys/amd64/conf/NOTES 1.70 +2 -1 src/sys/conf/files.amd64 From owner-cvs-src@FreeBSD.ORG Thu Jun 30 05:37: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 CBA6D16A41C; Thu, 30 Jun 2005 05:37:48 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4ACA43D1D; Thu, 30 Jun 2005 05:37:48 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U5bmA5083089; Thu, 30 Jun 2005 05:37:48 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U5bmgi083088; Thu, 30 Jun 2005 05:37:48 GMT (envelope-from peter) Message-Id: <200506300537.j5U5bmgi083088@repoman.freebsd.org> From: Peter Wemm Date: Thu, 30 Jun 2005 05:37: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/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, 30 Jun 2005 05:37:49 -0000 peter 2005-06-30 05:37:48 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: i386->amd64 sync Add ath_hal and ichwd modules Approved by: re (blanked i386<->amd64 sync) Revision Changes Path 1.449 +2 -0 src/sys/modules/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jun 30 05:50: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 18BB616A41F; Thu, 30 Jun 2005 05:50:53 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E495243D53; Thu, 30 Jun 2005 05:50:52 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U5oqUD083719; Thu, 30 Jun 2005 05:50:52 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U5oqjp083718; Thu, 30 Jun 2005 05:50:52 GMT (envelope-from brooks) Message-Id: <200506300550.j5U5oqjp083718@repoman.freebsd.org> From: Brooks Davis Date: Thu, 30 Jun 2005 05:50:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dhclient dhclient.c dhcp.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, 30 Jun 2005 05:50:53 -0000 brooks 2005-06-30 05:50:52 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient.c dhcp.h Log: Don't complain when we receive smtp, pop, nntp, www, finger, and irc server options. Reported by: Max Boyarov Approved by: re (dhclient blanket) Revision Changes Path 1.6 +6 -0 src/sbin/dhclient/dhclient.c 1.2 +7 -0 src/sbin/dhclient/dhcp.h From owner-cvs-src@FreeBSD.ORG Thu Jun 30 06:35: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 ECB1016A41C; Thu, 30 Jun 2005 06:35:51 +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 C53C743D1F; Thu, 30 Jun 2005 06:35:51 +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 j5U6ZptE085780; Thu, 30 Jun 2005 06:35:51 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U6ZpPc085779; Thu, 30 Jun 2005 06:35:51 GMT (envelope-from ru) Message-Id: <200506300635.j5U6ZpPc085779@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 30 Jun 2005 06:35: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/libdevstat devstat.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: Thu, 30 Jun 2005 06:35:52 -0000 ru 2005-06-30 06:35:51 UTC FreeBSD src repository Modified files: lib/libdevstat devstat.3 Log: Tidy up the markup. Approved by: re (blanket manpages) Revision Changes Path 1.26 +285 -214 src/lib/libdevstat/devstat.3 From owner-cvs-src@FreeBSD.ORG Thu Jun 30 06:44: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 EDA2916A41C; Thu, 30 Jun 2005 06:44:34 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB32F43D49; Thu, 30 Jun 2005 06:44:34 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U6iYhO086206; Thu, 30 Jun 2005 06:44:34 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U6iYor086205; Thu, 30 Jun 2005 06:44:34 GMT (envelope-from peter) Message-Id: <200506300644.j5U6iYor086205@repoman.freebsd.org> From: Peter Wemm Date: Thu, 30 Jun 2005 06:44: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/i386/i386 identcpu.c initcpu.c src/sys/i386/include md_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 06:44:35 -0000 peter 2005-06-30 06:44:34 UTC FreeBSD src repository Modified files: sys/i386/i386 identcpu.c initcpu.c sys/i386/include md_var.h Log: Begin promoting the AMD-originated feature flags to first class flags, now that newer Intel cpu hardware implements them too. This includes things like the NX (pte no-execute) flag for execute protection. We'll need to reference this for implementing no-exec in pmap.c at some point. Some feature flags are duplicated in both the Intel-orignated bits and the AMD bits. Suppress the the duplicates correctly - the old code assumed they were a 1:1 mapping which is not correct. We can't just mask off the bits present in cpu_feature. Converge with amd64 where this originated from. Intel cpu's that implement any AMD features will report them in dmesg now. Approved by: re Revision Changes Path 1.145 +82 -91 src/sys/i386/i386/identcpu.c 1.51 +1 -0 src/sys/i386/i386/initcpu.c 1.72 +3 -1 src/sys/i386/include/md_var.h From owner-cvs-src@FreeBSD.ORG Thu Jun 30 07:25: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 AE2A416A41F; Thu, 30 Jun 2005 07:25:25 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 77E3943D53; Thu, 30 Jun 2005 07:25:24 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 30 Jun 2005 08:25:23 +0100 (BST) Date: Thu, 30 Jun 2005 08:25:23 +0100 From: David Malone To: Peter Wemm Message-ID: <20050630072523.GA57564@walton.maths.tcd.ie> References: <200506300019.j5U0J9TJ054902@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200506300019.j5U0J9TJ054902@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/procfs procfs_ioctl.c 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, 30 Jun 2005 07:25:25 -0000 On Thu, Jun 30, 2005 at 12:19:08AM +0000, Peter Wemm wrote: > Conditionally weaken sys_generic.c rev 1.136 to allow certain dubious > ioctl numbers in backwards compatability mode. eg: an IOC_IN ioctl with > a size of zero. Traditionally this was what you did before IOC_VOID > existed, and we had some established users of this in the tree, namely > procfs. Certain 3rd party drivers with binary userland components also > have this too. I think this might fix this PR? http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/78664 David. From owner-cvs-src@FreeBSD.ORG Thu Jun 30 07:49: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 5A1B116A41C; Thu, 30 Jun 2005 07:49:23 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED72043D55; Thu, 30 Jun 2005 07:49:22 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5U7nM1V089618; Thu, 30 Jun 2005 07:49:22 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5U7nMEF089617; Thu, 30 Jun 2005 07:49:22 GMT (envelope-from peter) Message-Id: <200506300749.j5U7nMEF089617@repoman.freebsd.org> From: Peter Wemm Date: Thu, 30 Jun 2005 07:49: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/amd64/ia32 ia32_reg.c src/sys/compat/ia32 ia32_reg.h src/sys/conf files.amd64 files.ia64 src/sys/fs/procfs procfs_dbregs.c procfs_fpregs.c procfs_ioctl.c procfs_map.c procfs_regs.c src/sys/ia64/ia32 ia32_reg.c src/sys/kern ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Jun 2005 07:49:23 -0000 peter 2005-06-30 07:49:22 UTC FreeBSD src repository Modified files: sys/conf files.amd64 files.ia64 sys/fs/procfs procfs_dbregs.c procfs_fpregs.c procfs_ioctl.c procfs_map.c procfs_regs.c sys/kern imgact_elf.c kern_clock.c sys_process.c sys/sys ptrace.h Added files: sys/amd64/ia32 ia32_reg.c sys/compat/ia32 ia32_reg.h sys/ia64/ia32 ia32_reg.c Log: Jumbo-commit to enhance 32 bit application support on 64 bit kernels. This is good enough to be able to run a RELENG_4 gdb binary against a RELENG_4 application, along with various other tools (eg: 4.x gcore). We use this at work. ia32_reg.[ch]: handle the 32 bit register file format, used by ptrace, procfs and core dumps. procfs_*regs.c: vary the format of proc/XXX/*regs depending on the client and target application. procfs_map.c: Don't print a 64 bit value to 32 bit consumers, or their sscanf fails. They expect an unsigned long. imgact_elf.c: produce a valid 32 bit coredump for 32 bit apps. sys_process.c: handle 32 bit consumers debugging 32 bit targets. Note that 64 bit consumers can still debug 32 bit targets. IA64 has got stubs for ia32_reg.c. Known limitations: a 5.x/6.x gdb uses get/setcontext(), which isn't implemented in the 32/64 wrapper yet. We also make a tiny patch to gdb pacify it over conflicting formats of ld-elf.so.1. Approved by: re Revision Changes Path 1.1 +224 -0 src/sys/amd64/ia32/ia32_reg.c (new) 1.1 +141 -0 src/sys/compat/ia32/ia32_reg.h (new) 1.71 +2 -1 src/sys/conf/files.amd64 1.81 +1 -0 src/sys/conf/files.ia64 1.26 +46 -3 src/sys/fs/procfs/procfs_dbregs.c 1.32 +46 -3 src/sys/fs/procfs/procfs_fpregs.c 1.12 +35 -0 src/sys/fs/procfs/procfs_ioctl.c 1.38 +26 -1 src/sys/fs/procfs/procfs_map.c 1.31 +46 -3 src/sys/fs/procfs/procfs_regs.c 1.1 +82 -0 src/sys/ia64/ia32/ia32_reg.c (new) 1.162 +40 -10 src/sys/kern/imgact_elf.c 1.177 +31 -2 src/sys/kern/kern_clock.c 1.131 +178 -22 src/sys/kern/sys_process.c 1.27 +11 -0 src/sys/sys/ptrace.h From owner-cvs-src@FreeBSD.ORG Thu Jun 30 08:43: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 B53F816A41C; Thu, 30 Jun 2005 08:43:00 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8555D43D49; Thu, 30 Jun 2005 08:43:00 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.1.3] (usen-221x253x221x50.ap-US01.usen.ad.jp [221.253.221.50]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j5U8gwo5029731 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 30 Jun 2005 01:42:59 -0700 Message-ID: <42C3AEE7.6080006@root.org> Date: Thu, 30 Jun 2005 01:35:51 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm References: <20050629222855.8A26B16A442@hub.freebsd.org> In-Reply-To: <20050629222855.8A26B16A442@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 dump_machdep.c machdep.c src/sys/amd64/include pmap.h src/sys/i386/i386 dump_machdep.c machdep.c src/sys/i386/include pmap.h src/sys/sys kerneldump.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, 30 Jun 2005 08:43:00 -0000 Peter Wemm wrote: > peter 2005-06-29 22:28:46 UTC > > FreeBSD src repository > > Modified files: > sys/amd64/amd64 dump_machdep.c machdep.c > sys/amd64/include pmap.h > sys/i386/i386 dump_machdep.c machdep.c > sys/i386/include pmap.h > sys/sys kerneldump.h > Log: > Switch AMD64 and i386 platforms to using ELF as their kernel crash > dump format. The key reason to do this is so that we can dump sparse > address space. For example, we need to be able to skip the PCI hole > just below the 4GB boundary. Trying to destructively dump MMIO device > registers is Really Bad(TM). The frequent result of trying to do a > crash dump on a machine with 4GB or more ram was ugly (lockup or reboot). Excellent. Any plan to skip other regions like mmaped files and only dump anonymous pages? This could significantly reduce the dump times. Then gzip support. Then suspend to disk. :) -- Nate From owner-cvs-src@FreeBSD.ORG Thu Jun 30 11:35: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 ACEEB16A41C; Thu, 30 Jun 2005 11:35:04 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9525243D1D; Thu, 30 Jun 2005 11:35:04 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UBZ4rh015374; Thu, 30 Jun 2005 11:35:04 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UBZ4iH015373; Thu, 30 Jun 2005 11:35:04 GMT (envelope-from den) Message-Id: <200506301135.j5UBZ4iH015373@repoman.freebsd.org> From: Denis Peplin Date: Thu, 30 Jun 2005 11:35: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/release/doc/ru_RU.KOI8-R/hardware/common dev.sgml src/release/doc/ru_RU.KOI8-R/installation/common artheader.sgml install.sgml trouble.sgml src/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml src/release/doc/ru_RU.KOI8-R/readme article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 11:35:04 -0000 den 2005-06-30 11:35:04 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R/hardware/common dev.sgml release/doc/ru_RU.KOI8-R/installation/common install.sgml trouble.sgml artheader.sgml release/doc/ru_RU.KOI8-R/relnotes/common new.sgml release/doc/ru_RU.KOI8-R/readme article.sgml Log: Merge the following from the English version: 1.278 -> 1.282 hardware/common/dev.sgml 1.31 -> 1.32 installation/common/install.sgml 1.17 -> 1.19 installation/common/trouble.sgml 1.6 -> 1.7 installation/common/artheader.sgml 1.845 -> 1.879 relnotes/common/new.sgml 1.36 -> 1.37 readme/article.sgml Obtained from: The FreeBSD Russian Documentation Project Approved by: re (blanket) Revision Changes Path 1.14 +24 -86 src/release/doc/ru_RU.KOI8-R/hardware/common/dev.sgml 1.3 +3 -2 src/release/doc/ru_RU.KOI8-R/installation/common/artheader.sgml 1.8 +3 -3 src/release/doc/ru_RU.KOI8-R/installation/common/install.sgml 1.5 +12 -12 src/release/doc/ru_RU.KOI8-R/installation/common/trouble.sgml 1.11 +3 -2 src/release/doc/ru_RU.KOI8-R/readme/article.sgml 1.20 +465 -31 src/release/doc/ru_RU.KOI8-R/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Jun 30 11:56: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 1468C16A41C; Thu, 30 Jun 2005 11:56:32 +0000 (GMT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E030243D49; Thu, 30 Jun 2005 11:56:31 +0000 (GMT) (envelope-from johan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UBuVrf016303; Thu, 30 Jun 2005 11:56:31 GMT (envelope-from johan@repoman.freebsd.org) Received: (from johan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UBuVDj016302; Thu, 30 Jun 2005 11:56:31 GMT (envelope-from johan) Message-Id: <200506301156.j5UBuVDj016302@repoman.freebsd.org> From: Johan Karlsson Date: Thu, 30 Jun 2005 11:56: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/usr.bin/gencat 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, 30 Jun 2005 11:56:32 -0000 johan 2005-06-30 11:56:31 UTC FreeBSD src repository Modified files: usr.bin/gencat Makefile Log: Our bsd.*.mk only supports 6 WARNS levels and we should not use higher values until it does. Approved by: re (dwhite) Revision Changes Path 1.9 +1 -1 src/usr.bin/gencat/Makefile From owner-cvs-src@FreeBSD.ORG Thu Jun 30 11:58: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 CF99A16A41C; Thu, 30 Jun 2005 11:58:06 +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 A606243D58; Thu, 30 Jun 2005 11:58:06 +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 2F71746B89; Thu, 30 Jun 2005 07:58:06 -0400 (EDT) Date: Thu, 30 Jun 2005 13:02:19 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Brooks Davis In-Reply-To: <200506300502.j5U52Yw1081091@repoman.freebsd.org> Message-ID: <20050630130159.A87930@fledge.watson.org> References: <200506300502.j5U52Yw1081091@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING src/etc network.subr X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 11:58:07 -0000 On Thu, 30 Jun 2005, Brooks Davis wrote: > - When listing dhcp interfaces, include those with other ifconfig > options so nat works. Thanks, I'll give it a spin with my gateway later today. Robert N M Watson From owner-cvs-src@FreeBSD.ORG Thu Jun 30 12:07: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 EF07816A422; Thu, 30 Jun 2005 12:07:29 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C359343D49; Thu, 30 Jun 2005 12:07:29 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UC7T6F016788; Thu, 30 Jun 2005 12:07:29 GMT (envelope-from den@repoman.freebsd.org) Received: (from den@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UC7TFo016787; Thu, 30 Jun 2005 12:07:29 GMT (envelope-from den) Message-Id: <200506301207.j5UC7TFo016787@repoman.freebsd.org> From: Denis Peplin Date: Thu, 30 Jun 2005 12:07: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/doc/ru_RU.KOI8-R/share/sgml dev-auto-ru.sgml src/release/doc/ru_RU.KOI8-R/share/examples dev-auto-translate.pl X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 12:07:30 -0000 den 2005-06-30 12:07:29 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ru_RU.KOI8-R/share/sgml dev-auto-ru.sgml release/doc/ru_RU.KOI8-R/share/examples dev-auto-translate.pl Log: Update Russian override of dev-auto.sgml Obtained from: The FreeBSD Russian Documentation Project Approved by: re (blanket) Revision Changes Path 1.3 +4 -2 src/release/doc/ru_RU.KOI8-R/share/examples/dev-auto-translate.pl 1.4 +19 -1 src/release/doc/ru_RU.KOI8-R/share/sgml/dev-auto-ru.sgml From owner-cvs-src@FreeBSD.ORG Thu Jun 30 12:54: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 4659716A41C; Thu, 30 Jun 2005 12:54:31 +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 0A99843D49; Thu, 30 Jun 2005 12:54:31 +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 j5UCsUOj025960; Thu, 30 Jun 2005 12:54:30 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UCsUHu025959; Thu, 30 Jun 2005 12:54:30 GMT (envelope-from rushani) Message-Id: <200506301254.j5UCsUHu025959@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Thu, 30 Jun 2005 12:54:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/release/doc/ja_JP.eucJP Makefile src/release/doc/ja_JP.eucJP/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 12:54:31 -0000 rushani 2005-06-30 12:54:30 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ja_JP.eucJP Makefile release/doc/ja_JP.eucJP/errata article.sgml Log: Merge the following from the English version: 1.3 -> 1.7 Makefile 1.65 -> 1.73 errata/article.sgml Approved by: re (hrs) Revision Changes Path 1.5 +1 -2 src/release/doc/ja_JP.eucJP/Makefile 1.32 +15 -215 src/release/doc/ja_JP.eucJP/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Thu Jun 30 12:54: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 0C32B16A41C; Thu, 30 Jun 2005 12:54:58 +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 D5ED043D49; Thu, 30 Jun 2005 12:54:57 +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 j5UCsvuQ026142; Thu, 30 Jun 2005 12:54:57 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UCsvl4026141; Thu, 30 Jun 2005 12:54:57 GMT (envelope-from rushani) Message-Id: <200506301254.j5UCsvl4026141@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Thu, 30 Jun 2005 12:54: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/release/doc/ja_JP.eucJP/hardware/common dev.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: Thu, 30 Jun 2005 12:54:58 -0000 rushani 2005-06-30 12:54:57 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ja_JP.eucJP/hardware/common dev.sgml Log: Use consistent translation for the word ``interface''. Approved by: re (hrs) Revision Changes Path 1.29 +1 -1 src/release/doc/ja_JP.eucJP/hardware/common/dev.sgml From owner-cvs-src@FreeBSD.ORG Thu Jun 30 13:01: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 EC51516A41F; Thu, 30 Jun 2005 13:01:44 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C22F943D1F; Thu, 30 Jun 2005 13:01:44 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UD1i8e030229; Thu, 30 Jun 2005 13:01:44 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UD1iW4030226; Thu, 30 Jun 2005 13:01:44 GMT (envelope-from hmp) Message-Id: <200506301301.j5UD1iW4030226@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 30 Jun 2005 13:01: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/share/man/man8 crash.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, 30 Jun 2005 13:01:45 -0000 hmp 2005-06-30 13:01:44 UTC FreeBSD src repository Modified files: share/man/man8 crash.8 Log: Use 'manual page' instead of 'man page' for consistency. Approved by: re (hrs) Revision Changes Path 1.22 +2 -2 src/share/man/man8/crash.8 From owner-cvs-src@FreeBSD.ORG Thu Jun 30 13:04: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 0EBC416A41C; Thu, 30 Jun 2005 13:04:26 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D875343D1F; Thu, 30 Jun 2005 13:04:25 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UD4P0k030382; Thu, 30 Jun 2005 13:04:25 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UD4PeX030381; Thu, 30 Jun 2005 13:04:25 GMT (envelope-from hmp) Message-Id: <200506301304.j5UD4PeX030381@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 30 Jun 2005 13:04:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man7 clocks.7 sdoc.7 tuning.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, 30 Jun 2005 13:04:26 -0000 hmp 2005-06-30 13:04:25 UTC FreeBSD src repository Modified files: share/man/man7 clocks.7 sdoc.7 tuning.7 Log: Use 'manual page' instead of 'man page' for consistency. Approved by: re (hrs) Revision Changes Path 1.24 +1 -1 src/share/man/man7/clocks.7 1.10 +1 -1 src/share/man/man7/sdoc.7 1.72 +1 -1 src/share/man/man7/tuning.7 From owner-cvs-src@FreeBSD.ORG Thu Jun 30 13:10: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 ABDBA16A41F; Thu, 30 Jun 2005 13:10:38 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E2343D53; Thu, 30 Jun 2005 13:10:38 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UDAcs8030783; Thu, 30 Jun 2005 13:10:38 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UDAcLd030782; Thu, 30 Jun 2005 13:10:38 GMT (envelope-from hmp) Message-Id: <200506301310.j5UDAcLd030782@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 30 Jun 2005 13:10: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/man5 a.out.5 hosts.equiv.5 make.conf.5 periodic.conf.5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 13:10:38 -0000 hmp 2005-06-30 13:10:38 UTC FreeBSD src repository Modified files: share/man/man5 a.out.5 hosts.equiv.5 make.conf.5 periodic.conf.5 rc.conf.5 Log: Use 'manual page' instead of 'man page' for consistency. Approved by: re (hrs) Revision Changes Path 1.19 +1 -1 src/share/man/man5/a.out.5 1.20 +2 -2 src/share/man/man5/hosts.equiv.5 1.120 +1 -1 src/share/man/man5/make.conf.5 1.55 +2 -2 src/share/man/man5/periodic.conf.5 1.256 +3 -3 src/share/man/man5/rc.conf.5 From owner-cvs-src@FreeBSD.ORG Thu Jun 30 13:11: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 512EF16A41C; Thu, 30 Jun 2005 13:11:49 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2837443D48; Thu, 30 Jun 2005 13:11:49 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UDBnak030956; Thu, 30 Jun 2005 13:11:49 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UDBnk1030955; Thu, 30 Jun 2005 13:11:49 GMT (envelope-from mtm) Message-Id: <200506301311.j5UDBnk1030955@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 30 Jun 2005 13:11:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/man/man7 tuning.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, 30 Jun 2005 13:11:49 -0000 mtm 2005-06-30 13:11:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man7 tuning.7 Log: MFC: Sync description of IP portrange sysctls with reality. Revision Changes Path 1.67.2.2 +9 -10 src/share/man/man7/tuning.7 From owner-cvs-src@FreeBSD.ORG Thu Jun 30 13:13: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 A81BA16A41C; Thu, 30 Jun 2005 13:13:49 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CEDF43D53; Thu, 30 Jun 2005 13:13:49 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UDDnMH031120; Thu, 30 Jun 2005 13:13:49 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UDDnij031119; Thu, 30 Jun 2005 13:13:49 GMT (envelope-from hmp) Message-Id: <200506301313.j5UDDnij031119@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 30 Jun 2005 13:13: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/share/man/man3 pthread_cancel.3 pthread_testcancel.3 sysexits.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: Thu, 30 Jun 2005 13:13:49 -0000 hmp 2005-06-30 13:13:49 UTC FreeBSD src repository Modified files: share/man/man3 pthread_cancel.3 pthread_testcancel.3 sysexits.3 Log: Use 'manual page' instead of 'man page' for consistency. Approved by: re (hrs) Revision Changes Path 1.11 +1 -1 src/share/man/man3/pthread_cancel.3 1.13 +1 -1 src/share/man/man3/pthread_testcancel.3 1.16 +1 -1 src/share/man/man3/sysexits.3 From owner-cvs-src@FreeBSD.ORG Thu Jun 30 13:18: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 573C716A41C; Thu, 30 Jun 2005 13:18:16 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CAC143D49; Thu, 30 Jun 2005 13:18:16 +0000 (GMT) (envelope-from hmp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UDIGvK031390; Thu, 30 Jun 2005 13:18:16 GMT (envelope-from hmp@repoman.freebsd.org) Received: (from hmp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UDIGTf031389; Thu, 30 Jun 2005 13:18:16 GMT (envelope-from hmp) Message-Id: <200506301318.j5UDIGTf031389@repoman.freebsd.org> From: Hiten Pandya Date: Thu, 30 Jun 2005 13:18:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys fhopen.2 kenv.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 13:18:16 -0000 hmp 2005-06-30 13:18:16 UTC FreeBSD src repository Modified files: lib/libc/sys fhopen.2 kenv.2 Log: Use 'manual page' instead of 'man page' for consistency. Approved by: re (hrs) Revision Changes Path 1.16 +1 -1 src/lib/libc/sys/fhopen.2 1.5 +1 -1 src/lib/libc/sys/kenv.2 From owner-cvs-src@FreeBSD.ORG Thu Jun 30 13:41: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 5233016A41C; Thu, 30 Jun 2005 13:41:09 +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 CFCF443D4C; Thu, 30 Jun 2005 13:41:08 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.231] (Not Verified[65.202.103.25]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Thu, 30 Jun 2005 09:54:55 -0400 From: John Baldwin To: Brooks Davis Date: Thu, 30 Jun 2005 08:36:52 -0400 User-Agent: KMail/1.8 References: <200506300532.j5U5WgmT082720@repoman.freebsd.org> In-Reply-To: <200506300532.j5U5WgmT082720@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506300836.53530.jhb@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dhclient dhclient.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Jun 2005 13:41:09 -0000 On Thursday 30 June 2005 01:32 am, Brooks Davis wrote: > brooks 2005-06-30 05:32:42 UTC > > FreeBSD src repository > > Modified files: > sbin/dhclient dhclient.c > Log: > People like to do RFC violating things with the domain-name option and > include a space seperated list of domains instead of the domain of the > host. This is supported on too many platforms to break for now so, > remove validation of this option for the moment. > > The correct solution longer term is to implement RFC 3397 support and > then treat domain-name options containing space seperated lists of > domains as domain-search options for backwards compatability. > > Approved by: re (dhclient blanket) Thank you very much for being flexible on this! -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Thu Jun 30 15:26: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 1B60F16A41C; Thu, 30 Jun 2005 15:26:04 +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 E86ED43D1F; Thu, 30 Jun 2005 15:26:03 +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 j5UFQ3Ne038591; Thu, 30 Jun 2005 15:26:03 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UFQ3bv038590; Thu, 30 Jun 2005 15:26:03 GMT (envelope-from nyan) Message-Id: <200506301526.j5UFQ3bv038590@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 30 Jun 2005 15:26: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/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: Thu, 30 Jun 2005 15:26:04 -0000 nyan 2005-06-30 15:26:03 UTC FreeBSD src repository Modified files: sys/pc98/pc98 machdep.c Log: MFi386: revision 1.615 (change kernel crashdump format to ELF). Approved by: re (scottl) Revision Changes Path 1.362 +38 -20 src/sys/pc98/pc98/machdep.c From owner-cvs-src@FreeBSD.ORG Thu Jun 30 16:26: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 2D57716A41C; Thu, 30 Jun 2005 16:26:25 +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 1818B43D1F; Thu, 30 Jun 2005 16:26:25 +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 j5UGQOZM045120; Thu, 30 Jun 2005 16:26:24 GMT (envelope-from rushani@repoman.freebsd.org) Received: (from rushani@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UGQOK3045119; Thu, 30 Jun 2005 16:26:24 GMT (envelope-from rushani) Message-Id: <200506301626.j5UGQOK3045119@repoman.freebsd.org> From: Hideyuki KURASHINA Date: Thu, 30 Jun 2005 16:26: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/release/doc/ja_JP.eucJP/early-adopter Makefile article.sgml src/release/doc/ja_JP.eucJP/relnotes/common artheader.sgml intro.sgml relnotes.ent upgrading.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: Thu, 30 Jun 2005 16:26:25 -0000 rushani 2005-06-30 16:26:24 UTC FreeBSD src repository (doc committer) Modified files: release/doc/ja_JP.eucJP/relnotes/common relnotes.ent Removed files: release/doc/ja_JP.eucJP/early-adopter Makefile article.sgml release/doc/ja_JP.eucJP/relnotes/common artheader.sgml intro.sgml upgrading.sgml Log: - Retire the Early Adopter's Guide in HEAD. - Remove following files since their contents are merged into relnotes/common/new.sgml years ago. relnotes/common/artheader.sgml relnotes/common/intro.sgml relnotes/common/upgrading.sgml Approved by: re (hrs) Revision Changes Path 1.3 +0 -19 src/release/doc/ja_JP.eucJP/early-adopter/Makefile (dead) 1.13 +0 -546 src/release/doc/ja_JP.eucJP/early-adopter/article.sgml (dead) 1.3 +0 -19 src/release/doc/ja_JP.eucJP/relnotes/common/artheader.sgml (dead) 1.4 +0 -43 src/release/doc/ja_JP.eucJP/relnotes/common/intro.sgml (dead) 1.5 +1 -8 src/release/doc/ja_JP.eucJP/relnotes/common/relnotes.ent 1.4 +0 -45 src/release/doc/ja_JP.eucJP/relnotes/common/upgrading.sgml (dead) From owner-cvs-src@FreeBSD.ORG Thu Jun 30 16:50: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 7AB7016A41C; Thu, 30 Jun 2005 16:50:31 +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 53DD443D49; Thu, 30 Jun 2005 16:50:31 +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 j5UGoUgZ031764; Thu, 30 Jun 2005 09:50:30 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j5UGoUsB031762; Thu, 30 Jun 2005 09:50:30 -0700 Date: Thu, 30 Jun 2005 09:50:30 -0700 From: Brooks Davis To: John Baldwin Message-ID: <20050630165030.GB29680@odin.ac.hmc.edu> References: <200506300532.j5U5WgmT082720@repoman.freebsd.org> <200506300836.53530.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JYK4vJDZwFMowpUq" Content-Disposition: inline In-Reply-To: <200506300836.53530.jhb@FreeBSD.org> 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/sbin/dhclient dhclient.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Jun 2005 16:50:31 -0000 --JYK4vJDZwFMowpUq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 30, 2005 at 08:36:52AM -0400, John Baldwin wrote: > On Thursday 30 June 2005 01:32 am, Brooks Davis wrote: > > brooks 2005-06-30 05:32:42 UTC > > > > FreeBSD src repository > > > > Modified files: > > sbin/dhclient dhclient.c > > Log: > > People like to do RFC violating things with the domain-name option and > > include a space seperated list of domains instead of the domain of the > > host. This is supported on too many platforms to break for now so, > > remove validation of this option for the moment. > > > > The correct solution longer term is to implement RFC 3397 support and > > then treat domain-name options containing space seperated lists of > > domains as domain-search options for backwards compatability. > > > > Approved by: re (dhclient blanket) >=20 > Thank you very much for being flexible on this! You're welcome. In this case dhclient is violating the guideline to be leanient in what you accept. -- 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 --JYK4vJDZwFMowpUq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFCxCLWXY6L6fI4GtQRAtpaAJ4y3sFOuyujeFeDlJx6oSk+fY64tACg25K7 EPzPlwMdYdWpv/OEz+SUUyU= =01YN -----END PGP SIGNATURE----- --JYK4vJDZwFMowpUq-- From owner-cvs-src@FreeBSD.ORG Thu Jun 30 17:17: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 7687C16A41C; Thu, 30 Jun 2005 17:17:30 +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 4EEE943D1D; Thu, 30 Jun 2005 17:17:30 +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 j5UHHUYp054538; Thu, 30 Jun 2005 17:17:30 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UHHUVG054537; Thu, 30 Jun 2005 17:17:30 GMT (envelope-from ps) Message-Id: <200506301717.j5UHHUVG054537@repoman.freebsd.org> From: Paul Saab Date: Thu, 30 Jun 2005 17:17:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_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: Thu, 30 Jun 2005 17:17:30 -0000 ps 2005-06-30 17:17:30 UTC FreeBSD src repository Modified files: sys/kern kern_clock.c Log: Use SCTL_MASK32 to determine that the sysctl call is from a 32bit binary for kern.cp_time. Approved by: re Revision Changes Path 1.178 +2 -7 src/sys/kern/kern_clock.c From owner-cvs-src@FreeBSD.ORG Thu Jun 30 17:50: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 CCAA716A41C; Thu, 30 Jun 2005 17:50:34 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A61BA43D1D; Thu, 30 Jun 2005 17:50:34 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UHoYZk056022; Thu, 30 Jun 2005 17:50:34 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UHoYt2056021; Thu, 30 Jun 2005 17:50:34 GMT (envelope-from brooks) Message-Id: <200506301750.j5UHoYt2056021@repoman.freebsd.org> From: Brooks Davis Date: Thu, 30 Jun 2005 17:50:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/rc.d dhclient X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Jun 2005 17:50:34 -0000 brooks 2005-06-30 17:50:34 UTC FreeBSD src repository Modified files: etc/rc.d dhclient Log: Remove REQUIRE and BEFORE lines since this script is not run by rcorder at startup. Instead it is called by other scripts. Approved by: re (network interface startup blanket) Revision Changes Path 1.20 +0 -2 src/etc/rc.d/dhclient From owner-cvs-src@FreeBSD.ORG Thu Jun 30 18:17: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 B996B16A41C; Thu, 30 Jun 2005 18:17:10 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9273043D49; Thu, 30 Jun 2005 18:17:10 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UIHAQ7057511; Thu, 30 Jun 2005 18:17:10 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UIHAgS057510; Thu, 30 Jun 2005 18:17:10 GMT (envelope-from bmah) Message-Id: <200506301817.j5UIHAgS057510@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 30 Jun 2005 18:17: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/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: Thu, 30 Jun 2005 18:17:10 -0000 bmah 2005-06-30 18:17:10 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: SA-05:13.ipfw, SA-05:14.bzip2, SA-05:15.tcp. Approved by: re (blanket relnotes) Revision Changes Path 1.880 +23 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Jun 30 18:40: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 DB38D16A41C; Thu, 30 Jun 2005 18:40:37 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E3B43D53; Thu, 30 Jun 2005 18:40:37 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UIeb6w058704; Thu, 30 Jun 2005 18:40:37 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UIebeq058703; Thu, 30 Jun 2005 18:40:37 GMT (envelope-from bmah) Message-Id: <200506301840.j5UIebeq058703@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 30 Jun 2005 18:40:37 +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: Thu, 30 Jun 2005 18:40:38 -0000 bmah 2005-06-30 18:40:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-05:10.tcpdump, SA-05:11.gzip, SA-05:13.ipfw, SA-05:14.bzip2, SA-05:15.tcp. (Basically make sure all applicable security advisories are listed.) While here, also add a missing word in autoboot note. Revision Changes Path 1.761.2.49 +38 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Jun 30 18:41: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 EA29E16A41C; Thu, 30 Jun 2005 18:41:55 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4AA343D1F; Thu, 30 Jun 2005 18:41:55 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UIftoX059629; Thu, 30 Jun 2005 18:41:55 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UIftXO059628; Thu, 30 Jun 2005 18:41:55 GMT (envelope-from bmah) Message-Id: <200506301841.j5UIftXO059628@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 30 Jun 2005 18:41:55 +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/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: Thu, 30 Jun 2005 18:41:56 -0000 bmah 2005-06-30 18:41:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-05:11.gzip, SA-05:14.bzip2, SA-05:15.tcp. (General security advisory resync.) Revision Changes Path 1.22.2.428 +22 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml From owner-cvs-src@FreeBSD.ORG Thu Jun 30 19:01: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 5289316A41C; Thu, 30 Jun 2005 19:01:27 +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 196B943D1F; Thu, 30 Jun 2005 19:01:27 +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 j5UJ1QU9063222; Thu, 30 Jun 2005 19:01:26 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UJ1QMc063221; Thu, 30 Jun 2005 19:01:26 GMT (envelope-from jkoshy) Message-Id: <200506301901.j5UJ1QMc063221@repoman.freebsd.org> From: Joseph Koshy Date: Thu, 30 Jun 2005 19:01:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_exec.c src/lib/libpmc pmclog.c pmclog.h src/sys/dev/hwpmc hwpmc_logging.c hwpmc_mod.c src/sys/sys pmc.h pmckern.h pmclog.h src/usr.sbin/pmcstat Makefile pmcstat.8 pmcstat.c pmcstat.h pmcstat_log.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 30 Jun 2005 19:01:27 -0000 jkoshy 2005-06-30 19:01:26 UTC FreeBSD src repository Modified files: sys/kern kern_exec.c lib/libpmc pmclog.c pmclog.h sys/dev/hwpmc hwpmc_logging.c hwpmc_mod.c sys/sys pmc.h pmckern.h pmclog.h usr.sbin/pmcstat Makefile pmcstat.8 pmcstat.c Added files: usr.sbin/pmcstat pmcstat.h pmcstat_log.c Log: MFP4: - pmcstat(8) gprof output mode fixes: lib/libpmc/pmclog.{c,h}, sys/sys/pmclog.h: + Add a 'is_usermode' field to the PMCLOG_PCSAMPLE event + Add an 'entryaddr' field to the PMCLOG_PROCEXEC event, so that pmcstat(8) can determine where the runtime loader /libexec/ld-elf.so.1 is getting loaded. sys/kern/kern_exec.c: + Use a local struct to group the entry address of the image being exec()'ed and the process credential changed flag to the exec handling hook inside hwpmc(4). usr.sbin/pmcstat/*: + Support "-k kernelpath", "-D sampledir". + Implement the ELF bits of 'gmon.out' profile generation in a new file "pmcstat_log.c". Move all log related functions to this file. + Move local definitions and prototypes to "pmcstat.h" - Other bug fixes: + lib/libpmc/pmclog.c: correctly handle EOF in pmclog_read(). + sys/dev/hwpmc_mod.c: unconditionally log a PROCEXIT event to all attached PMCs when a process exits. + sys/sys/pmc.h: correct a function prototype. + Improve usage checks in pmcstat(8). Approved by: re (blanket hwpmc) Revision Changes Path 1.2 +7 -2 src/lib/libpmc/pmclog.c 1.2 +3 -0 src/lib/libpmc/pmclog.h 1.2 +10 -7 src/sys/dev/hwpmc/hwpmc_logging.c 1.9 +20 -17 src/sys/dev/hwpmc/hwpmc_mod.c 1.275 +7 -2 src/sys/kern/kern_exec.c 1.7 +1 -1 src/sys/sys/pmc.h 1.4 +5 -0 src/sys/sys/pmckern.h 1.2 +5 -1 src/sys/sys/pmclog.h 1.3 +1 -1 src/usr.sbin/pmcstat/Makefile 1.4 +7 -1 src/usr.sbin/pmcstat/pmcstat.8 1.5 +214 -347 src/usr.sbin/pmcstat/pmcstat.c 1.1 +127 -0 src/usr.sbin/pmcstat/pmcstat.h (new) 1.1 +1255 -0 src/usr.sbin/pmcstat/pmcstat_log.c (new) From owner-cvs-src@FreeBSD.ORG Thu Jun 30 19: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 364B216A41C; Thu, 30 Jun 2005 19:39:46 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F06843D1D; Thu, 30 Jun 2005 19:39:46 +0000 (GMT) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5UJdjhO064568; Thu, 30 Jun 2005 19:39:45 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5UJdjaW064567; Thu, 30 Jun 2005 19:39:45 GMT (envelope-from bmah) Message-Id: <200506301939.j5UJdjaW064567@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 30 Jun 2005 19:39:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2005 19:39:46 -0000 bmah 2005-06-30 19:39:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) release/doc/en_US.ISO8859-1/errata article.sgml Log: List new security advisories: SA-05:13.ipfw, SA-05:14.bzip2, SA-05:15.tcp. Revision Changes Path 1.69.2.24 +21 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml From owner-cvs-src@FreeBSD.ORG Fri Jul 1 00: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 CB40E16A41C; Fri, 1 Jul 2005 00:30:50 +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 A2EF643D1F; Fri, 1 Jul 2005 00:30:50 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j610UoT4022514; Fri, 1 Jul 2005 00:30:50 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j610UoO6022513; Fri, 1 Jul 2005 00:30:50 GMT (envelope-from pjd) Message-Id: <200507010030.j610UoO6022513@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Fri, 1 Jul 2005 00:30: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/kern kern_ktrace.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 00:30:51 -0000 pjd 2005-07-01 00:30:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern kern_ktrace.c Log: MFC: kern_ktrace.c 1.100,1.101 Fix information leaks from ktrace(2). OK'ed by: rwatson Revision Changes Path 1.96.2.3 +19 -3 src/sys/kern/kern_ktrace.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 03:40: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 7629516A41C; Fri, 1 Jul 2005 03:40:28 +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 614F943D1F; Fri, 1 Jul 2005 03:40:28 +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 j613eS9v036671; Fri, 1 Jul 2005 03:40:28 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j613eS6j036670; Fri, 1 Jul 2005 03:40:28 GMT (envelope-from imp) Message-Id: <200507010340.j613eS6j036670@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Jul 2005 03:40:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccard_cis.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: Fri, 01 Jul 2005 03:40:28 -0000 imp 2005-07-01 03:40:28 UTC FreeBSD src repository Modified files: sys/dev/pccard card_if.m pccard.c pccard_cis.c pccardvar.h Log: Add a much-requested feature: The ability for pccard attachments to scan the CIS for interesting tuples. 95% of what can be obtained from the CIS is harvested by the pccard layer and presented to the user in standard function calls. However, there are special needs at times where the standard stuff doesn't suffice. This is for those special cases. CARD_SCAN_CIS(device_get_parent(dev), function, argp) scans the CIS of the card, passing each tuple to function with the tuple and argp as its arguments. Returning 0 continues the scan, while returning 1 terminates the scan. The value of the last invocation of function is returned from this function. int (*pccard_scan_t)(struct pccard_tuple *tuple, void *argp) function called for each tuple. Elements of the CIS tuple can be read with pccard_tuple_read_{1,2,3,4,n}(). You are reading the actual tuple memory each time, in case your card has registers in the CIS. # I suppose these things should be documented in pccard(4) or something like # that. # I plan on unifying cardbus CIS support in a similar way. Approved by: re (scottl) Revision Changes Path 1.29 +9 -0 src/sys/dev/pccard/card_if.m 1.105 +1 -0 src/sys/dev/pccard/pccard.c 1.33 +5 -6 src/sys/dev/pccard/pccard_cis.c 1.52 +3 -2 src/sys/dev/pccard/pccardvar.h From owner-cvs-src@FreeBSD.ORG Fri Jul 1 03:45: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 5DE8B16A41C; Fri, 1 Jul 2005 03:45:02 +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 355CE43D1D; Fri, 1 Jul 2005 03:45:02 +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 j613j2LK036842; Fri, 1 Jul 2005 03:45:02 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j613j2Jd036841; Fri, 1 Jul 2005 03:45:02 GMT (envelope-from jkoshy) Message-Id: <200507010345.j613j2Jd036841@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 1 Jul 2005 03:45: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/usr.sbin/pmcstat pmcstat_log.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 03:45:02 -0000 jkoshy 2005-07-01 03:45:01 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat_log.c Log: Unbreak tinderbox builds. Remove a debug printf. Approved by: re (blanket hwpmc) Revision Changes Path 1.2 +12 -14 src/usr.sbin/pmcstat/pmcstat_log.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 03:50: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 7446616A41C; Fri, 1 Jul 2005 03:50:31 +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 4BF0A43D1D; Fri, 1 Jul 2005 03:50:31 +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 j613oVZX037128; Fri, 1 Jul 2005 03:50:31 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j613oV6h037127; Fri, 1 Jul 2005 03:50:31 GMT (envelope-from jkoshy) Message-Id: <200507010350.j613oV6h037127@repoman.freebsd.org> From: Joseph Koshy Date: Fri, 1 Jul 2005 03:50: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/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: Fri, 01 Jul 2005 03:50:31 -0000 jkoshy 2005-07-01 03:50:31 UTC FreeBSD src repository Modified files: usr.sbin/pmcstat pmcstat.8 Log: Add examples illustrating how to record system-wide profiles and how to convert these to gprof(1) flat profiles. Augment description for the '-g' option. Remove superfluous quotes around a macro argument, bump document date [1]. Reminded by: ru [1] Approved by: re (blanket hwpmc) Revision Changes Path 1.5 +18 -3 src/usr.sbin/pmcstat/pmcstat.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 1 04:12: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 4AA8A16A41C; Fri, 1 Jul 2005 04:12:43 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CF243D1F; Fri, 1 Jul 2005 04:12:43 +0000 (GMT) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j614Ch22038009; Fri, 1 Jul 2005 04:12:43 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j614Cg2U038008; Fri, 1 Jul 2005 04:12:42 GMT (envelope-from yongari) Message-Id: <200507010412.j614Cg2U038008@repoman.freebsd.org> From: Pyun YongHyeon Date: Fri, 1 Jul 2005 04:12: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/re if_re.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 04:12:43 -0000 yongari 2005-07-01 04:12:42 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Use correct pointer type. This should fix non-functional re(4) driver on 64bit architectures. Approved by: re (scottl) Revision Changes Path 1.46 +1 -1 src/sys/dev/re/if_re.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 04:23: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 7068C16A41C; Fri, 1 Jul 2005 04:23:32 +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 5B3AC43D1F; Fri, 1 Jul 2005 04:23:32 +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 j614NWDY038441; Fri, 1 Jul 2005 04:23:32 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j614NWOu038440; Fri, 1 Jul 2005 04:23:32 GMT (envelope-from imp) Message-Id: <200507010423.j614NWOu038440@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Jul 2005 04:23:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ep if_ep.c if_ep_pccard.c 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: Fri, 01 Jul 2005 04:23:32 -0000 imp 2005-07-01 04:23:32 UTC FreeBSD src repository Modified files: sys/dev/ep if_ep.c if_ep_pccard.c if_epvar.h Log: Minor cleanup of ep driver and pccard attachment: o Grab the MAC address out of the CIS if the card has the special 3Com 0x88 tuple. Most 3Com cards don't have this tuple, but we prefer it to the eeprom since it only appears to be present when the eeprom doesn't have the info. So far, I've only observed this on my 3C362 and 3C362B cards, but the NetBSD driver implies that the 3C362C also has this tuple, and that some 3C574 cards do too (none of mine do). ep_pccard_mac was written after looking at the NetBSD code. o Store the enet addr in the softc for this device, so we can use the overridden MAC to set the station address. o Create a routine to set the station address and use it where we need it. o setup the cmd shitfs and such before we call ep_alloc(), and remove setting up the cmd shift value there. It initializes to 0, and those attachments that need to frob it do so before calling ep_alloc. o Remove some obsolete comments o No longer a need to export ep_get_macaddr, so make it static o ep_alloc already grabs the EEPROM id, so we don't need to grab it again in ep_pccard_attach. o eliminate unit, it isn't needed, fix some printfs to be device_printf instead. # All my pccards except the 3C1 work now. Didn't test ISA or cbus cards # that I have: 3C509B-TP or 3C569B-J-TPO Tested on: 3C589B, 3C589C, 3C589D, 3C589D-TP, 3C562, 3C562B/3C563B, 3C562D/3C563D, 3CCFE574BT, 3CXEM556, 3CCSH572BT, 3C574-TX, 3CCE589EC, 3CXE589EC, 3CCFEM556, 3C1 Approved by: re (scottl) Revision Changes Path 1.139 +28 -34 src/sys/dev/ep/if_ep.c 1.47 +38 -7 src/sys/dev/ep/if_ep_pccard.c 1.18 +2 -4 src/sys/dev/ep/if_epvar.h From owner-cvs-src@FreeBSD.ORG Fri Jul 1 05:28: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 ACA1B16A41C; Fri, 1 Jul 2005 05:28:55 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80E4743D1D; Fri, 1 Jul 2005 05:28:55 +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 j615StDh047782; Fri, 1 Jul 2005 05:28:55 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j615Stmg047781; Fri, 1 Jul 2005 05:28:55 GMT (envelope-from imp) Message-Id: <200507010528.j615Stmg047781@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Jul 2005 05:28: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/share/man/man4/man4.i386 ep.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, 01 Jul 2005 05:28:55 -0000 imp 2005-07-01 05:28:55 UTC FreeBSD src repository Modified files: share/man/man4/man4.i386 ep.4 Log: Update the diagnostics section with all the messages from the driver as of this date. Bump the date as well. Approved by: re (scottl) blanket ep Revision Changes Path 1.36 +35 -2 src/share/man/man4/man4.i386/ep.4 From owner-cvs-src@FreeBSD.ORG Fri Jul 1 05:31: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 23F7316A41C; Fri, 1 Jul 2005 05:31:24 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EED2943D1D; Fri, 1 Jul 2005 05:31: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 j615VNgP047975; Fri, 1 Jul 2005 05:31:23 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j615VNFh047974; Fri, 1 Jul 2005 05:31:23 GMT (envelope-from imp) Message-Id: <200507010531.j615VNFh047974@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Jul 2005 05:31:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ep if_ep.c if_ep_isa.c if_ep_mca.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 05:31:24 -0000 imp 2005-07-01 05:31:23 UTC FreeBSD src repository Modified files: sys/dev/ep if_ep.c if_ep_isa.c if_ep_mca.c Log: Make a pass and cleanup the printfs from this driver. Approved by: re (scottl) blanket ep Revision Changes Path 1.140 +2 -4 src/sys/dev/ep/if_ep.c 1.28 +7 -11 src/sys/dev/ep/if_ep_isa.c 1.12 +2 -6 src/sys/dev/ep/if_ep_mca.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 08: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 6D2F116A41C; Fri, 1 Jul 2005 08:22: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 434BA43D4C; Fri, 1 Jul 2005 08:22:14 +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 j618MENo054323; Fri, 1 Jul 2005 08:22:14 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j618MEHm054322; Fri, 1 Jul 2005 08:22:14 GMT (envelope-from glebius) Message-Id: <200507010822.j618MEHm054322@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 1 Jul 2005 08: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/netinet ip_carp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 08:22:14 -0000 glebius 2005-07-01 08:22:14 UTC FreeBSD src repository Modified files: sys/netinet ip_carp.c Log: When doing ARP load balancing source IP is taken in network byte order, so residue of division for all hosts on net is the same, and thus only one VHID answers. Change source IP in host byte order. Reviewed by: mlaier Approved by: re (scottl) Revision Changes Path 1.27 +1 -1 src/sys/netinet/ip_carp.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 09:51: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 3111216A41F; Fri, 1 Jul 2005 09:51:12 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096DD43D1F; Fri, 1 Jul 2005 09:51:12 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j619pB8o063716; Fri, 1 Jul 2005 09:51:11 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j619pB13063715; Fri, 1 Jul 2005 09:51:11 GMT (envelope-from cperciva) Message-Id: <200507010951.j619pB13063715@repoman.freebsd.org> From: Colin Percival Date: Fri, 1 Jul 2005 09:51: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/ipfw ipfw.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 09:51:12 -0000 cperciva 2005-07-01 09:51:11 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 Log: Document some limitations of uid/gid rules. Approved by: re (rwatson) MFC after: 3 days Revision Changes Path 1.174 +11 -0 src/sbin/ipfw/ipfw.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 1 10:04: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 482CD16A41C; Fri, 1 Jul 2005 10:04:34 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D93443D1F; Fri, 1 Jul 2005 10:04:34 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j61A4XKc064342; Fri, 1 Jul 2005 10:04:34 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61A4XYr064341; Fri, 1 Jul 2005 10:04:33 GMT (envelope-from cperciva) Message-Id: <200507011004.j61A4XYr064341@repoman.freebsd.org> From: Colin Percival Date: Fri, 1 Jul 2005 10:04:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ipfw ipfw.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 10:04:34 -0000 cperciva 2005-07-01 10:04:33 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 Log: Bump document date. Remove EOL whitespace introduced in previous commit. Start new line at sentence break in previous commit. Approved by: re (implicit, fixing a commit made 5 minutes ago) Revision Changes Path 1.175 +4 -3 src/sbin/ipfw/ipfw.8 From owner-cvs-src@FreeBSD.ORG Fri Jul 1 10:33: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 717A416A41C; Fri, 1 Jul 2005 10:33:45 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ECC843D1D; Fri, 1 Jul 2005 10:33:44 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 91285653D4; Fri, 1 Jul 2005 11:33:43 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15598-02-2; Fri, 1 Jul 2005 11:33:43 +0100 (BST) Received: from empiric.dek.spc.org (host213-123-248-60.in-addr.btopenworld.com [213.123.248.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id DC1E66530A; Fri, 1 Jul 2005 11:33:42 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 1D0436169; Fri, 1 Jul 2005 11:33:28 +0100 (BST) Date: Fri, 1 Jul 2005 11:33:28 +0100 From: Bruce M Simpson To: Warner Losh Message-ID: <20050701103328.GC724@empiric.icir.org> Mail-Followup-To: Warner Losh , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200507010340.j613eS6j036670@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507010340.j613eS6j036670@repoman.freebsd.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccard_cis.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: Fri, 01 Jul 2005 10:33:45 -0000 On Fri, Jul 01, 2005 at 03:40:28AM +0000, Warner Losh wrote: > Log: > Add a much-requested feature: The ability for pccard attachments to > scan the CIS for interesting tuples. 95% of what can be obtained from > the CIS is harvested by the pccard layer and presented to the user in > standard function calls. However, there are special needs at times > where the standard stuff doesn't suffice. This is for those special > cases. OMG, this has been on my TODO list for so long. You know this can be used for things like flash cards etc; CIS_DEVICEGEO, CIS_JEDEC_C etc. need such special treatment. Thank yoU! From owner-cvs-src@FreeBSD.ORG Fri Jul 1 10:45: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 4C4C916A41C; Fri, 1 Jul 2005 10:45:03 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3923843D1D; Fri, 1 Jul 2005 10:45:03 +0000 (GMT) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j61Aj3ij066290; Fri, 1 Jul 2005 10:45:03 GMT (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61Aj31s066289; Fri, 1 Jul 2005 10:45:03 GMT (envelope-from harti) Message-Id: <200507011045.j61Aj31s066289@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 1 Jul 2005 10:45:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c src/sys/dev/fatm if_fatm.c src/sys/dev/patm if_patm_attach.c if_patm_tx.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 10:45:03 -0000 harti 2005-07-01 10:45:02 UTC FreeBSD src repository Modified files: sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c sys/dev/fatm if_fatm.c sys/dev/patm if_patm_attach.c if_patm_tx.c Log: Fix another fallout from the ifnet change that assumed that a softc starts with an ifatm which in turns has an ifnet. Remove also a couple of unneccessary casts that could hide such things in the future. Approved by: re Revision Changes Path 1.19 +2 -2 src/sys/dev/fatm/if_fatm.c 1.24 +3 -3 src/sys/dev/hatm/if_hatm.c 1.12 +1 -1 src/sys/dev/hatm/if_hatm_ioctl.c 1.13 +1 -1 src/sys/dev/hatm/if_hatm_tx.c 1.11 +1 -1 src/sys/dev/patm/if_patm_attach.c 1.9 +1 -1 src/sys/dev/patm/if_patm_tx.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 14:43: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 A4CE316A41C; Fri, 1 Jul 2005 14:43:29 +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 6BBB143D1D; Fri, 1 Jul 2005 14:43:29 +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 j61EggIK092150; Fri, 1 Jul 2005 08:42:42 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 01 Jul 2005 08:42:37 -0600 (MDT) Message-Id: <20050701.084237.25160980.imp@bsdimp.com> To: bms@spc.org From: "M. Warner Losh" In-Reply-To: <20050701103328.GC724@empiric.icir.org> References: <200507010340.j613eS6j036670@repoman.freebsd.org> <20050701103328.GC724@empiric.icir.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccard_cis.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: Fri, 01 Jul 2005 14:43:29 -0000 In message: <20050701103328.GC724@empiric.icir.org> Bruce M Simpson writes: : On Fri, Jul 01, 2005 at 03:40:28AM +0000, Warner Losh wrote: : > Log: : > Add a much-requested feature: The ability for pccard attachments to : > scan the CIS for interesting tuples. 95% of what can be obtained from : > the CIS is harvested by the pccard layer and presented to the user in : > standard function calls. However, there are special needs at times : > where the standard stuff doesn't suffice. This is for those special : > cases. : : OMG, this has been on my TODO list for so long. You know this can be used : for things like flash cards etc; CIS_DEVICEGEO, CIS_JEDEC_C etc. need such : special treatment. Since there's no 'function' tuple on linear flash cards, I suspect that the pccard layer is going to just discard it. So that has to change as well... Warner From owner-cvs-src@FreeBSD.ORG Fri Jul 1 15:12: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 8177716A41C; Fri, 1 Jul 2005 15:12:09 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AAD743D1D; Fri, 1 Jul 2005 15:12:09 +0000 (GMT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j61FC927089553; Fri, 1 Jul 2005 15:12:09 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61FC9jw089552; Fri, 1 Jul 2005 15:12:09 GMT (envelope-from des) Message-Id: <200507011512.j61FC9jw089552@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 1 Jul 2005 15:12: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 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: Fri, 01 Jul 2005 15:12:09 -0000 des 2005-07-01 15:12:09 UTC FreeBSD src repository Modified files: . UPDATING Log: Add an entry about absolute PAM module paths, backdated to when the change happened. Submitted by: rwatson Approved by: re (scottl) Revision Changes Path 1.416 +8 -0 src/UPDATING From owner-cvs-src@FreeBSD.ORG Fri Jul 1 15:21: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 7C93D16A41C; Fri, 1 Jul 2005 15:21:30 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6825043D1D; Fri, 1 Jul 2005 15:21:30 +0000 (GMT) (envelope-from avatar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j61FLUXh090036; Fri, 1 Jul 2005 15:21:30 GMT (envelope-from avatar@repoman.freebsd.org) Received: (from avatar@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61FLUIU090035; Fri, 1 Jul 2005 15:21:30 GMT (envelope-from avatar) Message-Id: <200507011521.j61FLUIU090035@repoman.freebsd.org> From: Tai-hwa Liang Date: Fri, 1 Jul 2005 15:21:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam cam_periph.c cam_queue.c cam_sim.c cam_xpt.c cam_xpt_periph.h src/sys/cam/scsi scsi_low.c scsi_sa.c scsi_ses.c scsi_targ_bh.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 15:21:30 -0000 avatar 2005-07-01 15:21:30 UTC FreeBSD src repository Modified files: sys/cam cam_periph.c cam_queue.c cam_sim.c cam_xpt.c cam_xpt_periph.h sys/cam/scsi scsi_low.c scsi_sa.c scsi_ses.c scsi_targ_bh.c Log: - Providing fine-grained malloc statistic by replacing M_DEVBUF with module-specific malloc types. These should help us to pinpoint the possible memory leakage in the future. - Implementing xpt_alloc_ccb_nowait() and replacing all malloc/free based CCB memory management with xpt_alloc_ccb[_nowait]/xpt_free_ccb. Hopefully this would be helpful if someday we move the CCB allocator to use UMA instead of malloc(). Encouraged by: jeffr, rwatson Reviewed by: gibbs, scottl Approved by: re (scottl) Revision Changes Path 1.60 +6 -3 src/sys/cam/cam_periph.c 1.9 +18 -13 src/sys/cam/cam_queue.c 1.9 +6 -3 src/sys/cam/cam_sim.c 1.155 +30 -18 src/sys/cam/cam_xpt.c 1.5 +1 -0 src/sys/cam/cam_xpt_periph.h 1.24 +10 -7 src/sys/cam/scsi/scsi_low.c 1.105 +3 -2 src/sys/cam/scsi/scsi_sa.c 1.32 +7 -5 src/sys/cam/scsi/scsi_ses.c 1.22 +17 -15 src/sys/cam/scsi/scsi_targ_bh.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 15:22: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 AE8AC16A41C; Fri, 1 Jul 2005 15:22:47 +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 864F443D49; Fri, 1 Jul 2005 15:22:47 +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 j61FMl9V090075; Fri, 1 Jul 2005 15:22:47 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61FMlnS090074; Fri, 1 Jul 2005 15:22:47 GMT (envelope-from glebius) Message-Id: <200507011522.j61FMlnS090074@repoman.freebsd.org> From: Gleb Smirnoff Date: Fri, 1 Jul 2005 15:22: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/net ppp_tty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 15:22:47 -0000 glebius 2005-07-01 15:22:47 UTC FreeBSD src repository Modified files: sys/net ppp_tty.c Log: Use m_uiotombuf() instead of own implementation. This is not just a cosmetic change. m_uiotombuf() produces a packet header mbuf, while original implementation did not. When kernel is compiled with MAC support, headerless mbuf will cause panic. Reported by: Alexander Nikiforenko Approved by: re (scottl) MFC After: 2 weeks Revision Changes Path 1.66 +10 -25 src/sys/net/ppp_tty.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 15:33: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 2712E16A41F; Fri, 1 Jul 2005 15:33:09 +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 E2C2943D49; Fri, 1 Jul 2005 15:33:08 +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 j61FX854090564; Fri, 1 Jul 2005 15:33:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61FX84I090563; Fri, 1 Jul 2005 15:33:08 GMT (envelope-from phk) Message-Id: <200507011533.j61FX84I090563@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 1 Jul 2005 15:33: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/share/doc/papers Makefile src/share/doc/papers/nqnfs Makefile nqnfs.me X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 15:33:09 -0000 phk 2005-07-01 15:33:08 UTC FreeBSD src repository Modified files: share/doc/papers Makefile Removed files: share/doc/papers/nqnfs Makefile nqnfs.me Log: Remove the NQNFS paper. We removed the corresponding code long time ago and the historically interested can find this paper in the cvs repo, there is no point in installing it any more. Approved by: re@ Revision Changes Path 1.15 +0 -1 src/share/doc/papers/Makefile 1.8 +0 -11 src/share/doc/papers/nqnfs/Makefile (dead) 1.4 +0 -2004 src/share/doc/papers/nqnfs/nqnfs.me (dead) From owner-cvs-src@FreeBSD.ORG Fri Jul 1 15: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 DE6B216A41C; Fri, 1 Jul 2005 15:43:09 +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 A683543D49; Fri, 1 Jul 2005 15:43: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 j61Fh9h2090955; Fri, 1 Jul 2005 15:43:09 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61Fh9S7090954; Fri, 1 Jul 2005 15:43:09 GMT (envelope-from jhb) Message-Id: <200507011543.j61Fh9S7090954@repoman.freebsd.org> From: John Baldwin Date: Fri, 1 Jul 2005 15:43: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/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, 01 Jul 2005 15:43:10 -0000 jhb 2005-07-01 15:43:09 UTC FreeBSD src repository Modified files: sys/conf newvers.sh Log: Fix what(1) on kernel binaries by duplicating part of version[] in sccs[] and stop trying to play cute games so that sccs[] shares space with version[]. Reported by: Jilles Tjoelker jilles at stack dot nl Discussed with: bde, "R. Imura" imura at ryu16 dot org Idea from: NetBSD (via bde) Approved by: re (scottl) MFC after: 1 week Revision Changes Path 1.69 +1 -2 src/sys/conf/newvers.sh From owner-cvs-src@FreeBSD.ORG Fri Jul 1 15:47: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 59BA116A41C; Fri, 1 Jul 2005 15:47:28 +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 3118943D48; Fri, 1 Jul 2005 15:47:28 +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 j61FlSEQ092396; Fri, 1 Jul 2005 15:47:28 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61FlSZa092395; Fri, 1 Jul 2005 15:47:28 GMT (envelope-from jhb) Message-Id: <200507011547.j61FlSZa092395@repoman.freebsd.org> From: John Baldwin Date: Fri, 1 Jul 2005 15:47:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/isa 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: Fri, 01 Jul 2005 15:47:28 -0000 jhb 2005-07-01 15:47:28 UTC FreeBSD src repository Modified files: sys/i386/isa clock.c Log: Use a simpler implementation for the i8254 timecounter when using the lapic timer since irq0 isn't being driven at hz in that case and we don't need to try to handle edge cases with rollover, etc. that require irq0 to be firing for the timecounter to actually work. Submitted by: phk Tested by: schweikh Approved by: re (scottl) Revision Changes Path 1.221 +35 -12 src/sys/i386/isa/clock.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 15:49: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 449C116A41C; Fri, 1 Jul 2005 15:49:53 +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 15BAC43D1F; Fri, 1 Jul 2005 15:49: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 j61FnqVa092967; Fri, 1 Jul 2005 15:49:52 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61Fnqfc092966; Fri, 1 Jul 2005 15:49:52 GMT (envelope-from jhb) Message-Id: <200507011549.j61Fnqfc092966@repoman.freebsd.org> From: John Baldwin Date: Fri, 1 Jul 2005 15:49: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/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: Fri, 01 Jul 2005 15:49:53 -0000 jhb 2005-07-01 15:49:52 UTC FreeBSD src repository Modified files: usr.sbin/usbd usbd.c Log: Up the count of busses supported by usbd(8) from 4 to 40. With the advent of USB2 "duplicate" psuedo busses, it is not at all uncommon for machines to have more than 4 USB busses nowadays. PR: bin/81533 Submitted by: Darren Pilgrim dmp at bitfreak dot org Approved by: re (scottl) MFC after: 1 week Revision Changes Path 1.32 +1 -1 src/usr.sbin/usbd/usbd.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 15:52: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 1899816A422; Fri, 1 Jul 2005 15:52:51 +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 E2AC343D1D; Fri, 1 Jul 2005 15:52:50 +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 j61FqoOU093225; Fri, 1 Jul 2005 15:52:50 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61FqoLQ093224; Fri, 1 Jul 2005 15:52:50 GMT (envelope-from imp) Message-Id: <200507011552.j61FqoLQ093224@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Jul 2005 15:52:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/pccard pccard_cis.c pccardvar.h src/sys/dev/ep if_ep_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, 01 Jul 2005 15:52:51 -0000 imp 2005-07-01 15:52:50 UTC FreeBSD src repository Modified files: sys/dev/pccard pccard_cis.c pccardvar.h sys/dev/ep if_ep_pccard.c Log: Upon relection, we shouldn't allow the tuple structs to be modified by the functor, so make it a const pointer, and chase down the resulting const-poisoning. Approved by: re (scottl) Revision Changes Path 1.48 +1 -1 src/sys/dev/ep/if_ep_pccard.c 1.34 +5 -9 src/sys/dev/pccard/pccard_cis.c 1.53 +1 -1 src/sys/dev/pccard/pccardvar.h From owner-cvs-src@FreeBSD.ORG Fri Jul 1 16:28: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 2B83116A41C; Fri, 1 Jul 2005 16:28:33 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE0043D1D; Fri, 1 Jul 2005 16:28:32 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j61GSWxn094887; Fri, 1 Jul 2005 16:28:32 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61GSWWN094886; Fri, 1 Jul 2005 16:28:32 GMT (envelope-from ssouhlal) Message-Id: <200507011628.j61GSWWN094886@repoman.freebsd.org> From: Suleiman Souhlal Date: Fri, 1 Jul 2005 16:28:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/cam/scsi scsi_target.c src/sys/kern init_main.c kern_event.c kern_fork.c sys_pipe.c tty.c uipc_socket.c uipc_socket2.c vfs_aio.c vfs_subr.c src/sys/net bpf.c if.c src/sys/sys event.h mount.h vnode.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, 01 Jul 2005 16:28:33 -0000 ssouhlal 2005-07-01 16:28:32 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_target.c sys/kern init_main.c kern_event.c kern_fork.c sys_pipe.c tty.c uipc_socket.c uipc_socket2.c vfs_aio.c vfs_subr.c sys/net bpf.c if.c sys/sys event.h mount.h vnode.h Log: Fix the recent panics/LORs/hangs created by my kqueue commit by: - Introducing the possibility of using locks different than mutexes for the knlist locking. In order to do this, we add three arguments to knlist_init() to specify the functions to use to lock, unlock and check if the lock is owned. If these arguments are NULL, we assume mtx_lock, mtx_unlock and mtx_owned, respectively. - Using the vnode lock for the knlist locking, when doing kqueue operations on a vnode. This way, we don't have to lock the vnode while holding a mutex, in filt_vfsread. Reviewed by: jmg Approved by: re (scottl), scottl (mentor override) Pointyhat to: ssouhlal Will be happy: everyone Revision Changes Path 1.67 +1 -1 src/sys/cam/scsi/scsi_target.c 1.256 +1 -1 src/sys/kern/init_main.c 1.93 +83 -28 src/sys/kern/kern_event.c 1.252 +1 -1 src/sys/kern/kern_fork.c 1.184 +4 -2 src/sys/kern/sys_pipe.c 1.250 +2 -2 src/sys/kern/tty.c 1.242 +4 -2 src/sys/kern/uipc_socket.c 1.147 +4 -2 src/sys/kern/uipc_socket2.c 1.195 +1 -1 src/sys/kern/vfs_aio.c 1.634 +49 -23 src/sys/kern/vfs_subr.c 1.153 +1 -1 src/sys/net/bpf.c 1.234 +2 -2 src/sys/net/if.c 1.32 +7 -2 src/sys/sys/event.h 1.197 +9 -2 src/sys/sys/mount.h 1.303 +3 -3 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Fri Jul 1 16:41: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 A5B5A16A41C; Fri, 1 Jul 2005 16:41:39 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id C418943D4C; Fri, 1 Jul 2005 16:41:38 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost [127.0.0.1]) by mp2.macomnet.net (8.13.3/8.13.3) with ESMTP id j61Gfafp005917; Fri, 1 Jul 2005 20:41:36 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Fri, 1 Jul 2005 20:41:36 +0400 (MSD) From: Maxim Konovalov To: Gleb Smirnoff In-Reply-To: <200507011522.j61FMlnS090074@repoman.freebsd.org> Message-ID: <20050701204126.V5879@mp2.macomnet.net> References: <200507011522.j61FMlnS090074@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net ppp_tty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 16:41:39 -0000 On Fri, 1 Jul 2005, 15:22-0000, Gleb Smirnoff wrote: > glebius 2005-07-01 15:22:47 UTC > > FreeBSD src repository > > Modified files: > sys/net ppp_tty.c > Log: > Use m_uiotombuf() instead of own implementation. This is not just > a cosmetic change. m_uiotombuf() produces a packet header mbuf, while > original implementation did not. When kernel is compiled with MAC > support, headerless mbuf will cause panic. > > Reported by: Alexander Nikiforenko > Approved by: re (scottl) > MFC After: 2 weeks kern/77111? -- Maxim Konovalov From owner-cvs-src@FreeBSD.ORG Fri Jul 1 16:55: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 3033316A41C; Fri, 1 Jul 2005 16:55:51 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08B0643D48; Fri, 1 Jul 2005 16:55:51 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j61Gto6H003272; Fri, 1 Jul 2005 16:55:50 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61GtoAZ003271; Fri, 1 Jul 2005 16:55:50 GMT (envelope-from stefanf) Message-Id: <200507011655.j61GtoAZ003271@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 1 Jul 2005 16:55: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/lib/libc/sparc64/fpu fpu_qp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 16:55:51 -0000 stefanf 2005-07-01 16:55:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/sparc64/fpu fpu_qp.c Log: MFC 1.7: Add _Qp_cmp() and _Qp_cmpe(). Revision Changes Path 1.5.2.2 +11 -8 src/lib/libc/sparc64/fpu/fpu_qp.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 16:59: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 871D916A41C; Fri, 1 Jul 2005 16:59:35 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from vsmtp1.tin.it (vsmtp1.tin.it [212.216.176.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40A6043D4C; Fri, 1 Jul 2005 16:59:35 +0000 (GMT) (envelope-from matteo@freebsd.org) Received: from kaiser.sig11.org (82.48.161.10) by vsmtp1.tin.it (7.0.027) id 42B34D85006F26A9; Fri, 1 Jul 2005 18:59:33 +0200 Received: by kaiser.sig11.org (Postfix, from userid 1000) id 691E96148; Fri, 1 Jul 2005 18:59:33 +0200 (CEST) Date: Fri, 1 Jul 2005 18:59:33 +0200 From: Matteo Riondato To: John Baldwin Message-ID: <20050701165933.GD2908@kaiser.sig11.org> Mail-Followup-To: Matteo Riondato , John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200507011543.j61Fh9S7090954@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507011543.j61Fh9S7090954@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/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, 01 Jul 2005 16:59:35 -0000 On Fri, Jul 01, 2005 at 03:43:09PM +0000, John Baldwin wrote: > jhb 2005-07-01 15:43:09 UTC > > FreeBSD src repository > > Modified files: > sys/conf newvers.sh > Log: > Fix what(1) on kernel binaries by duplicating part of version[] in sccs[] > and stop trying to play cute games so that sccs[] shares space with > version[]. > > Reported by: Jilles Tjoelker jilles at stack dot nl > Discussed with: bde, "R. Imura" imura at ryu16 dot org > Idea from: NetBSD (via bde) > Approved by: re (scottl) > MFC after: 1 week conf/69821 ? -- 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 1 17:04: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 039B016A41C; Fri, 1 Jul 2005 17:04:04 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5D8F43D1D; Fri, 1 Jul 2005 17:04:03 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by postfix3-1.free.fr (Postfix) with ESMTP id B7F611734E6; Fri, 1 Jul 2005 19:04:02 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id F373C405B; Fri, 1 Jul 2005 19:04:11 +0200 (CEST) Date: Fri, 1 Jul 2005 19:04:11 +0200 From: Jeremie Le Hen To: Dag-Erling Smorgrav Message-ID: <20050701170411.GD73907@obiwan.tataz.chchile.org> References: <200507011512.j61FC9jw089552@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507011512.j61FC9jw089552@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 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: Fri, 01 Jul 2005 17:04:04 -0000 On Fri, Jul 01, 2005 at 03:12:09PM +0000, Dag-Erling Smorgrav wrote: > des 2005-07-01 15:12:09 UTC > > FreeBSD src repository > > Modified files: > . UPDATING > Log: > Add an entry about absolute PAM module paths, backdated to when the > change happened. > > Submitted by: rwatson > Approved by: re (scottl) > > Revision Changes Path > 1.416 +8 -0 src/UPDATING Thank you ! Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > From owner-cvs-src@FreeBSD.ORG Fri Jul 1 17:13: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 C9C0516A41F; Fri, 1 Jul 2005 17:13:59 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EAAE43D48; Fri, 1 Jul 2005 17:13:59 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j61HDxEP004152; Fri, 1 Jul 2005 17:13:59 GMT (envelope-from ssouhlal@repoman.freebsd.org) Received: (from ssouhlal@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61HDxpo004151; Fri, 1 Jul 2005 17:13:59 GMT (envelope-from ssouhlal) Message-Id: <200507011713.j61HDxpo004151@repoman.freebsd.org> From: Suleiman Souhlal Date: Fri, 1 Jul 2005 17:13: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/sys vnode.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, 01 Jul 2005 17:14:00 -0000 ssouhlal 2005-07-01 17:13:59 UTC FreeBSD src repository Modified files: sys/sys vnode.h Log: Mistakingly undefined VN_KNOTE_LOCKED in my previous commit. Noticed by: Antoine Brodin Approved by: re (scottl) Revision Changes Path 1.304 +1 -1 src/sys/sys/vnode.h From owner-cvs-src@FreeBSD.ORG Fri Jul 1 20:13: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 9B56E16A468; Fri, 1 Jul 2005 20:13:20 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C1F43D1D; Fri, 1 Jul 2005 20:13:20 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j61KDKBX012820; Fri, 1 Jul 2005 20:13:20 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61KDKAm012819; Fri, 1 Jul 2005 20:13:20 GMT (envelope-from peter) Message-Id: <200507012013.j61KDKAm012819@repoman.freebsd.org> From: Peter Wemm Date: Fri, 1 Jul 2005 20:13: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/amd64/isa 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: Fri, 01 Jul 2005 20:13:20 -0000 peter 2005-07-01 20:13:20 UTC FreeBSD src repository Modified files: sys/amd64/isa clock.c Log: MFi386: r1.221: use simple timecounter that is aware of irq0 being off. Approved by: re Revision Changes Path 1.220 +34 -7 src/sys/amd64/isa/clock.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 20: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 E6C7216A41C; Fri, 1 Jul 2005 20:16:25 +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 4264F43D1D; Fri, 1 Jul 2005 20:16:25 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.41.231] (Not Verified[65.202.103.25]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Fri, 01 Jul 2005 16:30:13 -0400 From: John Baldwin To: Matteo Riondato Date: Fri, 1 Jul 2005 16:12:36 -0400 User-Agent: KMail/1.8 References: <200507011543.j61Fh9S7090954@repoman.freebsd.org> <20050701165933.GD2908@kaiser.sig11.org> In-Reply-To: <20050701165933.GD2908@kaiser.sig11.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507011612.45351.jhb@FreeBSD.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: Fri, 01 Jul 2005 20:16:26 -0000 On Friday 01 July 2005 12:59 pm, Matteo Riondato wrote: > On Fri, Jul 01, 2005 at 03:43:09PM +0000, John Baldwin wrote: > > jhb 2005-07-01 15:43:09 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf newvers.sh > > Log: > > Fix what(1) on kernel binaries by duplicating part of version[] in > > sccs[] and stop trying to play cute games so that sccs[] shares space > > with version[]. > > > > Reported by: Jilles Tjoelker jilles at stack dot nl > > Discussed with: bde, "R. Imura" imura at ryu16 dot org > > Idea from: NetBSD (via bde) > > Approved by: re (scottl) > > MFC after: 1 week > > conf/69821 ? Yep, thanks! Marked it as patched and will close it after I MFC. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Jul 1 20:20:13 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 11DBA16A41C; Fri, 1 Jul 2005 20:20:12 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B00943D1F; Fri, 1 Jul 2005 20:20:10 +0000 (GMT) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 1F7A61FF931; Fri, 1 Jul 2005 22:20:08 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id C0B881FF90C; Fri, 1 Jul 2005 22:20:05 +0200 (CEST) Received: by mail.int.zabbadoz.net (Postfix, from userid 1060) id DFF3D155EB; Fri, 1 Jul 2005 20:18:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.int.zabbadoz.net (Postfix) with ESMTP id D578815384; Fri, 1 Jul 2005 20:18:58 +0000 (UTC) Date: Fri, 1 Jul 2005 20:18:58 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net To: Suleiman Souhlal In-Reply-To: <200507011628.j61GSWWN094886@repoman.freebsd.org> Message-ID: References: <200507011628.j61GSWWN094886@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_target.c src/sys/kern init_main.c kern_event.c kern_fork.c sys_pipe.c tty.c uipc_socket.c uipc_socket2.c vfs_aio.c vfs_subr.c src/sys/net bpf. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 20:20:13 -0000 On Fri, 1 Jul 2005, Suleiman Souhlal wrote: > ssouhlal 2005-07-01 16:28:32 UTC > > FreeBSD src repository > > Modified files: > sys/cam/scsi scsi_target.c > sys/kern init_main.c kern_event.c kern_fork.c > sys_pipe.c tty.c uipc_socket.c > uipc_socket2.c vfs_aio.c vfs_subr.c > sys/net bpf.c if.c > sys/sys event.h mount.h vnode.h > Log: > Fix the recent panics/LORs/hangs created by my kqueue commit by: Could you please let me know which ones from http://sources.zabbadoz.net/freebsd/lor.html got fixed by this commit so that I can mark them patched. TIA -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT From owner-cvs-src@FreeBSD.ORG Fri Jul 1 20:20: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 1D3D616A41F; Fri, 1 Jul 2005 20:20:21 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from relay.bestcom.ru (relay.bestcom.ru [217.72.144.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8609743D5D; Fri, 1 Jul 2005 20:20:20 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (root@cell.sick.ru [217.72.144.68]) by relay.bestcom.ru (8.13.1/8.12.9) with ESMTP id j61KKIoh010151 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sat, 2 Jul 2005 00:20:19 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: from cell.sick.ru (glebius@localhost [127.0.0.1]) by cell.sick.ru (8.13.1/8.12.8) with ESMTP id j61KKHIt059935 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 2 Jul 2005 00:20:18 +0400 (MSD) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.sick.ru (8.13.1/8.13.1/Submit) id j61KKHDR059934; Sat, 2 Jul 2005 00:20:17 +0400 (MSD) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.sick.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Sat, 2 Jul 2005 00:20:17 +0400 From: Gleb Smirnoff To: John Baldwin Message-ID: <20050701202017.GE59610@cell.sick.ru> References: <200507011543.j61Fh9S7090954@repoman.freebsd.org> <20050701165933.GD2908@kaiser.sig11.org> <200507011612.45351.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200507011612.45351.jhb@FreeBSD.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: ClamAV version devel-20050125, clamav-milter version 0.80ff on relay.bestcom.ru X-Virus-Status: Clean 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: Fri, 01 Jul 2005 20:20:21 -0000 On Fri, Jul 01, 2005 at 04:12:36PM -0400, John Baldwin wrote: J> > conf/69821 ? J> J> Yep, thanks! Marked it as patched and will close it after I MFC. I've fixed a problem today and was pointed to a PR, too :| Developers, we should spent more time on PR database! -- Totus tuus, Glebius. GLEBIUS-RIPN GLEB-RIPE From owner-cvs-src@FreeBSD.ORG Fri Jul 1 22:03: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 1734816A41C; Fri, 1 Jul 2005 22:03:11 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from efnet-math.org (efnet-math.org [69.60.109.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE77F43D1F; Fri, 1 Jul 2005 22:03:10 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from [192.168.1.12] ([63.170.138.118]) (authenticated bits=0) by efnet-math.org (8.13.1/8.13.1) with ESMTP id j61M37Pa026651 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Fri, 1 Jul 2005 18:03:08 -0400 In-Reply-To: References: <200507011628.j61GSWWN094886@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Suleiman Souhlal Date: Fri, 1 Jul 2005 18:02:27 -0400 To: "Bjoern A. Zeeb" X-Mailer: Apple Mail (2.730) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_target.c src/sys/kern init_main.c kern_event.c kern_fork.c sys_pipe.c tty.c uipc_socket.c uipc_socket2.c vfs_aio.c vfs_subr.c src/sys/net bpf. X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 01 Jul 2005 22:03:11 -0000 Hi, On Jul 1, 2005, at 4:18 PM, Bjoern A. Zeeb wrote: > On Fri, 1 Jul 2005, Suleiman Souhlal wrote: > > >> ssouhlal 2005-07-01 16:28:32 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/cam/scsi scsi_target.c >> sys/kern init_main.c kern_event.c kern_fork.c >> sys_pipe.c tty.c uipc_socket.c >> uipc_socket2.c vfs_aio.c vfs_subr.c >> sys/net bpf.c if.c >> sys/sys event.h mount.h vnode.h >> Log: >> Fix the recent panics/LORs/hangs created by my kqueue commit by: >> > > Could you please let me know which ones from > http://sources.zabbadoz.net/freebsd/lor.html > got fixed by this commit so that I can mark them patched. I can't find any of the ones I fixed in that list. -- Suleiman Souhlal | ssouhlal@vt.edu The FreeBSD Project | ssouhlal@FreeBSD.org From owner-cvs-src@FreeBSD.ORG Fri Jul 1 22:52: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 6709F16A41C; Fri, 1 Jul 2005 22:52:47 +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 3D45443D1D; Fri, 1 Jul 2005 22:52:47 +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 j61MqlY5025654; Fri, 1 Jul 2005 22:52:47 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61Mqlx7025653; Fri, 1 Jul 2005 22:52:47 GMT (envelope-from ps) Message-Id: <200507012252.j61Mqlx7025653@repoman.freebsd.org> From: Paul Saab Date: Fri, 1 Jul 2005 22:52: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/netinet tcp_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: Fri, 01 Jul 2005 22:52:47 -0000 ps 2005-07-01 22:52:47 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: Fix for a SACK crash caused by a bug in tcp_reass(). tcp_reass() does not clear tlen and frees the mbuf (leaving th pointing at freed memory), if the data segment is a complete duplicate. This change works around that bug. A fix for the tcp_reass() bug will appear later (that bug is benign for now, as neither th nor tlen is referenced in tcp_input() after the call to tcp_reass()). Found by: Pawel Jakub Dawidek. Submitted by: Raja Mukerji, Noritoshi Demizu. Approved by: re Revision Changes Path 1.279 +3 -1 src/sys/netinet/tcp_input.c From owner-cvs-src@FreeBSD.ORG Fri Jul 1 22:54: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 000C116A41C; Fri, 1 Jul 2005 22:54:18 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CADCA43D1D; Fri, 1 Jul 2005 22:54:18 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j61MsIqs025714; Fri, 1 Jul 2005 22:54:18 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j61MsIbJ025713; Fri, 1 Jul 2005 22:54:18 GMT (envelope-from ps) Message-Id: <200507012254.j61MsIbJ025713@repoman.freebsd.org> From: Paul Saab Date: Fri, 1 Jul 2005 22:54: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/netinet tcp_input.c tcp_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2005 22:54:19 -0000 ps 2005-07-01 22:54:18 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_subr.c Log: Fix for a bug in the change that defers sack option processing until after PAWS checks. The symptom of this is an inconsistency in the cached sack state, caused by the fact that the sack scoreboard was not being updated for an ACK handled in the header prediction path. Found by: Andrey Chernov. Submitted by: Noritoshi Demizu, Raja Mukerji. Approved by: re Revision Changes Path 1.280 +4 -2 src/sys/netinet/tcp_input.c 1.228 +1 -2 src/sys/netinet/tcp_subr.c From owner-cvs-src@FreeBSD.ORG Sat Jul 2 05:49: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 8F86F16A41C; Sat, 2 Jul 2005 05:49:29 +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 6761843D1D; Sat, 2 Jul 2005 05:49:29 +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 j625nTn2058936; Sat, 2 Jul 2005 05:49:29 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j625nTTj058935; Sat, 2 Jul 2005 05:49:29 GMT (envelope-from scottl) Message-Id: <200507020549.j625nTTj058935@repoman.freebsd.org> From: Scott Long Date: Sat, 2 Jul 2005 05:49:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libkvm kvm_alpha.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Jul 2005 05:49:29 -0000 scottl 2005-07-02 05:49:29 UTC FreeBSD src repository Modified files: lib/libkvm kvm_alpha.c Log: Fix the alpha build by using the correct argument types for _kvm_kvatop(). Submitted by: marcel Approved by: re (implicit) Revision Changes Path 1.8 +1 -1 src/lib/libkvm/kvm_alpha.c From owner-cvs-src@FreeBSD.ORG Sat Jul 2 07:22:13 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 3AAF916A41C; Sat, 2 Jul 2005 07:22:13 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 124CB43D49; Sat, 2 Jul 2005 07:22:13 +0000 (GMT) (envelope-from truckman@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j627MC5M062466; Sat, 2 Jul 2005 07:22:12 GMT (envelope-from truckman@repoman.freebsd.org) Received: (from truckman@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j627MCqs062465; Sat, 2 Jul 2005 07:22:12 GMT (envelope-from truckman) Message-Id: <200507020722.j627MCqs062465@repoman.freebsd.org> From: Don Lewis Date: Sat, 2 Jul 2005 07:22:12 +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/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: Sat, 02 Jul 2005 07:22:13 -0000 truckman 2005-07-02 07:22:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) release Makefile Log: Populate /R/ftp/ports explicitly and copy this to /R/cdrom/disc1/ports instead of attempting the reverse, because the ftp.1 target is executed before the cdrom.1 target, which is optional. This has been broken ever since the order of the targets was swapped and cdrom.1 was made optional, which happened a very long time ago. Revision Changes Path 1.536.2.117 +6 -6 src/release/Makefile From owner-cvs-src@FreeBSD.ORG Sat Jul 2 08:28: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 79D0C16A41C; Sat, 2 Jul 2005 08:28:06 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6574043D48; Sat, 2 Jul 2005 08:28:06 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j628S6eX064882; Sat, 2 Jul 2005 08:28:06 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j628S6Ne064877; Sat, 2 Jul 2005 08:28:06 GMT (envelope-from maxim) Message-Id: <200507020828.j628S6Ne064877@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 2 Jul 2005 08:28:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_8 Cc: Subject: cvs commit: src UPDATING src/contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c src/sys/conf newvers.sh src/sys/netinet tcp_input.c tcp_seq.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, 02 Jul 2005 08:28:06 -0000 maxim 2005-07-02 08:28:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_8) . UPDATING contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c sys/conf newvers.sh sys/netinet tcp_input.c tcp_seq.h Log: Merge SA-05:14.bzip2 and SA-05:15.tcp. Approved by: so (cperciva) Revision Changes Path 1.73.2.80.2.38 +5 -0 src/UPDATING 1.1.1.1.2.2.6.1 +34 -9 src/contrib/bzip2/bzip2.c 1.1.1.1.2.2.6.1 +37 -14 src/contrib/bzip2/bzlib.c 1.1.1.1.2.2.6.1 +7 -5 src/contrib/bzip2/compress.c 1.1.1.1.2.2.6.1 +11 -5 src/contrib/bzip2/decompress.c 1.1.1.1.2.2.6.1 +18 -1 src/contrib/bzip2/huffman.c 1.44.2.29.2.35 +1 -1 src/sys/conf/newvers.sh 1.107.2.37.2.2 +24 -4 src/sys/netinet/tcp_input.c 1.11.2.7.2.1 +1 -0 src/sys/netinet/tcp_seq.h From owner-cvs-src@FreeBSD.ORG Sat Jul 2 08:29: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 52E6616A41C; Sat, 2 Jul 2005 08:29:28 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DEEB43D48; Sat, 2 Jul 2005 08:29:28 +0000 (GMT) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j628TS7b065061; Sat, 2 Jul 2005 08:29:28 GMT (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j628TSW4065060; Sat, 2 Jul 2005 08:29:28 GMT (envelope-from maxim) Message-Id: <200507020829.j628TSW4065060@repoman.freebsd.org> From: Maxim Konovalov Date: Sat, 2 Jul 2005 08:29:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4_9 Cc: Subject: cvs commit: src UPDATING src/contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c src/sys/conf newvers.sh src/sys/netinet tcp_input.c tcp_seq.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, 02 Jul 2005 08:29:28 -0000 maxim 2005-07-02 08:29:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_4_9) . UPDATING contrib/bzip2 bzip2.c bzlib.c compress.c decompress.c huffman.c sys/conf newvers.sh sys/netinet tcp_input.c tcp_seq.h Log: Merge SA-05:14.bzip2 and SA-05:15.tcp. Approved by: so (cperciva) Revision Changes Path 1.73.2.89.2.20 +5 -0 src/UPDATING 1.1.1.1.2.2.8.1 +34 -9 src/contrib/bzip2/bzip2.c 1.1.1.1.2.2.8.1 +37 -14 src/contrib/bzip2/bzlib.c 1.1.1.1.2.2.8.1 +7 -5 src/contrib/bzip2/compress.c 1.1.1.1.2.2.8.1 +11 -5 src/contrib/bzip2/decompress.c 1.1.1.1.2.2.8.1 +18 -1 src/contrib/bzip2/huffman.c 1.44.2.32.2.20 +1 -1 src/sys/conf/newvers.sh 1.107.2.38.2.2 +24 -4 src/sys/netinet/tcp_input.c 1.11.2.7.4.1 +1 -0 src/sys/netinet/tcp_seq.h From owner-cvs-src@FreeBSD.ORG Sat Jul 2 19:51: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 E8E2116A41F; Sat, 2 Jul 2005 19:51:11 +0000 (GMT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF86043D1F; Sat, 2 Jul 2005 19:51:11 +0000 (GMT) (envelope-from dannyboy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j62JpBnG010802; Sat, 2 Jul 2005 19:51:11 GMT (envelope-from dannyboy@repoman.freebsd.org) Received: (from dannyboy@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j62JpBeC010801; Sat, 2 Jul 2005 19:51:11 GMT (envelope-from dannyboy) Message-Id: <200507021951.j62JpBeC010801@repoman.freebsd.org> From: Daniel Harris Date: Sat, 2 Jul 2005 19:51:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man1 builtin.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2005 19:51:12 -0000 dannyboy 2005-07-02 19:51:11 UTC FreeBSD src repository (doc,ports committer) Modified files: share/man/man1 builtin.1 Log: Add a missing ** to the 'command' command. PR: 79877 Submitted by: Kazuaki Oda Reviewed by: ru Approved by: re MFC after: 1 day Revision Changes Path 1.24 +1 -1 src/share/man/man1/builtin.1 From owner-cvs-src@FreeBSD.ORG Sat Jul 2 19:57: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 CBB8516A41C; Sat, 2 Jul 2005 19:57:31 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B2243D49; Sat, 2 Jul 2005 19:57:31 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j62JvVkw011085; Sat, 2 Jul 2005 19:57:31 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j62JvVhP011084; Sat, 2 Jul 2005 19:57:31 GMT (envelope-from marcel) Message-Id: <200507021957.j62JvVhP011084@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 2 Jul 2005 19:57: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/amd64/amd64 dump_machdep.c src/sys/i386/i386 dump_machdep.c src/sys/ia64/ia64 dump_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2005 19:57:31 -0000 marcel 2005-07-02 19:57:31 UTC FreeBSD src repository Modified files: sys/amd64/amd64 dump_machdep.c sys/i386/i386 dump_machdep.c sys/ia64/ia64 dump_machdep.c Log: Fix a buglet that was present in the ia64 code and that got inherited by amd64 and i386: For buffered writes we collect data and write it out a ${DEV_BSIZE}-sized block at a time. The fragsz variable is used to keep track of how much data we have collected in the buffer so far and it's reset to zero immediately after writing a block to the dump device. When the last, possibly partially filled buffer is flushed, we didn't reset fragsz to 0 and as such would stop reflecting reality. Since we currently only need to do buffered writes once, this isn't a problem. However, when kernel dumps are made by hand (say by callling doadump from within DDB), the improperly cleared state from the first call to dumpsys causes the next call to dumpsys to create an invalid code file. This change resets fragsz after flushing the partially filled buffer so that it fixes the two problems at once. Approved by: re (scottl) Revision Changes Path 1.11 +1 -0 src/sys/amd64/amd64/dump_machdep.c 1.11 +1 -0 src/sys/i386/i386/dump_machdep.c 1.13 +1 -0 src/sys/ia64/ia64/dump_machdep.c From owner-cvs-src@FreeBSD.ORG Sat Jul 2 20:06: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 36C7B16A41C; Sat, 2 Jul 2005 20:06:45 +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 07C2143D1D; Sat, 2 Jul 2005 20:06:45 +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 j62K6iBI011701; Sat, 2 Jul 2005 20:06:44 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j62K6iio011700; Sat, 2 Jul 2005 20:06:44 GMT (envelope-from delphij) Message-Id: <200507022006.j62K6iio011700@repoman.freebsd.org> From: Xin LI Date: Sat, 2 Jul 2005 20:06: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/conf options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/i386 initcpu.c machdep.c pmap.c ptrace_machdep.c src/sys/i386/isa npx.c src/sys/i386/linux linux_ptrace.c src/sys/pc98/conf NOTES 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: Sat, 02 Jul 2005 20:06:45 -0000 delphij 2005-07-02 20:06:44 UTC FreeBSD src repository Modified files: sys/conf options.i386 options.pc98 sys/i386/conf NOTES sys/i386/i386 initcpu.c machdep.c pmap.c ptrace_machdep.c sys/i386/isa npx.c sys/i386/linux linux_ptrace.c sys/pc98/conf NOTES sys/pc98/pc98 machdep.c Log: Remove the CPU_ENABLE_SSE option from the i386 and pc98 architectures, as they are already default for I686_CPU for almost 3 years, and CPU_DISABLE_SSE always disables it. On the other hand, CPU_ENABLE_SSE does not work for I486_CPU and I586_CPU. This commit has: - Removed the option from conf/options.* - Removed the option and comments from MD NOTES files - Simplified the CPU_ENABLE_SSE ifdef's so they don't deal with CPU_ENABLE_SSE from kernel configuration. (*) For most users, this commit should be largely no-op. If you used to place CPU_ENABLE_SSE into your kernel configuration for some reason, it is time to remove it. (*) The ifdef's of CPU_ENABLE_SSE are not removed at this point, since we need to change it to !defined(CPU_DISABLE_SSE) && defined(I686_CPU), not just !defined(CPU_DISABLE_SSE), if we really want to do so. Discussed on: -arch Approved by: re (scottl) Revision Changes Path 1.225 +0 -1 src/sys/conf/options.i386 1.189 +0 -1 src/sys/conf/options.pc98 1.1202 +0 -4 src/sys/i386/conf/NOTES 1.52 +1 -4 src/sys/i386/i386/initcpu.c 1.616 +1 -4 src/sys/i386/i386/machdep.c 1.523 +1 -4 src/sys/i386/i386/pmap.c 1.3 +1 -4 src/sys/i386/i386/ptrace_machdep.c 1.162 +1 -4 src/sys/i386/isa/npx.c 1.16 +1 -4 src/sys/i386/linux/linux_ptrace.c 1.59 +0 -4 src/sys/pc98/conf/NOTES 1.363 +1 -4 src/sys/pc98/pc98/machdep.c From owner-cvs-src@FreeBSD.ORG Sat Jul 2 20:14: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 0C49516A41C; Sat, 2 Jul 2005 20:14:19 +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 D708043D48; Sat, 2 Jul 2005 20:14:18 +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 j62KEIvc012007; Sat, 2 Jul 2005 20:14:18 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j62KEIUo012006; Sat, 2 Jul 2005 20:14:18 GMT (envelope-from delphij) Message-Id: <200507022014.j62KEIUo012006@repoman.freebsd.org> From: Xin LI Date: Sat, 2 Jul 2005 20:14: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/sys ucred.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, 02 Jul 2005 20:14:19 -0000 delphij 2005-07-02 20:14:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/sys ucred.h Log: MFC revision 1.52 date: 2005/06/28 02:23:56; author: delphij; state: Exp; lines: +1 -1 Correct a comment in ucred.h. Submitted by: Wojciech A. Koszek PR: kern/82708 Revision Changes Path 1.49.2.3 +1 -1 src/sys/sys/ucred.h From owner-cvs-src@FreeBSD.ORG Sat Jul 2 22:34: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 7831D16A41C; Sat, 2 Jul 2005 22:34:23 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 501E143D1D; Sat, 2 Jul 2005 22:34:23 +0000 (GMT) (envelope-from dwhite@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j62MYNp2025220; Sat, 2 Jul 2005 22:34:23 GMT (envelope-from dwhite@repoman.freebsd.org) Received: (from dwhite@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j62MYN6Y025216; Sat, 2 Jul 2005 22:34:23 GMT (envelope-from dwhite) Message-Id: <200507022234.j62MYN6Y025216@repoman.freebsd.org> From: Doug White Date: Sat, 2 Jul 2005 22:34: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/usr.sbin/sysinstall index.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: 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, 02 Jul 2005 22:34:23 -0000 dwhite 2005-07-02 22:34:22 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall index.c Log: Don't ask about CD numbers if not installing from CD. Approved by: re Revision Changes Path 1.106 +8 -6 src/usr.sbin/sysinstall/index.c From owner-cvs-src@FreeBSD.ORG Sat Jul 2 23:13: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 8EAD416A41C; Sat, 2 Jul 2005 23:13:32 +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 7738943D1D; Sat, 2 Jul 2005 23:13:32 +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 j62NDWCg028249; Sat, 2 Jul 2005 23:13:32 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j62NDWYC028248; Sat, 2 Jul 2005 23:13:32 GMT (envelope-from thompsa) Message-Id: <200507022313.j62NDWYC028248@repoman.freebsd.org> From: Andrew Thompson Date: Sat, 2 Jul 2005 23:13: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/amd64/include _types.h src/sys/i386/include _types.h src/sys/net if_bridge.c src/sys/netinet ip_var.h src/sys/netinet6 ip6_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2005 23:13:32 -0000 thompsa 2005-07-02 23:13:31 UTC FreeBSD src repository Modified files: sys/amd64/include _types.h sys/i386/include _types.h sys/net if_bridge.c sys/netinet ip_var.h sys/netinet6 ip6_var.h Log: Check the alignment of the IP header before passing the packet up to the packet filter. This would cause a panic on architectures that require strict alignment such as sparc64 (tier1) and ia64/ppc (tier2). This adds two new macros that check the alignment, these are compile time dependent on __NO_STRICT_ALIGNMENT which is set for i386 and amd64 where alignment isn't need so the cost is avoided. IP_HDR_ALIGNED_P() IP6_HDR_ALIGNED_P() Move bridge_ip_checkbasic()/bridge_ip6_checkbasic() up so that the alignment is checked for ipfw and dummynet too. PR: ia64/81284 Obtained from: NetBSD Approved by: re (dwhite), mlaier (mentor) Revision Changes Path 1.9 +2 -0 src/sys/amd64/include/_types.h 1.12 +2 -0 src/sys/i386/include/_types.h 1.10 +48 -27 src/sys/net/if_bridge.c 1.95 +6 -0 src/sys/netinet/ip_var.h 1.30 +6 -0 src/sys/netinet6/ip6_var.h From owner-cvs-src@FreeBSD.ORG Sat Jul 2 23:49: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 9DFA016A41C; Sat, 2 Jul 2005 23:49:59 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F81643D48; Sat, 2 Jul 2005 23:49:59 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from [192.168.4.250] (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.13.3/8.13.3) with ESMTP id j62NnwVn008088; Sat, 2 Jul 2005 16:49:59 -0700 (PDT) (envelope-from marcel@xcllnt.net) In-Reply-To: <200507022313.j62NDWYC028248@repoman.freebsd.org> References: <200507022313.j62NDWYC028248@repoman.freebsd.org> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9e2b9cb6bb6972e05678f70173f11a73@xcllnt.net> Content-Transfer-Encoding: 7bit From: Marcel Moolenaar Date: Sat, 2 Jul 2005 16:49:58 -0700 To: Andrew Thompson X-Mailer: Apple Mail (2.622) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/include _types.h src/sys/i386/include _types.h src/sys/net if_bridge.c src/sys/netinet ip_var.h src/sys/netinet6 ip6_var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2005 23:49:59 -0000 On Jul 2, 2005, at 4:13 PM, Andrew Thompson wrote: > Check the alignment of the IP header before passing the packet up to > the > packet filter. This would cause a panic on architectures that > require strict > alignment such as sparc64 (tier1) and ia64/ppc (tier2). *snip* > PR: ia64/81284 > Obtained from: NetBSD > Approved by: re (dwhite), mlaier (mentor) Thank you very much! -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net From owner-cvs-src@FreeBSD.ORG Sat Jul 2 23:52: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 D17F416A41C; Sat, 2 Jul 2005 23:52:37 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA1AE43D1F; Sat, 2 Jul 2005 23:52:37 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j62NqbC4029715; Sat, 2 Jul 2005 23:52:37 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j62NqbYN029713; Sat, 2 Jul 2005 23:52:37 GMT (envelope-from marcel) Message-Id: <200507022352.j62NqbYN029713@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 2 Jul 2005 23:52:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/ia64/ia64 db_interface.c src/sys/ia64/include db_machdep.h src/sys/ddb db_command.c ddb.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, 02 Jul 2005 23:52:38 -0000 marcel 2005-07-02 23:52:37 UTC FreeBSD src repository Modified files: sys/ia64/ia64 db_interface.c sys/ia64/include db_machdep.h sys/ddb db_command.c ddb.h Log: Implement functions calls from within DDB on ia64. On ia64 a function pointer doesn't point to the first instruction of that function, but rather to a descriptor. The descriptor has the address of the first instruction, as well as the value of the global pointer. The symbol table doesn't know anything about descriptors, so if you lookup the name of a function you get the address of the first instruction. The cast from the address, which is the result of the symbol lookup, to a function pointer as is done in db_fncall is therefore invalid. Abstract this detail behind the DB_CALL macro. By default DB_CALL is defined as db_fncall_generic, which yields the old behaviour. On ia64 the macro is defined as db_fncall_ia64, in which a descriptor is constructed to yield a valid function pointer. While here, introduce DB_MAXARGS. DB_MAXARGS replaces the existing (local) MAXARGS. The DB_MAXARGS macro can be defined by platforms to create a convenient maximum. By default this will be the legacy 10. On ia64 we define this macro to be 8, for 8 is the maximum number of arguments that can be passed in registers. This avoids having to implement spilling of arguments on the memory stack. Approved by: re (dwhite) Revision Changes Path 1.60 +24 -16 src/sys/ddb/db_command.c 1.39 +10 -0 src/sys/ddb/ddb.h 1.27 +20 -0 src/sys/ia64/ia64/db_interface.c 1.12 +4 -0 src/sys/ia64/include/db_machdep.h