From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 01:05:28 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0FB81065788 for ; Sun, 24 Oct 2010 01:05:28 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C4BFA8FC23 for ; Sun, 24 Oct 2010 01:05:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9O15S1P059794 for ; Sun, 24 Oct 2010 01:05:28 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9O15S4r059793 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 01:05:28 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <201010240105.o9O15S4r059793@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Sun, 24 Oct 2010 01:05:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libfetch common.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 01:05:29 -0000 emaste 2010-10-24 01:05:10 UTC FreeBSD src repository Modified files: lib/libfetch common.c Log: SVN rev 214256 on 2010-10-24 01:05:10Z by emaste Move variable declarations into the conditional block where they are used, to fix warning if WITH_SSL is not set. Submitted by: Sean Bruno MFC after: 1 week Revision Changes Path 1.59 +1 -1 src/lib/libfetch/common.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 02:59:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14D0D1065670 for ; Sun, 24 Oct 2010 02:59:20 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC4468FC12 for ; Sun, 24 Oct 2010 02:59:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9O2xJNn071234 for ; Sun, 24 Oct 2010 02:59:19 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9O2xJiD071233 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 02:59:19 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <201010240259.o9O2xJiD071233@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Sun, 24 Oct 2010 02:59:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/boot2 boot2.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 02:59:20 -0000 nyan 2010-10-24 02:59:02 UTC FreeBSD src repository Modified files: sys/boot/pc98/boot2 boot2.c Log: SVN rev 214257 on 2010-10-24 02:59:02Z by nyan MFi386: revision 214210 Avoid using memcpy() for copying 32bit chunks. This shrinks the resulting code a little. Revision Changes Path 1.4 +2 -2 src/sys/boot/pc98/boot2/boot2.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 03:21:10 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD06C106566B for ; Sun, 24 Oct 2010 03:21:10 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FCB78FC18 for ; Sun, 24 Oct 2010 03:21:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9O3LAhc075596 for ; Sun, 24 Oct 2010 03:21:10 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9O3LAMN075595 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 03:21:10 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <201010240321.o9O3LAMN075595@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Sun, 24 Oct 2010 03:20:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 03:21:10 -0000 nyan 2010-10-24 03:20:54 UTC FreeBSD src repository Modified files: sys/pc98/pc98 machdep.c Log: SVN rev 214258 on 2010-10-24 03:20:54Z by nyan MFi386: the part of revision 213226. Rewrite the i386 memory probe: - Move the base memory setup into a new basemem_setup() routine. MFC after: 1 week Revision Changes Path 1.429 +55 -44 src/sys/pc98/pc98/machdep.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 05:22:22 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 388E3106566C for ; Sun, 24 Oct 2010 05:22:22 +0000 (UTC) (envelope-from jchandra@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0BB358FC0C for ; Sun, 24 Oct 2010 05:22:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9O5MLJZ099056 for ; Sun, 24 Oct 2010 05:22:21 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9O5MLul099055 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 05:22:21 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201010240522.o9O5MLul099055@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Sun, 24 Oct 2010 05:22:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/mips SYS.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 05:22:22 -0000 jchandra 2010-10-24 05:22:07 UTC FreeBSD src repository Modified files: lib/libc/mips SYS.h Log: SVN rev 214260 on 2010-10-24 05:22:07Z by jchandra Fix PIC_RETURN when abicalls are not defined. Submitted by: Artem Belevich (artemb at gmail dot com) Revision Changes Path 1.6 +1 -1 src/lib/libc/mips/SYS.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 09:14:44 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6883E1065743 for ; Sun, 24 Oct 2010 09:14:44 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3BF7A8FC0A for ; Sun, 24 Oct 2010 09:14:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9O9Ei2W030919 for ; Sun, 24 Oct 2010 09:14:44 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9O9EiwK030918 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 09:14:44 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <201010240914.o9O9EiwK030918@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Sun, 24 Oct 2010 09:14:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/syscall_timing syscall_timing.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 09:14:44 -0000 rwatson 2010-10-24 09:14:21 UTC FreeBSD src repository Modified files: tools/tools/syscall_timing syscall_timing.c Log: SVN rev 214261 on 2010-10-24 09:14:21Z by rwatson Add microbenchmark for create/unlink of a zero-byte file. Sponsored by: Google, Inc. MFC after: 2 weeks Revision Changes Path 1.11 +32 -3 src/tools/tools/syscall_timing/syscall_timing.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 11:37:21 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 186DB1065670 for ; Sun, 24 Oct 2010 11:37:21 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05F2C8FC0A for ; Sun, 24 Oct 2010 11:37:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OBbKmZ043516 for ; Sun, 24 Oct 2010 11:37:20 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OBbKrM043515 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 11:37:20 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010241137.o9OBbKrM043515@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 24 Oct 2010 11:37:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii smcphy.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 11:37:21 -0000 marius 2010-10-24 11:37:01 UTC FreeBSD src repository Modified files: sys/dev/mii smcphy.c Log: SVN rev 214262 on 2010-10-24 11:37:01Z by marius - Take advantage of mii_phy_dev_probe(). - Use mii_phy_add_media() instead of mii_add_media(). I'm not sure how this driver actually managed to work before as mii_add_media() is intended to be used to gether with mii_anar() while mii_phy_add_media() is intended to be used with mii_phy_setmedia(), however this driver mii_add_media() along with mii_phy_setmedia(). Revision Changes Path 1.5 +8 -12 src/sys/dev/mii/smcphy.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 11:38:41 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77A76106564A for ; Sun, 24 Oct 2010 11:38:41 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4ACDA8FC14 for ; Sun, 24 Oct 2010 11:38:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OBcf5f043603 for ; Sun, 24 Oct 2010 11:38:41 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OBcfPv043602 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 11:38:41 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010241138.o9OBcfPv043602@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 24 Oct 2010 11:38:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii pnaphy.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 11:38:41 -0000 marius 2010-10-24 11:38:25 UTC FreeBSD src repository Modified files: sys/dev/mii pnaphy.c Log: SVN rev 214263 on 2010-10-24 11:38:25Z by marius Take advantage of mii_phy_add_media()/mii_phy_setmedia(). Revision Changes Path 1.22 +7 -27 src/sys/dev/mii/pnaphy.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 12:51:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E1CE10657CF for ; Sun, 24 Oct 2010 12:51:20 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A92B8FC12 for ; Sun, 24 Oct 2010 12:51:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OCpKDS060810 for ; Sun, 24 Oct 2010 12:51:20 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OCpKQ5060809 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 12:51:20 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010241251.o9OCpKQ5060809@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 24 Oct 2010 12:51:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii mlphy.c tlphy.c src/sys/dev/tl if_tl.c if_tlreg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 12:51:20 -0000 marius 2010-10-24 12:51:02 UTC FreeBSD src repository Modified files: sys/dev/mii mlphy.c tlphy.c sys/dev/tl if_tl.c if_tlreg.h Log: SVN rev 214264 on 2010-10-24 12:51:02Z by marius - Add IFM_10_2 and IFM_10_5 media via tlphy(4) only in case the respective interface also has such connectors. - In tl_attach() unify three different ways of obtaining the device and vendor IDs and remove the now obsolete tl_dinfo from tl_softc. - Given that tlphy(4) only handles the integrated PHYs of NICs driven by tl(4) make it only probe on the latter. - Switch mlphy(4) and tlphy(4) to use mii_phy_add_media()/mii_phy_setmedia(). - Simplify looking for the respective companion PHY in mlphy(4) and tlphy(4) by ignoring the native one by just comparing the device_t's directly rather than the device name. Revision Changes Path 1.29 +19 -22 src/sys/dev/mii/mlphy.c 1.29 +33 -28 src/sys/dev/mii/tlphy.c 1.7 +18 -6 src/sys/dev/tl/if_tl.c 1.4 +0 -1 src/sys/dev/tl/if_tlreg.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 12:59:56 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66A7E106564A for ; Sun, 24 Oct 2010 12:59:56 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53B5C8FC17 for ; Sun, 24 Oct 2010 12:59:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OCxuo6061368 for ; Sun, 24 Oct 2010 12:59:56 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OCxuZk061367 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 12:59:56 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010241259.o9OCxuZk061367@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 24 Oct 2010 12:59:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii mii_physubr.c miivar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 12:59:56 -0000 marius 2010-10-24 12:59:43 UTC FreeBSD src repository Modified files: sys/dev/mii mii_physubr.c miivar.h Log: SVN rev 214265 on 2010-10-24 12:59:43Z by marius - Given that as of r214264 all PHY drivers using mii(4) finally have been converted to use the mii_phy_add_media()/mii_phy_setmedia() pair instead of mii_add_media()/mii_anar() remove the latter. - Declare mii_media mii_media_table static as it shouldn't be used outside of mii_physubr.c. MFC after: never Revision Changes Path 1.32 +1 -94 src/sys/dev/mii/mii_physubr.c 1.25 +0 -2 src/sys/dev/mii/miivar.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 13:39:35 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D638A10656C1 for ; Sun, 24 Oct 2010 13:39:35 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BF24C8FC18 for ; Sun, 24 Oct 2010 13:39:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ODdZHq065530 for ; Sun, 24 Oct 2010 13:39:35 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ODdZjU065529 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 13:39:35 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010241339.o9ODdZjU065529@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 24 Oct 2010 13:39:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/dc dcphy.c pnphy.c src/sys/dev/mii acphy.c amphy.c atphy.c axphy.c bmtphy.c brgphy.c ciphy.c e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c jmphy.c lxtphy.c mii.c mlphy.c nsgphy.c nsphy.c nsphyter.c pnaphy.c qsphy.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 13:39:36 -0000 marius 2010-10-24 13:39:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/dc dcphy.c pnphy.c sys/dev/mii acphy.c amphy.c atphy.c axphy.c bmtphy.c brgphy.c ciphy.c e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c jmphy.c lxtphy.c mii.c mlphy.c nsgphy.c nsphy.c nsphyter.c pnaphy.c qsphy.c rgephy.c rlphy.c rlswitch.c ruephy.c smcphy.c tdkphy.c tlphy.c truephy.c ukphy.c xmphy.c Log: SVN rev 214266 on 2010-10-24 13:39:19Z by marius MFC: r213364 - In the spirit of previous simplifications factor out the checks for a different PHY instance being selected and isolation out into the wrappers around the service methods rather than duplicating them over and over again (besides, a PHY driver shouldn't need to care about which instance it actually is). - Centralize the check for the need to isolate a non-zero PHY instance not supporting isolation in mii_mediachg() and just ignore it rather than panicing, which should sufficient given that a) things are likely to just work anyway if one doesn't plug in more than one port at a time and b) refusing to attach in this case just leaves us in a unknown but most likely also not exactly correct configuration (besides several drivers setting MIIF_NOISOLATE didn't care about these anyway, probably due to setting this flag for no real reason). - Minor fixes like removing unnecessary setting of sc->mii_anegticks, using sc->mii_anegticks instead of hardcoded values etc. Revision Changes Path 1.35.2.3 +1 -21 src/sys/dev/dc/dcphy.c 1.23.2.3 +1 -21 src/sys/dev/dc/pnphy.c 1.21.10.4 +2 -19 src/sys/dev/mii/acphy.c 1.24.2.3 +2 -27 src/sys/dev/mii/amphy.c 1.3.2.4 +2 -26 src/sys/dev/mii/atphy.c 1.1.2.3 +2 -14 src/sys/dev/mii/axphy.c 1.12.10.4 +2 -29 src/sys/dev/mii/bmtphy.c 1.78.2.11 +10 -30 src/sys/dev/mii/brgphy.c 1.17.2.3 +2 -25 src/sys/dev/mii/ciphy.c 1.30.2.10 +1 -23 src/sys/dev/mii/e1000phy.c 1.23.10.4 +5 -21 src/sys/dev/mii/exphy.c 1.4.2.4 +2 -27 src/sys/dev/mii/gentbi.c 1.1.12.4 +2 -18 src/sys/dev/mii/icsphy.c 1.17.10.3 +1 -14 src/sys/dev/mii/inphy.c 1.7.2.4 +3 -25 src/sys/dev/mii/ip1000phy.c 1.1.6.3 +2 -26 src/sys/dev/mii/jmphy.c 1.20.2.4 +2 -26 src/sys/dev/mii/lxtphy.c 1.31.2.5 +33 -2 src/sys/dev/mii/mii.c 1.25.2.3 +4 -33 src/sys/dev/mii/mlphy.c 1.25.2.3 +1 -26 src/sys/dev/mii/nsgphy.c 1.30.2.4 +2 -26 src/sys/dev/mii/nsphy.c 1.1.6.4 +1 -25 src/sys/dev/mii/nsphyter.c 1.18.10.3 +3 -30 src/sys/dev/mii/pnaphy.c 1.18.10.4 +2 -20 src/sys/dev/mii/qsphy.c 1.21.2.3 +2 -25 src/sys/dev/mii/rgephy.c 1.32.2.3 +5 -20 src/sys/dev/mii/rlphy.c 1.1.10.3 +5 -18 src/sys/dev/mii/rlswitch.c 1.6.10.3 +5 -26 src/sys/dev/mii/ruephy.c 1.1.2.3 +1 -25 src/sys/dev/mii/smcphy.c 1.23.2.3 +2 -27 src/sys/dev/mii/tdkphy.c 1.24.2.3 +0 -23 src/sys/dev/mii/tlphy.c 1.2.2.4 +5 -34 src/sys/dev/mii/truephy.c 1.20.10.4 +2 -27 src/sys/dev/mii/ukphy.c 1.21.10.3 +6 -36 src/sys/dev/mii/xmphy.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 13:39:44 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 441E610656C7 for ; Sun, 24 Oct 2010 13:39:44 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D45B8FC1B for ; Sun, 24 Oct 2010 13:39:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ODdiG4065649 for ; Sun, 24 Oct 2010 13:39:44 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ODdisg065648 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 13:39:44 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010241339.o9ODdisg065648@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 24 Oct 2010 13:39:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/dc dcphy.c pnphy.c src/sys/dev/mii acphy.c amphy.c atphy.c bmtphy.c brgphy.c ciphy.c e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c jmphy.c lxtphy.c mii.c mlphy.c nsgphy.c nsphy.c nsphyter.c pnaphy.c qsphy.c rgephy.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 13:39:44 -0000 marius 2010-10-24 13:39:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/dc dcphy.c pnphy.c sys/dev/mii acphy.c amphy.c atphy.c bmtphy.c brgphy.c ciphy.c e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c jmphy.c lxtphy.c mii.c mlphy.c nsgphy.c nsphy.c nsphyter.c pnaphy.c qsphy.c rgephy.c rlphy.c rlswitch.c ruephy.c tdkphy.c tlphy.c truephy.c ukphy.c xmphy.c Log: SVN rev 214267 on 2010-10-24 13:39:26Z by marius MFC: r213364 - In the spirit of previous simplifications factor out the checks for a different PHY instance being selected and isolation out into the wrappers around the service methods rather than duplicating them over and over again (besides, a PHY driver shouldn't need to care about which instance it actually is). - Centralize the check for the need to isolate a non-zero PHY instance not supporting isolation in mii_mediachg() and just ignore it rather than panicing, which should sufficient given that a) things are likely to just work anyway if one doesn't plug in more than one port at a time and b) refusing to attach in this case just leaves us in a unknown but most likely also not exactly correct configuration (besides several drivers setting MIIF_NOISOLATE didn't care about these anyway, probably due to setting this flag for no real reason). - Minor fixes like removing unnecessary setting of sc->mii_anegticks, using sc->mii_anegticks instead of hardcoded values etc. Revision Changes Path 1.32.2.5 +1 -21 src/sys/dev/dc/dcphy.c 1.21.2.4 +1 -21 src/sys/dev/dc/pnphy.c 1.21.2.3 +2 -19 src/sys/dev/mii/acphy.c 1.22.2.4 +2 -27 src/sys/dev/mii/amphy.c 1.1.2.6 +2 -26 src/sys/dev/mii/atphy.c 1.12.2.3 +2 -29 src/sys/dev/mii/bmtphy.c 1.70.2.16 +10 -30 src/sys/dev/mii/brgphy.c 1.9.2.5 +2 -25 src/sys/dev/mii/ciphy.c 1.18.2.18 +1 -23 src/sys/dev/mii/e1000phy.c 1.23.2.3 +5 -21 src/sys/dev/mii/exphy.c 1.3.2.4 +2 -27 src/sys/dev/mii/gentbi.c 1.1.2.3 +2 -18 src/sys/dev/mii/icsphy.c 1.17.2.2 +1 -14 src/sys/dev/mii/inphy.c 1.2.2.8 +3 -25 src/sys/dev/mii/ip1000phy.c 1.1.2.3 +2 -26 src/sys/dev/mii/jmphy.c 1.19.2.4 +2 -26 src/sys/dev/mii/lxtphy.c 1.29.2.3 +33 -2 src/sys/dev/mii/mii.c 1.22.2.4 +4 -33 src/sys/dev/mii/mlphy.c 1.24.2.3 +1 -26 src/sys/dev/mii/nsgphy.c 1.28.2.5 +2 -26 src/sys/dev/mii/nsphy.c 1.1.2.4 +1 -25 src/sys/dev/mii/nsphyter.c 1.18.2.2 +3 -30 src/sys/dev/mii/pnaphy.c 1.18.2.3 +2 -20 src/sys/dev/mii/qsphy.c 1.15.2.8 +2 -25 src/sys/dev/mii/rgephy.c 1.31.2.3 +5 -20 src/sys/dev/mii/rlphy.c 1.1.2.2 +5 -18 src/sys/dev/mii/rlswitch.c 1.6.2.2 +5 -26 src/sys/dev/mii/ruephy.c 1.22.2.3 +2 -27 src/sys/dev/mii/tdkphy.c 1.22.2.3 +0 -23 src/sys/dev/mii/tlphy.c 1.1.2.5 +5 -34 src/sys/dev/mii/truephy.c 1.20.2.3 +2 -27 src/sys/dev/mii/ukphy.c 1.21.2.2 +6 -36 src/sys/dev/mii/xmphy.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 13:41:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 774F5106564A for ; Sun, 24 Oct 2010 13:41:50 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 620F08FC27 for ; Sun, 24 Oct 2010 13:41:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ODfoNC065912 for ; Sun, 24 Oct 2010 13:41:50 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ODfohq065911 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 13:41:50 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010241341.o9ODfohq065911@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 24 Oct 2010 13:41:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/dc dcphy.c pnphy.c src/sys/dev/mii acphy.c amphy.c axphy.c bmtphy.c gentbi.c inphy.c lxtphy.c nsphy.c qsphy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy_subr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 13:41:50 -0000 marius 2010-10-24 13:41:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/dc dcphy.c pnphy.c sys/dev/mii acphy.c amphy.c axphy.c bmtphy.c gentbi.c inphy.c lxtphy.c nsphy.c qsphy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy_subr.c Log: SVN rev 214268 on 2010-10-24 13:41:38Z by marius MFC: r213384 Consistently always explicitly set IFM_HDX for half-duplex. Obtained from: OpenBSD (mostly) Revision Changes Path 1.35.2.4 +7 -5 src/sys/dev/dc/dcphy.c 1.23.2.4 +2 -0 src/sys/dev/dc/pnphy.c 1.21.10.5 +2 -0 src/sys/dev/mii/acphy.c 1.24.2.4 +5 -5 src/sys/dev/mii/amphy.c 1.1.2.4 +2 -0 src/sys/dev/mii/axphy.c 1.12.10.5 +2 -0 src/sys/dev/mii/bmtphy.c 1.4.2.5 +2 -1 src/sys/dev/mii/gentbi.c 1.17.10.4 +2 -0 src/sys/dev/mii/inphy.c 1.20.2.5 +2 -0 src/sys/dev/mii/lxtphy.c 1.30.2.5 +4 -7 src/sys/dev/mii/nsphy.c 1.18.10.5 +3 -3 src/sys/dev/mii/qsphy.c 1.32.2.4 +4 -3 src/sys/dev/mii/rlphy.c 1.6.10.4 +2 -0 src/sys/dev/mii/ruephy.c 1.23.2.4 +6 -4 src/sys/dev/mii/tdkphy.c 1.24.2.4 +2 -0 src/sys/dev/mii/tlphy.c 1.10.2.3 +4 -4 src/sys/dev/mii/ukphy_subr.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 13:42:12 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DDE81065795 for ; Sun, 24 Oct 2010 13:42:12 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 18AD18FC19 for ; Sun, 24 Oct 2010 13:42:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ODgBlN066000 for ; Sun, 24 Oct 2010 13:42:11 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ODgBVO065999 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 13:42:11 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010241342.o9ODgBVO065999@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 24 Oct 2010 13:42:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/dc dcphy.c pnphy.c src/sys/dev/mii acphy.c amphy.c bmtphy.c gentbi.c inphy.c lxtphy.c nsphy.c qsphy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy_subr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 13:42:12 -0000 marius 2010-10-24 13:42:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/dc dcphy.c pnphy.c sys/dev/mii acphy.c amphy.c bmtphy.c gentbi.c inphy.c lxtphy.c nsphy.c qsphy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy_subr.c Log: SVN rev 214269 on 2010-10-24 13:42:03Z by marius MFC: r213384 Consistently always explicitly set IFM_HDX for half-duplex. Obtained from: OpenBSD (mostly) Revision Changes Path 1.32.2.6 +7 -5 src/sys/dev/dc/dcphy.c 1.21.2.5 +2 -0 src/sys/dev/dc/pnphy.c 1.21.2.4 +2 -0 src/sys/dev/mii/acphy.c 1.22.2.5 +5 -5 src/sys/dev/mii/amphy.c 1.12.2.4 +2 -0 src/sys/dev/mii/bmtphy.c 1.3.2.5 +2 -1 src/sys/dev/mii/gentbi.c 1.17.2.3 +2 -0 src/sys/dev/mii/inphy.c 1.19.2.5 +2 -0 src/sys/dev/mii/lxtphy.c 1.28.2.6 +4 -7 src/sys/dev/mii/nsphy.c 1.18.2.4 +3 -3 src/sys/dev/mii/qsphy.c 1.31.2.4 +4 -3 src/sys/dev/mii/rlphy.c 1.6.2.3 +2 -0 src/sys/dev/mii/ruephy.c 1.22.2.4 +6 -4 src/sys/dev/mii/tdkphy.c 1.22.2.4 +2 -0 src/sys/dev/mii/tlphy.c 1.9.2.3 +4 -4 src/sys/dev/mii/ukphy_subr.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 13:44:02 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D4191065672 for ; Sun, 24 Oct 2010 13:44:02 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 700F38FC16 for ; Sun, 24 Oct 2010 13:44:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ODi2gd066135 for ; Sun, 24 Oct 2010 13:44:02 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ODi2am066134 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 13:44:02 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010241344.o9ODi2am066134@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 24 Oct 2010 13:43:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/mii axphy.c axphyreg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 13:44:02 -0000 marius 2010-10-24 13:43:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mii axphy.c Removed files: (Branch: RELENG_8) sys/dev/mii axphyreg.h Log: SVN rev 214270 on 2010-10-24 13:43:45Z by marius MFC: r213385 Remove a header that apart from the license is empty. Revision Changes Path 1.1.2.5 +0 -2 src/sys/dev/mii/axphy.c 1.1.2.2 +0 -28 src/sys/dev/mii/axphyreg.h (dead) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 13:48:23 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77A3F106564A for ; Sun, 24 Oct 2010 13:48:23 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A79B8FC12 for ; Sun, 24 Oct 2010 13:48:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ODmNBS066437 for ; Sun, 24 Oct 2010 13:48:23 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ODmN8K066436 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 13:48:23 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010241348.o9ODmN8K066436@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Sun, 24 Oct 2010 13:48:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/usbconfig usbconfig.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 13:48:23 -0000 hselasky 2010-10-24 13:48:11 UTC FreeBSD src repository Modified files: usr.sbin/usbconfig usbconfig.c Log: SVN rev 214271 on 2010-10-24 13:48:11Z by hselasky Remove stray semicolon. Submitted by: arundel Revision Changes Path 1.11 +1 -1 src/usr.sbin/usbconfig/usbconfig.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 15:32:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E27A1065694 for ; Sun, 24 Oct 2010 15:32:00 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 29B778FC15 for ; Sun, 24 Oct 2010 15:32:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OFVxnI076086 for ; Sun, 24 Oct 2010 15:31:59 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OFVxU6076085 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 15:31:59 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201010241531.o9OFVxU6076085@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Sun, 24 Oct 2010 15:31:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/lex flex.skl X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 15:32:00 -0000 uqs 2010-10-24 15:31:41 UTC FreeBSD src repository Modified files: usr.bin/lex flex.skl Log: SVN rev 214272 on 2010-10-24 15:31:41Z by uqs flex: add missing ifdef magic to create/hide prototypes This unbreaks build for some software with higher WARNS flags. Reviewed by: rpaulo PR: bin/139319 (parts already committed in previous revision) Revision Changes Path 1.13 +23 -1 src/usr.bin/lex/flex.skl From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 15:39:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9305B1065670 for ; Sun, 24 Oct 2010 15:39:20 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 676938FC27 for ; Sun, 24 Oct 2010 15:39:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OFdKdt076669 for ; Sun, 24 Oct 2010 15:39:20 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OFdKoj076668 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 15:39:20 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010241539.o9OFdKoj076668@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Sun, 24 Oct 2010 15:38:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd hastd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 15:39:20 -0000 pjd 2010-10-24 15:38:58 UTC FreeBSD src repository Modified files: sbin/hastd hastd.c Log: SVN rev 214273 on 2010-10-24 15:38:58Z by pjd Load geom_gate.ko module after parsing arguments. MFC after: 3 days Revision Changes Path 1.24 +2 -2 src/sbin/hastd/hastd.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 15:41:41 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 794201065693 for ; Sun, 24 Oct 2010 15:41:41 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC3A8FC0C for ; Sun, 24 Oct 2010 15:41:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OFffRN076902 for ; Sun, 24 Oct 2010 15:41:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OFff40076901 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 15:41:41 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010241541.o9OFff40076901@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Sun, 24 Oct 2010 15:41:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd parse.y primary.c synch.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 15:41:41 -0000 pjd 2010-10-24 15:41:23 UTC FreeBSD src repository Modified files: sbin/hastd parse.y primary.c synch.h Log: SVN rev 214274 on 2010-10-24 15:41:23Z by pjd Plug memory leaks. Found with: valgrind MFC after: 3 days Revision Changes Path 1.6 +24 -0 src/sbin/hastd/parse.y 1.37 +1 -0 src/sbin/hastd/primary.c 1.4 +2 -0 src/sbin/hastd/synch.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 15:42:32 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BE3F1065696 for ; Sun, 24 Oct 2010 15:42:32 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4154B8FC12 for ; Sun, 24 Oct 2010 15:42:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OFgWVG076972 for ; Sun, 24 Oct 2010 15:42:32 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OFgWNY076971 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 15:42:32 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010241542.o9OFgWNY076971@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Sun, 24 Oct 2010 15:42:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd secondary.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 15:42:32 -0000 pjd 2010-10-24 15:42:16 UTC FreeBSD src repository Modified files: sbin/hastd secondary.c Log: SVN rev 214275 on 2010-10-24 15:42:16Z by pjd Plug memory leak. MFC after: 3 days Revision Changes Path 1.17 +2 -0 src/sbin/hastd/secondary.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 15:44:38 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C9F9106566C for ; Sun, 24 Oct 2010 15:44:38 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF4B8FC22 for ; Sun, 24 Oct 2010 15:44:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OFicgR077117 for ; Sun, 24 Oct 2010 15:44:38 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OFicYR077116 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 15:44:38 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010241544.o9OFicYR077116@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Sun, 24 Oct 2010 15:44:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd secondary.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 15:44:38 -0000 pjd 2010-10-24 15:44:23 UTC FreeBSD src repository Modified files: sbin/hastd secondary.c Log: SVN rev 214276 on 2010-10-24 15:44:23Z by pjd Simplify code a bit. MFC after: 3 days Revision Changes Path 1.18 +1 -3 src/sbin/hastd/secondary.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 15:56:44 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8353106566C for ; Sun, 24 Oct 2010 15:56:44 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7AF7C8FC22 for ; Sun, 24 Oct 2010 15:56:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OFui3s077982 for ; Sun, 24 Oct 2010 15:56:44 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OFuibM077981 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 15:56:44 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201010241556.o9OFuibM077981@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Sun, 24 Oct 2010 15:56:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 Makefile make_dev.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 15:56:44 -0000 jh 2010-10-24 15:56:21 UTC FreeBSD src repository Modified files: share/man/man9 Makefile make_dev.9 Log: SVN rev 214277 on 2010-10-24 15:56:21Z by jh Document make_dev_p(9). Reviewed by: brueffer, kib Revision Changes Path 1.379 +2 -1 src/share/man/man9/Makefile 1.33 +59 -4 src/share/man/man9/make_dev.9 From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 16:10:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FE721065672 for ; Sun, 24 Oct 2010 16:10:50 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 632E68FC0A for ; Sun, 24 Oct 2010 16:10:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OGAo14080164 for ; Sun, 24 Oct 2010 16:10:50 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OGAoAj080163 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 16:10:50 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201010241610.o9OGAoAj080163@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Sun, 24 Oct 2010 16:10:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 make_dev.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 16:10:50 -0000 jh 2010-10-24 16:10:32 UTC FreeBSD src repository Modified files: share/man/man9 make_dev.9 Log: SVN rev 214278 on 2010-10-24 16:10:32Z by jh Use .Dv with NULL. Revision Changes Path 1.34 +3 -1 src/share/man/man9/make_dev.9 From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 16:32:53 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E2291065673 for ; Sun, 24 Oct 2010 16:32:53 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79C368FC25 for ; Sun, 24 Oct 2010 16:32:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OGWrXh081756 for ; Sun, 24 Oct 2010 16:32:53 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OGWref081755 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 16:32:53 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201010241632.o9OGWref081755@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Sun, 24 Oct 2010 16:31:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ada.4 src/sys/cam cam_xpt.c src/sys/cam/ata ata_da.c src/sys/kern kern_shutdown.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 16:32:53 -0000 brucec 2010-10-24 16:31:57 UTC FreeBSD src repository Modified files: share/man/man4 ada.4 sys/cam cam_xpt.c sys/cam/ata ata_da.c sys/kern kern_shutdown.c Log: SVN rev 214279 on 2010-10-24 16:31:57Z by brucec Mostly revert r203420, and add similar functionality into ada(4) since the existing code caused problems with some SCSI controllers. A new sysctl kern.cam.ada.spindown_shutdown has been added that controls whether or not to spin-down disks when shutting down. Spinning down the disks unloads/parks the heads - this is much better than removing power when the disk is still spinning because otherwise an Emergency Unload occurs which may cause damage to the actuator. PR: kern/140752 Submitted by: olli Reviewed by: arundel Discussed with: mav MFC after: 2 weeks Revision Changes Path 1.4 +3 -0 src/share/man/man4/ada.4 1.21 +63 -1 src/sys/cam/ata/ata_da.c 1.254 +0 -93 src/sys/cam/cam_xpt.c 1.208 +1 -1 src/sys/kern/kern_shutdown.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 16:55:30 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58EEE10656C6 for ; Sun, 24 Oct 2010 16:55:30 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA628FC0C for ; Sun, 24 Oct 2010 16:55:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OGtU9T094438 for ; Sun, 24 Oct 2010 16:55:30 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OGtUBf094437 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 16:55:30 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010241655.o9OGtUBf094437@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 24 Oct 2010 16:55:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/bin/sh/parser alias1.0 alias2.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 16:55:30 -0000 jilles 2010-10-24 16:55:17 UTC FreeBSD src repository Added files: tools/regression/bin/sh/parser alias1.0 alias2.0 Log: SVN rev 214280 on 2010-10-24 16:55:17Z by jilles sh: Add some testcases for alias expansion. Revision Changes Path 1.1 +5 -0 src/tools/regression/bin/sh/parser/alias1.0 (new) 1.1 +6 -0 src/tools/regression/bin/sh/parser/alias2.0 (new) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 17:07:42 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 638771065673 for ; Sun, 24 Oct 2010 17:07:42 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 504D78FC17 for ; Sun, 24 Oct 2010 17:07:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OH7gkl096387 for ; Sun, 24 Oct 2010 17:07:42 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OH7g0t096386 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 17:07:42 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010241707.o9OH7g0t096386@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 24 Oct 2010 17:06:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh parser.c src/tools/regression/bin/sh/parser pipe-not1.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 17:07:42 -0000 jilles 2010-10-24 17:06:49 UTC FreeBSD src repository Modified files: bin/sh parser.c Added files: tools/regression/bin/sh/parser pipe-not1.0 Log: SVN rev 214281 on 2010-10-24 17:06:49Z by jilles sh: Change ! within a pipeline to start a new pipeline instead. This is how ksh93 treats ! within a pipeline and makes the ! in a | ! b | c negate the exit status of the pipeline, as if it were a | { ! b | c; } Side effect: something like f() ! a is now a syntax error, because a function definition takes a command, not a pipeline. Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.89 +11 -19 src/bin/sh/parser.c 1.1 +3 -0 src/tools/regression/bin/sh/parser/pipe-not1.0 (new) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 17:22:48 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82D9B1065670 for ; Sun, 24 Oct 2010 17:22:48 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5654D8FC1D for ; Sun, 24 Oct 2010 17:22:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OHMm4f097506 for ; Sun, 24 Oct 2010 17:22:48 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OHMmun097505 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 17:22:48 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010241722.o9OHMmun097505@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Sun, 24 Oct 2010 17:22:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd nv.c nv.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 17:22:48 -0000 pjd 2010-10-24 17:22:34 UTC FreeBSD src repository Modified files: sbin/hastd nv.c nv.h Log: SVN rev 214282 on 2010-10-24 17:22:34Z by pjd Move all NV defines into nv.c, they are not used externally thus there is no need to make then visible from outside. MFC after: 3 days Revision Changes Path 1.3 +27 -0 src/sbin/hastd/nv.c 1.2 +0 -27 src/sbin/hastd/nv.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 17:24:24 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FE0E1065672 for ; Sun, 24 Oct 2010 17:24:24 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 436238FC1A for ; Sun, 24 Oct 2010 17:24:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OHOOtp097622 for ; Sun, 24 Oct 2010 17:24:24 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OHOOLr097621 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 17:24:24 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010241724.o9OHOOLr097621@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Sun, 24 Oct 2010 17:24:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd nv.c nv.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 17:24:24 -0000 pjd 2010-10-24 17:24:08 UTC FreeBSD src repository Modified files: sbin/hastd nv.c nv.h Log: SVN rev 214283 on 2010-10-24 17:24:08Z by pjd Implement nv_exists() function that returns true if argument of the given name exists. MFC after: 3 days Revision Changes Path 1.4 +27 -1 src/sbin/hastd/nv.c 1.3 +1 -0 src/sbin/hastd/nv.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 17:28:45 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C2F91065780 for ; Sun, 24 Oct 2010 17:28:45 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 49B3F8FC1A for ; Sun, 24 Oct 2010 17:28:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OHSj0n097958 for ; Sun, 24 Oct 2010 17:28:45 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OHSjRT097957 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 17:28:45 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010241728.o9OHSjRT097957@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Sun, 24 Oct 2010 17:28:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd primary.c secondary.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 17:28:45 -0000 pjd 2010-10-24 17:28:25 UTC FreeBSD src repository Modified files: sbin/hastd primary.c secondary.c Log: SVN rev 214284 on 2010-10-24 17:28:25Z by pjd Before this change on first connect between primary and secondary we initialize all the data. This is huge waste of time and resources if there were no writes yet, as there is no real data to synchronize. Optimize this by sending "virgin" argument to secondary, which gives it a hint that synchronization is not needed. In the common case (where noth nodes are configured at the same time) instead of synchronizing everything, we don't synchronize at all. MFC after: 1 week Revision Changes Path 1.38 +40 -3 src/sbin/hastd/primary.c 1.19 +11 -2 src/sbin/hastd/secondary.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 17:40:36 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BC8A106566C for ; Sun, 24 Oct 2010 17:40:36 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F5AE8FC17 for ; Sun, 24 Oct 2010 17:40:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OHeaXD098884 for ; Sun, 24 Oct 2010 17:40:36 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OHea96098883 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 17:40:36 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201010241740.o9OHea96098883@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sun, 24 Oct 2010 17:40:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cam cam_xpt.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 17:40:36 -0000 mav 2010-10-24 17:40:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cam cam_xpt.c Log: SVN rev 214285 on 2010-10-24 17:40:19Z by mav MFC r212991: Decrease poll interval from 1000 to 100us. This significantly reduces kernel dump time, especially with minidump. Revision Changes Path 1.217.2.28 +3 -3 src/sys/cam/cam_xpt.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 17:42:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F352B10656C4 for ; Sun, 24 Oct 2010 17:42:59 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C66768FC1F for ; Sun, 24 Oct 2010 17:42:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OHgxrB099043 for ; Sun, 24 Oct 2010 17:42:59 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OHgxMZ099042 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 17:42:59 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201010241742.o9OHgxMZ099042@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sun, 24 Oct 2010 17:42:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb usbdevs src/sys/dev/usb/serial u3g.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 17:43:00 -0000 mav 2010-10-24 17:42:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb usbdevs sys/dev/usb/serial u3g.c Log: SVN rev 214286 on 2010-10-24 17:42:41Z by mav MFC r213509: Add ID for Vodafone (ZTE) Mobile Broadband K3565-Z modem. Revision Changes Path 1.19.2.19 +1 -0 src/sys/dev/usb/serial/u3g.c 1.421.2.53 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 18:12:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A90801065786 for ; Sun, 24 Oct 2010 18:12:20 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9E18FC15 for ; Sun, 24 Oct 2010 18:12:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OICKSV002265 for ; Sun, 24 Oct 2010 18:12:20 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OICK3e002264 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 18:12:20 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201010241812.o9OICK3e002264@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sun, 24 Oct 2010 18:12:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/contrib/ee ee.c ee_version.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 18:12:20 -0000 ed 2010-10-24 18:12:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) contrib/ee ee.c ee_version.h Log: SVN rev 214287 on 2010-10-24 18:12:11Z by ed MFC r213567: Import ee 1.5.2 into HEAD. PR: bin/145921 Revision Changes Path 1.4.2.4 +20 -21 src/contrib/ee/ee.c 1.1.2.1 +2 -2 src/contrib/ee/ee_version.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 18:53:26 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1B0210657DA for ; Sun, 24 Oct 2010 18:53:26 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 951EF8FC12 for ; Sun, 24 Oct 2010 18:53:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OIrQpm005232 for ; Sun, 24 Oct 2010 18:53:26 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OIrQJZ005231 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 18:53:26 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201010241853.o9OIrQJZ005231@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Sun, 24 Oct 2010 18:53:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 18:53:26 -0000 mav 2010-10-24 18:53:16 UTC FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: SVN rev 214288 on 2010-10-24 18:53:16Z by mav Make da driver to handle some probably broken Android devices, returning zero media and sector size instead of "Medium not present" error, until some confirmation button is tapped on device. Revision Changes Path 1.253 +4 -1 src/sys/cam/scsi/scsi_da.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 19:56:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E67061065679 for ; Sun, 24 Oct 2010 19:56:47 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B981E8FC14 for ; Sun, 24 Oct 2010 19:56:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OJulcf010801 for ; Sun, 24 Oct 2010 19:56:47 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OJulYT010800 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 19:56:47 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010241956.o9OJulYT010800@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 24 Oct 2010 19:56:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/regression/bin/sh/execution redir3.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 19:56:48 -0000 jilles 2010-10-24 19:56:34 UTC FreeBSD src repository Added files: tools/regression/bin/sh/execution redir3.0 Log: SVN rev 214289 on 2010-10-24 19:56:34Z by jilles sh: Add a test trying to close a descriptor that is not open. In stable/8 and older, this fails. Some of the redirection changes in head have fixed it. Revision Changes Path 1.1 +3 -0 src/tools/regression/bin/sh/execution/redir3.0 (new) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 20:11:55 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C64C106564A for ; Sun, 24 Oct 2010 20:11:55 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8842F8FC22 for ; Sun, 24 Oct 2010 20:11:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OKBtkg012998 for ; Sun, 24 Oct 2010 20:11:55 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OKBtYm012997 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 20:11:55 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010242011.o9OKBtYm012997@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 24 Oct 2010 20:09:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh redir.c src/tools/regression/bin/sh/execution redir4.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 20:11:55 -0000 jilles 2010-10-24 20:09:49 UTC FreeBSD src repository Modified files: bin/sh redir.c Added files: tools/regression/bin/sh/execution redir4.0 Log: SVN rev 214290 on 2010-10-24 20:09:49Z by jilles sh: Check whether dup2 was successful for >&FD and <&FD. A failure (usually caused by FD not being open) is a redirection error. Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.32 +5 -2 src/bin/sh/redir.c 1.1 +4 -0 src/tools/regression/bin/sh/execution/redir4.0 (new) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 20:45:48 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18CC41065674 for ; Sun, 24 Oct 2010 20:45:48 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 05C9C8FC18 for ; Sun, 24 Oct 2010 20:45:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OKjltp015472 for ; Sun, 24 Oct 2010 20:45:47 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OKjlx4015471 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 20:45:47 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010242045.o9OKjlx4015471@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 24 Oct 2010 20:45:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh parser.c src/tools/regression/bin/sh/parser func1.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 20:45:48 -0000 jilles 2010-10-24 20:45:13 UTC FreeBSD src repository Modified files: bin/sh parser.c Added files: tools/regression/bin/sh/parser func1.0 Log: SVN rev 214291 on 2010-10-24 20:45:13Z by jilles sh: Make sure defined functions can actually be called. Add some conservative checks on function names: - Disallow expansions or quoting characters; these can only be called via strange control characters - Disallow '/'; these functions cannot be called anyway, as exec.c assumes they are pathnames - Make the CTL* bytes work properly in function names. These are syntax errors. POSIX does not require us to support more than names (letters, digits and underscores, not starting with a digit), but I do not want to restrict it that much at this time. Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.90 +7 -3 src/bin/sh/parser.c 1.1 +25 -0 src/tools/regression/bin/sh/parser/func1.0 (new) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 20:54:54 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61CBD1065695 for ; Sun, 24 Oct 2010 20:54:54 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3532A8FC0C for ; Sun, 24 Oct 2010 20:54:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OKssj3027041 for ; Sun, 24 Oct 2010 20:54:54 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OKssc4027040 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 20:54:54 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242054.o9OKssc4027040@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 20:54:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 20:54:54 -0000 yongari 2010-10-24 20:54:46 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 214292 on 2010-10-24 20:54:46Z by yongari Use bge_chipid to compare controller ids. r214251 incorrectly used bge_chiprev. Reported by: Buganini gmail dot com > Revision Changes Path 1.331 +3 -3 src/sys/dev/bge/if_bge.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 21:07:30 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B28E106566B for ; Sun, 24 Oct 2010 21:07:30 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6318FC0A for ; Sun, 24 Oct 2010 21:07:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OL7Uer028991 for ; Sun, 24 Oct 2010 21:07:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OL7UJ3028990 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 21:07:30 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242107.o9OL7UJ3028990@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 21:07:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/alc if_alc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 21:07:30 -0000 yongari 2010-10-24 21:07:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/alc if_alc.c Log: SVN rev 214293 on 2010-10-24 21:07:13Z by yongari MFC r213842: Backout r204230. TX mbuf parser for VLAN is still required to enable TX checksum offloading if VLAN hardware tagging is disabled. Revision Changes Path 1.3.2.10 +25 -7 src/sys/dev/alc/if_alc.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 21:09:51 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CC061065672 for ; Sun, 24 Oct 2010 21:09:51 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 500548FC15 for ; Sun, 24 Oct 2010 21:09:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OL9pVx029156 for ; Sun, 24 Oct 2010 21:09:51 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OL9pgX029155 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 21:09:51 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242109.o9OL9pgX029155@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 21:09:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/alc if_alc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 21:09:51 -0000 yongari 2010-10-24 21:09:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/alc if_alc.c Log: SVN rev 214294 on 2010-10-24 21:09:31Z by yongari MFC r213842: Backout r204230. TX mbuf parser for VLAN is still required to enable TX checksum offloading if VLAN hardware tagging is disabled. Revision Changes Path 1.1.2.11 +25 -7 src/sys/dev/alc/if_alc.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 21:14:30 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CDAC106564A for ; Sun, 24 Oct 2010 21:14:30 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 76EA68FC19 for ; Sun, 24 Oct 2010 21:14:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OLEUEl029578 for ; Sun, 24 Oct 2010 21:14:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OLEUMT029577 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 21:14:30 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242114.o9OLEUMT029577@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 21:14:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/age if_age.c src/sys/dev/alc if_alc.c src/sys/dev/ale if_ale.c src/sys/dev/bce if_bce.c src/sys/dev/bge if_bge.c src/sys/dev/fxp if_fxp.c src/sys/dev/jme if_jme.c src/sys/dev/sge if_sge.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 21:14:30 -0000 yongari 2010-10-24 21:14:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/age if_age.c sys/dev/alc if_alc.c sys/dev/ale if_ale.c sys/dev/bce if_bce.c sys/dev/bge if_bge.c sys/dev/fxp if_fxp.c sys/dev/jme if_jme.c sys/dev/sge if_sge.c Log: SVN rev 214295 on 2010-10-24 21:14:01Z by yongari MFC r213844: Make sure to not use stale ip/tcp header pointers. The ip/tcp header parser uses m_pullup(9) to get access to mbuf chain. m_pullup(9) can allocate new mbuf chain and free old one if the space left in the mbuf chain is not enough to hold requested contiguous bytes. Previously drivers can use stale ip/tcp header pointer if m_pullup(9) returned new mbuf chain. Reported by: Andrew Boyer (aboyer <> averesystems dot com) Revision Changes Path 1.10.2.6 +1 -0 src/sys/dev/age/if_age.c 1.3.2.11 +2 -0 src/sys/dev/alc/if_alc.c 1.6.2.6 +1 -0 src/sys/dev/ale/if_ale.c 1.56.2.12 +2 -0 src/sys/dev/bce/if_bce.c 1.226.2.34 +2 -0 src/sys/dev/bge/if_bge.c 1.295.2.9 +2 -0 src/sys/dev/fxp/if_fxp.c 1.11.2.5 +2 -1 src/sys/dev/jme/if_jme.c 1.3.2.15 +2 -0 src/sys/dev/sge/if_sge.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 21:17:39 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 727DE106566B for ; Sun, 24 Oct 2010 21:17:39 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C8E28FC12 for ; Sun, 24 Oct 2010 21:17:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OLHd0S029857 for ; Sun, 24 Oct 2010 21:17:39 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OLHdRl029856 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 21:17:39 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242117.o9OLHdRl029856@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 21:17:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/age if_age.c src/sys/dev/alc if_alc.c src/sys/dev/ale if_ale.c src/sys/dev/bce if_bce.c src/sys/dev/bge if_bge.c src/sys/dev/fxp if_fxp.c src/sys/dev/jme if_jme.c src/sys/dev/sge if_sge.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 21:17:39 -0000 yongari 2010-10-24 21:17:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/age if_age.c sys/dev/alc if_alc.c sys/dev/ale if_ale.c sys/dev/bce if_bce.c sys/dev/bge if_bge.c sys/dev/fxp if_fxp.c sys/dev/jme if_jme.c sys/dev/sge if_sge.c Log: SVN rev 214296 on 2010-10-24 21:17:23Z by yongari MFC r213844: Make sure to not use stale ip/tcp header pointers. The ip/tcp header parser uses m_pullup(9) to get access to mbuf chain. m_pullup(9) can allocate new mbuf chain and free old one if the space left in the mbuf chain is not enough to hold requested contiguous bytes. Previously drivers can use stale ip/tcp header pointer if m_pullup(9) returned new mbuf chain. Reported by: Andrew Boyer (aboyer <> averesystems dot com) Revision Changes Path 1.2.2.14 +1 -0 src/sys/dev/age/if_age.c 1.1.2.12 +2 -0 src/sys/dev/alc/if_alc.c 1.1.2.9 +1 -0 src/sys/dev/ale/if_ale.c 1.34.2.21 +2 -0 src/sys/dev/bce/if_bce.c 1.198.2.50 +2 -0 src/sys/dev/bge/if_bge.c 1.266.2.30 +2 -0 src/sys/dev/fxp/if_fxp.c 1.1.2.14 +2 -1 src/sys/dev/jme/if_jme.c 1.3.4.15 +2 -0 src/sys/dev/sge/if_sge.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 21:22:30 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68E9E10656A9 for ; Sun, 24 Oct 2010 21:22:30 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 566908FC1C for ; Sun, 24 Oct 2010 21:22:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OLMUZ1030235 for ; Sun, 24 Oct 2010 21:22:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OLMUof030234 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 21:22:30 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242122.o9OLMUof030234@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 21:22:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb/net if_axe.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 21:22:30 -0000 yongari 2010-10-24 21:22:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb/net if_axe.c Log: SVN rev 214297 on 2010-10-24 21:22:00Z by yongari MFC r213423: Move updating TX packet counter to the inside of send loop. axe(4) controllers combine multiple TX requests into single one if there is room in TX buffer of controller. Updating TX packet counter at the end of TX completion resulted in incorrect TX packet counter as axe(4) thought it sent 1 packet. There is no easy way to know how many combined TX were completed in the callback. Because this change updates TX packet counter before actual transmission, it may not be ideal one. But I believe it's better than showing fake 8kpps under high TX load. With this change, TX shows 221kpps on Linksus USB200M. Revision Changes Path 1.12.2.9 +11 -1 src/sys/dev/usb/net/if_axe.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 21:23:51 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB9BD106564A for ; Sun, 24 Oct 2010 21:23:51 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7ED778FC21 for ; Sun, 24 Oct 2010 21:23:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OLNpA8030323 for ; Sun, 24 Oct 2010 21:23:51 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OLNpKP030322 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 21:23:51 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242123.o9OLNpKP030322@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 21:23:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb/net if_axe.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 21:23:51 -0000 yongari 2010-10-24 21:23:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb/net if_axe.c Log: SVN rev 214298 on 2010-10-24 21:23:27Z by yongari MFC r213424: Make upper stack know driver's output status. This change increased TX performance from 221kpps to 231kpps. Revision Changes Path 1.12.2.10 +8 -3 src/sys/dev/usb/net/if_axe.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 21:25:42 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 729C110656C6 for ; Sun, 24 Oct 2010 21:25:42 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45F838FC13 for ; Sun, 24 Oct 2010 21:25:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OLPgNc030557 for ; Sun, 24 Oct 2010 21:25:42 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OLPgYY030556 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 21:25:42 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242125.o9OLPgYY030556@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 21:25:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb/net if_axe.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 21:25:42 -0000 yongari 2010-10-24 21:25:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb/net if_axe.c Log: SVN rev 214299 on 2010-10-24 21:25:15Z by yongari MFC r213436: Don't count input error twice. uether_rxbuf() already updated that counter. Revision Changes Path 1.12.2.11 +3 -4 src/sys/dev/usb/net/if_axe.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 21:27:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 729121065670 for ; Sun, 24 Oct 2010 21:27:03 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 45B628FC22 for ; Sun, 24 Oct 2010 21:27:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OLR3gl030685 for ; Sun, 24 Oct 2010 21:27:03 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OLR3DJ030684 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 21:27:03 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242127.o9OLR3DJ030684@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 21:26:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb/net usb_ethernet.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 21:27:03 -0000 yongari 2010-10-24 21:26:41 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb/net usb_ethernet.c Log: SVN rev 214300 on 2010-10-24 21:26:41Z by yongari MFC r213438: RX buffer allocation failure is not an input error. Controller successfully received a frame but we failed to pass it to upper stack due to lack of resources. So update if_iqdrops counter instead of updating if_ierrors counter. Revision Changes Path 1.8.2.3 +1 -1 src/sys/dev/usb/net/usb_ethernet.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 21:29:24 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 877631065674 for ; Sun, 24 Oct 2010 21:29:24 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A5DA8FC16 for ; Sun, 24 Oct 2010 21:29:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OLTObj030826 for ; Sun, 24 Oct 2010 21:29:24 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OLTONG030825 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 21:29:24 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242129.o9OLTONG030825@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 21:28:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/usb/net if_axe.c if_axereg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 21:29:24 -0000 yongari 2010-10-24 21:28:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb/net if_axe.c if_axereg.h Log: SVN rev 214301 on 2010-10-24 21:28:58Z by yongari MFC r213696: Do not setup interrupt endpoint for axe(4). It seems axe(4) controllers support interrupt endpoint such that enabling interrupt endpoint generates about 1000 interrupts/sec. Controllers transfer 8 bytes data through interrupt endpoint and the data include link UP/DOWN state as well as some PHY related information. Previously axe(4) didn't use the transferred data and didn't even try to read the data. Because axe(4) counts on mii(4) to detect link state changes there is no need to use interrupt endpoint here. This change fixes generation of unnecessary interrupts which was seen when interface is brought to UP. No objections from: hselasky Revision Changes Path 1.12.2.12 +0 -33 src/sys/dev/usb/net/if_axe.c 1.3.2.2 +0 -1 src/sys/dev/usb/net/if_axereg.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 22:00:23 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC1731065679 for ; Sun, 24 Oct 2010 22:00:23 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 88BF08FC0A for ; Sun, 24 Oct 2010 22:00:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OM0F3X033269 for ; Sun, 24 Oct 2010 22:00:15 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OM0Fr2033268 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 22:00:15 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010242200.o9OM0Fr2033268@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sun, 24 Oct 2010 21:59:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 22:00:23 -0000 yongari 2010-10-24 21:59:51 UTC FreeBSD src repository Modified files: sys/dev/fxp if_fxp.c Log: SVN rev 214302 on 2010-10-24 21:59:51Z by yongari Add TSO support over VLAN for i82550/i82551. Controller requires VLAN hardware tagging to make TSO work over VLAN. So if VLAN hardware tagging is disabled explicitly clear TSO over VLAN. While I'm here allow disabling VLAN TX checksum offloading. Tested by: Liudas < liudasb <> centras dot lt > MFC after: 10 days Revision Changes Path 1.308 +12 -3 src/sys/dev/fxp/if_fxp.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 22:03:13 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50941106570A for ; Sun, 24 Oct 2010 22:03:13 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 23CBC8FC1A for ; Sun, 24 Oct 2010 22:03:13 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OM3CgP034631 for ; Sun, 24 Oct 2010 22:03:12 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OM3CpG034630 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 22:03:12 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010242203.o9OM3CpG034630@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sun, 24 Oct 2010 22:02:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/netinet in_debug.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 22:03:14 -0000 bz 2010-10-24 22:02:36 UTC FreeBSD src repository Modified files: sys/conf files Added files: sys/netinet in_debug.c Log: SVN rev 214303 on 2010-10-24 22:02:36Z by bz Add initial inet DDB support for show in_ifaddr and show sin commands which proved to be useful while debugging address list problems. MFC after: 6 days Revision Changes Path 1.1540 +1 -0 src/sys/conf/files 1.1 +120 -0 src/sys/netinet/in_debug.c (new) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 22:04:38 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 643F11065670 for ; Sun, 24 Oct 2010 22:04:38 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 512A18FC20 for ; Sun, 24 Oct 2010 22:04:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OM4cvp034764 for ; Sun, 24 Oct 2010 22:04:38 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OM4ctl034763 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 22:04:38 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010242204.o9OM4ctl034763@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 24 Oct 2010 22:03:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh parser.c src/tools/regression/bin/sh/execution func3.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 22:04:38 -0000 jilles 2010-10-24 22:03:21 UTC FreeBSD src repository Modified files: bin/sh parser.c Added files: tools/regression/bin/sh/execution func3.0 Log: SVN rev 214304 on 2010-10-24 22:03:21Z by jilles sh: Do not allow overriding a special builtin with a function. This is a syntax error. POSIX does not say explicitly whether defining a function with the same name as a special builtin is allowed, but it does say that it is impossible to call such a function. A special builtin can still be overridden with an alias. This commit is part of a set of changes that will ensure that when something looks like a special builtin to the parser, it is one. (Not the other way around, as it remains possible to call a special builtin named by a variable or other substitution.) Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.91 +5 -0 src/bin/sh/parser.c 1.1 +7 -0 src/tools/regression/bin/sh/execution/func3.0 (new) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 22:25:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A979A10656C0 for ; Sun, 24 Oct 2010 22:25:59 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC998FC19 for ; Sun, 24 Oct 2010 22:25:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OMPxH3037012 for ; Sun, 24 Oct 2010 22:25:59 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OMPx0V037011 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 22:25:59 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010242225.o9OMPx0V037011@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 24 Oct 2010 22:25:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh mksyntax.c parser.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 22:25:59 -0000 jilles 2010-10-24 22:25:38 UTC FreeBSD src repository Modified files: bin/sh mksyntax.c parser.c Log: SVN rev 214305 on 2010-10-24 22:25:38Z by jilles sh: Ignore double-quotes in arithmetic rather than treating them as quotes. This provides similar behaviour, but allows a simpler parser. This changes r206473. Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.32 +2 -1 src/bin/sh/mksyntax.c 1.92 +3 -4 src/bin/sh/parser.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 22:59:56 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E91321065780 for ; Sun, 24 Oct 2010 22:59:56 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D58238FC18 for ; Sun, 24 Oct 2010 22:59:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9OMxuSV039343 for ; Sun, 24 Oct 2010 22:59:56 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9OMxupp039342 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 22:59:56 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <201010242259.o9OMxupp039342@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Sun, 24 Oct 2010 22:59:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/jails README src/share/examples/netgraph virtual.chain virtual.lan X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 22:59:57 -0000 julian 2010-10-24 22:59:38 UTC FreeBSD src repository Added files: share/examples/jails README share/examples/netgraph virtual.chain virtual.lan Log: SVN rev 214306 on 2010-10-24 22:59:38Z by julian Add two scripts that demonstrate how to make and hook together jails using teh vortual networking feature. Submitted by: Yavuz Gokirmak MFC after: 2 weeks Revision Changes Path 1.1 +5 -0 src/share/examples/jails/README (new) 1.1 +373 -0 src/share/examples/netgraph/virtual.chain (new) 1.1 +360 -0 src/share/examples/netgraph/virtual.lan (new) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 23:10:18 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 323D71065694 for ; Sun, 24 Oct 2010 23:10:18 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FF348FC12 for ; Sun, 24 Oct 2010 23:10:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ONAHnb041206 for ; Sun, 24 Oct 2010 23:10:17 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ONAHAt041205 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 23:10:17 GMT (envelope-from obrien@repoman.freebsd.org) Message-Id: <201010242310.o9ONAHAt041205@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to obrien@repoman.freebsd.org using -f From: "David E. O'Brien" Date: Sun, 24 Oct 2010 23:09:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/bin/sh histedit.c memalloc.c memalloc.h src/tools/regression/bin/sh/expansion trim4.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 23:10:18 -0000 obrien 2010-10-24 23:09:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) bin/sh histedit.c memalloc.c memalloc.h Added files: (Branch: RELENG_7) tools/regression/bin/sh/expansion trim4.0 Log: SVN rev 214307 on 2010-10-24 23:09:00Z by obrien MFC r213814: Do not assume in growstackstr() that a "precious" character will be immediately written into the stack after the call. Instead let the caller manage the "space left". Revision Changes Path 1.29.2.2 +1 -1 src/bin/sh/histedit.c 1.27.2.1 +10 -7 src/bin/sh/memalloc.c 1.10.2.1 +8 -1 src/bin/sh/memalloc.h 1.1.4.2 +15 -0 src/tools/regression/bin/sh/expansion/trim4.0 (new) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 23:19:24 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00645106566B for ; Sun, 24 Oct 2010 23:19:24 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C7C2D8FC13 for ; Sun, 24 Oct 2010 23:19:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ONJNux041845 for ; Sun, 24 Oct 2010 23:19:23 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ONJNdt041844 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 23:19:23 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <201010242319.o9ONJNdt041844@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Sun, 24 Oct 2010 23:19:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/mtree BSD.usr.dist X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 23:19:24 -0000 julian 2010-10-24 23:19:11 UTC FreeBSD src repository Modified files: etc/mtree BSD.usr.dist Log: SVN rev 214308 on 2010-10-24 23:19:11Z by julian Add a jails directory in the examples section MFC after: 2 weeks Revision Changes Path 1.348 +2 -0 src/etc/mtree/BSD.usr.dist From owner-cvs-src-old@FreeBSD.ORG Sun Oct 24 23:25:29 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85459106564A for ; Sun, 24 Oct 2010 23:25:29 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 587348FC0C for ; Sun, 24 Oct 2010 23:25:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ONPTYe042399 for ; Sun, 24 Oct 2010 23:25:29 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ONPTAL042398 for cvs-src-old@freebsd.org; Sun, 24 Oct 2010 23:25:29 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <201010242325.o9ONPTAL042398@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Sun, 24 Oct 2010 23:25:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2010 23:25:29 -0000 julian 2010-10-24 23:25:14 UTC FreeBSD src repository Modified files: share/examples Makefile Log: SVN rev 214309 on 2010-10-24 23:25:14Z by julian Add Makefile entry to install two new example files. MFC after: 2 weeks Revision Changes Path 1.58 +4 -0 src/share/examples/Makefile From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 01:03:02 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F06BA1065702 for ; Mon, 25 Oct 2010 01:03:01 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C33C78FC15 for ; Mon, 25 Oct 2010 01:03:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P131f3062269 for ; Mon, 25 Oct 2010 01:03:01 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P131Ga062250 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 01:03:01 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <201010250103.o9P131Ga062250@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Mon, 25 Oct 2010 01:02:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/ddb db_sym.c src/sys/net vnet.c vnet.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 01:03:02 -0000 julian 2010-10-25 01:02:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/ddb db_sym.c sys/net vnet.c vnet.h Log: SVN rev 214310 on 2010-10-25 01:02:34Z by julian MFC of svn change 206639. replace a couple of instances of the same definitions with one in an include file Revision Changes Path 1.39.2.2 +0 -6 src/sys/ddb/db_sym.c 1.8.2.9 +0 -9 src/sys/net/vnet.c 1.25.2.8 +9 -0 src/sys/net/vnet.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 01:22:52 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AAD71065696 for ; Mon, 25 Oct 2010 01:22:52 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6E1358FC15 for ; Mon, 25 Oct 2010 01:22:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P1Mq5M064127 for ; Mon, 25 Oct 2010 01:22:52 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P1MqJV064126 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 01:22:52 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <201010250122.o9P1MqJV064126@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Mon, 25 Oct 2010 01:22:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern kern_ktr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 01:22:52 -0000 julian 2010-10-25 01:22:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern kern_ktr.c Log: SVN rev 214311 on 2010-10-25 01:22:36Z by julian MFC of 206632 If both ALQ and KTR are defined, allow KTR buffer to be used when ALQ is disabled by sysctl. Revision Changes Path 1.53.10.2 +30 -24 src/sys/kern/kern_ktr.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 05:37:29 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6D251065693 for ; Mon, 25 Oct 2010 05:37:29 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B985E8FC17 for ; Mon, 25 Oct 2010 05:37:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P5bTdn097868 for ; Mon, 25 Oct 2010 05:37:29 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P5bTKo097867 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 05:37:29 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <201010250537.o9P5bTKo097867@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Mon, 25 Oct 2010 05:37:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man9 LOCK_PROFILING.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 05:37:30 -0000 julian 2010-10-25 05:37:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man9 LOCK_PROFILING.9 Log: SVN rev 214315 on 2010-10-25 05:37:12Z by julian MFC of 200614 make man page match the output of lock profiling. Revision Changes Path 1.2.10.2 +2 -0 src/share/man/man9/LOCK_PROFILING.9 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 06:16:35 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B78951065675 for ; Mon, 25 Oct 2010 06:16:35 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A64B8FC1B for ; Mon, 25 Oct 2010 06:16:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P6GZMe001800 for ; Mon, 25 Oct 2010 06:16:35 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P6GZwT001799 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 06:16:35 GMT (envelope-from kevlo@repoman.freebsd.org) Message-Id: <201010250616.o9P6GZwT001799@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kevlo@repoman.freebsd.org using -f From: Kevin Lo Date: Mon, 25 Oct 2010 06:16:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/fs/msdosfs msdosfs_lookup.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 06:16:35 -0000 kevlo 2010-10-25 06:16:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/msdosfs msdosfs_lookup.c Log: SVN rev 214316 on 2010-10-25 06:16:27Z by kevlo MFC r214001: Fix a possible, but very unlikely race where the directory dirent is moved to the location that was used by ".." entry. Revision Changes Path 1.54.2.4 +8 -3 src/sys/fs/msdosfs/msdosfs_lookup.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 06:28:41 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEBC71065674 for ; Mon, 25 Oct 2010 06:28:41 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 81EF18FC1D for ; Mon, 25 Oct 2010 06:28:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P6SfOH002776 for ; Mon, 25 Oct 2010 06:28:41 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P6Sf9q002775 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 06:28:41 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <201010250628.o9P6Sf9q002775@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Mon, 25 Oct 2010 06:28:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/tools/tools/tinybsd tinybsd X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 06:28:41 -0000 julian 2010-10-25 06:28:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) tools/tools/tinybsd tinybsd Log: SVN rev 214317 on 2010-10-25 06:28:19Z by julian MFC of 199812 allow tinybsd to abort of a step fails. Revision Changes Path 1.11.2.2 +1 -1 src/tools/tools/tinybsd/tinybsd From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 06:33:32 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A4191065672 for ; Mon, 25 Oct 2010 06:33:32 +0000 (UTC) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5D54B8FC08 for ; Mon, 25 Oct 2010 06:33:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P6XWWK003154 for ; Mon, 25 Oct 2010 06:33:32 GMT (envelope-from julian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P6XWkh003153 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 06:33:32 GMT (envelope-from julian@repoman.freebsd.org) Message-Id: <201010250633.o9P6XWkh003153@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to julian@repoman.freebsd.org using -f From: Julian Elischer Date: Mon, 25 Oct 2010 06:33:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/i386/include pcpu.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 06:33:32 -0000 julian 2010-10-25 06:33:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/i386/include pcpu.h Log: SVN rev 214318 on 2010-10-25 06:33:19Z by julian MFC of 196811 Slight cleanup to pcpu macros to better match amd64 and to improve readability of the output. Revision Changes Path 1.54.2.5 +5 -5 src/sys/i386/include/pcpu.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 07:08:26 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C0E9106566C for ; Mon, 25 Oct 2010 07:08:26 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 889E58FC22 for ; Mon, 25 Oct 2010 07:08:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P78QQY006595 for ; Mon, 25 Oct 2010 07:08:26 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P78Q6B006594 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 07:08:26 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010250708.o9P78Q6B006594@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Mon, 25 Oct 2010 07:06:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man9 vm_page_io.9 vm_page_sleep_busy.9 vm_page_wakeup.9 src/sys/vm swap_pager.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 07:08:26 -0000 avg 2010-10-25 07:06:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man9 vm_page_io.9 vm_page_sleep_busy.9 vm_page_wakeup.9 sys/vm swap_pager.c Log: SVN rev 214319 on 2010-10-25 07:06:24Z by avg MFC r214095: PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and comments Revision Changes Path 1.5.22.2 +2 -2 src/share/man/man9/vm_page_io.9 1.2.22.2 +1 -1 src/share/man/man9/vm_page_sleep_busy.9 1.3.10.2 +4 -4 src/share/man/man9/vm_page_wakeup.9 1.312.2.5 +2 -2 src/sys/vm/swap_pager.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 07:11:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EBDD1065675 for ; Mon, 25 Oct 2010 07:11:47 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61FCF8FC17 for ; Mon, 25 Oct 2010 07:11:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P7BlxF006888 for ; Mon, 25 Oct 2010 07:11:47 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P7Blsr006887 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 07:11:47 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010250711.o9P7Blsr006887@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Mon, 25 Oct 2010 07:11:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man9 VOP_GETPAGES.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 07:11:47 -0000 avg 2010-10-25 07:11:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man9 VOP_GETPAGES.9 Log: SVN rev 214320 on 2010-10-25 07:11:37Z by avg MFC r214096: VOP_GETPAGES.9: clarify and correct description of parameters and requirements Revision Changes Path 1.12.22.3 +18 -13 src/share/man/man9/VOP_GETPAGES.9 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 07:17:23 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E4F41065695 for ; Mon, 25 Oct 2010 07:17:23 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51EAD8FC0C for ; Mon, 25 Oct 2010 07:17:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P7HNoT007345 for ; Mon, 25 Oct 2010 07:17:23 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P7HN3N007344 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 07:17:23 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201010250717.o9P7HN3N007344@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Mon, 25 Oct 2010 07:17:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/camcontrol camcontrol.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 07:17:23 -0000 mav 2010-10-25 07:17:07 UTC FreeBSD src repository Modified files: sbin/camcontrol camcontrol.c Log: SVN rev 214321 on 2010-10-25 07:17:07Z by mav Do some whitespace and `identify` output cleanup. Submitted by: arundel MFC after: 2 weeks Revision Changes Path 1.79 +57 -50 src/sbin/camcontrol/camcontrol.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 07:30:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 119D9106566C for ; Mon, 25 Oct 2010 07:30:47 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F24C58FC08 for ; Mon, 25 Oct 2010 07:30:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P7UkND008330 for ; Mon, 25 Oct 2010 07:30:46 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P7UkEh008329 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 07:30:46 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010250730.o9P7UkEh008329@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Mon, 25 Oct 2010 07:30:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src ObsoleteFiles.inc src/share/man/man9 Makefile vm_page_sleep_busy.9 vm_page_sleep_if_busy.9 vm_page_wakeup.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 07:30:47 -0000 avg 2010-10-25 07:30:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) . ObsoleteFiles.inc share/man/man9 Makefile vm_page_wakeup.9 Added files: (Branch: RELENG_8) share/man/man9 vm_page_sleep_if_busy.9 Removed files: (Branch: RELENG_8) share/man/man9 vm_page_sleep_busy.9 Log: SVN rev 214322 on 2010-10-25 07:30:14Z by avg MFC r214097: catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busy Revision Changes Path 1.205.2.16 +2 -0 src/ObsoleteFiles.inc 1.357.2.11 +1 -1 src/share/man/man9/Makefile 1.2.22.3 +0 -68 src/share/man/man9/vm_page_sleep_busy.9 (dead) 1.1.2.2 +68 -0 src/share/man/man9/vm_page_sleep_if_busy.9 (new) 1.3.10.3 +1 -1 src/share/man/man9/vm_page_wakeup.9 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 07:37:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 005971065670 for ; Mon, 25 Oct 2010 07:37:09 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C88258FC16 for ; Mon, 25 Oct 2010 07:37:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P7b8pk008815 for ; Mon, 25 Oct 2010 07:37:08 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P7b8Yw008814 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 07:37:08 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010250737.o9P7b8Yw008814@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Mon, 25 Oct 2010 07:36:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src UPDATING X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 07:37:09 -0000 avg 2010-10-25 07:36:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) . UPDATING Log: SVN rev 214323 on 2010-10-25 07:36:39Z by avg add dates along with revision numbers in UPDATING entry for 20101022 This is a direct commit. Revision Changes Path 1.632.2.18 +3 -2 src/UPDATING From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 07:40:28 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C98A106566B for ; Mon, 25 Oct 2010 07:40:28 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 405608FC12 for ; Mon, 25 Oct 2010 07:40:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P7eS5J009077 for ; Mon, 25 Oct 2010 07:40:28 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P7eSId009076 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 07:40:28 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010250740.o9P7eSId009076@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Mon, 25 Oct 2010 07:39:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 07:40:28 -0000 avg 2010-10-25 07:39:05 UTC FreeBSD src repository Modified files: . UPDATING Log: SVN rev 214324 on 2010-10-25 07:39:05Z by avg add dates along with revision numbers in UPDATING entry for 20100915 Revision Changes Path 1.669 +4 -4 src/UPDATING From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 07:41:36 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B4511065670 for ; Mon, 25 Oct 2010 07:41:36 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D2B058FC18 for ; Mon, 25 Oct 2010 07:41:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P7fZSZ009177 for ; Mon, 25 Oct 2010 07:41:35 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P7fZO2009176 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 07:41:35 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201010250741.o9P7fZO2009176@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Mon, 25 Oct 2010 07:41:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ahci ahci.c src/sys/dev/siis siis.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 07:41:36 -0000 mav 2010-10-25 07:41:21 UTC FreeBSD src repository Modified files: sys/dev/ahci ahci.c sys/dev/siis siis.c Log: SVN rev 214325 on 2010-10-25 07:41:21Z by mav Add missing mtx_destroy() on channel attach failure. Revision Changes Path 1.45 +1 -0 src/sys/dev/ahci/ahci.c 1.34 +1 -0 src/sys/dev/siis/siis.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 07:59:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA7181065673 for ; Mon, 25 Oct 2010 07:59:03 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BB7FF8FC1D for ; Mon, 25 Oct 2010 07:59:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P7x3US010398 for ; Mon, 25 Oct 2010 07:59:03 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P7x32W010397 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 07:59:03 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010250759.o9P7x32W010397@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Mon, 25 Oct 2010 07:58:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/pc98/conf GENERIC src/sys/powerpc/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 07:59:04 -0000 avg 2010-10-25 07:58:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/conf GENERIC sys/i386/conf GENERIC sys/ia64/conf GENERIC sys/pc98/conf GENERIC sys/powerpc/conf GENERIC sys/sparc64/conf GENERIC Log: SVN rev 214326 on 2010-10-25 07:58:37Z by avg stable/8: add options KDB and KDB_TRACE to GENERIC kernels Now that we have code for printing a stack trace on panic using stack(9) facility without any debugger backend configured, use this ability in GENERIC kernels to slightly increase amount of debugging information available in default installations. This change should not break anything for those who include GENERIC into a custom kernel config file and have the above options already enabled. They should only get a warning about duplicate options. This commit should not change behavior of GENERIC kernels for panics and traps with respect to core dumping and automatic reset. As no debugger backend is configured, enter-to-debugger key combination should still be ignored. With this commit the sizes of GENERIC kernels increase by one to two KB. This is a direct commit to the branch. Approved by: re No objections: core, secteam Revision Changes Path 1.531.2.15 +3 -0 src/sys/amd64/conf/GENERIC 1.519.2.12 +3 -0 src/sys/i386/conf/GENERIC 1.105.2.10 +2 -0 src/sys/ia64/conf/GENERIC 1.322.2.9 +3 -0 src/sys/pc98/conf/GENERIC 1.94.2.10 +3 -0 src/sys/powerpc/conf/GENERIC 1.158.2.12 +3 -0 src/sys/sparc64/conf/GENERIC From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 08:09:10 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEF82106564A for ; Mon, 25 Oct 2010 08:09:10 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DBC9C8FC1C for ; Mon, 25 Oct 2010 08:09:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P89ANd012221 for ; Mon, 25 Oct 2010 08:09:10 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P89ArT012220 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 08:09:10 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010250809.o9P89ArT012220@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Mon, 25 Oct 2010 08:07:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/share/man/man9 vm_page_io.9 vm_page_sleep_busy.9 vm_page_wakeup.9 src/sys/vm swap_pager.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 08:09:11 -0000 avg 2010-10-25 08:07:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man9 vm_page_io.9 vm_page_sleep_busy.9 vm_page_wakeup.9 sys/vm swap_pager.c Log: SVN rev 214327 on 2010-10-25 08:07:57Z by avg MFC r214095: PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and comments Revision Changes Path 1.5.10.1 +2 -2 src/share/man/man9/vm_page_io.9 1.2.10.1 +1 -1 src/share/man/man9/vm_page_sleep_busy.9 1.3.2.1 +4 -4 src/share/man/man9/vm_page_wakeup.9 1.295.2.4 +2 -2 src/sys/vm/swap_pager.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 08:09:31 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 883421065693 for ; Mon, 25 Oct 2010 08:09:31 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BC1F8FC24 for ; Mon, 25 Oct 2010 08:09:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P89V8i012257 for ; Mon, 25 Oct 2010 08:09:31 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P89ViB012256 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 08:09:31 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010250809.o9P89ViB012256@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Mon, 25 Oct 2010 08:09:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/share/man/man9 VOP_GETPAGES.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 08:09:31 -0000 avg 2010-10-25 08:09:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man9 VOP_GETPAGES.9 Log: SVN rev 214328 on 2010-10-25 08:09:19Z by avg MFC r214096: VOP_GETPAGES.9: clarify and correct description of parameters and requirements Revision Changes Path 1.12.10.1 +18 -13 src/share/man/man9/VOP_GETPAGES.9 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 08:12:19 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07057106566B for ; Mon, 25 Oct 2010 08:12:19 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E7B698FC1E for ; Mon, 25 Oct 2010 08:12:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P8CIrL012550 for ; Mon, 25 Oct 2010 08:12:18 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P8CIYJ012549 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 08:12:18 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010250812.o9P8CIYJ012549@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Mon, 25 Oct 2010 08:11:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src ObsoleteFiles.inc src/share/man/man9 Makefile vm_page_sleep_busy.9 vm_page_sleep_if_busy.9 vm_page_wakeup.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 08:12:19 -0000 avg 2010-10-25 08:11:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . ObsoleteFiles.inc share/man/man9 Makefile vm_page_wakeup.9 Added files: (Branch: RELENG_7) share/man/man9 vm_page_sleep_if_busy.9 Removed files: (Branch: RELENG_7) share/man/man9 vm_page_sleep_busy.9 Log: SVN rev 214329 on 2010-10-25 08:11:51Z by avg MFC r214097: catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busy Revision Changes Path 1.112.2.17 +2 -0 src/ObsoleteFiles.inc 1.310.2.10 +1 -1 src/share/man/man9/Makefile 1.2.10.2 +0 -68 src/share/man/man9/vm_page_sleep_busy.9 (dead) 1.1.4.2 +68 -0 src/share/man/man9/vm_page_sleep_if_busy.9 (new) 1.3.2.2 +1 -1 src/share/man/man9/vm_page_wakeup.9 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 08:18:40 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29F391065781 for ; Mon, 25 Oct 2010 08:18:40 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F1AF38FC13 for ; Mon, 25 Oct 2010 08:18:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P8Idj6012958 for ; Mon, 25 Oct 2010 08:18:39 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P8Idoo012957 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 08:18:39 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201010250818.o9P8Idoo012957@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Mon, 25 Oct 2010 08:18:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/geom/concat g_concat.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 08:18:40 -0000 mav 2010-10-25 08:18:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/geom/concat g_concat.c Log: SVN rev 214330 on 2010-10-25 08:18:29Z by mav MFC r212754: Add support for dumping kernel to gconcat. Dumping goes to the component, where dump partition begins. Revision Changes Path 1.31.2.4 +38 -0 src/sys/geom/concat/g_concat.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 08:24:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73B4F1065783 for ; Mon, 25 Oct 2010 08:24:00 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4773D8FC16 for ; Mon, 25 Oct 2010 08:24:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P8O02R013361 for ; Mon, 25 Oct 2010 08:24:00 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P8O04A013360 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 08:24:00 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201010250824.o9P8O04A013360@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Mon, 25 Oct 2010 08:23:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/geom/concat g_concat.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 08:24:00 -0000 mav 2010-10-25 08:23:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/geom/concat g_concat.c Log: SVN rev 214331 on 2010-10-25 08:23:38Z by mav MFC r212754: Add support for dumping kernel to gconcat. Dumping goes to the component, where dump partition begins. Revision Changes Path 1.29.2.2 +38 -0 src/sys/geom/concat/g_concat.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 08:26:06 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C3361065698 for ; Mon, 25 Oct 2010 08:26:06 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4FF628FC12 for ; Mon, 25 Oct 2010 08:26:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P8Q6qF013593 for ; Mon, 25 Oct 2010 08:26:06 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P8Q6vd013592 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 08:26:06 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201010250826.o9P8Q6vd013592@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Mon, 25 Oct 2010 08:25:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sound/pcm channel.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 08:26:06 -0000 mav 2010-10-25 08:25:44 UTC FreeBSD src repository Modified files: sys/dev/sound/pcm channel.c Log: SVN rev 214332 on 2010-10-25 08:25:44Z by mav Make hw.snd.vpc_0db to be also a loader tunable. Revision Changes Path 1.126 +1 -0 src/sys/dev/sound/pcm/channel.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 08:30:45 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 724701065706 for ; Mon, 25 Oct 2010 08:30:45 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 600888FC1B for ; Mon, 25 Oct 2010 08:30:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P8UjAW013938 for ; Mon, 25 Oct 2010 08:30:45 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P8UjNv013937 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 08:30:45 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010250830.o9P8UjNv013937@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Mon, 25 Oct 2010 08:30:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/net if.c if_debug.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 08:30:45 -0000 bz 2010-10-25 08:30:19 UTC FreeBSD src repository Modified files: sys/conf files sys/net if.c Added files: sys/net if_debug.c Log: SVN rev 214333 on 2010-10-25 08:30:19Z by bz Factor out DDB commands from r204145, r204279 into if_debug.c for further enhancements (1). Switch to a standard 2-clause BSD license for this (2). Unfortunately we have to un-static the ifindex_table for this but do not publicly export it. Suggested by: rwatson (1) a while back. Approved by: thompsa (2) for the change from r204279. MFC after: 6 days Revision Changes Path 1.1541 +1 -0 src/sys/conf/files 1.391 +1 -82 src/sys/net/if.c 1.1 +125 -0 src/sys/net/if_debug.c (new) From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 09:16:21 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAC641065694 for ; Mon, 25 Oct 2010 09:16:21 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E0DB8FC19 for ; Mon, 25 Oct 2010 09:16:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9P9GLW5029258 for ; Mon, 25 Oct 2010 09:16:21 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9P9GLax029257 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 09:16:21 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010250916.o9P9GLax029257@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Mon, 25 Oct 2010 09:16:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_attr.c thr_private.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 09:16:21 -0000 davidxu 2010-10-25 09:16:04 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_attr.c thr_private.h Log: SVN rev 214334 on 2010-10-25 09:16:04Z by davidxu Get cpuset in pthread_attr_get_np() and free it in pthread_attr_destroy(). MFC after: 7 days Revision Changes Path 1.15 +29 -10 src/lib/libthr/thread/thr_attr.c 1.118 +2 -0 src/lib/libthr/thread/thr_private.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 11:17:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E18131065679 for ; Mon, 25 Oct 2010 11:17:03 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B4DEF8FC1B for ; Mon, 25 Oct 2010 11:17:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PBH3g4039957 for ; Mon, 25 Oct 2010 11:17:03 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PBH3RA039956 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 11:17:03 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010251117.o9PBH3RA039956@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Mon, 25 Oct 2010 11:16:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_attr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 11:17:04 -0000 davidxu 2010-10-25 11:16:50 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_attr.c Log: SVN rev 214335 on 2010-10-25 11:16:50Z by davidxu Fix typo. Revision Changes Path 1.16 +1 -1 src/lib/libthr/thread/thr_attr.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 13:01:40 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 304ED1065698 for ; Mon, 25 Oct 2010 13:01:40 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 050768FC16 for ; Mon, 25 Oct 2010 13:01:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PD1dWB059404 for ; Mon, 25 Oct 2010 13:01:39 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PD1dJj059403 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 13:01:39 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010251301.o9PD1dJj059403@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 25 Oct 2010 13:01:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/aac aac.c aacvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 13:01:40 -0000 attilio 2010-10-25 13:01:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/aac aac.c aacvar.h Log: SVN rev 214336 on 2010-10-25 13:01:19Z by attilio MFC r212661 and r212756: Implement correct refcounting of cdevsw open/close pair and detach stopping for it. Sponsored by: Sandvine Incorporated Revision Changes Path 1.143.2.13 +18 -22 src/sys/dev/aac/aac.c 1.52.2.6 +1 -2 src/sys/dev/aac/aacvar.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 13:13:30 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DF861065795 for ; Mon, 25 Oct 2010 13:13:30 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7115A8FC12 for ; Mon, 25 Oct 2010 13:13:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PDDUBi061420 for ; Mon, 25 Oct 2010 13:13:30 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PDDUOb061419 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 13:13:30 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010251313.o9PDDUOb061419@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Mon, 25 Oct 2010 13:13:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_cpuset.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 13:13:30 -0000 davidxu 2010-10-25 13:13:16 UTC FreeBSD src repository Modified files: sys/kern kern_cpuset.c Log: SVN rev 214337 on 2010-10-25 13:13:16Z by davidxu Use function tdfind() to find a thread. Revision Changes Path 1.21 +2 -11 src/sys/kern/kern_cpuset.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 13:16:33 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A94591065679 for ; Mon, 25 Oct 2010 13:16:33 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 782868FC26 for ; Mon, 25 Oct 2010 13:16:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PDGXrS061874 for ; Mon, 25 Oct 2010 13:16:33 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PDGXSG061873 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 13:16:33 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010251316.o9PDGXSG061873@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 25 Oct 2010 13:16:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet ip_output.c src/sys/netinet6 ip6_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 13:16:33 -0000 attilio 2010-10-25 13:16:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet ip_output.c sys/netinet6 ip6_output.c Log: SVN rev 214338 on 2010-10-25 13:16:11Z by attilio IP_BINDANY is not correctly handled in getsockopt() case. Fix it by specifying the correct bits. Revision Changes Path 1.314.2.11 +4 -0 src/sys/netinet/ip_output.c 1.137.2.5 +1 -0 src/sys/netinet6/ip6_output.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 13:35:12 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94CF4106580A for ; Mon, 25 Oct 2010 13:35:12 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 65A2D8FC0A for ; Mon, 25 Oct 2010 13:35:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PDZCIw063800 for ; Mon, 25 Oct 2010 13:35:12 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PDZC1h063799 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 13:35:12 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010251335.o9PDZC1h063799@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 25 Oct 2010 13:34:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/conf files src/sys/modules/krpc Makefile src/sys/netinet in.h src/sys/nlm nlm_prot_impl.c src/sys/rpc inet_ntop.c inet_pton.c rpc_com.h rpc_generic.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 13:35:12 -0000 attilio 2010-10-25 13:34:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/conf files sys/modules/krpc Makefile sys/netinet in.h sys/nlm nlm_prot_impl.c sys/rpc rpc_com.h rpc_generic.c Removed files: (Branch: RELENG_8) sys/rpc inet_ntop.c inet_pton.c Log: SVN rev 214339 on 2010-10-25 13:34:55Z by attilio MFC r213103: Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general in the kernel. Sponsored by: Sandvine Incorporated Revision Changes Path 1.1459.2.37 +2 -2 src/sys/conf/files 1.2.2.2 +0 -2 src/sys/modules/krpc/Makefile 1.110.2.5 +2 -0 src/sys/netinet/in.h 1.20.2.3 +2 -2 src/sys/nlm/nlm_prot_impl.c 1.2.6.2 +0 -187 src/sys/rpc/inet_ntop.c (dead) 1.2.6.2 +0 -228 src/sys/rpc/inet_pton.c (dead) 1.2.2.2 +0 -4 src/sys/rpc/rpc_com.h 1.4.2.3 +4 -4 src/sys/rpc/rpc_generic.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 14:02:33 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADC371065672 for ; Mon, 25 Oct 2010 14:02:33 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8229A8FC14 for ; Mon, 25 Oct 2010 14:02:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PE2XjJ065700 for ; Mon, 25 Oct 2010 14:02:33 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PE2Xdm065699 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 14:02:33 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010251402.o9PE2Xdm065699@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 25 Oct 2010 14:02:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern vfs_subr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 14:02:33 -0000 attilio 2010-10-25 14:02:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern vfs_subr.c Log: SVN rev 214340 on 2010-10-25 14:02:14Z by attilio MFC r212096 by emaste: As long as we are going to panic anyway, there's no need to hide additional information behind DIAGNOSTIC. Sponsored by: Sandvine Incorporated Revision Changes Path 1.767.2.15 +0 -2 src/sys/kern/vfs_subr.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 14:04:39 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8496C1065693 for ; Mon, 25 Oct 2010 14:04:39 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 57FB18FC1D for ; Mon, 25 Oct 2010 14:04:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PE4dDY066890 for ; Mon, 25 Oct 2010 14:04:39 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PE4dfq066889 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 14:04:39 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010251404.o9PE4dfq066889@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 25 Oct 2010 14:04:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/sys copyright.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 14:04:39 -0000 attilio 2010-10-25 14:04:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sys copyright.h Log: SVN rev 214341 on 2010-10-25 14:04:21Z by attilio MFC r212148 by emaste: Remove trailing whitespace. Sponsored by: Sandvine Incorporated Revision Changes Path 1.29.2.3 +1 -1 src/sys/sys/copyright.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 14:05:45 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDF0D1065700 for ; Mon, 25 Oct 2010 14:05:45 +0000 (UTC) (envelope-from ivoras@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 915838FC23 for ; Mon, 25 Oct 2010 14:05:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PE5jce067042 for ; Mon, 25 Oct 2010 14:05:45 GMT (envelope-from ivoras@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PE5jFk067041 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 14:05:45 GMT (envelope-from ivoras@repoman.freebsd.org) Message-Id: <201010251405.o9PE5jFk067041@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ivoras@repoman.freebsd.org using -f From: Ivan Voras Date: Mon, 25 Oct 2010 14:05:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_bio.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 14:05:45 -0000 ivoras 2010-10-25 14:05:25 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: SVN rev 214342 on 2010-10-25 14:05:25Z by ivoras Reduce the difference between hirunningspace and lorunningspace, it should help interactivity in edge cases. Revision Changes Path 1.595 +3 -3 src/sys/kern/vfs_bio.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 15:01:51 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B76871065674 for ; Mon, 25 Oct 2010 15:01:51 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9D28FC17 for ; Mon, 25 Oct 2010 15:01:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PF1piU071051 for ; Mon, 25 Oct 2010 15:01:51 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PF1pPQ071050 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 15:01:51 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010251501.o9PF1pPQ071050@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 25 Oct 2010 15:01:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/bin/ps extern.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 15:01:51 -0000 attilio 2010-10-25 15:01:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/ps extern.h Log: SVN rev 214343 on 2010-10-25 15:01:40Z by attilio MFC r213012 by emaste: Correct sort order. Sponsored by: Sandvine Incorporated Revision Changes Path 1.39.2.2 +1 -1 src/bin/ps/extern.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 15:17:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AECA1065701 for ; Mon, 25 Oct 2010 15:17:47 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DEBC8FC1D for ; Mon, 25 Oct 2010 15:17:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PFHlKh073317 for ; Mon, 25 Oct 2010 15:17:47 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PFHldq073316 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 15:17:47 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010251517.o9PFHldq073316@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 25 Oct 2010 15:17:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/watchdogd watchdogd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 15:17:47 -0000 attilio 2010-10-25 15:17:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/watchdogd watchdogd.c Log: SVN rev 214345 on 2010-10-25 15:17:31Z by attilio MFC r213181 by emaste: Protect the watchdog daemon against swap OOM killer. Sponsored by: Sandvine Incorporated Revision Changes Path 1.15.10.2 +3 -0 src/usr.sbin/watchdogd/watchdogd.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 15:28:34 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B70D11065672 for ; Mon, 25 Oct 2010 15:28:34 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A2D0A8FC1A for ; Mon, 25 Oct 2010 15:28:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PFSYgG074139 for ; Mon, 25 Oct 2010 15:28:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PFSYDt074138 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 15:28:34 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201010251528.o9PFSYDt074138@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 25 Oct 2010 15:28:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/include profile.h src/sys/i386/i386 elan-mmcr.c identcpu.c initcpu.c longrun.c src/sys/i386/include profile.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 15:28:34 -0000 jhb 2010-10-25 15:28:03 UTC FreeBSD src repository Modified files: sys/amd64/include profile.h sys/i386/i386 elan-mmcr.c identcpu.c initcpu.c longrun.c sys/i386/include profile.h Log: SVN rev 214346 on 2010-10-25 15:28:03Z by jhb Use intr_disable() and intr_restore() instead of frobbing the flags register directly to disable interrupts. Reviewed by: bde (earlier version) MFC after: 2 weeks Revision Changes Path 1.49 +5 -5 src/sys/amd64/include/profile.h 1.37 +3 -4 src/sys/i386/i386/elan-mmcr.c 1.212 +3 -4 src/sys/i386/i386/identcpu.c 1.67 +34 -45 src/sys/i386/i386/initcpu.c 1.5 +9 -12 src/sys/i386/i386/longrun.c 1.44 +5 -5 src/sys/i386/include/profile.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 15:31:28 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 345A91065780 for ; Mon, 25 Oct 2010 15:31:28 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 205498FC15 for ; Mon, 25 Oct 2010 15:31:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PFVSAT074404 for ; Mon, 25 Oct 2010 15:31:28 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PFVSuw074403 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 15:31:28 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201010251531.o9PFVSuw074403@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Mon, 25 Oct 2010 15:31:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 fpu.c src/sys/i386/i386 initcpu.c perfmon.c src/sys/i386/isa npx.c src/sys/x86/x86 local_apic.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 15:31:28 -0000 jhb 2010-10-25 15:31:13 UTC FreeBSD src repository Modified files: sys/amd64/amd64 fpu.c sys/i386/i386 initcpu.c perfmon.c sys/i386/isa npx.c sys/x86/x86 local_apic.c Log: SVN rev 214347 on 2010-10-25 15:31:13Z by jhb Use 'saveintr' instead of 'savecrit' or 'eflags' to hold the state returned by intr_disable(). Requested by: bde Revision Changes Path 1.174 +3 -3 src/sys/amd64/amd64/fpu.c 1.68 +3 -3 src/sys/i386/i386/initcpu.c 1.39 +9 -9 src/sys/i386/i386/perfmon.c 1.189 +3 -3 src/sys/i386/isa/npx.c 1.13 +6 -6 src/sys/x86/x86/local_apic.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 15:41:33 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBFBF106567A for ; Mon, 25 Oct 2010 15:41:33 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E9D98FC08 for ; Mon, 25 Oct 2010 15:41:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PFfXpx075201 for ; Mon, 25 Oct 2010 15:41:33 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PFfXLc075200 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 15:41:33 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010251541.o9PFfXLc075200@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Mon, 25 Oct 2010 15:41:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/mambo mambo_console.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 15:41:33 -0000 nwhitehorn 2010-10-25 15:41:12 UTC FreeBSD src repository Modified files: sys/powerpc/mambo mambo_console.c Log: SVN rev 214348 on 2010-10-25 15:41:12Z by nwhitehorn Don't create spurious /dev entries. Submitted by: andreast Revision Changes Path 1.2 +0 -1 src/sys/powerpc/mambo/mambo_console.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 15:51:55 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D8241065675 for ; Mon, 25 Oct 2010 15:51:55 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 19F388FC1C for ; Mon, 25 Oct 2010 15:51:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PFps7x075907 for ; Mon, 25 Oct 2010 15:51:55 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PFpsHH075906 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 15:51:54 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010251551.o9PFpsHH075906@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Mon, 25 Oct 2010 15:51:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pci pci.c src/sys/dev/usb/controller ehci.c ehcireg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 15:51:55 -0000 nwhitehorn 2010-10-25 15:51:43 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c sys/dev/usb/controller ehci.c ehcireg.h Log: SVN rev 214349 on 2010-10-25 15:51:43Z by nwhitehorn The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registers within the first 4 bytes of the EHCI memory space. For controllers that use big-endian MMIO, reading them with 1- and 2-byte reads would then return the wrong values. Instead, read the combined register with a 4-byte read and mask out the interesting quantities. Revision Changes Path 1.410 +1 -1 src/sys/dev/pci/pci.c 1.45 +2 -2 src/sys/dev/usb/controller/ehci.c 1.4 +7 -3 src/sys/dev/usb/controller/ehcireg.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 16:11:51 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 111C91065694 for ; Mon, 25 Oct 2010 16:11:51 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D87928FC0C for ; Mon, 25 Oct 2010 16:11:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PGBoRA078605 for ; Mon, 25 Oct 2010 16:11:50 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PGBoUb078604 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 16:11:50 GMT (envelope-from thomas@repoman.freebsd.org) Message-Id: <201010251611.o9PGBoUb078604@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thomas@repoman.freebsd.org using -f From: Thomas Quinot Date: Mon, 25 Oct 2010 16:11:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipsec ipsec_input.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 16:11:51 -0000 thomas 2010-10-25 16:11:37 UTC FreeBSD src repository Modified files: sys/netipsec ipsec_input.c Log: SVN rev 214351 on 2010-10-25 16:11:37Z by thomas Fix typo in comment. Revision Changes Path 1.32 +1 -1 src/sys/netipsec/ipsec_input.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 16:25:19 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CA3B1065672 for ; Mon, 25 Oct 2010 16:25:19 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4EF8FC14 for ; Mon, 25 Oct 2010 16:25:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PGPJOk079628 for ; Mon, 25 Oct 2010 16:25:19 GMT (envelope-from ae@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PGPJtU079627 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 16:25:19 GMT (envelope-from ae@repoman.freebsd.org) Message-Id: <201010251625.o9PGPJtU079627@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ae@repoman.freebsd.org using -f From: "Andrey V. Elsukov" Date: Mon, 25 Oct 2010 16:23:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/part geom_part.c gpart.8 src/sys/geom/part g_part.c g_part.h g_part_gpt.c g_part_if.m X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 16:25:19 -0000 ae 2010-10-25 16:23:35 UTC FreeBSD src repository Modified files: sbin/geom/class/part geom_part.c gpart.8 sys/geom/part g_part.c g_part.h g_part_gpt.c g_part_if.m Log: SVN rev 214352 on 2010-10-25 16:23:35Z by ae Reimplemented "gpart destroy -F". Now it does all work in kernel. This was needed for recover implementation. Implement the recover command for GPT. Now GPT will marked as corrupt when any of three types of corruption will be detected: 1. Damaged primary GPT header or table 2. Damaged secondary GPT header or table 3. Secondary header is not located in the last LBA Marked GPT becomes read-only. Any changes with corrupt table are prohibited. Only "destroy" and "recover" commands are allowed. Discussed with: geom@ (mostly silence) Tested by: Ilya A. Arhipov Approved by: mav (mentor) MFC after: 2 weeks Revision Changes Path 1.37 +13 -83 src/sbin/geom/class/part/geom_part.c 1.17 +86 -1 src/sbin/geom/class/part/gpart.8 1.60 +77 -6 src/sys/geom/part/g_part.c 1.18 +3 -0 src/sys/geom/part/g_part.h 1.29 +77 -16 src/sys/geom/part/g_part_gpt.c 1.11 +11 -0 src/sys/geom/part/g_part_if.m From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 17:05:27 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D98611065674 for ; Mon, 25 Oct 2010 17:05:27 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C69C88FC17 for ; Mon, 25 Oct 2010 17:05:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PH5RDs094544 for ; Mon, 25 Oct 2010 17:05:27 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PH5RrH094543 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 17:05:27 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201010251705.o9PH5RrH094543@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Mon, 25 Oct 2010 17:05:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/fs/nfsserver nfs_nfsdstate.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 17:05:27 -0000 rmacklem 2010-10-25 17:05:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/nfsserver nfs_nfsdstate.c Log: SVN rev 214353 on 2010-10-25 17:05:14Z by rmacklem MFC: r213712 Try and make the nfsrv_localunlock() function in the experimental NFSv4 server more readable. Mostly changes to comments, but a case of >= is changed to >, since == can never happen. Also, I've added a couple of KASSERT()s and a slight optimization, since once the "else if" case happens, subsequent locks in the list can't have any effect. None of these changes fixes a known bug. Revision Changes Path 1.10.2.14 +36 -8 src/sys/fs/nfsserver/nfs_nfsdstate.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 20:52:54 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB43B1065673 for ; Mon, 25 Oct 2010 20:52:54 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C959B8FC13 for ; Mon, 25 Oct 2010 20:52:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PKqsOX026109 for ; Mon, 25 Oct 2010 20:52:54 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PKqsQ0026108 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 20:52:54 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010252052.o9PKqsQ0026108@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 25 Oct 2010 20:52:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 tick.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 20:52:54 -0000 marius 2010-10-25 20:52:33 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 tick.c Log: SVN rev 214358 on 2010-10-25 20:52:33Z by marius - Given that in one-shot mode tick_et_start() also is called frequently introduce function pointers once set up to the respective implementation for reading the (S)TICK and writing the (S)STICK_COMPARE registers as a compromise between duplicating code and selecting between different implementations during execution over and over again, similar to what is done elsewhere in the MD in order to support different CPU models that won't ever change at runtime. - In the remaining tick interrupt handler further push down disabling of interrupts to the periodic case as it isn't necessary here in one-shot mode at all. Revision Changes Path 1.32 +103 -113 src/sys/sparc64/sparc64/tick.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 21:46:45 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B80A6106566B for ; Mon, 25 Oct 2010 21:46:45 +0000 (UTC) (envelope-from ivoras@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B86A8FC08 for ; Mon, 25 Oct 2010 21:46:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PLkjoI031067 for ; Mon, 25 Oct 2010 21:46:45 GMT (envelope-from ivoras@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PLkjOM031066 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 21:46:45 GMT (envelope-from ivoras@repoman.freebsd.org) Message-Id: <201010252146.o9PLkjOM031066@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ivoras@repoman.freebsd.org using -f From: Ivan Voras Date: Mon, 25 Oct 2010 21:46:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ufs ufs_dirhash.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 21:46:45 -0000 ivoras 2010-10-25 21:46:23 UTC FreeBSD src repository Modified files: sys/ufs/ufs ufs_dirhash.c Log: SVN rev 214359 on 2010-10-25 21:46:23Z by ivoras Bring vfs.ufs.dirhash_maxmem into the age of the fruitbat and make it autotuned. It is only an upper bound (the memory is not always allocated) and the system contains a vm_lowmem handler so nothing will crash and burn if it's tuned too high. Reviewed by: mckusick Revision Changes Path 1.36 +5 -1 src/sys/ufs/ufs/ufs_dirhash.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 25 23:58:27 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 530EB10657A1 for ; Mon, 25 Oct 2010 23:58:27 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2539E8FC0A for ; Mon, 25 Oct 2010 23:58:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9PNwRXJ042564 for ; Mon, 25 Oct 2010 23:58:27 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9PNwRlX042563 for cvs-src-old@freebsd.org; Mon, 25 Oct 2010 23:58:27 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010252358.o9PNwRlX042563@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 25 Oct 2010 23:58:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libstand net.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2010 23:58:27 -0000 attilio 2010-10-25 23:58:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libstand net.h Log: SVN rev 214361 on 2010-10-25 23:58:16Z by attilio MFC r213235 by emaste: Increase maximum network timeout from 20s to 120s. Sponsored by: Sandvine Incorporated Revision Changes Path 1.5.10.2 +1 -1 src/lib/libstand/net.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 00:00:21 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E71B106566C for ; Tue, 26 Oct 2010 00:00:20 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A508F8FC19 for ; Tue, 26 Oct 2010 00:00:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q00HCc042684 for ; Tue, 26 Oct 2010 00:00:17 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9Q00HgG042683 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 00:00:17 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010260000.o9Q00HgG042683@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Mon, 25 Oct 2010 23:59:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern subr_trap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 00:00:21 -0000 attilio 2010-10-25 23:59:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern subr_trap.c Log: SVN rev 214362 on 2010-10-25 23:59:56Z by attilio MFC r213236 by emaste: Style fix. Sponsored by: Sandvine Incorporated Revision Changes Path 1.308.2.4 +1 -2 src/sys/kern/subr_trap.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 00:08:08 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EE321065793 for ; Tue, 26 Oct 2010 00:08:08 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C1F68FC0C for ; Tue, 26 Oct 2010 00:08:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q088gI044592 for ; Tue, 26 Oct 2010 00:08:08 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9Q088IA044591 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 00:08:08 GMT (envelope-from jfv@repoman.freebsd.org) Message-Id: <201010260008.o9Q088IA044591@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jfv@repoman.freebsd.org using -f From: Jack F Vogel Date: Tue, 26 Oct 2010 00:07:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/e1000 if_em.c if_em.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 00:08:08 -0000 jfv 2010-10-26 00:07:58 UTC FreeBSD src repository Modified files: sys/dev/e1000 if_em.c if_em.h Log: SVN rev 214363 on 2010-10-26 00:07:58Z by jfv Bug fix delta to the em driver: - Chasin down bogus watchdogs has led to an improved design to this handling, the hang decision takes place in the tx cleanup, with only a simple report check in local_timer. Our tests have shown no false watchdogs with this code. - VLAN fixes from jhb, the shadow vfta should be per interface, but as global it was not. Thanks John. - Bug fixes in the support for new PCH2 hardware. - Thanks for all the help and feedback on the driver, changes to lem with be coming shortly as well. Revision Changes Path 1.59 +238 -112 src/sys/dev/e1000/if_em.c 1.18 +21 -6 src/sys/dev/e1000/if_em.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 00:23:02 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0E3D1065672 for ; Tue, 26 Oct 2010 00:23:02 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9D1818FC14 for ; Tue, 26 Oct 2010 00:23:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q0N2NH045764 for ; Tue, 26 Oct 2010 00:23:02 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9Q0N2GK045763 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 00:23:02 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010260023.o9Q0N2GK045763@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 26 Oct 2010 00:21:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/bin/ps keyword.c ps.1 src/sys/kern kern_proc.c src/sys/sys user.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 00:23:02 -0000 attilio 2010-10-26 00:21:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/ps keyword.c ps.1 sys/kern kern_proc.c sys/sys user.h Log: SVN rev 214364 on 2010-10-26 00:21:31Z by attilio MFC r213536 by emaste: Make a thread's address available via the kern proc sysctl, just like the process address. Revision Changes Path 1.79.2.4 +2 -0 src/bin/ps/keyword.c 1.92.2.5 +2 -0 src/bin/ps/ps.1 1.285.2.12 +1 -0 src/sys/kern/kern_proc.c 1.84.2.4 +2 -1 src/sys/sys/user.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 00:46:23 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5B641065693 for ; Tue, 26 Oct 2010 00:46:23 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A289A8FC1B for ; Tue, 26 Oct 2010 00:46:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q0kNFv047483 for ; Tue, 26 Oct 2010 00:46:23 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9Q0kNE8047482 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 00:46:23 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010260046.o9Q0kNE8047482@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 26 Oct 2010 00:46:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/aac aac.c aac_pci.c aac_tables.h aacreg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 00:46:23 -0000 attilio 2010-10-26 00:46:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/aac aac.c aac_pci.c aac_tables.h aacreg.h Log: SVN rev 214365 on 2010-10-26 00:46:02Z by attilio MFC r206540 by emaste: Sync some minor items with the upstream driver. Should have no functional change. Sponsored by: Sandvine Incorporated Revision Changes Path 1.143.2.14 +1 -1 src/sys/dev/aac/aac.c 1.71.2.3 +1 -1 src/sys/dev/aac/aac_pci.c 1.6.10.2 +2 -0 src/sys/dev/aac/aac_tables.h 1.27.2.3 +4 -2 src/sys/dev/aac/aacreg.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 00:56:44 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EBB51065695 for ; Tue, 26 Oct 2010 00:56:44 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61DDA8FC08 for ; Tue, 26 Oct 2010 00:56:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q0uig7059139 for ; Tue, 26 Oct 2010 00:56:44 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9Q0uilS059138 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 00:56:44 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010260056.o9Q0uilS059138@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 26 Oct 2010 00:56:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/aac aacreg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 00:56:44 -0000 attilio 2010-10-26 00:56:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/aac aacreg.h Log: SVN rev 214366 on 2010-10-26 00:56:23Z by attilio MFC r212628 by emaste: Add some enums and constants from Adaptec's driver. Sponsored by: Sandvine Incorporated Revision Changes Path 1.27.2.4 +14 -1 src/sys/dev/aac/aacreg.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 00:58:35 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87CBE1065697 for ; Tue, 26 Oct 2010 00:58:35 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C8EF8FC1A for ; Tue, 26 Oct 2010 00:58:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q0wZrQ059267 for ; Tue, 26 Oct 2010 00:58:35 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9Q0wZMB059266 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 00:58:35 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010260058.o9Q0wZMB059266@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 26 Oct 2010 00:58:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_disk.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 00:58:35 -0000 attilio 2010-10-26 00:58:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/aac aac.c aac_cam.c aac_disk.c Log: SVN rev 214367 on 2010-10-26 00:58:15Z by attilio MFC r212773 by emaste: Use device_printf where possible, and otherwise at least include the driver name in printf strings. Sponsored by: Sandvine Incorporated Revision Changes Path 1.143.2.15 +1 -1 src/sys/dev/aac/aac.c 1.31.2.6 +1 -1 src/sys/dev/aac/aac_cam.c 1.47.2.2 +8 -5 src/sys/dev/aac/aac_disk.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 01:20:41 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B2121065780 for ; Tue, 26 Oct 2010 01:20:41 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77EF38FC0A for ; Tue, 26 Oct 2010 01:20:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q1Kf3I061947 for ; Tue, 26 Oct 2010 01:20:41 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9Q1KfRS061946 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 01:20:41 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010260120.o9Q1KfRS061946@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 26 Oct 2010 01:20:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/aac aac.c aac_cam.c aacreg.h aacvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 01:20:41 -0000 attilio 2010-10-26 01:20:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/aac aac.c aac_cam.c aacreg.h aacvar.h Log: SVN rev 214368 on 2010-10-26 01:20:30Z by attilio MFC r213272 by emaste: Previously, the aac driver did not handle enclosure management AIFs, which were raised during hot-swap events. Now such events trigger cam rescans. Sponsored by: Sandvine Incorporated Revision Changes Path 1.143.2.16 +22 -0 src/sys/dev/aac/aac.c 1.31.2.7 +48 -0 src/sys/dev/aac/aac_cam.c 1.27.2.5 +5 -0 src/sys/dev/aac/aacreg.h 1.52.2.7 +5 -0 src/sys/dev/aac/aacvar.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 08:50:26 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6394A106566B for ; Tue, 26 Oct 2010 08:50:26 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 36F328FC1B for ; Tue, 26 Oct 2010 08:50:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q8oQgK024269 for ; Tue, 26 Oct 2010 08:50:26 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9Q8oQEq024268 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 08:50:26 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010260850.o9Q8oQEq024268@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 26 Oct 2010 08:50:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/libkern inet_ntop.c inet_pton.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 08:50:26 -0000 attilio 2010-10-26 08:50:09 UTC FreeBSD src repository Added files: (Branch: RELENG_8) sys/libkern inet_ntop.c inet_pton.c Log: SVN rev 214370 on 2010-10-26 08:50:09Z by attilio MFC part of r213103: Introduce the new files that were left behind in actual merge. Sponsored by: Sandvine Incorporated Revision Changes Path 1.1.2.2 +184 -0 src/sys/libkern/inet_ntop.c (new) 1.1.2.2 +219 -0 src/sys/libkern/inet_pton.c (new) From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 09:27:13 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1007C1065675 for ; Tue, 26 Oct 2010 09:27:13 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF7638FC1B for ; Tue, 26 Oct 2010 09:27:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9Q9RCMX027933 for ; Tue, 26 Oct 2010 09:27:12 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9Q9RCpK027932 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 09:27:12 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010260927.o9Q9RCpK027932@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Tue, 26 Oct 2010 09:25:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/include pthread.h src/lib/libthr/thread thr_cond.c thr_init.c thr_mutex.c thr_private.h thr_rwlock.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 09:27:13 -0000 davidxu 2010-10-26 09:25:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) include pthread.h lib/libthr/thread thr_cond.c thr_init.c thr_mutex.c thr_private.h thr_rwlock.c Log: SVN rev 214371 on 2010-10-26 09:25:29Z by davidxu MFC r213241, r213257: In current code, statically initialized and destroyed object have same null value, the code can not distinguish between them, to fix the problem, now a destroyed object is assigned to a non-null value, and it will be rejected by some pthread functions. PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP is changed to number 1, so that adaptive mutex can be statically initialized correctly. Revision Changes Path 1.44.2.2 +1 -1 src/include/pthread.h 1.25.2.2 +21 -16 src/lib/libthr/thread/thr_cond.c 1.51.2.2 +6 -0 src/lib/libthr/thread/thr_init.c 1.75.2.2 +103 -118 src/lib/libthr/thread/thr_mutex.c 1.95.2.3 +10 -0 src/lib/libthr/thread/thr_private.h 1.16.2.2 +25 -58 src/lib/libthr/thread/thr_rwlock.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 12:46:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 655ED1065695 for ; Tue, 26 Oct 2010 12:46:50 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 50A398FC29 for ; Tue, 26 Oct 2010 12:46:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QCko6s045654 for ; Tue, 26 Oct 2010 12:46:50 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QCko9C045653 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 12:46:50 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010261246.o9QCko9C045653@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 26 Oct 2010 12:46:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 dump_machdep.c src/sys/conf files.amd64 files.i386 files.pc98 src/sys/i386/i386 dump_machdep.c src/sys/x86/x86 dump_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 12:46:50 -0000 attilio 2010-10-26 12:46:26 UTC FreeBSD src repository Modified files: sys/conf files.amd64 files.i386 files.pc98 Added files: sys/x86/x86 dump_machdep.c Removed files: sys/amd64/amd64 dump_machdep.c sys/i386/i386 dump_machdep.c Log: SVN rev 214373 on 2010-10-26 12:46:26Z by attilio Merge dump_machdep.c i386/amd64 under the x86 subtree. Sponsored by: Sandvine Incorporated Tested by: gianni Revision Changes Path 1.19 +0 -363 src/sys/amd64/amd64/dump_machdep.c (dead) 1.170 +1 -1 src/sys/conf/files.amd64 1.653 +1 -1 src/sys/conf/files.i386 1.390 +1 -1 src/sys/conf/files.pc98 1.21 +0 -363 src/sys/i386/i386/dump_machdep.c (dead) 1.1 +374 -0 src/sys/x86/x86/dump_machdep.c (new) From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 13:07:11 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB7FE10657C3 for ; Tue, 26 Oct 2010 13:07:11 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 668338FC15 for ; Tue, 26 Oct 2010 13:07:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QD7Btf059231 for ; Tue, 26 Oct 2010 13:07:11 GMT (envelope-from gjb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QD7B7j059230 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 13:07:11 GMT (envelope-from gjb@repoman.freebsd.org) Message-Id: <201010261307.o9QD7B7j059230@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gjb@repoman.freebsd.org using -f From: Glen Barber Date: Tue, 26 Oct 2010 13:07:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man7 build.7 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 13:07:11 -0000 gjb 2010-10-26 13:07:01 UTC FreeBSD src repository Modified files: share/man/man7 build.7 Log: SVN rev 214374 on 2010-10-26 13:07:01Z by gjb Minor grammar fix. Submitted by: arundel (via email) Approved by: jkois (mentor) Patch by: arundel MFC after: 5 days Revision Changes Path 1.56 +1 -1 src/share/man/man7/build.7 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 14:57:11 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A44B1065788 for ; Tue, 26 Oct 2010 14:57:11 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 26AF68FC12 for ; Tue, 26 Oct 2010 14:57:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QEvBqc068516 for ; Tue, 26 Oct 2010 14:57:11 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QEvBKj068515 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 14:57:11 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010261457.o9QEvBKj068515@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Tue, 26 Oct 2010 14:56:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/powerpc/aim machdep.c trap.c src/sys/powerpc/include altivec.h pcb.h trap_aim.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 14:57:11 -0000 nwhitehorn 2010-10-26 14:56:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/powerpc/aim machdep.c trap.c sys/powerpc/include altivec.h pcb.h trap_aim.h Log: SVN rev 214376 on 2010-10-26 14:56:46Z by nwhitehorn MFC r213456: Handle vector assist traps without a kernel panic, by setting denormalized values to zero. A correct solution would involve emulating vector operations on denormalized values, but this has little effect on accuracy and is much less complicated for now. Revision Changes Path 1.128.2.8 +2 -2 src/sys/powerpc/aim/machdep.c 1.75.2.4 +13 -3 src/sys/powerpc/aim/trap.c 1.1.4.2 +3 -0 src/sys/powerpc/include/altivec.h 1.12.2.2 +1 -1 src/sys/powerpc/include/pcb.h 1.2.2.2 +4 -1 src/sys/powerpc/include/trap_aim.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 14:59:46 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DE571065700 for ; Tue, 26 Oct 2010 14:59:46 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B4FC8FC0C for ; Tue, 26 Oct 2010 14:59:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QExktk068678 for ; Tue, 26 Oct 2010 14:59:46 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QExkw6068677 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 14:59:46 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010261459.o9QExkw6068677@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Tue, 26 Oct 2010 14:59:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/vm vm_pageout.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 14:59:46 -0000 nwhitehorn 2010-10-26 14:59:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/vm vm_pageout.c Log: SVN rev 214377 on 2010-10-26 14:59:35Z by nwhitehorn MFC r212360: On architectures with non-tree-based page tables like PowerPC, every page in a range must be checked when calling pmap_remove(). Calling pmap_remove() from vm_pageout_map_deactivate_pages() with the entire range of the map could result in attempting to demap an extraordinary number of pages (> 10^15), so iterate through each map entry and unmap each of them individually. Revision Changes Path 1.308.2.5 +5 -2 src/sys/vm/vm_pageout.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 15:48:22 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B92BC1065675 for ; Tue, 26 Oct 2010 15:48:22 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A65C88FC17 for ; Tue, 26 Oct 2010 15:48:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QFmMpw073231 for ; Tue, 26 Oct 2010 15:48:22 GMT (envelope-from mm@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QFmMN8073230 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 15:48:22 GMT (envelope-from mm@repoman.freebsd.org) Message-Id: <201010261548.o9QFmMN8073230@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mm@repoman.freebsd.org using -f From: Martin Matuska Date: Tue, 26 Oct 2010 15:48:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs dmu.c zfs_vnops.c zil.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 15:48:22 -0000 mm 2010-10-26 15:48:03 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs dmu.c zfs_vnops.c zil.c Log: SVN rev 214378 on 2010-10-26 15:48:03Z by mm Bugfix merge from OpenSolaris: OpenSolaris onnv-revision: 10209:91f47f0e7728 6830541 zfs_get_data_trips on a verify 6696242 multiple zfs_fillpage() zfs: accessing past end of object panics 6785914 zfs fails to drop dn_struct_rwlock in recovery code path Approved by: delphij (mentor) Obtained from: OpenSolaris (Bug ID 6830541, 6696242, 6785914) MFC after: 2 weeks Revision Changes Path 1.12 +5 -5 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu.c 1.84 +19 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c 1.13 +4 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zil.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 16:04:43 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E9B610656AA for ; Tue, 26 Oct 2010 16:04:43 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 628FF8FC2B for ; Tue, 26 Oct 2010 16:04:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QG4hlE075380 for ; Tue, 26 Oct 2010 16:04:43 GMT (envelope-from bcr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QG4hiO075379 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 16:04:43 GMT (envelope-from bcr@repoman.freebsd.org) Message-Id: <201010261604.o9QG4hiO075379@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bcr@repoman.freebsd.org using -f From: Benedict Reuschling Date: Tue, 26 Oct 2010 16:04:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/stdlib strtonum.3 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 16:04:43 -0000 bcr 2010-10-26 16:04:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/stdlib strtonum.3 Log: SVN rev 214379 on 2010-10-26 16:04:23Z by bcr MFC r214147: Sync with OpenBSD rev. 1.13: strtonum does not require limits.h Obtained from: OpenBSD Discussed with: ru@ Revision Changes Path 1.5.10.2 +1 -2 src/lib/libc/stdlib/strtonum.3 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 16:16:34 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 850471065789 for ; Tue, 26 Oct 2010 16:16:34 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5936E8FC14 for ; Tue, 26 Oct 2010 16:16:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QGGYUI076264 for ; Tue, 26 Oct 2010 16:16:34 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QGGYP7076263 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 16:16:34 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010261616.o9QGGYP7076263@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 26 Oct 2010 16:16:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/x86/x86 dump_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 16:16:34 -0000 attilio 2010-10-26 16:16:15 UTC FreeBSD src repository Modified files: sys/x86/x86 dump_machdep.c Log: SVN rev 214380 on 2010-10-26 16:16:15Z by attilio Remove usage of PRI* macro for style compliancy. Requested by: bde, jhb Sponsored by: Sandvine Incorporated Revision Changes Path 1.2 +3 -4 src/sys/x86/x86/dump_machdep.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 16:49:25 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E70CA1065674 for ; Tue, 26 Oct 2010 16:49:25 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BAEC98FC16 for ; Tue, 26 Oct 2010 16:49:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QGnP32089658 for ; Tue, 26 Oct 2010 16:49:25 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QGnPTI089657 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 16:49:25 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201010261649.o9QGnPTI089657@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Tue, 26 Oct 2010 16:49:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ada.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 16:49:26 -0000 brucec 2010-10-26 16:49:18 UTC FreeBSD src repository Modified files: share/man/man4 ada.4 Log: SVN rev 214381 on 2010-10-26 16:49:18Z by brucec Add information about the values and default setting of the kern.cam.ada.spindown_shutdown sysctl. MFC after: 3 weeks Revision Changes Path 1.5 +1 -0 src/share/man/man4/ada.4 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 17:30:46 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3375106564A for ; Tue, 26 Oct 2010 17:30:46 +0000 (UTC) (envelope-from bschmidt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 86B3D8FC12 for ; Tue, 26 Oct 2010 17:30:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QHUklE093615 for ; Tue, 26 Oct 2010 17:30:46 GMT (envelope-from bschmidt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QHUkq8093614 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 17:30:46 GMT (envelope-from bschmidt@repoman.freebsd.org) Message-Id: <201010261730.o9QHUkq8093614@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bschmidt@repoman.freebsd.org using -f From: Bernhard Schmidt Date: Tue, 26 Oct 2010 17:30:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/iwi if_iwi.c if_iwivar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 17:30:46 -0000 bschmidt 2010-10-26 17:30:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/iwi if_iwi.c if_iwivar.h Log: SVN rev 214382 on 2010-10-26 17:30:34Z by bschmidt MFC r213729: Fix monitor mode which is implemented by doing a firmware scan. This is a port from stable/6, seems like the code got lost during the background scan changes in r170530. Revision Changes Path 1.72.2.2 +33 -1 src/sys/dev/iwi/if_iwi.c 1.21.2.2 +1 -0 src/sys/dev/iwi/if_iwivar.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 17:32:07 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FC15106566C for ; Tue, 26 Oct 2010 17:32:07 +0000 (UTC) (envelope-from bschmidt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5378D8FC1D for ; Tue, 26 Oct 2010 17:32:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QHW7TQ093710 for ; Tue, 26 Oct 2010 17:32:07 GMT (envelope-from bschmidt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QHW7xX093709 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 17:32:07 GMT (envelope-from bschmidt@repoman.freebsd.org) Message-Id: <201010261732.o9QHW7xX093709@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bschmidt@repoman.freebsd.org using -f From: Bernhard Schmidt Date: Tue, 26 Oct 2010 17:31:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/iwi if_iwi.c if_iwivar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 17:32:07 -0000 bschmidt 2010-10-26 17:31:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/iwi if_iwi.c if_iwivar.h Log: SVN rev 214383 on 2010-10-26 17:31:46Z by bschmidt MFC r213729: Fix monitor mode which is implemented by doing a firmware scan. This is a port from stable/6, seems like the code got lost during the background scan changes in r170530. Revision Changes Path 1.57.2.4 +32 -1 src/sys/dev/iwi/if_iwi.c 1.16.2.1 +1 -0 src/sys/dev/iwi/if_iwivar.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 17:38:58 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8215C106564A for ; Tue, 26 Oct 2010 17:38:58 +0000 (UTC) (envelope-from bschmidt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55F328FC1E for ; Tue, 26 Oct 2010 17:38:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QHcwK0094223 for ; Tue, 26 Oct 2010 17:38:58 GMT (envelope-from bschmidt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QHcwUY094222 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 17:38:58 GMT (envelope-from bschmidt@repoman.freebsd.org) Message-Id: <201010261738.o9QHcwUY094222@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bschmidt@repoman.freebsd.org using -f From: Bernhard Schmidt Date: Tue, 26 Oct 2010 17:38:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 17:38:58 -0000 bschmidt 2010-10-26 17:38:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/if_ndis if_ndis.c Log: SVN rev 214384 on 2010-10-26 17:38:45Z by bschmidt MFC r214070: There is no reason to call rt_ifmsg(), remove it. Submitted by: Paul B Mahol Revision Changes Path 1.166.2.5 +0 -4 src/sys/dev/if_ndis/if_ndis.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 18:01:39 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA8611065674 for ; Tue, 26 Oct 2010 18:01:39 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E8B58FC13 for ; Tue, 26 Oct 2010 18:01:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QI1ds9095822 for ; Tue, 26 Oct 2010 18:01:39 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QI1dV7095821 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 18:01:39 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010261801.o9QI1dV7095821@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 26 Oct 2010 18:01:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/x86/x86 dump_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 18:01:39 -0000 attilio 2010-10-26 18:01:28 UTC FreeBSD src repository Modified files: sys/x86/x86 dump_machdep.c Log: SVN rev 214386 on 2010-10-26 18:01:28Z by attilio Style fix. Reported by: bde, dim Revision Changes Path 1.3 +2 -2 src/sys/x86/x86/dump_machdep.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 18:33:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8824C1065708 for ; Tue, 26 Oct 2010 18:33:00 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75BF18FC14 for ; Tue, 26 Oct 2010 18:33:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QIX0AS099110 for ; Tue, 26 Oct 2010 18:33:00 GMT (envelope-from bcr@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QIX0on099109 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 18:33:00 GMT (envelope-from bcr@repoman.freebsd.org) Message-Id: <201010261833.o9QIX0on099109@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bcr@repoman.freebsd.org using -f From: Benedict Reuschling Date: Tue, 26 Oct 2010 18:32:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 nsmb.conf.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 18:33:00 -0000 bcr 2010-10-26 18:32:51 UTC FreeBSD src repository Modified files: share/man/man5 nsmb.conf.5 Log: SVN rev 214387 on 2010-10-26 18:32:51Z by bcr Add some missing documentation to the man page: - FILES section ref: ~/nsmb.conf - use of password in examples section - use of simple encryption for password in examples section PR: docs/132311 Submitted by: David Horn (dhorn2000 at gmail dot com) Patch corrected by: trhodes Approved by: trhodes MFC after: 5 days Revision Changes Path 1.2 +20 -2 src/share/man/man5/nsmb.conf.5 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 18:57:06 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC55C1065693 for ; Tue, 26 Oct 2010 18:57:06 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A5628FC14 for ; Tue, 26 Oct 2010 18:57:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QIv66I000932 for ; Tue, 26 Oct 2010 18:57:06 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QIv6dV000931 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 18:57:06 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201010261857.o9QIv6dV000931@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Tue, 26 Oct 2010 18:56:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_pcb.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 18:57:06 -0000 rrs 2010-10-26 18:56:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_pcb.c Log: SVN rev 214388 on 2010-10-26 18:56:55Z by rrs MFC of 209644 Log is: Fix a bug that will cause a panic. Basically a read-lock is being called to check the vtag-timewait cache. Then in two cases (where a vtag is bad i.e. in the time-wait state) the write-unlokc is called NOT the read-unlock. Under conditions where lots of associations are coming and going this willc ause the system to panic with invariants on. Revision Changes Path 1.85.2.15 +2 -2 src/sys/netinet/sctp_pcb.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 18:59:57 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 709841065698 for ; Tue, 26 Oct 2010 18:59:57 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5ECDC8FC23 for ; Tue, 26 Oct 2010 18:59:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QIxvUO001106 for ; Tue, 26 Oct 2010 18:59:57 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QIxvMN001105 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 18:59:57 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201010261859.o9QIxvMN001105@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Tue, 26 Oct 2010 18:59:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctputil.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 18:59:57 -0000 rrs 2010-10-26 18:59:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctputil.c Log: SVN rev 214389 on 2010-10-26 18:59:36Z by rrs MFC of 209663 This fixes a crash in SCTP. It was possible to have a large number of packets queued to a crashing process. In a specific case you may get 2 ABORT's back (from say two packets in flight). If the aborts happened to be processed at the same time its possible to have one free the association while the other is trying to report all the outbound packets. When this occured it could lead to a crash. Revision Changes Path 1.93.2.17 +10 -4 src/sys/netinet/sctputil.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 19:00:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C7631065695 for ; Tue, 26 Oct 2010 19:00:03 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 60B848FC25 for ; Tue, 26 Oct 2010 19:00:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QJ0369001140 for ; Tue, 26 Oct 2010 19:00:03 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QJ038T001139 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 19:00:03 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <201010261900.o9QJ038T001139@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkim@repoman.freebsd.org using -f From: Jung-uk Kim Date: Tue, 26 Oct 2010 18:59:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/acpica acpi.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 19:00:03 -0000 jkim 2010-10-26 18:59:50 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c Log: SVN rev 214390 on 2010-10-26 18:59:50Z by jkim Add two new loader tunables 'hw.acpi.install_interface' and 'hw.acpi.remove_interface'. hw.acpi.install_interface lets you install new interfaces. Conversely, hw.acpi.remove_interface lets you remove OS interfaces from the pre-defined list in ACPICA. For example, hw.acpi.install_interface="FreeBSD" lets _OSI("FreeBSD") method to return 0xffffffff (or success) and hw.acpi.remove_interface="Windows 2009" lets _OSI("Windows 2009") method to return zero (or failure). Both are comma-separated lists and leading white spaces are ignored. For example, the following examples are valid: hw.acpi.install_interface="Linux, FreeBSD" hw.acpi.remove_interface="Windows 2006, Windows 2006.1" Revision Changes Path 1.291 +106 -0 src/sys/dev/acpica/acpi.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 19:02:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C45210657C0 for ; Tue, 26 Oct 2010 19:02:09 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFCB8FC19 for ; Tue, 26 Oct 2010 19:02:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QJ2913001343 for ; Tue, 26 Oct 2010 19:02:09 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QJ2998001342 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 19:02:09 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201010261902.o9QJ2998001342@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Tue, 26 Oct 2010 19:01:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/net sctp_sys_calls.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 19:02:09 -0000 rrs 2010-10-26 19:01:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/net sctp_sys_calls.c Log: SVN rev 214391 on 2010-10-26 19:01:56Z by rrs MFC: 209760 If a user calls sctp_sendx() with a NULL sinfo we will crash. Instead we should provide our own temp structure to use internally. Revision Changes Path 1.14.10.5 +5 -0 src/lib/libc/net/sctp_sys_calls.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 19:04:15 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 804EB106566C for ; Tue, 26 Oct 2010 19:04:15 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55B5E8FC15 for ; Tue, 26 Oct 2010 19:04:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QJ4FTI002535 for ; Tue, 26 Oct 2010 19:04:15 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QJ4FEW002534 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 19:04:15 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201010261904.o9QJ4FEW002534@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Tue, 26 Oct 2010 19:04:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_timer.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 19:04:15 -0000 rrs 2010-10-26 19:04:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_timer.c Log: SVN rev 214392 on 2010-10-26 19:04:05Z by rrs MFC:210493 When counting the number of chunks in the retransmission queue to validate the retran count, we need to include the chunks in the control send queue too. Otherwise the count will not match and you will get the invarient warning if invarients are on. Revision Changes Path 1.43.2.5 +20 -13 src/sys/netinet/sctp_timer.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 19:06:51 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9218E10656C2 for ; Tue, 26 Oct 2010 19:06:51 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 661DD8FC1F for ; Tue, 26 Oct 2010 19:06:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QJ6pqN002766 for ; Tue, 26 Oct 2010 19:06:51 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QJ6pDm002765 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 19:06:51 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201010261906.o9QJ6pDm002765@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Tue, 26 Oct 2010 19:06:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_pcb.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 19:06:51 -0000 rrs 2010-10-26 19:06:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_pcb.c Log: SVN rev 214393 on 2010-10-26 19:06:31Z by rrs MFC:210494 Make sure that we report chunks if a socket still exists that were not sent. In either case carefully remove the data if it does not get taken by the reporting routines. Revision Changes Path 1.85.2.16 +29 -7 src/sys/netinet/sctp_pcb.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 19:08:42 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8FC01065674 for ; Tue, 26 Oct 2010 19:08:42 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9641C8FC20 for ; Tue, 26 Oct 2010 19:08:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QJ8gi9002895 for ; Tue, 26 Oct 2010 19:08:42 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QJ8gYp002894 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 19:08:42 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201010261908.o9QJ8gYp002894@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Tue, 26 Oct 2010 19:08:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_indata.c sctp_output.c sctp_structs.h sctp_timer.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 19:08:42 -0000 rrs 2010-10-26 19:08:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_indata.c sctp_output.c sctp_structs.h sctp_timer.c Log: SVN rev 214394 on 2010-10-26 19:08:26Z by rrs MFC:210599 PR SCTP Bugs. Basically a full sized frame of PR SCTP FWD-TSN's would not be sent and thus cause a stalled connection. Also the rwnd Calculation was also off on the receiver side for PR-SCTP. Revision Changes Path 1.64.2.16 +16 -15 src/sys/netinet/sctp_indata.c 1.88.2.23 +6 -3 src/sys/netinet/sctp_output.c 1.33.2.7 +1 -0 src/sys/netinet/sctp_structs.h 1.43.2.6 +25 -13 src/sys/netinet/sctp_timer.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 19:11:18 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEA471065694 for ; Tue, 26 Oct 2010 19:11:18 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 93B918FC1B for ; Tue, 26 Oct 2010 19:11:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QJBIUq003157 for ; Tue, 26 Oct 2010 19:11:18 GMT (envelope-from brucec@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QJBIga003156 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 19:11:18 GMT (envelope-from brucec@repoman.freebsd.org) Message-Id: <201010261911.o9QJBIga003156@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brucec@repoman.freebsd.org using -f From: Bruce Cran Date: Tue, 26 Oct 2010 19:10:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ada.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 19:11:18 -0000 brucec 2010-10-26 19:10:59 UTC FreeBSD src repository Modified files: share/man/man4 ada.4 Log: SVN rev 214395 on 2010-10-26 19:10:59Z by brucec Fix formatting. Reported by: yongari Revision Changes Path 1.6 +2 -1 src/share/man/man4/ada.4 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 19:11:24 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80A9A1065693 for ; Tue, 26 Oct 2010 19:11:24 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8388FC1A for ; Tue, 26 Oct 2010 19:11:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QJBOkx003194 for ; Tue, 26 Oct 2010 19:11:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QJBOEx003193 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 19:11:24 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201010261911.o9QJBOEx003193@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 26 Oct 2010 19:11:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/mfiutil mfi_config.c mfi_drive.c mfi_evt.c mfi_flash.c mfi_patrol.c mfi_show.c mfi_volume.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 19:11:24 -0000 jhb 2010-10-26 19:11:09 UTC FreeBSD src repository Modified files: usr.sbin/mfiutil mfi_config.c mfi_drive.c mfi_evt.c mfi_flash.c mfi_patrol.c mfi_show.c mfi_volume.c Log: SVN rev 214396 on 2010-10-26 19:11:09Z by jhb - Save errno values before calling warn(3) so that errors are correctly reported. - Use powerof2() from rather than a copy and paste version. Submitted by: gcooper MFC after: 1 week Revision Changes Path 1.3 +56 -35 src/usr.sbin/mfiutil/mfi_config.c 1.4 +37 -19 src/usr.sbin/mfiutil/mfi_drive.c 1.2 +20 -12 src/usr.sbin/mfiutil/mfi_evt.c 1.2 +15 -8 src/usr.sbin/mfiutil/mfi_flash.c 1.2 +33 -19 src/usr.sbin/mfiutil/mfi_patrol.c 1.2 +38 -22 src/usr.sbin/mfiutil/mfi_show.c 1.2 +26 -14 src/usr.sbin/mfiutil/mfi_volume.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 19:12:45 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F6451065696 for ; Tue, 26 Oct 2010 19:12:45 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 72E868FC17 for ; Tue, 26 Oct 2010 19:12:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QJCjIt003285 for ; Tue, 26 Oct 2010 19:12:45 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QJCjOg003284 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 19:12:45 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201010261912.o9QJCjOg003284@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Tue, 26 Oct 2010 19:12:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 19:12:45 -0000 rrs 2010-10-26 19:12:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_output.c Log: SVN rev 214397 on 2010-10-26 19:12:37Z by rrs MFC:210600 Fix the comment block that has the nice table to really have the nice table :-) Revision Changes Path 1.88.2.24 +22 -12 src/sys/netinet/sctp_output.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 19:57:06 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB8741065694 for ; Tue, 26 Oct 2010 19:57:06 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7F2F38FC0A for ; Tue, 26 Oct 2010 19:57:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QJv6gj006453 for ; Tue, 26 Oct 2010 19:57:06 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QJv6EQ006452 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 19:57:06 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010261957.o9QJv6EQ006452@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Tue, 26 Oct 2010 19:56:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/modules/wlan Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 19:57:06 -0000 rpaulo 2010-10-26 19:56:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/modules/wlan Makefile Log: SVN rev 214398 on 2010-10-26 19:56:53Z by rpaulo MFC r214056: Revert r206418 Revision Changes Path 1.19.2.3 +2 -2 src/sys/modules/wlan/Makefile From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 20:23:52 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C9D0106566C for ; Tue, 26 Oct 2010 20:23:52 +0000 (UTC) (envelope-from bschmidt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1858F8FC12 for ; Tue, 26 Oct 2010 20:23:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QKNpKa009494 for ; Tue, 26 Oct 2010 20:23:51 GMT (envelope-from bschmidt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QKNpKO009493 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 20:23:51 GMT (envelope-from bschmidt@repoman.freebsd.org) Message-Id: <201010262023.o9QKNpKO009493@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bschmidt@repoman.freebsd.org using -f From: Bernhard Schmidt Date: Tue, 26 Oct 2010 20:23:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/conf files src/sys/modules/wlan Makefile src/sys/net80211 ieee80211_ratectl.c ieee80211_ratectl.h ieee80211_ratectl_none.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 20:23:52 -0000 bschmidt 2010-10-26 20:23:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/conf files sys/modules/wlan Makefile sys/net80211 ieee80211_ratectl.c ieee80211_ratectl.h Added files: (Branch: RELENG_8) sys/net80211 ieee80211_ratectl_none.c Log: SVN rev 214399 on 2010-10-26 20:23:29Z by bschmidt MFC r214069: Fix an undefined behaviour if the desired ratectl algo is not available. This can happen if the algos are built as modules but are not loaded. If the selected ratectl algo is not available, try to load it (The load module functions does nothing currently). Add a dummy ratectl algo which always selects the first available rate. Use that one if the desired algo is not available. Revision Changes Path 1.1459.2.38 +1 -0 src/sys/conf/files 1.19.2.4 +1 -1 src/sys/modules/wlan/Makefile 1.1.2.3 +18 -0 src/sys/net80211/ieee80211_ratectl.c 1.4.2.3 +2 -1 src/sys/net80211/ieee80211_ratectl.h 1.1.2.2 +113 -0 src/sys/net80211/ieee80211_ratectl_none.c (new) From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 21:23:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 962EE106566C for ; Tue, 26 Oct 2010 21:23:03 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 668438FC1B for ; Tue, 26 Oct 2010 21:23:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QLN2Fc025699 for ; Tue, 26 Oct 2010 21:23:02 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QLN2qr025698 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 21:23:02 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <201010262123.o9QLN2qr025698@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkim@repoman.freebsd.org using -f From: Jung-uk Kim Date: Tue, 26 Oct 2010 21:22:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 acpi.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 21:23:03 -0000 jkim 2010-10-26 21:22:55 UTC FreeBSD src repository Modified files: share/man/man4 acpi.4 Log: SVN rev 214401 on 2010-10-26 21:22:55Z by jkim Document newly added loader tunables "hw.acpi.install_interface" and "hw.acpi.remove_interface". Revision Changes Path 1.67 +21 -1 src/share/man/man4/acpi.4 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 21:24:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 473551065674 for ; Tue, 26 Oct 2010 21:24:09 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 318D78FC18 for ; Tue, 26 Oct 2010 21:24:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QLO9os025832 for ; Tue, 26 Oct 2010 21:24:09 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QLO9Xh025831 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 21:24:09 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010262124.o9QLO9Xh025831@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Tue, 26 Oct 2010 21:23:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/geom/class/cache geom_cache.c src/sbin/geom/class/eli geom_eli.c src/sbin/geom/class/journal geom_journal.c src/sbin/geom/class/mirror geom_mirror.c src/sbin/geom/class/nop geom_nop.c src/sbin/geom/class/sched geom_sched.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 21:24:09 -0000 pjd 2010-10-26 21:23:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/geom/class/cache geom_cache.c sbin/geom/class/eli geom_eli.c sbin/geom/class/journal geom_journal.c sbin/geom/class/mirror geom_mirror.c sbin/geom/class/nop geom_nop.c sbin/geom/class/sched geom_sched.c sbin/geom/class/stripe geom_stripe.c sbin/geom/class/virstor geom_virstor.c sbin/geom/core geom.c Log: SVN rev 214402 on 2010-10-26 21:23:55Z by pjd - Make it possible for default value to be const. - Default number is now also a string. Revision Changes Path 1.3.10.2 +8 -10 src/sbin/geom/class/cache/geom_cache.c 1.26.2.2 +25 -33 src/sbin/geom/class/eli/geom_eli.c 1.4.10.2 +1 -3 src/sbin/geom/class/journal/geom_journal.c 1.17.10.4 +9 -9 src/sbin/geom/class/mirror/geom_mirror.c 1.11.10.2 +9 -16 src/sbin/geom/class/nop/geom_nop.c 1.2.2.3 +5 -5 src/sbin/geom/class/sched/geom_sched.c 1.16.10.3 +3 -3 src/sbin/geom/class/stripe/geom_stripe.c 1.3.2.2 +5 -4 src/sbin/geom/class/virstor/geom_virstor.c 1.38.2.6 +1 -7 src/sbin/geom/core/geom.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 22:46:36 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 128111065788 for ; Tue, 26 Oct 2010 22:46:36 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB4778FC1D for ; Tue, 26 Oct 2010 22:46:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QMkZxl032769 for ; Tue, 26 Oct 2010 22:46:35 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QMkZ5C032768 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 22:46:35 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010262246.o9QMkZ5C032768@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Tue, 26 Oct 2010 22:46:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/eli geom_eli.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 22:46:36 -0000 pjd 2010-10-26 22:46:15 UTC FreeBSD src repository Modified files: sbin/geom/class/eli geom_eli.c Log: SVN rev 214404 on 2010-10-26 22:46:15Z by pjd Use fprintf(stderr) instead of gctl_error() to print a warning about too big sector size. When gctl error is set gctl_has_param() always returns 'false', which prevents geli(8) from finding some arguments and also masks an error, which is generates in such case. MFC after: 3 days Revision Changes Path 1.39 +2 -2 src/sbin/geom/class/eli/geom_eli.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 23:08:40 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25965106564A for ; Tue, 26 Oct 2010 23:08:40 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 101298FC08 for ; Tue, 26 Oct 2010 23:08:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QN8dDY035337 for ; Tue, 26 Oct 2010 23:08:39 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QN8dAh035336 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 23:08:39 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010262308.o9QN8dAh035336@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Tue, 26 Oct 2010 23:06:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/geom/class/eli geli.8 geom_eli.c src/sbin/geom/core geom.c src/sys/geom/eli g_eli.c g_eli.h g_eli_crypto.c g_eli_ctl.c g_eli_integrity.c g_eli_key.c g_eli_privacy.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 23:08:40 -0000 pjd 2010-10-26 23:06:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/geom/class/eli geli.8 geom_eli.c sbin/geom/core geom.c sys/geom/eli g_eli.c g_eli.h g_eli_crypto.c g_eli_ctl.c g_eli_integrity.c g_eli_key.c g_eli_privacy.c Log: SVN rev 214405 on 2010-10-26 23:06:53Z by pjd MFC r202976,r211927,r212845,r212846,r212934,r213055,r213056,r213057,r213058, r213059,r213060,r213062,r213063,r213067,r213070,r213071,r213072,r213073, r213164,r213165,r213172,r214116,r214118,r214133,r214163,r214225,r214226, r214227,r214228,r214229,r214404: r202976 (by trasz): Remove pointless assignment. Found with: clang r211927: Correct offset conversion to little endian. It was implemented in version 2, but because of a bug it was a no-op, so we were still using offsets in native byte order for the host. Do it properly this time, bump version to 4 and set the G_ELI_FLAG_NATIVE_BYTE_ORDER flag when version is under 4. Reported by: ivoras r212845 (by brian): Support attaching version 4 metadata Reviewed by: pjd r212846: Fix indent. r212934 (by brian): Add a geli resize subcommand to resize encrypted filesystems prior to growing the filesystem. Refuse to attach providers where the metadata provider size is wrong. This makes post-boot attaches behave consistently with pre-boot attaches. Also refuse to restore metadata to a provider of the wrong size without the new -f switch. The new -f switch forces the metadata restoration despite the provider size, and updates the provider size in the restored metadata to the correct value. Helped by: pjd Reviewed by: pjd r213055: When trashing metadata, flush after each write. r213056: Simplify code a bit by using g_*() API from libgeom. r213057: - Make use of g_*() API. - Flush cache after writing metadata. r213058: Because we first write metadata into new place and then trash old place we don't want situation where old size is equal to new size, as we will trash newly written metadata. r213059: - Use g_*() API when doing backups. - fsync() created files. r213060: - When trashing metadata, repeat overwrite kern.geom.eli.overwrites times. - Flush write cache after each write. r213062: Define default overwrite count, so that userland can use it. r213063: Make the code similar to the code in g_eli_integrity.c. r213067: Implement switching of data encryption key every 2^20 blocks. This ensures the same encryption key won't be used for more than 2^20 blocks (sectors). This will be the default now. r213070: Add support for AES-XTS. This will be the default now. r213071: Document AES-XTS. r213072: Update copyright years. r213073: Update copyright years. r213164: Ignore errors from BIO_FLUSH. It might confuse users that provider wasn't really killed. What we really care about are write errors only. r213165: Change g_eli_debug to int, so one can turn off any GELI output by setting kern.geom.eli.debug sysctl to -1. r213172: - Add support for loading passphrase from a file (-J and -j options). This is especially useful for things like installers, where regular geli prompt can't be used. - Add support for specifing multiple -K or -k options, so there is no need to cat all keyfiles and read them from standard input. Requested by: Kris Moore , thompsa r214116: - Add missing comments. - Make a comment consistent with others. r214118: Bring in geli suspend/resume functionality (finally). Before this change if you wanted to suspend your laptop and be sure that your encryption keys are safe, you had to stop all processes that use file system stored on encrypted device, unmount the file system and detach geli provider. This isn't very handy. If you are a lucky user of a laptop where suspend/resume actually works with FreeBSD (I'm not!) you most likely want to suspend your laptop, because you don't want to start everything over again when you turn your laptop back on. And this is where geli suspend/resume steps in. When you execute: # geli suspend -a geli will wait for all in-flight I/O requests, suspend new I/O requests, remove all geli sensitive data from the kernel memory (like encryption keys) and will wait for either 'geli resume' or 'geli detach'. Now with no keys in memory you can suspend your laptop without stopping any processes or unmounting any file systems. When you resume your laptop you have to resume geli devices using 'geli resume' command. You need to provide your passphrase, etc. again so the keys can be restored and suspended I/O requests released. Of course you need to remember that 'geli suspend' won't clear file system cache and other places where data from your geli-encrypted file system might be present. But to get rid of those stopping processes and unmounting file system won't help either - you have to turn your laptop off. Be warned. Also note, that suspending geli device which contains file system with geli utility (or anything used by 'geli resume') is not very good idea, as you won't be able to resume it - when you execute geli(8), the kernel will try to read it and this read I/O request will be suspended. r214133: Fix a bug introduced in r213067 where we use authentication key before initializing it. r214163: Free opencrypto sessions on suspend, as they also might keep encryption keys. r214225: Move sc_akeyctx and sc_ivctx initialization to the g_eli_mkey_propagate() function which eliminates code duplication and will ensure proper order of operation. r214226: Encryption keys array might be NULL if device is suspended. Check for this, so we don't panic when we detach suspended device. r214227: Add State tag, so 'geli status' will report active/suspended status, eg: # geli status Name Status Components da0.eli SUSPENDED da0 da1.eli ACTIVE da1 r214228: Close a race between checking if device is already suspended and suspending it. r214229: - Improve error messages, so instead of 'Not fully done', the user will get information that device is already suspended or that device is using one-time key and suspend is not supported. - 'geli suspend -a' silently skips devices that use one-time key, this is fine, but because we log which device were suspended on the console, log also which devices were skipped. r214404: Use fprintf(stderr) instead of gctl_error() to print a warning about too big sector size. When gctl error is set gctl_has_param() always returns 'false', which prevents geli(8) from finding some arguments and also masks an error, which is generates in such case. Revision Changes Path 1.25.2.2 +218 -30 src/sbin/geom/class/eli/geli.8 1.26.2.3 +516 -169 src/sbin/geom/class/eli/geom_eli.c 1.38.2.7 +4 -4 src/sbin/geom/core/geom.c 1.44.2.3 +271 -101 src/sys/geom/eli/g_eli.c 1.13.10.2 +72 -26 src/sys/geom/eli/g_eli.h 1.6.2.2 +14 -1 src/sys/geom/eli/g_eli_crypto.c 1.13.10.2 +208 -4 src/sys/geom/eli/g_eli_ctl.c 1.4.12.2 +14 -5 src/sys/geom/eli/g_eli_integrity.c 1.3.10.2 +93 -9 src/sys/geom/eli/g_eli_key.c 1.1.12.2 +68 -8 src/sys/geom/eli/g_eli_privacy.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 23:18:46 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C6B91065693 for ; Tue, 26 Oct 2010 23:18:46 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59CB78FC17 for ; Tue, 26 Oct 2010 23:18:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9QNIkwI036054 for ; Tue, 26 Oct 2010 23:18:46 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QNIkXK036053 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 23:18:46 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201010262318.o9QNIkXK036053@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Tue, 26 Oct 2010 23:18:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfs nfsclstate.h src/sys/fs/nfsclient nfs_clstate.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 23:18:46 -0000 rmacklem 2010-10-26 23:18:37 UTC FreeBSD src repository Modified files: sys/fs/nfs nfsclstate.h sys/fs/nfsclient nfs_clstate.c Log: SVN rev 214406 on 2010-10-26 23:18:37Z by rmacklem Add a flag to the experimental NFSv4 client to indicate when delegations are being returned for reasons other than a Recall. Also, re-organize nfscl_recalldeleg() slightly, so that it leaves clearing NMODIFIED to the ncl_flush() call and invalidates the attribute cache after flushing. It is hoped that these changes might fix the problem others have seen when using the NFSv4 client with delegations enabled, since I can't reliably reproduce the problem. These changes only affect the client when doing NFSv4 mounts with delegations enabled. MFC after: 10 days Revision Changes Path 1.4 +1 -0 src/sys/fs/nfs/nfsclstate.h 1.18 +23 -22 src/sys/fs/nfsclient/nfs_clstate.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 02:04:38 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E60A1065695 for ; Wed, 27 Oct 2010 02:04:38 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 322708FC0C for ; Wed, 27 Oct 2010 02:04:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9R24ciW062825 for ; Wed, 27 Oct 2010 02:04:38 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9R24cb8062824 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 02:04:38 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010270204.o9R24cb8062824@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 27 Oct 2010 02:04:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/pci if_rl.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 02:04:38 -0000 yongari 2010-10-27 02:04:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/pci if_rl.c Log: SVN rev 214407 on 2010-10-27 02:04:24Z by yongari MFC r213796: Rewrite interrupt handler to give fairness for both RX and TX. Previously rl(4) continuously checked whether there are RX events or TX completions in forever loop. This caused TX starvation under high RX load as well as consuming too much CPU cycles in the interrupt handler. If interrupt was shared with other devices which may be always true due to USB devices in these days, rl(4) also tried to process the interrupt. This means polling(4) was the only way to mitigate the these issues. To address these issues, rl(4) now disables interrupts when it knows the interrupt is ours and limit the number of iteration of the loop to 16. The interrupt would be enabled again before exiting interrupt handler if the driver is still running. Because RX buffer is 64KB in size, the number of iterations in the loop has nothing to do with number of RX packets being processed. This change ensures sending TX frames under high RX load. RX handler drops a driver lock to pass received frames to upper stack such that there is a window that user can down the interface. So rl(4) now checks whether driver is still running before serving RX or TX completion in the loop. While I'm here, exit interrupt handler when driver initialized controller. With this change, now rl(4) can send frames under high RX load even though the TX performance is still not good(rl(4) controllers can't queue more than 4 frames at a time so low TX performance was one of design issue of rl(4) controllers). It's much better than previous TX starvation and you should not notice RX performance drop with this change. Controller still shows poor performance under high network load but for many cases it's now usable without resorting to polling(4). Revision Changes Path 1.189.2.6 +28 -16 src/sys/pci/if_rl.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 02:07:44 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81C98106564A for ; Wed, 27 Oct 2010 02:07:44 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55ABC8FC0A for ; Wed, 27 Oct 2010 02:07:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9R27ici063116 for ; Wed, 27 Oct 2010 02:07:44 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9R27i5h063115 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 02:07:44 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010270207.o9R27i5h063115@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 27 Oct 2010 02:07:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/pci if_rl.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 02:07:44 -0000 yongari 2010-10-27 02:07:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pci if_rl.c Log: SVN rev 214408 on 2010-10-27 02:07:25Z by yongari MFC r213796: Rewrite interrupt handler to give fairness for both RX and TX. Previously rl(4) continuously checked whether there are RX events or TX completions in forever loop. This caused TX starvation under high RX load as well as consuming too much CPU cycles in the interrupt handler. If interrupt was shared with other devices which may be always true due to USB devices in these days, rl(4) also tried to process the interrupt. This means polling(4) was the only way to mitigate the these issues. To address these issues, rl(4) now disables interrupts when it knows the interrupt is ours and limit the number of iteration of the loop to 16. The interrupt would be enabled again before exiting interrupt handler if the driver is still running. Because RX buffer is 64KB in size, the number of iterations in the loop has nothing to do with number of RX packets being processed. This change ensures sending TX frames under high RX load. RX handler drops a driver lock to pass received frames to upper stack such that there is a window that user can down the interface. So rl(4) now checks whether driver is still running before serving RX or TX completion in the loop. While I'm here, exit interrupt handler when driver initialized controller. With this change, now rl(4) can send frames under high RX load even though the TX performance is still not good(rl(4) controllers can't queue more than 4 frames at a time so low TX performance was one of design issue of rl(4) controllers). It's much better than previous TX starvation and you should not notice RX performance drop with this change. Controller still shows poor performance under high network load but for many cases it's now usable without resorting to polling(4). Revision Changes Path 1.170.2.17 +28 -16 src/sys/pci/if_rl.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 02:33:05 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B28F4106564A for ; Wed, 27 Oct 2010 02:33:05 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 826528FC12 for ; Wed, 27 Oct 2010 02:33:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9R2X5aJ064988 for ; Wed, 27 Oct 2010 02:33:05 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9R2X56l064987 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 02:33:05 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010270233.o9R2X56l064987@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Wed, 27 Oct 2010 02:32:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_cpuset.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 02:33:05 -0000 davidxu 2010-10-27 02:32:54 UTC FreeBSD src repository Modified files: sys/kern kern_cpuset.c Log: SVN rev 214409 on 2010-10-27 02:32:54Z by davidxu If input parameter cpusetsize is zero, give userland size of cpuset mask kernel is using. Revision Changes Path 1.22 +4 -0 src/sys/kern/kern_cpuset.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 04:19:27 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 120481065670 for ; Wed, 27 Oct 2010 04:19:27 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9DD18FC1A for ; Wed, 27 Oct 2010 04:19:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9R4JQsl074941 for ; Wed, 27 Oct 2010 04:19:26 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9R4JQDg074940 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 04:19:26 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010270419.o9R4JQDg074940@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Wed, 27 Oct 2010 04:19:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_mutex.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 04:19:27 -0000 davidxu 2010-10-27 04:19:07 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_mutex.c Log: SVN rev 214410 on 2010-10-27 04:19:07Z by davidxu Remove locking and unlock in pthread_mutex_destroy, because it can not fix race condition in application code, as a result, the problem described in PR threads/151767 is avoided. Revision Changes Path 1.79 +2 -25 src/lib/libthr/thread/thr_mutex.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 07:15:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B33A010656A7 for ; Wed, 27 Oct 2010 07:15:03 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9AF7F8FC15 for ; Wed, 27 Oct 2010 07:15:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9R7F3C9001482 for ; Wed, 27 Oct 2010 07:15:03 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9R7F3G4001481 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 07:15:03 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <201010270715.o9R7F3G4001481@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Wed, 27 Oct 2010 07:14:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tzcode/stdtime asctime.c localtime.c src/contrib/tzcode/zic zic.8 zic.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 07:15:03 -0000 edwin 2010-10-27 07:14:46 UTC FreeBSD src repository Modified files: contrib/tzcode/stdtime asctime.c localtime.c contrib/tzcode/zic zic.8 zic.c Log: SVN rev 214411 on 2010-10-27 07:14:46Z by edwin Sync code with tzcode2010m asctime.c: * Set errno to EINVAL and return "??? ??? ?? ??:??:?? ????\n" if asctime_r is called with a NULL struct tm pointer. (Note that asctime_r is called by ctime_r and asctime; asctime is called by ctime.) localtime.c: * Set errno to EINVAL and return WRONG if time1 is called with a NULL struct tm pointer; avoid dereference if a NULL struct tm pointer is passed to timelocal, timegm, or timeoff. (Note that time1 is called by mktime, timegm, and timeoff; mktime is called by timelocal.) * more core-avoidance work * Change to set timezone and altzone based on time types with greatest transition times (for the benefit of Asia/Seoul). zic.8: * Warning about case-sensitivity of names, but not of abbrevations zic.c: * Conditionally output extra types with most-recently-use offsets last (for use by systems with pre-2011 versions of localtime.c, helping to ensure that globals "altzone and "timezone" get set correctly). The code has been running for nearly four weeks on my laptop running FreeBSD 8.1 without a problem. MFC after: 1 month Revision Changes Path 1.2 +8 -5 src/contrib/tzcode/stdtime/asctime.c 1.2 +23 -22 src/contrib/tzcode/stdtime/localtime.c 1.3 +4 -1 src/contrib/tzcode/zic/zic.8 1.2 +48 -1 src/contrib/tzcode/zic/zic.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 09:30:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D42A1065679 for ; Wed, 27 Oct 2010 09:30:09 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E46908FC0A for ; Wed, 27 Oct 2010 09:30:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9R9U8ZN024233 for ; Wed, 27 Oct 2010 09:30:08 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9R9U8BE024232 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 09:30:08 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010270930.o9R9U8BE024232@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Wed, 27 Oct 2010 09:29:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_attr.c src/sys/kern kern_cpuset.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 09:30:09 -0000 davidxu 2010-10-27 09:29:03 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_attr.c sys/kern kern_cpuset.c Log: SVN rev 214412 on 2010-10-27 09:29:03Z by davidxu - Revert r214409. - Use long word to figure out sizeof kernel cpuset, hope it works. Revision Changes Path 1.17 +6 -5 src/lib/libthr/thread/thr_attr.c 1.23 +0 -4 src/sys/kern/kern_cpuset.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 10:00:12 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 184191065670 for ; Wed, 27 Oct 2010 10:00:12 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43B578FC1D for ; Wed, 27 Oct 2010 10:00:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RA00h6026372 for ; Wed, 27 Oct 2010 10:00:00 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RA00Fw026371 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 10:00:00 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010271000.o9RA00Fw026371@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Wed, 27 Oct 2010 09:59:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_attr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 10:00:12 -0000 davidxu 2010-10-27 09:59:43 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_attr.c Log: SVN rev 214413 on 2010-10-27 09:59:43Z by davidxu Check small set and reject it, this is how kernel did. Always use the size kernel is using. Revision Changes Path 1.18 +32 -37 src/lib/libthr/thread/thr_attr.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 12:51:52 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8C2B1065675 for ; Wed, 27 Oct 2010 12:51:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC9678FC24 for ; Wed, 27 Oct 2010 12:51:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RCpqMY052832 for ; Wed, 27 Oct 2010 12:51:52 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RCpqZD052831 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 12:51:52 GMT (envelope-from bapt@repoman.freebsd.org) Message-Id: <201010271251.o9RCpqZD052831@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bapt@repoman.freebsd.org using -f From: Baptiste Daroussin Date: Wed, 27 Oct 2010 12:51:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/misc committers-ports.dot X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 12:51:52 -0000 bapt 2010-10-27 12:51:36 UTC FreeBSD src repository Modified files: share/misc committers-ports.dot Log: SVN rev 214414 on 2010-10-27 12:51:36Z by bapt Add attachement to my mentors Reporter by: wxs (on irc) Revision Changes Path 1.99 +3 -0 src/share/misc/committers-ports.dot From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 13:10:28 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98EDE1065670 for ; Wed, 27 Oct 2010 13:10:28 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 86A8F8FC1A for ; Wed, 27 Oct 2010 13:10:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RDASoH055199 for ; Wed, 27 Oct 2010 13:10:28 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RDASXM055198 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 13:10:28 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201010271310.o9RDASXM055198@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Wed, 27 Oct 2010 13:10:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/rpc clnt_dg.c clnt_vc.c rpc_generic.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 13:10:28 -0000 rmacklem 2010-10-27 13:10:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/rpc clnt_dg.c clnt_vc.c rpc_generic.c Log: SVN rev 214415 on 2010-10-27 13:10:08Z by rmacklem MFC: r213756 Fix the krpc so that it can handle NFSv3,UDP mounts with a read/write data size greater than 8192. Since soreserve(so, 256*1024, 256*1024) would always fail for the default value of sb_max, modify clnt_dg.c so that it uses the calculated values and checks for an error return from soreserve(). Also, add a check for error return from soreserve() to clnt_vc.c and change __rpc_get_t_size() to use sb_max_adj instead of the bogus maxsize == 256*1024. Revision Changes Path 1.7.2.4 +7 -1 src/sys/rpc/clnt_dg.c 1.8.2.4 +9 -3 src/sys/rpc/clnt_vc.c 1.4.2.4 +4 -3 src/sys/rpc/rpc_generic.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 14:08:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9776106566C for ; Wed, 27 Oct 2010 14:08:59 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AD7A48FC1C for ; Wed, 27 Oct 2010 14:08:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RE8x6o060491 for ; Wed, 27 Oct 2010 14:08:59 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RE8x9n060490 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 14:08:59 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201010271408.o9RE8x9n060490@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Wed, 27 Oct 2010 14:08:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/nfsclient nfs_vfsops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 14:08:59 -0000 jh 2010-10-27 14:08:37 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vfsops.c Log: SVN rev 214418 on 2010-10-27 14:08:37Z by jh Add missing "readahead" to the nfs_opts list. PR: 151321 Tested by: Simon Walton MFC after: 2 weeks Revision Changes Path 1.238 +4 -4 src/sys/nfsclient/nfs_vfsops.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 14:11:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74B32106566C for ; Wed, 27 Oct 2010 14:11:20 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48C028FC15 for ; Wed, 27 Oct 2010 14:11:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9REBKVk060773 for ; Wed, 27 Oct 2010 14:11:20 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9REBKh6060772 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 14:11:20 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201010271411.o9REBKh6060772@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Wed, 27 Oct 2010 14:11:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 14:11:20 -0000 jh 2010-10-27 14:11:11 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.c Log: SVN rev 214419 on 2010-10-27 14:11:11Z by jh Correct a typo. PR: 151321 Submitted by: Simon Walton MFC after: 3 days Revision Changes Path 1.94 +1 -1 src/sbin/mount_nfs/mount_nfs.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 15:45:22 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 914B5106564A for ; Wed, 27 Oct 2010 15:45:22 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7BF0A8FC1F for ; Wed, 27 Oct 2010 15:45:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RFjMgs068542 for ; Wed, 27 Oct 2010 15:45:22 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RFjMjU068541 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 15:45:22 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010271545.o9RFjMjU068541@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 27 Oct 2010 15:44:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/fs/cd9660 cd9660_mount.h cd9660_vfsops.c src/sys/fs/hpfs hpfs_vfsops.c hpfsmount.h src/sys/fs/msdosfs msdosfs_vfsops.c msdosfsmount.h src/sys/fs/ntfs ntfs_vfsops.c ntfsmount.h src/sys/gnu/fs/reiserfs reiserfs_mount.h ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 15:45:22 -0000 kib 2010-10-27 15:44:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/cd9660 cd9660_mount.h cd9660_vfsops.c sys/fs/hpfs hpfs_vfsops.c hpfsmount.h sys/fs/msdosfs msdosfs_vfsops.c msdosfsmount.h sys/fs/ntfs ntfs_vfsops.c ntfsmount.h sys/gnu/fs/reiserfs reiserfs_mount.h reiserfs_vfsops.c sys/kern vfs_mount.c sys/sys mount.h sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufsmount.h Log: SVN rev 214420 on 2010-10-27 15:44:49Z by kib MFC r213664: The r184588 changed the layout of struct export_args, causing an ABI breakage for old mount(2) syscall, since most struct _args embed export_args. The mount(2) is supposed to provide ABI compatibility for pre-nmount mount(8) binaries, so restore ABI to pre-r184588. Revision Changes Path 1.9.10.2 +1 -1 src/sys/fs/cd9660/cd9660_mount.h 1.164.2.3 +3 -1 src/sys/fs/cd9660/cd9660_vfsops.c 1.68.2.2 +3 -1 src/sys/fs/hpfs/hpfs_vfsops.c 1.1.56.2 +1 -1 src/sys/fs/hpfs/hpfsmount.h 1.193.2.7 +3 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.40.2.3 +1 -1 src/sys/fs/msdosfs/msdosfsmount.h 1.96.2.2 +5 -3 src/sys/fs/ntfs/ntfs_vfsops.c 1.8.32.2 +1 -1 src/sys/fs/ntfs/ntfsmount.h 1.2.22.2 +1 -1 src/sys/gnu/fs/reiserfs/reiserfs_mount.h 1.14.2.2 +3 -1 src/sys/gnu/fs/reiserfs/reiserfs_vfsops.c 1.312.2.4 +8 -0 src/sys/kern/vfs_mount.c 1.249.2.4 +2 -0 src/sys/sys/mount.h 1.366.2.7 +3 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.39.2.2 +1 -1 src/sys/ufs/ufs/ufsmount.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 15:57:31 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49B26106566B for ; Wed, 27 Oct 2010 15:57:31 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 359698FC12 for ; Wed, 27 Oct 2010 15:57:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RFvVAU069422 for ; Wed, 27 Oct 2010 15:57:31 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RFvVQ7069421 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 15:57:31 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010271557.o9RFvVQ7069421@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 27 Oct 2010 15:57:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/svr4 svr4_sysvec.c src/sys/i386/ibcs2 ibcs2_sysvec.c src/sys/i386/linux linux_sysvec.c src/sys/sys exec.h module.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 15:57:31 -0000 kib 2010-10-27 15:57:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/amd64/linux32 linux32_sysvec.c sys/compat/svr4 svr4_sysvec.c sys/i386/ibcs2 ibcs2_sysvec.c sys/i386/linux linux_sysvec.c sys/sys exec.h module.h Log: SVN rev 214421 on 2010-10-27 15:57:17Z by kib MFC r213716: Add macro DECLARE_MODULE_TIED to denote a module as requiring the kernel of exactly the same __FreeBSD_version as the headers module was compiled against. Mark our in-tree ABI emulators with DECLARE_MODULE_TIED. The modules use kernel interfaces that the Release Engineering Team feel are not stable enough to guarantee they will not change during the life cycle of a STABLE branch. In particular, the layout of struct sysentvec is declared to be not part of the STABLE KBI. Revision Changes Path 1.52.2.5 +1 -1 src/sys/amd64/linux32/linux32_sysvec.c 1.50.2.2 +1 -1 src/sys/compat/svr4/svr4_sysvec.c 1.34.2.2 +1 -1 src/sys/i386/ibcs2/ibcs2_sysvec.c 1.167.2.4 +1 -1 src/sys/i386/linux/linux_sysvec.c 1.32.22.2 +2 -1 src/sys/sys/exec.h 1.25.2.2 +15 -2 src/sys/sys/module.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 16:02:22 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BC14106566C for ; Wed, 27 Oct 2010 16:02:22 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79A688FC1A for ; Wed, 27 Oct 2010 16:02:22 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RG2MN9069787 for ; Wed, 27 Oct 2010 16:02:22 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RG2Miu069786 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 16:02:22 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010271602.o9RG2Miu069786@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 27 Oct 2010 16:01:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man9 Makefile vput.9 vrele.9 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 16:02:22 -0000 kib 2010-10-27 16:01:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man9 Makefile vrele.9 Removed files: (Branch: RELENG_8) share/man/man9 vput.9 Log: SVN rev 214422 on 2010-10-27 16:01:57Z by kib MFC r213983: Document vunref(9), add some important notes for vrele(9) and vput(9). Merge all three manpages to one, removing separate file for vput(9). MFC r214061 (by uqs): mdoc: fix markup typo. Revision Changes Path 1.357.2.12 +2 -1 src/share/man/man9/Makefile 1.12.2.3 +0 -63 src/share/man/man9/vput.9 (dead) 1.13.2.3 +47 -7 src/share/man/man9/vrele.9 From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 16:46:53 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5A5A1065675 for ; Wed, 27 Oct 2010 16:46:53 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D36668FC0C for ; Wed, 27 Oct 2010 16:46:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RGkr3s074154 for ; Wed, 27 Oct 2010 16:46:53 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RGkrca074153 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 16:46:53 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201010271646.o9RGkrca074153@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Wed, 27 Oct 2010 16:46:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 amd64_mem.c pmap.c src/sys/amd64/include pmap.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 16:46:54 -0000 alc 2010-10-27 16:46:37 UTC FreeBSD src repository Modified files: sys/amd64/amd64 amd64_mem.c pmap.c sys/amd64/include pmap.h Log: SVN rev 214425 on 2010-10-27 16:46:37Z by alc [1] According to the x86 architectural specifications, no virtual-to- physical page mapping should span two or more MTRRs of different types. Add a pmap function, pmap_demote_DMAP(), by which the MTRR module can ensure that the direct map region doesn't have such a mapping. [2] Fix a couple of nearby style errors in amd64_mrset(). [3] Re-enable the use of 1GB page mappings for implementing the direct map. (See also r197580 and r213897.) Tested by: kib@ on a Westmere-family processor [3] MFC after: 3 weeks Revision Changes Path 1.34 +36 -2 src/sys/amd64/amd64/amd64_mem.c 1.713 +53 -4 src/sys/amd64/amd64/pmap.c 1.155 +1 -0 src/sys/amd64/include/pmap.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 17:14:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DFD91065693 for ; Wed, 27 Oct 2010 17:14:00 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 31E3D8FC08 for ; Wed, 27 Oct 2010 17:14:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RHE05R088041 for ; Wed, 27 Oct 2010 17:14:00 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RHE0L9088040 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 17:14:00 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010271714.o9RHE0L9088040@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Wed, 27 Oct 2010 17:13:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release fixit.profile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 17:14:00 -0000 delphij 2010-10-27 17:13:38 UTC FreeBSD src repository Modified files: release fixit.profile Log: SVN rev 214426 on 2010-10-27 17:13:38Z by delphij Add a short note about kernel modules in FIXIT mode. MFC after: 1 month Revision Changes Path 1.14 +4 -0 src/release/fixit.profile From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 17:16:51 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 823DE106566C for ; Wed, 27 Oct 2010 17:16:51 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 562218FC13 for ; Wed, 27 Oct 2010 17:16:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RHGpXI088268 for ; Wed, 27 Oct 2010 17:16:51 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RHGpNu088267 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 17:16:51 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010271716.o9RHGpNu088267@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 27 Oct 2010 17:16:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii brgphy.c miidevs X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 17:16:51 -0000 yongari 2010-10-27 17:16:40 UTC FreeBSD src repository Modified files: sys/dev/mii brgphy.c miidevs Log: SVN rev 214427 on 2010-10-27 17:16:40Z by yongari Add BCM5717C 10/100/1000TX PHY id. Revision Changes Path 1.95 +5 -0 src/sys/dev/mii/brgphy.c 1.75 +2 -0 src/sys/dev/mii/miidevs From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 17:20:42 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B16D1065670 for ; Wed, 27 Oct 2010 17:20:42 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 591B08FC15 for ; Wed, 27 Oct 2010 17:20:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RHKghh088587 for ; Wed, 27 Oct 2010 17:20:42 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RHKg2n088586 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 17:20:42 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010271720.o9RHKg2n088586@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 27 Oct 2010 17:20:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 17:20:42 -0000 yongari 2010-10-27 17:20:19 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: SVN rev 214428 on 2010-10-27 17:20:19Z by yongari Add initial BCM5718 family support. The BCM5718 family includes the dual port BCM5717 and BCM5718 devices which are intended for mainstream workstation and entry-level server designs and represents the twelfth generation of NetXtreme Ethernet controllers. This family is the successor to the BCM5714/BCM5715 family and supports IPv4/IPv6 checksum offloading, TSO, VLAN hardware tagging, jumbo frames, MSI/MSIX, IOV, RSS and TSS. This change set supports all hardware features except IOV and RSS/TSS. Unlike its predecessors, only extended RX buffer descriptors can be posted to the jumbo producer ring. Single RX buffer descriptors for jumbo frame are not supported. RSS requires a more substantial set of changes and will apply to a larger set of NetXtreme devices so RSS/TSS multi-queue support will be implemented in a future releases. Special thanks to Broadcom who kindly sent a sample board to me and to davidch who gave provided the initial support code. Submitted by: davidch (initial version) HW donated by: Broadcom Revision Changes Path 1.332 +250 -67 src/sys/dev/bge/if_bge.c 1.116 +40 -2 src/sys/dev/bge/if_bgereg.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 17:38:18 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C315B1065679 for ; Wed, 27 Oct 2010 17:38:18 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 969498FC16 for ; Wed, 27 Oct 2010 17:38:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RHcIum089851 for ; Wed, 27 Oct 2010 17:38:18 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RHcIKU089850 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 17:38:18 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010271738.o9RHcIKU089850@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Wed, 27 Oct 2010 17:38:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_device.c usb_hub.c usbdi.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 17:38:18 -0000 hselasky 2010-10-27 17:38:05 UTC FreeBSD src repository Modified files: sys/dev/usb usb_device.c usb_hub.c usbdi.h Log: SVN rev 214429 on 2010-10-27 17:38:05Z by hselasky Add support for setting per-interface PnP information. Submitted by: Nick Hibma Approved by: thompsa (mentor) Revision Changes Path 1.67 +46 -4 src/sys/dev/usb/usb_device.c 1.44 +4 -2 src/sys/dev/usb/usb_hub.c 1.77 +3 -0 src/sys/dev/usb/usbdi.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 18:47:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E707B106564A for ; Wed, 27 Oct 2010 18:47:09 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BAF288FC08 for ; Wed, 27 Oct 2010 18:47:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RIl97w095808 for ; Wed, 27 Oct 2010 18:47:09 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RIl9Dn095807 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 18:47:09 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010271847.o9RIl9Dn095807@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Wed, 27 Oct 2010 18:46:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/cddl/lib/drti Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 18:47:10 -0000 rpaulo 2010-10-27 18:46:56 UTC FreeBSD src repository Modified files: cddl/lib/drti Makefile Log: SVN rev 214430 on 2010-10-27 18:46:56Z by rpaulo Use ${PICFLAG} instead of -fpic. Revision Changes Path 1.5 +1 -1 src/cddl/lib/drti/Makefile From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 18:48:45 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C26D106564A for ; Wed, 27 Oct 2010 18:48:45 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 504D98FC14 for ; Wed, 27 Oct 2010 18:48:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RImjQQ095910 for ; Wed, 27 Oct 2010 18:48:45 GMT (envelope-from des@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RImjoL095909 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 18:48:45 GMT (envelope-from des@repoman.freebsd.org) Message-Id: <201010271848.o9RImjoL095909@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to des@repoman.freebsd.org using -f From: Dag-Erling Smorgrav Date: Wed, 27 Oct 2010 18:48:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/rm rm.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 18:48:45 -0000 des 2010-10-27 18:48:23 UTC FreeBSD src repository Modified files: bin/rm rm.1 Log: SVN rev 214431 on 2010-10-27 18:48:23Z by des Language cleanup. Revision Changes Path 1.46 +3 -3 src/bin/rm/rm.1 From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 19:01:21 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB4EB1065743 for ; Wed, 27 Oct 2010 19:01:21 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 812978FC1B for ; Wed, 27 Oct 2010 19:01:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RJ1Lvq096854 for ; Wed, 27 Oct 2010 19:01:21 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RJ1LrV096853 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 19:01:21 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010271901.o9RJ1LrV096853@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 27 Oct 2010 19:01:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 re.4 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 19:01:21 -0000 yongari 2010-10-27 19:01:09 UTC FreeBSD src repository Modified files: share/man/man4 re.4 Log: SVN rev 214432 on 2010-10-27 19:01:09Z by yongari Use shorten model name and add RTL8168, RTL8111 to the list of supported device. re(4) had been supported all variants of RTL8168, RTL8111 and RTL810x. I think this change will cover all controllers supported by re(4). MFC after: 1 week Revision Changes Path 1.24 +10 -10 src/share/man/man4/re.4 From owner-cvs-src-old@FreeBSD.ORG Wed Oct 27 21:02:18 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 136E71065780 for ; Wed, 27 Oct 2010 21:02:18 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB95F8FC18 for ; Wed, 27 Oct 2010 21:02:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9RL2HiR018693 for ; Wed, 27 Oct 2010 21:02:17 GMT (envelope-from jamie@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9RL2HKj018692 for cvs-src-old@freebsd.org; Wed, 27 Oct 2010 21:02:17 GMT (envelope-from jamie@repoman.freebsd.org) Message-Id: <201010272102.o9RL2HKj018692@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jamie@repoman.freebsd.org using -f From: Jamie Gritton Date: Wed, 27 Oct 2010 21:01:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libjail jail.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 21:02:18 -0000 jamie 2010-10-27 21:01:53 UTC FreeBSD src repository Modified files: lib/libjail jail.c Log: SVN rev 214434 on 2010-10-27 21:01:53Z by jamie Find a jail's type as part of jailparam_init rather than waiting until it's absolutely necessary. MFC after: 1 week Revision Changes Path 1.9 +4 -10 src/lib/libjail/jail.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 00:17:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C70A106564A for ; Thu, 28 Oct 2010 00:17:09 +0000 (UTC) (envelope-from jfv@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 602EB8FC12 for ; Thu, 28 Oct 2010 00:17:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9S0H9dI037064 for ; Thu, 28 Oct 2010 00:17:09 GMT (envelope-from jfv@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9S0H97j037063 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 00:17:09 GMT (envelope-from jfv@repoman.freebsd.org) Message-Id: <201010280017.o9S0H97j037063@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jfv@repoman.freebsd.org using -f From: Jack F Vogel Date: Thu, 28 Oct 2010 00:16:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/e1000 if_em.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 00:17:09 -0000 jfv 2010-10-28 00:16:54 UTC FreeBSD src repository Modified files: sys/dev/e1000 if_em.c Log: SVN rev 214441 on 2010-10-28 00:16:54Z by jfv In the data setup code for doing offloads the ip and tcp pointers were not reset after some pullups. In practice this led to an NFS mount failure when using UDP reported by Kevin Lo, thanks Kevin. Fix from yongari, thank you! Revision Changes Path 1.60 +6 -1 src/sys/dev/e1000/if_em.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 00:54:30 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A74C51065698 for ; Thu, 28 Oct 2010 00:54:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 950078FC1D for ; Thu, 28 Oct 2010 00:54:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9S0sUCs050618 for ; Thu, 28 Oct 2010 00:54:30 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9S0sUI8050617 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 00:54:30 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <201010280054.o9S0sUI8050617@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Thu, 28 Oct 2010 00:54:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/lpr/lpr lpr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 00:54:30 -0000 edwin 2010-10-28 00:54:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/lpr/lpr lpr.c Log: SVN rev 214442 on 2010-10-28 00:54:18Z by edwin MFC of 214124 Fix printing of files located on ZFS filesystem with an st_dev or st_ino larger than 2**31. From the PR: Printing from a ZFS filesystem using 'lp' fails and returns an email reporting "Your printer job was not printed because it was not linked to the original file". In order to protect against files being switched when files are printed using 'lp' or 'lpr -s', the st_dev and st_ino values for the original file are saved by lpr and verified by lpd before the file is printed. Unfortunately, lpr prints both values using '%d' (although both fields are unsigned) and lpd(8) assumes a string of decimal digits. ZFS (at least) generates st_dev values greater than 2^31-1, resulting in negative values being printed - which lpd cannot parse, leading it to report that the file has been switched. A similar problem would occur with large inode numbers. How-To-Repeat: Find a file with either st_dev or st_ino greater than 2^31-1 (stat(1) will report both numbers) and print it with 'lpq -s'. This should generate an email reporting that the file could not be printed because it was not linked to the original file PR: bin/151567 Submitted by: Peter Jeremy Revision Changes Path 1.44.32.2 +1 -1 src/usr.sbin/lpr/lpr/lpr.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 02:59:37 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 213F0106564A for ; Thu, 28 Oct 2010 02:59:37 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E8B788FC14 for ; Thu, 28 Oct 2010 02:59:36 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9S2xawq061685 for ; Thu, 28 Oct 2010 02:59:36 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9S2xa26061684 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 02:59:36 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010280259.o9S2xa26061684@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Thu, 28 Oct 2010 02:59:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man3 pthread_attr_affinity_np.3 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 02:59:37 -0000 davidxu 2010-10-28 02:59:25 UTC FreeBSD src repository Modified files: share/man/man3 pthread_attr_affinity_np.3 Log: SVN rev 214443 on 2010-10-28 02:59:25Z by davidxu Follow the change made in libthr, add ERANGE error code and more EINVAL error cases. Revision Changes Path 1.3 +12 -2 src/share/man/man3/pthread_attr_affinity_np.3 From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 04:14:42 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7F701065693 for ; Thu, 28 Oct 2010 04:14:42 +0000 (UTC) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B5BEE8FC15 for ; Thu, 28 Oct 2010 04:14:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9S4Eg4m069454 for ; Thu, 28 Oct 2010 04:14:42 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9S4Eg8L069453 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 04:14:42 GMT (envelope-from gibbs@repoman.freebsd.org) Message-Id: <201010280414.o9S4Eg8L069453@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gibbs@repoman.freebsd.org using -f From: "Justin T. Gibbs" Date: Thu, 28 Oct 2010 04:14:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/xen/blkback blkback.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 04:14:42 -0000 gibbs 2010-10-28 04:14:28 UTC FreeBSD src repository Modified files: sys/dev/xen/blkback blkback.c Log: SVN rev 214444 on 2010-10-28 04:14:28Z by gibbs sys/dev/xen/blkback/blkback.c: In xbb_detach() only perform cleanup of our taskqueue and device statistics structures if they have been initialized. This avoids a panic when xbb_detach() is called on a partially initialized device instance, due to an early failure in attach. Sponsored by: Spectra Logic Corporation Revision Changes Path 1.7 +5 -2 src/sys/dev/xen/blkback/blkback.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 06:45:34 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53824106566B for ; Thu, 28 Oct 2010 06:45:34 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2637F8FC15 for ; Thu, 28 Oct 2010 06:45:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9S6jYBu093699 for ; Thu, 28 Oct 2010 06:45:34 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9S6jYKx093698 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 06:45:34 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201010280645.o9S6jYKx093698@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Thu, 28 Oct 2010 06:45:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend-query disk-info.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 06:45:34 -0000 imp 2010-10-28 06:45:20 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend-query disk-info.sh Log: SVN rev 214445 on 2010-10-28 06:45:20Z by imp Turns out we need functions.sh in this file for convert_to_megabytes call. Revision Changes Path 1.6 +1 -1 src/usr.sbin/pc-sysinstall/backend-query/disk-info.sh From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 07:58:35 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FF5C1065694 for ; Thu, 28 Oct 2010 07:58:35 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8A76B8FC14 for ; Thu, 28 Oct 2010 07:58:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9S7wZ5Q099795 for ; Thu, 28 Oct 2010 07:58:35 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9S7wZ1t099793 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 07:58:35 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010280758.o9S7wZ1t099793@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Thu, 28 Oct 2010 07:58:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 mptable.c mptable_pci.c src/sys/conf files.amd64 files.i386 files.pc98 src/sys/i386/i386 mptable.c mptable_pci.c src/sys/x86/x86 mptable.c mptable_pci.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 07:58:35 -0000 attilio 2010-10-28 07:58:06 UTC FreeBSD src repository Modified files: sys/conf files.amd64 files.i386 files.pc98 Added files: sys/x86/x86 mptable.c mptable_pci.c Removed files: sys/amd64/amd64 mptable.c mptable_pci.c sys/i386/i386 mptable.c mptable_pci.c Log: SVN rev 214446 on 2010-10-28 07:58:06Z by attilio Merge the mptable support from MD bits to x86 subtree. Sponsored by: Sandvine Incorporated Discussed with: jhb Revision Changes Path 1.242 +0 -1042 src/sys/amd64/amd64/mptable.c (dead) 1.10 +0 -177 src/sys/amd64/amd64/mptable_pci.c (dead) 1.171 +2 -2 src/sys/conf/files.amd64 1.654 +2 -2 src/sys/conf/files.i386 1.391 +2 -2 src/sys/conf/files.pc98 1.247 +0 -1051 src/sys/i386/i386/mptable.c (dead) 1.10 +0 -177 src/sys/i386/i386/mptable_pci.c (dead) 1.1 +1055 -0 src/sys/x86/x86/mptable.c (new) 1.1 +177 -0 src/sys/x86/x86/mptable_pci.c (new) From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 11:09:29 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DEBD106566B for ; Thu, 28 Oct 2010 11:09:29 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 41FF18FC2B for ; Thu, 28 Oct 2010 11:09:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SB9TBm029106 for ; Thu, 28 Oct 2010 11:09:29 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SB9TBM029105 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 11:09:29 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010281109.o9SB9TBM029105@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Thu, 28 Oct 2010 11:09:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rtadvd rtadvd.conf.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 11:09:29 -0000 bz 2010-10-28 11:09:12 UTC FreeBSD src repository Modified files: usr.sbin/rtadvd rtadvd.conf.5 Log: SVN rev 214447 on 2010-10-28 11:09:12Z by bz Correct a typo. MFC after: 3 days Revision Changes Path 1.17 +1 -1 src/usr.sbin/rtadvd/rtadvd.conf.5 From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 13:44:46 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16EA41065740 for ; Thu, 28 Oct 2010 13:44:46 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0496E8FC0C for ; Thu, 28 Oct 2010 13:44:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SDijPW053584 for ; Thu, 28 Oct 2010 13:44:45 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SDij78053583 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 13:44:45 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201010281344.o9SDij78053583@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 28 Oct 2010 13:44:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 intr_machdep.c src/sys/i386/i386 intr_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 13:44:46 -0000 jhb 2010-10-28 13:44:19 UTC FreeBSD src repository Modified files: sys/amd64/amd64 intr_machdep.c sys/i386/i386 intr_machdep.c Log: SVN rev 214448 on 2010-10-28 13:44:19Z by jhb Use 'PCPU_GET(apic_id)' to determine the BSP's APIC ID on a UP machine when routing interrupts instead of cpu_apic_ids[0] since cpu_apic_ids[] is only populated for multiple-CPU machines. This also matches what the code does when SMP is not enabled. PR: bin/151616 Tested by: "Damian S. Kolodziejczyk" damkol | gmail Submitted by: avg MFC after: 1 week Revision Changes Path 1.52 +1 -1 src/sys/amd64/amd64/intr_machdep.c 1.47 +1 -1 src/sys/i386/i386/intr_machdep.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 14:17:25 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 446B31065674 for ; Thu, 28 Oct 2010 14:17:25 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 18C8C8FC15 for ; Thu, 28 Oct 2010 14:17:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SEHOkt057963 for ; Thu, 28 Oct 2010 14:17:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SEHOUK057962 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 14:17:24 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201010281417.o9SEHOUK057962@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 28 Oct 2010 14:17:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern init_main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 14:17:25 -0000 jhb 2010-10-28 14:17:06 UTC FreeBSD src repository Modified files: sys/kern init_main.c Log: SVN rev 214449 on 2010-10-28 14:17:06Z by jhb Set bootverbose directly in mi_startup() rather than via a SYSINIT. This ensures 'bootverbose' is in a valid state for all SYSINITs. Reported by: avg MFC after: 1 week Revision Changes Path 1.317 +3 -9 src/sys/kern/init_main.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 15:31:36 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26A081065674 for ; Thu, 28 Oct 2010 15:31:36 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFE218FC21 for ; Thu, 28 Oct 2010 15:31:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SFVZjY067492 for ; Thu, 28 Oct 2010 15:31:35 GMT (envelope-from pluknet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SFVZqk067490 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 15:31:35 GMT (envelope-from pluknet@repoman.freebsd.org) Message-Id: <201010281531.o9SFVZqk067490@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pluknet@repoman.freebsd.org using -f From: Sergey Kandaurov Date: Thu, 28 Oct 2010 15:31:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/mfi mfireg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 15:31:36 -0000 pluknet 2010-10-28 15:31:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mfi mfireg.h Log: SVN rev 214451 on 2010-10-28 15:31:18Z by pluknet MFC r214130. Update PD state firmware definitions: add copyback, system. Approved by: kib (mentor) Revision Changes Path 1.12.2.3 +3 -1 src/sys/dev/mfi/mfireg.h From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 15:38:26 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 808FB106566C for ; Thu, 28 Oct 2010 15:38:26 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53C648FC19 for ; Thu, 28 Oct 2010 15:38:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SFcQHF068297 for ; Thu, 28 Oct 2010 15:38:26 GMT (envelope-from pluknet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SFcQBv068296 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 15:38:26 GMT (envelope-from pluknet@repoman.freebsd.org) Message-Id: <201010281538.o9SFcQBv068296@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pluknet@repoman.freebsd.org using -f From: Sergey Kandaurov Date: Thu, 28 Oct 2010 15:37:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/mfi mfireg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 15:38:26 -0000 pluknet 2010-10-28 15:37:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/mfi mfireg.h Log: SVN rev 214452 on 2010-10-28 15:37:58Z by pluknet MFC r214130. Update PD state firmware definitions: add copyback, system. Approved by: kib (mentor) Revision Changes Path 1.10.2.4 +3 -1 src/sys/dev/mfi/mfireg.h From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 15:41:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E7F4106566B for ; Thu, 28 Oct 2010 15:41:47 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 520AF8FC18 for ; Thu, 28 Oct 2010 15:41:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SFflgc068722 for ; Thu, 28 Oct 2010 15:41:47 GMT (envelope-from pluknet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SFfl1k068721 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 15:41:47 GMT (envelope-from pluknet@repoman.freebsd.org) Message-Id: <201010281541.o9SFfl1k068721@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pluknet@repoman.freebsd.org using -f From: Sergey Kandaurov Date: Thu, 28 Oct 2010 15:41:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/mfiutil mfi_drive.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 15:41:47 -0000 pluknet 2010-10-28 15:41:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/mfiutil mfi_drive.c Log: SVN rev 214453 on 2010-10-28 15:41:28Z by pluknet MFC r214131. Enable copyback and system PD states. Approved by: kib (mentor) Revision Changes Path 1.2.2.3 +4 -0 src/usr.sbin/mfiutil/mfi_drive.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 15:43:23 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7474C106564A for ; Thu, 28 Oct 2010 15:43:23 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 480C78FC0C for ; Thu, 28 Oct 2010 15:43:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SFhN7R068977 for ; Thu, 28 Oct 2010 15:43:23 GMT (envelope-from pluknet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SFhNiX068976 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 15:43:23 GMT (envelope-from pluknet@repoman.freebsd.org) Message-Id: <201010281543.o9SFhNiX068976@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pluknet@repoman.freebsd.org using -f From: Sergey Kandaurov Date: Thu, 28 Oct 2010 15:43:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.sbin/mfiutil mfi_drive.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 15:43:23 -0000 pluknet 2010-10-28 15:43:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/mfiutil mfi_drive.c Log: SVN rev 214454 on 2010-10-28 15:43:14Z by pluknet MFC r214131. Enable copyback and system PD states. Approved by: kib (mentor) Revision Changes Path 1.2.4.3 +4 -0 src/usr.sbin/mfiutil/mfi_drive.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 16:32:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F03710657C6 for ; Thu, 28 Oct 2010 16:32:03 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA338FC13 for ; Thu, 28 Oct 2010 16:32:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SGW3xf073652 for ; Thu, 28 Oct 2010 16:32:03 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SGW3SQ073651 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 16:32:03 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010281632.o9SGW3SQ073651@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Thu, 28 Oct 2010 16:31:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 nexus.c src/sys/conf files.amd64 files.i386 files.pc98 src/sys/i386/i386 nexus.c src/sys/x86/x86 nexus.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 16:32:03 -0000 attilio 2010-10-28 16:31:39 UTC FreeBSD src repository Modified files: sys/conf files.amd64 files.i386 files.pc98 Added files: sys/x86/x86 nexus.c Removed files: sys/amd64/amd64 nexus.c sys/i386/i386 nexus.c Log: SVN rev 214457 on 2010-10-28 16:31:39Z by attilio Merge nexus.c from amd64 and i386 to x86 subtree. Sponsored by: Sandvine Incorporated Tested by: gianni Revision Changes Path 1.84 +0 -704 src/sys/amd64/amd64/nexus.c (dead) 1.172 +1 -1 src/sys/conf/files.amd64 1.655 +1 -1 src/sys/conf/files.i386 1.392 +1 -1 src/sys/conf/files.pc98 1.79 +0 -758 src/sys/i386/i386/nexus.c (dead) 1.1 +814 -0 src/sys/x86/x86/nexus.c (new) From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 16:46:39 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC80B106578C for ; Thu, 28 Oct 2010 16:46:39 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FAE48FC12 for ; Thu, 28 Oct 2010 16:46:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SGkdvL074845 for ; Thu, 28 Oct 2010 16:46:39 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SGkdv5074842 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 16:46:39 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281646.o9SGkdv5074842@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 16:46:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 16:46:39 -0000 tuexen 2010-10-28 16:46:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_output.c Log: SVN rev 214458 on 2010-10-28 16:46:27Z by tuexen MFC r210495: Fix a bug where the length of a FORWARD-TSN chunk was set incorrectly in the chunk. This resulted in malformed frames. Remove a duplicate assignment. Revision Changes Path 1.88.2.25 +2 -4 src/sys/netinet/sctp_output.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 16:49:30 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EA791065679 for ; Thu, 28 Oct 2010 16:49:30 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71F3E8FC20 for ; Thu, 28 Oct 2010 16:49:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SGnUa1085986 for ; Thu, 28 Oct 2010 16:49:30 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SGnUkw085985 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 16:49:30 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281649.o9SGnUkw085985@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 16:49:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 16:49:30 -0000 tuexen 2010-10-28 16:49:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_output.c Log: SVN rev 214459 on 2010-10-28 16:49:11Z by tuexen MFC r210714: Cleanup code. Revision Changes Path 1.88.2.26 +1 -2 src/sys/netinet/sctp_output.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 16:52:21 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A00401065693 for ; Thu, 28 Oct 2010 16:52:21 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 730D98FC08 for ; Thu, 28 Oct 2010 16:52:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SGqLcG086214 for ; Thu, 28 Oct 2010 16:52:21 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SGqLpi086213 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 16:52:21 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281652.o9SGqLpi086213@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 16:51:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 16:52:21 -0000 tuexen 2010-10-28 16:51:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_output.c Log: SVN rev 214460 on 2010-10-28 16:51:57Z by tuexen MFC r210866: Fix a bug where endpoints bound to wildcard addresses where using addresses not announced to the peer due to address scoping. Revision Changes Path 1.88.2.27 +36 -0 src/sys/netinet/sctp_output.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 16:54:12 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91EA41065679 for ; Thu, 28 Oct 2010 16:54:12 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6527D8FC1F for ; Thu, 28 Oct 2010 16:54:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SGsCmR086332 for ; Thu, 28 Oct 2010 16:54:12 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SGsCf5086331 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 16:54:12 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281654.o9SGsCf5086331@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 16:53:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern uipc_socket.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 16:54:12 -0000 tuexen 2010-10-28 16:53:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern uipc_socket.c Log: SVN rev 214461 on 2010-10-28 16:53:54Z by tuexen MFC r211030: Fix a bug where MSG_TRUNC was not returned in all necessary cases for SOCK_DGRAM socket. MSG_TRUNC was only returned when some mbufs could not be copied to the application. If some data was left in the last mbuf, it was correctly discarded, but MSG_TRUNC was not set. Revision Changes Path 1.340.2.6 +6 -1 src/sys/kern/uipc_socket.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 16:58:43 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CE001065696 for ; Thu, 28 Oct 2010 16:58:43 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F0DED8FC22 for ; Thu, 28 Oct 2010 16:58:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SGwgm3086689 for ; Thu, 28 Oct 2010 16:58:42 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SGwgFu086688 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 16:58:42 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281658.o9SGwgFu086688@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 16:58:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp.h sctp_cc_functions.c sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c sctp_pcb.h sctp_peeloff.c sctp_timer.c sctp_usrreq.c sctputil.c src/sys/netinet6 sctp6_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 16:58:43 -0000 tuexen 2010-10-28 16:58:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp.h sctp_cc_functions.c sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c sctp_pcb.h sctp_peeloff.c sctp_timer.c sctp_usrreq.c sctputil.c sys/netinet6 sctp6_usrreq.c Log: SVN rev 214462 on 2010-10-28 16:58:12Z by tuexen MFC 211944: Fix the switching on/off of CMT using sysctl and socket option. Fix the switching on/off of PF and NR-SACKs using sysctl. Add minor improvement in handling malloc failures. Improve the address checks when sending. Revision Changes Path 1.29.2.2 +1 -3 src/sys/netinet/sctp.h 1.6.2.3 +30 -18 src/sys/netinet/sctp_cc_functions.c 1.64.2.17 +17 -10 src/sys/netinet/sctp_indata.c 1.82.2.12 +12 -16 src/sys/netinet/sctp_input.c 1.88.2.28 +56 -44 src/sys/netinet/sctp_output.c 1.85.2.17 +2 -4 src/sys/netinet/sctp_pcb.c 1.41.2.6 +1 -0 src/sys/netinet/sctp_pcb.h 1.18.2.2 +2 -0 src/sys/netinet/sctp_peeloff.c 1.43.2.7 +10 -6 src/sys/netinet/sctp_timer.c 1.67.2.12 +26 -69 src/sys/netinet/sctp_usrreq.c 1.93.2.18 +2 -4 src/sys/netinet/sctputil.c 1.48.2.4 +6 -1 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 17:00:48 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC8DE106564A for ; Thu, 28 Oct 2010 17:00:48 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FB248FC17 for ; Thu, 28 Oct 2010 17:00:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SH0mSc086878 for ; Thu, 28 Oct 2010 17:00:48 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SH0mvp086877 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 17:00:48 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281700.o9SH0mvp086877@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 17:00:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 17:00:48 -0000 tuexen 2010-10-28 17:00:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_output.c Log: SVN rev 214463 on 2010-10-28 17:00:31Z by tuexen MFC r211950: Bugfix: Do not send a packet drop report in response to a received INIT-ACK with incorrect CRC. Revision Changes Path 1.88.2.29 +6 -3 src/sys/netinet/sctp_output.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 17:02:57 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58DBD1065674 for ; Thu, 28 Oct 2010 17:02:57 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0948FC38 for ; Thu, 28 Oct 2010 17:02:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SH2vHQ087047 for ; Thu, 28 Oct 2010 17:02:57 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SH2vNI087046 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 17:02:57 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281702.o9SH2vNI087046@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 17:02:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_crc32.c sctp_crc32.h sctp_input.c sctp_os_bsd.h sctp_output.c sctp_sysctl.c sctp_sysctl.h src/sys/netinet6 sctp6_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 17:02:57 -0000 tuexen 2010-10-28 17:02:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_crc32.c sctp_crc32.h sctp_input.c sctp_os_bsd.h sctp_output.c sctp_sysctl.c sctp_sysctl.h sys/netinet6 sctp6_usrreq.c Log: SVN rev 214464 on 2010-10-28 17:02:36Z by tuexen MFC 211969: Fix the the SCTP_WITH_NO_CSUM option when used in combination with interface supporting CRC offload. While at it, make use of the feature that the loopback interface provides CRC offloading. Revision Changes Path 1.17.2.3 +4 -8 src/sys/netinet/sctp_crc32.c 1.7.2.3 +4 -3 src/sys/netinet/sctp_crc32.h 1.82.2.13 +10 -10 src/sys/netinet/sctp_input.c 1.51.2.6 +9 -8 src/sys/netinet/sctp_os_bsd.h 1.88.2.30 +88 -72 src/sys/netinet/sctp_output.c 1.28.2.6 +6 -0 src/sys/netinet/sctp_sysctl.c 1.21.2.2 +2 -0 src/sys/netinet/sctp_sysctl.h 1.48.2.5 +9 -1 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 17:04:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D421A106566C for ; Thu, 28 Oct 2010 17:04:47 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A71538FC17 for ; Thu, 28 Oct 2010 17:04:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SH4lEu088218 for ; Thu, 28 Oct 2010 17:04:47 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SH4lrM088217 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 17:04:47 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281704.o9SH4lrM088217@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 17:04:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_pcb.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 17:04:47 -0000 tuexen 2010-10-28 17:04:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_pcb.c Log: SVN rev 214465 on 2010-10-28 17:04:32Z by tuexen MFC 212099: Fix the the SCTP_WITH_NO_CSUM option when used in combination with interface supporting CRC offload. While at it, make use of the feature that the loopback interface provides CRC offloading. Revision Changes Path 1.85.2.18 +1 -1 src/sys/netinet/sctp_pcb.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 17:17:53 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D66B910656A5 for ; Thu, 28 Oct 2010 17:17:53 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C2F638FC1B for ; Thu, 28 Oct 2010 17:17:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SHHrEM089270 for ; Thu, 28 Oct 2010 17:17:53 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SHHrKg089269 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 17:17:53 GMT (envelope-from rrs@repoman.freebsd.org) Message-Id: <201010281717.o9SHHrKg089269@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rrs@repoman.freebsd.org using -f From: Randall Stewart Date: Thu, 28 Oct 2010 17:17:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_input.c sctp_output.c sctp_pcb.c sctp_timer.c sctputil.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 17:17:53 -0000 rrs 2010-10-28 17:17:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_input.c sctp_output.c sctp_pcb.c sctp_timer.c sctputil.c Log: SVN rev 214466 on 2010-10-28 17:17:45Z by rrs MFC of 212225 Fix some CLANG warnings. One clang warning is left due to the fact that its bogus.. nam->sa_family will not change from AF_INET6 to AF_INET (but clang thinks it does ;-D) Revision Changes Path 1.82.2.14 +9 -9 src/sys/netinet/sctp_input.c 1.88.2.31 +10 -3 src/sys/netinet/sctp_output.c 1.85.2.19 +2 -2 src/sys/netinet/sctp_pcb.c 1.43.2.8 +9 -0 src/sys/netinet/sctp_timer.c 1.93.2.19 +5 -3 src/sys/netinet/sctputil.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 17:51:14 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2D5A1065672 for ; Thu, 28 Oct 2010 17:51:14 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 954008FC17 for ; Thu, 28 Oct 2010 17:51:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SHpEeS091702 for ; Thu, 28 Oct 2010 17:51:14 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SHpEAj091701 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 17:51:14 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281751.o9SHpEAj091701@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 17:50:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp.h sctp_usrreq.c sctputil.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 17:51:14 -0000 tuexen 2010-10-28 17:50:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp.h sctp_usrreq.c sctputil.c Log: SVN rev 214467 on 2010-10-28 17:50:50Z by tuexen MFC 209289: Fix a rece condition in the shutdown handling. The race condition resulted in a panic. Revision Changes Path 1.29.2.3 +1 -0 src/sys/netinet/sctp.h 1.67.2.13 +19 -0 src/sys/netinet/sctp_usrreq.c 1.93.2.20 +20 -0 src/sys/netinet/sctputil.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 18:50:54 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1233B1065739 for ; Thu, 28 Oct 2010 18:50:54 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F223F8FC1E for ; Thu, 28 Oct 2010 18:50:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SIorIB097049 for ; Thu, 28 Oct 2010 18:50:53 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SIorkX097048 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 18:50:53 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281850.o9SIorkX097048@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 18:50:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern uipc_syscalls.c src/sys/netinet sctp_output.c sctp_uio.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 18:50:54 -0000 tuexen 2010-10-28 18:50:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern uipc_syscalls.c sys/netinet sctp_output.c sctp_uio.h Log: SVN rev 214470 on 2010-10-28 18:50:35Z by tuexen MFC 212242: Implement correct handling of address parameter and sendinfo for SCTP send calls. Revision Changes Path 1.284.2.11 +2 -4 src/sys/kern/uipc_syscalls.c 1.88.2.32 +61 -121 src/sys/netinet/sctp_output.c 1.43.2.6 +17 -1 src/sys/netinet/sctp_uio.h From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 18:52:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDF8B106564A for ; Thu, 28 Oct 2010 18:52:59 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9043B8FC13 for ; Thu, 28 Oct 2010 18:52:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SIqxCN097179 for ; Thu, 28 Oct 2010 18:52:59 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SIqxgM097178 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 18:52:59 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281852.o9SIqxgM097178@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 18:52:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 18:52:59 -0000 tuexen 2010-10-28 18:52:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_output.c Log: SVN rev 214471 on 2010-10-28 18:52:48Z by tuexen MFC 212380: * Remove code which has no effect. * Clean up the handling in sctp_lower_sosend(). Revision Changes Path 1.88.2.33 +61 -108 src/sys/netinet/sctp_output.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 18:55:35 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A43D106566C for ; Thu, 28 Oct 2010 18:55:35 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4CA398FC08 for ; Thu, 28 Oct 2010 18:55:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SItZhn097485 for ; Thu, 28 Oct 2010 18:55:35 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SItZXK097484 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 18:55:35 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281855.o9SItZXK097484@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 18:55:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet6 sctp6_usrreq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 18:55:35 -0000 tuexen 2010-10-28 18:55:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet6 sctp6_usrreq.c Log: SVN rev 214472 on 2010-10-28 18:55:29Z by tuexen MFC r212699: Remove unused variables. Revision Changes Path 1.48.2.6 +5 -3 src/sys/netinet6/sctp6_usrreq.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 18:57:26 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81434106566C for ; Thu, 28 Oct 2010 18:57:26 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53C0E8FC18 for ; Thu, 28 Oct 2010 18:57:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SIvQC2097622 for ; Thu, 28 Oct 2010 18:57:26 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SIvQki097621 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 18:57:26 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281857.o9SIvQki097621@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 18:57:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_cc_functions.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 18:57:26 -0000 tuexen 2010-10-28 18:57:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_cc_functions.c Log: SVN rev 214473 on 2010-10-28 18:57:16Z by tuexen MFC r212702: * Use !TAILQ_EMPTY() for checking if a tail queue is not empty. * Remove assignment without any effect. Revision Changes Path 1.6.2.4 +3 -4 src/sys/netinet/sctp_cc_functions.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 18:59:17 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D7AB106564A for ; Thu, 28 Oct 2010 18:59:17 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 505158FC2D for ; Thu, 28 Oct 2010 18:59:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SIxHhY097764 for ; Thu, 28 Oct 2010 18:59:17 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SIxHol097763 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 18:59:17 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281859.o9SIxHol097763@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 18:59:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_sysctl.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 18:59:17 -0000 tuexen 2010-10-28 18:59:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_sysctl.c Log: SVN rev 214474 on 2010-10-28 18:59:09Z by tuexen MFC r212704: Remove assignment without effect. Revision Changes Path 1.28.2.7 +0 -2 src/sys/netinet/sctp_sysctl.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:01:08 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87497106564A for ; Thu, 28 Oct 2010 19:01:08 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A01D8FC0C for ; Thu, 28 Oct 2010 19:01:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJ18JT097950 for ; Thu, 28 Oct 2010 19:01:08 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJ18Mw097949 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:01:08 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281901.o9SJ18Mw097949@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:00:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_bsd_addr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:01:08 -0000 tuexen 2010-10-28 19:00:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_bsd_addr.c Log: SVN rev 214475 on 2010-10-28 19:00:45Z by tuexen MFC r212707: Remove unused variable/assignment. Revision Changes Path 1.24.2.5 +1 -2 src/sys/netinet/sctp_bsd_addr.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:03:44 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EA841065694 for ; Thu, 28 Oct 2010 19:03:44 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 611078FC1B for ; Thu, 28 Oct 2010 19:03:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJ3iGa099152 for ; Thu, 28 Oct 2010 19:03:44 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJ3iwp099151 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:03:44 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281903.o9SJ3iwp099151@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:03:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_indata.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:03:44 -0000 tuexen 2010-10-28 19:03:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_indata.c Log: SVN rev 214476 on 2010-10-28 19:03:26Z by tuexen MFC r212711: Use TAILQ_EMPTY() for testing if a tail queue is empty. Set whoFrom to NULL after freeing whoFrom. Revision Changes Path 1.64.2.18 +5 -4 src/sys/netinet/sctp_indata.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:05:35 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD8AB10656A3 for ; Thu, 28 Oct 2010 19:05:35 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C89538FC18 for ; Thu, 28 Oct 2010 19:05:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJ5ZG6099377 for ; Thu, 28 Oct 2010 19:05:35 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJ5Z8x099376 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:05:35 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281905.o9SJ5Z8x099376@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:05:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_asconf.c sctp_asconf.h sctp_input.c sctp_output.c sctp_output.h sctp_pcb.c sctp_timer.c sctputil.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:05:35 -0000 tuexen 2010-10-28 19:05:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_asconf.c sctp_asconf.h sctp_input.c sctp_output.c sctp_output.h sctp_pcb.c sctp_timer.c sctputil.c Log: SVN rev 214477 on 2010-10-28 19:05:21Z by tuexen MFC r212712: Delay the assignment of a path for DATA chunk until they hit the sent_queue. Honor a given path when the SCTP_ADDR_OVER flag is set. Revision Changes Path 1.40.2.8 +2 -45 src/sys/netinet/sctp_asconf.c 1.13.2.2 +0 -2 src/sys/netinet/sctp_asconf.h 1.82.2.15 +11 -6 src/sys/netinet/sctp_input.c 1.88.2.34 +78 -87 src/sys/netinet/sctp_output.c 1.18.2.4 +2 -0 src/sys/netinet/sctp_output.h 1.85.2.20 +8 -2 src/sys/netinet/sctp_pcb.c 1.43.2.9 +4 -45 src/sys/netinet/sctp_timer.c 1.93.2.21 +7 -4 src/sys/netinet/sctputil.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:06:49 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0ACFA1065697 for ; Thu, 28 Oct 2010 19:06:49 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB6618FC1D for ; Thu, 28 Oct 2010 19:06:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJ6mjM000339 for ; Thu, 28 Oct 2010 19:06:48 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJ6mxl000338 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:06:48 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010281906.o9SJ6mxl000338@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Thu, 28 Oct 2010 19:06:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tcpdump CHANGES CREDITS INSTALL.txt Makefile-devel-adds Makefile.in README Readme.Win32 VERSION acconfig.h addrtoname.c af.c af.h atmuni31.h bootp.h bpf_dump.c checksum.c config.guess config.h.in config.sub configure ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:06:49 -0000 rpaulo 2010-10-28 19:06:17 UTC FreeBSD src repository Modified files: contrib/tcpdump CHANGES CREDITS INSTALL.txt Makefile.in README VERSION acconfig.h addrtoname.c af.c af.h atmuni31.h bootp.h bpf_dump.c checksum.c config.guess config.h.in config.sub configure configure.in ethertype.h gmpls.c gmpls.h gmt2local.h icmp6.h ieee802_11.h ieee802_11_radio.h interface.h ip6.h ipproto.c ipproto.h isakmp.h l2vpn.c l2vpn.h netdissect.h nfs.h nlpid.c nlpid.h oui.c oui.h print-802_11.c print-ap1394.c print-arcnet.c print-atm.c print-bfd.c print-bgp.c print-bootp.c print-bt.c print-cdp.c print-cfm.c print-dccp.c print-dhcp6.c print-domain.c print-enc.c print-esp.c print-ether.c print-fr.c print-gre.c print-icmp6.c print-ip.c print-ip6.c print-isakmp.c print-isoclns.c print-juniper.c print-l2tp.c print-lane.c print-llc.c print-lldp.c print-lspping.c print-nfs.c print-ntp.c print-olsr.c print-ospf.c print-pflog.c print-pim.c print-ppp.c print-rrcp.c print-rsvp.c print-rx.c print-sctp.c print-sip.c print-sll.c print-smb.c print-sunrpc.c print-symantec.c print-tcp.c print-tftp.c print-token.c print-udp.c setsignal.h sll.h smbutil.c strcasecmp.c tcp.h tcpdump-stdinc.h tcpdump.c tftp.h timed.h token.h util.c contrib/tcpdump/lbl os-sunos4.h os-ultrix4.h contrib/tcpdump/missing addrinfo.h Added files: contrib/tcpdump Makefile-devel-adds Readme.Win32 forces.h ipnet.h print-forces.c print-ipnet.c print-usb.c signature.c signature.h tcpdump.1.in contrib/tcpdump/tests 02-sunrise-sunset-esp.puu 08-sunrise-sunset-aes.puu 08-sunrise-sunset-esp2.puu TESTLIST TESTonce TESTrun.sh bgp-infinite-loop.pcap bgp_vpn_attrset.out bgp_vpn_attrset.pcap chdlc-slarp-short.pcap chdlc-slarp.pcap dio.out dio.pcap e1000g.out e1000g.pcap eapon1.gdbinit eapon1.out eapon1.puu eapon2.puu esp-secrets.txt esp0.out esp1.gdbinit esp1.out esp2.gdbinit esp2.out esp3.gdbinit esp4.gdbinit esp5.gdbinit esp5.out espudp1.out espudp1.puu forces1.out forces1.pcap forces1vvv.out forces1vvvv.out forces2.out forces2.pcap forces2v.out forces2vv.out ikev2.puu ikev2four.out ikev2four.puu ikev2fourv.out ikev2fourv4.out ikev2pI2-secrets.txt ikev2pI2.out ikev2pI2.puu isakmp-delete-segfault.puu isakmp-identification-segfault.puu isakmp-pointer-loop.puu isakmp1.out isakmp2.out isakmp3.out isakmp4.out isakmp4500.puu isis-infinite-loop.pcap ldp-infinite-loop.pcap lmp.out lmp.puu lmp.sh lspping-fec-ldp.pcap lspping-fec-rsvp.pcap mpls-ldp-hello.out mpls-ldp-hello.puu mpls-traceroute.pcap ospf-gmpls.out ospf-gmpls.puu print-A.out print-AA.out print-capX.out print-capXX.out print-flags.puu print-flags.sh print-x.out print-xx.out rsvp-infinite-loop.pcap contrib/tcpdump/win32/Include errno.h getopt.h inetprivate.h telnet.h w32_fzs.h contrib/tcpdump/win32/Include/Arpa tftp.h contrib/tcpdump/win32/Include/Netinet in_systm.h ip.h contrib/tcpdump/win32/Src getopt.c contrib/tcpdump/win32/prj GNUmakefile WinDump.dsp WinDump.dsw Removed files: contrib/tcpdump tcpdump.1 contrib/tcpdump/missing getaddrinfo.c Log: SVN rev 214478 on 2010-10-28 19:06:17Z by rpaulo Merge tcpdump-4.1.1. Revision Changes Path 1.3 +42 -1 src/contrib/tcpdump/CHANGES 1.3 +22 -5 src/contrib/tcpdump/CREDITS 1.2 +2 -1 src/contrib/tcpdump/INSTALL.txt 1.3 +22 -0 src/contrib/tcpdump/Makefile-devel-adds (new) 1.3 +95 -13 src/contrib/tcpdump/Makefile.in 1.3 +6 -8 src/contrib/tcpdump/README 1.3 +24 -0 src/contrib/tcpdump/Readme.Win32 (new) 1.3 +1 -1 src/contrib/tcpdump/VERSION 1.2 +49 -62 src/contrib/tcpdump/acconfig.h 1.18 +25 -24 src/contrib/tcpdump/addrtoname.c 1.3 +2 -2 src/contrib/tcpdump/af.c 1.3 +2 -2 src/contrib/tcpdump/af.h 1.3 +1 -1 src/contrib/tcpdump/atmuni31.h 1.3 +3 -2 src/contrib/tcpdump/bootp.h 1.3 +1 -1 src/contrib/tcpdump/bpf_dump.c 1.2 +63 -4 src/contrib/tcpdump/checksum.c 1.2 +1139 -237 src/contrib/tcpdump/config.guess 1.3 +28 -46 src/contrib/tcpdump/config.h.in 1.2 +956 -115 src/contrib/tcpdump/config.sub 1.3 +563 -64 src/contrib/tcpdump/configure 1.3 +84 -17 src/contrib/tcpdump/configure.in 1.12 +4 -1 src/contrib/tcpdump/ethertype.h 1.1 +679 -0 src/contrib/tcpdump/forces.h (new) 1.3 +9 -9 src/contrib/tcpdump/gmpls.c 1.3 +9 -9 src/contrib/tcpdump/gmpls.h 1.3 +1 -1 src/contrib/tcpdump/gmt2local.h 1.3 +9 -1 src/contrib/tcpdump/icmp6.h 1.6 +8 -14 src/contrib/tcpdump/ieee802_11.h 1.6 +9 -18 src/contrib/tcpdump/ieee802_11_radio.h 1.15 +14 -24 src/contrib/tcpdump/interface.h 1.3 +14 -0 src/contrib/tcpdump/ip6.h 1.1 +13 -0 src/contrib/tcpdump/ipnet.h (new) 1.3 +1 -1 src/contrib/tcpdump/ipproto.c 1.3 +1 -1 src/contrib/tcpdump/ipproto.h 1.3 +21 -3 src/contrib/tcpdump/isakmp.h 1.3 +1 -1 src/contrib/tcpdump/l2vpn.c 1.3 +1 -1 src/contrib/tcpdump/l2vpn.h 1.3 +1 -1 src/contrib/tcpdump/lbl/os-sunos4.h 1.3 +1 -1 src/contrib/tcpdump/lbl/os-ultrix4.h 1.3 +0 -3 src/contrib/tcpdump/missing/addrinfo.h 1.3 +0 -1115 src/contrib/tcpdump/missing/getaddrinfo.c (dead) 1.3 +47 -21 src/contrib/tcpdump/netdissect.h 1.6 +2 -1 src/contrib/tcpdump/nfs.h 1.3 +1 -1 src/contrib/tcpdump/nlpid.c 1.3 +1 -1 src/contrib/tcpdump/nlpid.h 1.3 +3 -3 src/contrib/tcpdump/oui.c 1.3 +3 -3 src/contrib/tcpdump/oui.h 1.7 +330 -177 src/contrib/tcpdump/print-802_11.c 1.3 +9 -9 src/contrib/tcpdump/print-ap1394.c 1.3 +3 -2 src/contrib/tcpdump/print-arcnet.c 1.15 +1 -1 src/contrib/tcpdump/print-atm.c 1.3 +9 -5 src/contrib/tcpdump/print-bfd.c 1.3 +161 -35 src/contrib/tcpdump/print-bgp.c 1.14 +1 -7 src/contrib/tcpdump/print-bootp.c 1.2 +3 -2 src/contrib/tcpdump/print-bt.c 1.3 +21 -8 src/contrib/tcpdump/print-cdp.c 1.2 +4 -0 src/contrib/tcpdump/print-cfm.c 1.3 +9 -19 src/contrib/tcpdump/print-dccp.c 1.3 +101 -165 src/contrib/tcpdump/print-dhcp6.c 1.15 +1 -1 src/contrib/tcpdump/print-domain.c 1.4 +4 -3 src/contrib/tcpdump/print-enc.c 1.3 +290 -107 src/contrib/tcpdump/print-esp.c 1.20 +98 -93 src/contrib/tcpdump/print-ether.c 1.1 +1043 -0 src/contrib/tcpdump/print-forces.c (new) 1.10 +3 -4 src/contrib/tcpdump/print-fr.c 1.3 +3 -0 src/contrib/tcpdump/print-gre.c 1.3 +106 -6 src/contrib/tcpdump/print-icmp6.c 1.17 +3 -2 src/contrib/tcpdump/print-ip.c 1.11 +29 -2 src/contrib/tcpdump/print-ip6.c 1.1 +109 -0 src/contrib/tcpdump/print-ipnet.c (new) 1.3 +214 -45 src/contrib/tcpdump/print-isakmp.c 1.19 +30 -10 src/contrib/tcpdump/print-isoclns.c 1.3 +5 -6 src/contrib/tcpdump/print-juniper.c 1.3 +23 -18 src/contrib/tcpdump/print-l2tp.c 1.3 +10 -59 src/contrib/tcpdump/print-lane.c 1.15 +5 -9 src/contrib/tcpdump/print-llc.c 1.2 +1 -1 src/contrib/tcpdump/print-lldp.c 1.3 +26 -4 src/contrib/tcpdump/print-lspping.c 1.15 +33 -2 src/contrib/tcpdump/print-nfs.c 1.13 +23 -4 src/contrib/tcpdump/print-ntp.c 1.2 +301 -72 src/contrib/tcpdump/print-olsr.c 1.3 +1 -1 src/contrib/tcpdump/print-ospf.c 1.3 +3 -2 src/contrib/tcpdump/print-pflog.c 1.12 +5 -7 src/contrib/tcpdump/print-pim.c 1.19 +2 -2 src/contrib/tcpdump/print-ppp.c 1.2 +70 -64 src/contrib/tcpdump/print-rrcp.c 1.3 +188 -20 src/contrib/tcpdump/print-rsvp.c 1.3 +1 -1 src/contrib/tcpdump/print-rx.c 1.3 +54 -6 src/contrib/tcpdump/print-sctp.c 1.3 +4 -0 src/contrib/tcpdump/print-sip.c 1.3 +40 -9 src/contrib/tcpdump/print-sll.c 1.3 +1 -1 src/contrib/tcpdump/print-smb.c 1.13 +15 -0 src/contrib/tcpdump/print-sunrpc.c 1.3 +4 -5 src/contrib/tcpdump/print-symantec.c 1.4 +25 -44 src/contrib/tcpdump/print-tcp.c 1.3 +1 -1 src/contrib/tcpdump/print-tftp.c 1.11 +12 -3 src/contrib/tcpdump/print-token.c 1.12 +11 -6 src/contrib/tcpdump/print-udp.c 1.1 +174 -0 src/contrib/tcpdump/print-usb.c (new) 1.3 +1 -1 src/contrib/tcpdump/setsignal.h 1.1 +159 -0 src/contrib/tcpdump/signature.c (new) 1.1 +26 -0 src/contrib/tcpdump/signature.h (new) 1.3 +1 -1 src/contrib/tcpdump/sll.h 1.3 +2 -2 src/contrib/tcpdump/smbutil.c 1.3 +3 -3 src/contrib/tcpdump/strcasecmp.c 1.4 +2 -1 src/contrib/tcpdump/tcp.h 1.7 +36 -2 src/contrib/tcpdump/tcpdump-stdinc.h 1.20 +0 -1706 src/contrib/tcpdump/tcpdump.1 (dead) 1.1 +1721 -0 src/contrib/tcpdump/tcpdump.1.in (new) 1.15 +153 -45 src/contrib/tcpdump/tcpdump.c 1.3 +34 -0 src/contrib/tcpdump/tests/02-sunrise-sunset-esp.puu (new) 1.3 +36 -0 src/contrib/tcpdump/tests/08-sunrise-sunset-aes.puu (new) 1.3 +43 -0 src/contrib/tcpdump/tests/08-sunrise-sunset-esp2.puu (new) 1.1 +51 -0 src/contrib/tcpdump/tests/TESTLIST (new) 1.1 +46 -0 src/contrib/tcpdump/tests/TESTonce (new) 1.1 +63 -0 src/contrib/tcpdump/tests/TESTrun.sh (new) 1.1 +1 -0 src/contrib/tcpdump/tests/bgp-infinite-loop.pcap (new) 1.3 +19 -0 src/contrib/tcpdump/tests/bgp_vpn_attrset.out (new) 1.1 +3 -0 src/contrib/tcpdump/tests/bgp_vpn_attrset.pcap (new) 1.1 +2 -0 src/contrib/tcpdump/tests/chdlc-slarp-short.pcap (new) 1.1 +2 -0 src/contrib/tcpdump/tests/chdlc-slarp.pcap (new) 1.1 +1 -0 src/contrib/tcpdump/tests/dio.out (new) 1.1 +2 -0 src/contrib/tcpdump/tests/dio.pcap (new) 1.1 +20 -0 src/contrib/tcpdump/tests/e1000g.out (new) 1.1 +61 -0 src/contrib/tcpdump/tests/e1000g.pcap (new) 1.3 +1 -0 src/contrib/tcpdump/tests/eapon1.gdbinit (new) 1.3 +114 -0 src/contrib/tcpdump/tests/eapon1.out (new) 1.3 +368 -0 src/contrib/tcpdump/tests/eapon1.puu (new) 1.3 +66 -0 src/contrib/tcpdump/tests/eapon2.puu (new) 1.3 +5 -0 src/contrib/tcpdump/tests/esp-secrets.txt (new) 1.3 +8 -0 src/contrib/tcpdump/tests/esp0.out (new) 1.3 +1 -0 src/contrib/tcpdump/tests/esp1.gdbinit (new) 1.3 +8 -0 src/contrib/tcpdump/tests/esp1.out (new) 1.3 +1 -0 src/contrib/tcpdump/tests/esp2.gdbinit (new) 1.3 +8 -0 src/contrib/tcpdump/tests/esp2.out (new) 1.3 +1 -0 src/contrib/tcpdump/tests/esp3.gdbinit (new) 1.3 +2 -0 src/contrib/tcpdump/tests/esp4.gdbinit (new) 1.3 +3 -0 src/contrib/tcpdump/tests/esp5.gdbinit (new) 1.3 +8 -0 src/contrib/tcpdump/tests/esp5.out (new) 1.3 +8 -0 src/contrib/tcpdump/tests/espudp1.out (new) 1.3 +35 -0 src/contrib/tcpdump/tests/espudp1.puu (new) 1.1 +8 -0 src/contrib/tcpdump/tests/forces1.out (new) 1.1 +1 -0 src/contrib/tcpdump/tests/forces1.pcap (new) 1.1 +52 -0 src/contrib/tcpdump/tests/forces1vvv.out (new) 1.1 +67 -0 src/contrib/tcpdump/tests/forces1vvvv.out (new) 1.1 +491 -0 src/contrib/tcpdump/tests/forces2.out (new) 1.1 +37 -0 src/contrib/tcpdump/tests/forces2.pcap (new) 1.1 +982 -0 src/contrib/tcpdump/tests/forces2v.out (new) 1.1 +1966 -0 src/contrib/tcpdump/tests/forces2vv.out (new) 1.1 +22231 -0 src/contrib/tcpdump/tests/ikev2.puu (new) 1.1 +107 -0 src/contrib/tcpdump/tests/ikev2four.out (new) 1.1 +134 -0 src/contrib/tcpdump/tests/ikev2four.puu (new) 1.1 +107 -0 src/contrib/tcpdump/tests/ikev2fourv.out (new) 1.1 +107 -0 src/contrib/tcpdump/tests/ikev2fourv4.out (new) 1.1 +2 -0 src/contrib/tcpdump/tests/ikev2pI2-secrets.txt (new) 1.1 +41 -0 src/contrib/tcpdump/tests/ikev2pI2.out (new) 1.1 +24 -0 src/contrib/tcpdump/tests/ikev2pI2.puu (new) 1.3 +20 -0 src/contrib/tcpdump/tests/isakmp-delete-segfault.puu (new) 1.3 +11 -0 src/contrib/tcpdump/tests/isakmp-identification-segfault.puu (new) 1.3 +6 -0 src/contrib/tcpdump/tests/isakmp-pointer-loop.puu (new) 1.3 +1 -0 src/contrib/tcpdump/tests/isakmp1.out (new) 1.3 +1 -0 src/contrib/tcpdump/tests/isakmp2.out (new) 1.3 +3 -0 src/contrib/tcpdump/tests/isakmp3.out (new) 1.3 +35 -0 src/contrib/tcpdump/tests/isakmp4.out (new) 1.3 +155 -0 src/contrib/tcpdump/tests/isakmp4500.puu (new) 1.1 +1 -0 src/contrib/tcpdump/tests/isis-infinite-loop.pcap (new) 1.1 +2 -0 src/contrib/tcpdump/tests/ldp-infinite-loop.pcap (new) 1.3 +36 -0 src/contrib/tcpdump/tests/lmp.out (new) 1.3 +42 -0 src/contrib/tcpdump/tests/lmp.puu (new) 1.3 +14 -0 src/contrib/tcpdump/tests/lmp.sh (new) 1.1 +9 -0 src/contrib/tcpdump/tests/lspping-fec-ldp.pcap (new) 1.1 +7 -0 src/contrib/tcpdump/tests/lspping-fec-rsvp.pcap (new) 1.3 +10 -0 src/contrib/tcpdump/tests/mpls-ldp-hello.out (new) 1.3 +6 -0 src/contrib/tcpdump/tests/mpls-ldp-hello.puu (new) 1.1 +7 -0 src/contrib/tcpdump/tests/mpls-traceroute.pcap (new) 1.3 +86 -0 src/contrib/tcpdump/tests/ospf-gmpls.out (new) 1.3 +18 -0 src/contrib/tcpdump/tests/ospf-gmpls.puu (new) 1.3 +193 -0 src/contrib/tcpdump/tests/print-A.out (new) 1.3 +193 -0 src/contrib/tcpdump/tests/print-AA.out (new) 1.3 +409 -0 src/contrib/tcpdump/tests/print-capX.out (new) 1.3 +419 -0 src/contrib/tcpdump/tests/print-capXX.out (new) 1.3 +151 -0 src/contrib/tcpdump/tests/print-flags.puu (new) 1.3 +12 -0 src/contrib/tcpdump/tests/print-flags.sh (new) 1.3 +409 -0 src/contrib/tcpdump/tests/print-x.out (new) 1.3 +419 -0 src/contrib/tcpdump/tests/print-xx.out (new) 1.1 +2 -0 src/contrib/tcpdump/tests/rsvp-infinite-loop.pcap (new) 1.3 +1 -1 src/contrib/tcpdump/tftp.h 1.3 +1 -1 src/contrib/tcpdump/timed.h 1.6 +6 -6 src/contrib/tcpdump/token.h 1.3 +31 -2 src/contrib/tcpdump/util.c 1.1 +84 -0 src/contrib/tcpdump/win32/Include/Arpa/tftp.h (new) 1.1 +56 -0 src/contrib/tcpdump/win32/Include/Netinet/in_systm.h (new) 1.1 +177 -0 src/contrib/tcpdump/win32/Include/Netinet/ip.h (new) 1.1 +132 -0 src/contrib/tcpdump/win32/Include/errno.h (new) 1.1 +138 -0 src/contrib/tcpdump/win32/Include/getopt.h (new) 1.1 +40 -0 src/contrib/tcpdump/win32/Include/inetprivate.h (new) 1.1 +320 -0 src/contrib/tcpdump/win32/Include/telnet.h (new) 1.1 +48 -0 src/contrib/tcpdump/win32/Include/w32_fzs.h (new) 1.1 +117 -0 src/contrib/tcpdump/win32/Src/getopt.c (new) 1.1 +177 -0 src/contrib/tcpdump/win32/prj/GNUmakefile (new) 1.1 +635 -0 src/contrib/tcpdump/win32/prj/WinDump.dsp (new) 1.1 +29 -0 src/contrib/tcpdump/win32/prj/WinDump.dsw (new) From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:07:24 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CFF810656A4 for ; Thu, 28 Oct 2010 19:07:24 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB9A8FC31 for ; Thu, 28 Oct 2010 19:07:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJ7O29000393 for ; Thu, 28 Oct 2010 19:07:24 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJ7OSq000392 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:07:24 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281907.o9SJ7OSq000392@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:07:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctputil.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:07:24 -0000 tuexen 2010-10-28 19:07:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctputil.c Log: SVN rev 214479 on 2010-10-28 19:07:05Z by tuexen MFC r212713: Remove unused variable/assignment. Revision Changes Path 1.93.2.22 +1 -3 src/sys/netinet/sctputil.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:09:01 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1679B1065695 for ; Thu, 28 Oct 2010 19:09:00 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AAB808FC16 for ; Thu, 28 Oct 2010 19:09:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJ90Mv000512 for ; Thu, 28 Oct 2010 19:09:00 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJ90Ze000511 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:09:00 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281909.o9SJ90Ze000511@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:08:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_output.c sctp_pcb.c sctp_usrreq.c sctputil.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:09:01 -0000 tuexen 2010-10-28 19:08:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_output.c sctp_pcb.c sctp_usrreq.c sctputil.c Log: SVN rev 214480 on 2010-10-28 19:08:50Z by tuexen MFC r212714: Remove old debug code. Revision Changes Path 1.88.2.35 +0 -11 src/sys/netinet/sctp_output.c 1.85.2.21 +0 -13 src/sys/netinet/sctp_pcb.c 1.67.2.14 +0 -16 src/sys/netinet/sctp_usrreq.c 1.93.2.23 +0 -8 src/sys/netinet/sctputil.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:09:06 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81FC310656E3 for ; Thu, 28 Oct 2010 19:09:06 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 544938FC16 for ; Thu, 28 Oct 2010 19:09:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJ96cd000538 for ; Thu, 28 Oct 2010 19:09:06 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJ96u6000537 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:09:06 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010281909.o9SJ96u6000537@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Thu, 28 Oct 2010 19:08:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump Makefile tcpdump.1 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:09:06 -0000 rpaulo 2010-10-28 19:08:56 UTC FreeBSD src repository Modified files: usr.sbin/tcpdump/tcpdump Makefile Added files: usr.sbin/tcpdump/tcpdump tcpdump.1 Log: SVN rev 214481 on 2010-10-28 19:08:56Z by rpaulo Update for the new tcpdump 4.1.1. The man page is a result of running tcpdump's autoconf on FreeBSD. Revision Changes Path 1.49 +2 -2 src/usr.sbin/tcpdump/tcpdump/Makefile 1.7 +1722 -0 src/usr.sbin/tcpdump/tcpdump/tcpdump.1 (new) From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:10:28 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1356C1065672 for ; Thu, 28 Oct 2010 19:10:28 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F045D8FC21 for ; Thu, 28 Oct 2010 19:10:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJARxV000749 for ; Thu, 28 Oct 2010 19:10:27 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJARww000748 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:10:27 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010281910.o9SJARww000748@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Thu, 28 Oct 2010 19:10:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/tcpdump FREEBSD-Xlist FREEBSD-upgrade Readme.Win32 src/contrib/tcpdump/win32/Include errno.h getopt.h inetprivate.h telnet.h w32_fzs.h src/contrib/tcpdump/win32/Include/Arpa tftp.h src/contrib/tcpdump/win32/Include/Netinet ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:10:28 -0000 rpaulo 2010-10-28 19:10:15 UTC FreeBSD src repository Removed files: contrib/tcpdump FREEBSD-Xlist FREEBSD-upgrade Readme.Win32 contrib/tcpdump/win32/Include errno.h getopt.h inetprivate.h telnet.h w32_fzs.h contrib/tcpdump/win32/Include/Arpa tftp.h contrib/tcpdump/win32/Include/Netinet in_systm.h ip.h contrib/tcpdump/win32/Src getopt.c contrib/tcpdump/win32/prj GNUmakefile WinDump.dsp WinDump.dsw Log: SVN rev 214482 on 2010-10-28 19:10:15Z by rpaulo Remove useless stuff. Revision Changes Path 1.3 +0 -3 src/contrib/tcpdump/FREEBSD-Xlist (dead) 1.4 +0 -28 src/contrib/tcpdump/FREEBSD-upgrade (dead) 1.4 +0 -24 src/contrib/tcpdump/Readme.Win32 (dead) 1.2 +0 -84 src/contrib/tcpdump/win32/Include/Arpa/tftp.h (dead) 1.2 +0 -56 src/contrib/tcpdump/win32/Include/Netinet/in_systm.h (dead) 1.2 +0 -177 src/contrib/tcpdump/win32/Include/Netinet/ip.h (dead) 1.2 +0 -132 src/contrib/tcpdump/win32/Include/errno.h (dead) 1.2 +0 -138 src/contrib/tcpdump/win32/Include/getopt.h (dead) 1.2 +0 -40 src/contrib/tcpdump/win32/Include/inetprivate.h (dead) 1.2 +0 -320 src/contrib/tcpdump/win32/Include/telnet.h (dead) 1.2 +0 -48 src/contrib/tcpdump/win32/Include/w32_fzs.h (dead) 1.2 +0 -117 src/contrib/tcpdump/win32/Src/getopt.c (dead) 1.2 +0 -177 src/contrib/tcpdump/win32/prj/GNUmakefile (dead) 1.2 +0 -635 src/contrib/tcpdump/win32/prj/WinDump.dsp (dead) 1.2 +0 -29 src/contrib/tcpdump/win32/prj/WinDump.dsw (dead) From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:10:48 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DD4F106566C for ; Thu, 28 Oct 2010 19:10:48 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 89C598FC2E for ; Thu, 28 Oct 2010 19:10:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJAmww000793 for ; Thu, 28 Oct 2010 19:10:48 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJAmDg000792 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:10:48 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281910.o9SJAmDg000792@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:10:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_constants.h sctp_output.c sctp_sysctl.c sctp_sysctl.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:10:48 -0000 tuexen 2010-10-28 19:10:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_constants.h sctp_output.c sctp_sysctl.c sctp_sysctl.h Log: SVN rev 214483 on 2010-10-28 19:10:31Z by tuexen MFC r212799: * Implement initial version of send buffer splitting. * Make send/recv buffer splitting switchable via sysctl. * While there: Fix some comments. Revision Changes Path 1.44.2.8 +3 -0 src/sys/netinet/sctp_constants.h 1.88.2.36 +18 -1 src/sys/netinet/sctp_output.c 1.28.2.8 +6 -1 src/sys/netinet/sctp_sysctl.c 1.21.2.3 +9 -4 src/sys/netinet/sctp_sysctl.h From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:12:24 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CC7B106566C for ; Thu, 28 Oct 2010 19:12:24 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA748FC15 for ; Thu, 28 Oct 2010 19:12:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJCO2l000935 for ; Thu, 28 Oct 2010 19:12:24 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJCOPK000934 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:12:24 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281912.o9SJCOPK000934@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:12:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_cc_functions.c sctp_sysctl.c sctp_sysctl.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:12:24 -0000 tuexen 2010-10-28 19:12:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_cc_functions.c sctp_sysctl.c sctp_sysctl.h Log: SVN rev 214484 on 2010-10-28 19:12:05Z by tuexen MFC r212800: Make the initial congestion window configurable via sysctl. Revision Changes Path 1.6.2.5 +15 -6 src/sys/netinet/sctp_cc_functions.c 1.28.2.9 +6 -0 src/sys/netinet/sctp_sysctl.c 1.21.2.4 +7 -0 src/sys/netinet/sctp_sysctl.h From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:14:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A48231065672 for ; Thu, 28 Oct 2010 19:14:00 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 909B28FC0A for ; Thu, 28 Oct 2010 19:14:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJE0Xo001069 for ; Thu, 28 Oct 2010 19:14:00 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJE0q9001068 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:14:00 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281914.o9SJE0q9001068@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:13:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_indata.c sctp_output.c sctp_timer.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:14:00 -0000 tuexen 2010-10-28 19:13:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_indata.c sctp_output.c sctp_timer.c Log: SVN rev 214485 on 2010-10-28 19:13:46Z by tuexen MFC r212801: Fix a bug where the wrong PR-SCTP policy was considered. While there, use always the same code for the check of TTL expiration. Revision Changes Path 1.64.2.19 +1 -7 src/sys/netinet/sctp_indata.c 1.88.2.37 +1 -1 src/sys/netinet/sctp_output.c 1.43.2.10 +1 -3 src/sys/netinet/sctp_timer.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:15:51 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 989CA1065697 for ; Thu, 28 Oct 2010 19:15:51 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9D58FC2E for ; Thu, 28 Oct 2010 19:15:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJFpWr001233 for ; Thu, 28 Oct 2010 19:15:51 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJFp4o001232 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:15:51 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281915.o9SJFp4o001232@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:15:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_auth.c sctp_pcb.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:15:51 -0000 tuexen 2010-10-28 19:15:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_auth.c sctp_pcb.c Log: SVN rev 214486 on 2010-10-28 19:15:30Z by tuexen MFC r212850: Fix a locking issue which shows up when the code is used on Mac OS X. Revision Changes Path 1.23.2.5 +1 -1 src/sys/netinet/sctp_auth.c 1.85.2.22 +3 -3 src/sys/netinet/sctp_pcb.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:17:27 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D0DB1065693 for ; Thu, 28 Oct 2010 19:17:27 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F99A8FC29 for ; Thu, 28 Oct 2010 19:17:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJHRVP001344 for ; Thu, 28 Oct 2010 19:17:27 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJHRPL001343 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:17:27 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281917.o9SJHRPL001343@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:17:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_sysctl.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:17:27 -0000 tuexen 2010-10-28 19:17:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_sysctl.h Log: SVN rev 214487 on 2010-10-28 19:17:18Z by tuexen MFC r212851: Allow the initial congestion window to be configure to one MTU. Improve the description. Revision Changes Path 1.21.2.5 +2 -2 src/sys/netinet/sctp_sysctl.h From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 19:19:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F736106566B for ; Thu, 28 Oct 2010 19:19:03 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 61EAB8FC18 for ; Thu, 28 Oct 2010 19:19:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SJJ3b9001456 for ; Thu, 28 Oct 2010 19:19:03 GMT (envelope-from tuexen@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SJJ3Fg001455 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 19:19:03 GMT (envelope-from tuexen@repoman.freebsd.org) Message-Id: <201010281919.o9SJJ3Fg001455@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to tuexen@repoman.freebsd.org using -f From: Michael Tuexen Date: Thu, 28 Oct 2010 19:18:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet sctp_indata.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 19:19:03 -0000 tuexen 2010-10-28 19:18:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_indata.c Log: SVN rev 214488 on 2010-10-28 19:18:54Z by tuexen MFC r212897: Fix a locking issue which resulted in aborted associations due to a corrupted nr-mapping array. Revision Changes Path 1.64.2.20 +4 -4 src/sys/netinet/sctp_indata.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 20:18:39 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B818F10656A3 for ; Thu, 28 Oct 2010 20:18:39 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A4B5D8FC23 for ; Thu, 28 Oct 2010 20:18:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SKIdWD006890 for ; Thu, 28 Oct 2010 20:18:39 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SKIdXM006889 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 20:18:39 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201010282018.o9SKIdXM006889@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Thu, 28 Oct 2010 20:18:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_hostres hostres_processor_tbl.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 20:18:39 -0000 uqs 2010-10-28 20:18:26 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_hostres hostres_processor_tbl.c Log: SVN rev 214489 on 2010-10-28 20:18:26Z by uqs Fix CPU load reporting independent of scheduler used. - Sample CPU usage data from kern.cp_times, this makes for a far more accurate and scheduler independent algorithm. - Rip out the process list scraping that is no longer required. - Don't update CPU usage sampling on every request, but every 15s instead. This makes it impossible for an attacker to hide the CPU load by triggering 4 samplings in short succession when the system is idle. - After reaching the steady-state, the system will always report the average CPU load of the last 60 sampled seconds. - Untangling of call graph. PR: kern/130222 Tested by: Julian Dunn Gustau Pérez Jürgen Weiß MFC after: 2 weeks I'm unsure if some MIB standard states this must be the load average for, eg. 300s, it looks like net-snmp isn't even bothering to implement the CPU load reporting at all. Revision Changes Path 1.7 +129 -205 src/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_processor_tbl.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 21:52:31 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0101106567A for ; Thu, 28 Oct 2010 21:52:31 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8D72D8FC0C for ; Thu, 28 Oct 2010 21:52:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SLqV3b027610 for ; Thu, 28 Oct 2010 21:52:31 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SLqVrJ027609 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 21:52:31 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010282152.o9SLqVrJ027609@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Thu, 28 Oct 2010 21:51:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh parser.c src/tools/regression/bin/sh/expansion trim5.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 21:52:31 -0000 jilles 2010-10-28 21:51:14 UTC FreeBSD src repository Modified files: bin/sh parser.c Added files: tools/regression/bin/sh/expansion trim5.0 Log: SVN rev 214490 on 2010-10-28 21:51:14Z by jilles sh: Make double-quotes quote a '}' inside ${v#...} and ${v%...}. Exp-run done by: pav (with some other sh(1) changes) PR: bin/57554 Revision Changes Path 1.93 +2 -1 src/bin/sh/parser.c 1.1 +28 -0 src/tools/regression/bin/sh/expansion/trim5.0 (new) From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 22:28:52 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E82D310657F2 for ; Thu, 28 Oct 2010 22:28:52 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC3AC8FC18 for ; Thu, 28 Oct 2010 22:28:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SMSq1q031384 for ; Thu, 28 Oct 2010 22:28:52 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SMSqCn031383 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 22:28:52 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201010282228.o9SMSqCn031383@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Thu, 28 Oct 2010 22:28:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/rtadvd rtadvd.conf.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 22:28:53 -0000 uqs 2010-10-28 22:28:45 UTC FreeBSD src repository Modified files: usr.sbin/rtadvd rtadvd.conf.5 Log: SVN rev 214491 on 2010-10-28 22:28:45Z by uqs Fix another "string" typo. MFC after: 3 days Revision Changes Path 1.18 +1 -1 src/usr.sbin/rtadvd/rtadvd.conf.5 From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 22:36:10 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E1611065670 for ; Thu, 28 Oct 2010 22:36:10 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8B85E8FC0C for ; Thu, 28 Oct 2010 22:36:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SMaA4k031969 for ; Thu, 28 Oct 2010 22:36:10 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SMaAuD031968 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 22:36:10 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010282236.o9SMaAuD031968@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Thu, 28 Oct 2010 22:34:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh parser.c src/tools/regression/bin/sh/expansion plus-minus5.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 22:36:10 -0000 jilles 2010-10-28 22:34:49 UTC FreeBSD src repository Modified files: bin/sh parser.c Added files: tools/regression/bin/sh/expansion plus-minus5.0 Log: SVN rev 214492 on 2010-10-28 22:34:49Z by jilles sh: Only accept a '}' inside ${v+-=?...} if double-quote state matches. If double-quote state does not match, treat the '}' literally. This ensures double-quote state remains the same before and after a ${v+-=?...} which helps with expand.c. It makes things like ${foo+"\${bar}"} which I have seen in the wild work as expected. Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.94 +4 -4 src/bin/sh/parser.c 1.1 +31 -0 src/tools/regression/bin/sh/expansion/plus-minus5.0 (new) From owner-cvs-src-old@FreeBSD.ORG Thu Oct 28 23:46:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC8441065698 for ; Thu, 28 Oct 2010 23:46:20 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9E418FC0C for ; Thu, 28 Oct 2010 23:46:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9SNkKVX038054 for ; Thu, 28 Oct 2010 23:46:20 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9SNkKrf038053 for cvs-src-old@freebsd.org; Thu, 28 Oct 2010 23:46:20 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010282346.o9SNkKrf038053@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Thu, 28 Oct 2010 23:46:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ofw/common main.c src/sys/boot/ofw/libofw ofw_memory.c openfirm.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 23:46:21 -0000 nwhitehorn 2010-10-28 23:46:05 UTC FreeBSD src repository Modified files: sys/boot/ofw/common main.c sys/boot/ofw/libofw ofw_memory.c openfirm.c Log: SVN rev 214493 on 2010-10-28 23:46:05Z by nwhitehorn Fix some memory management issues discovered when trying to boot the PPC OF loader on systems where address cells and size cells are both 2 (the Mambo simulator) and fix an error where cons_probe() was called before init_heap() but used malloc() to set environment variables. MFC after: 1 month Revision Changes Path 1.10 +18 -22 src/sys/boot/ofw/common/main.c 1.8 +10 -4 src/sys/boot/ofw/libofw/ofw_memory.c 1.16 +7 -2 src/sys/boot/ofw/libofw/openfirm.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 00:36:56 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4681106564A for ; Fri, 29 Oct 2010 00:36:56 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 880CC8FC12 for ; Fri, 29 Oct 2010 00:36:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9T0auVh043102 for ; Fri, 29 Oct 2010 00:36:56 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9T0au5H043101 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 00:36:56 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010290036.o9T0au5H043101@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Fri, 29 Oct 2010 00:36:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ofw/libofw ofw_net.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 00:36:56 -0000 nwhitehorn 2010-10-29 00:36:44 UTC FreeBSD src repository Modified files: sys/boot/ofw/libofw ofw_net.c Log: SVN rev 214494 on 2010-10-29 00:36:44Z by nwhitehorn Fix netboot on some Apple machines on which calling dma-free on the network device can hang the machine. This causes the loss of 64 KB of accessible memory on netbooted machines. Revision Changes Path 1.12 +3 -0 src/sys/boot/ofw/libofw/ofw_net.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 00:37:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E5431065673 for ; Fri, 29 Oct 2010 00:37:47 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4213A8FC19 for ; Fri, 29 Oct 2010 00:37:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9T0blO7043171 for ; Fri, 29 Oct 2010 00:37:47 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9T0blsD043168 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 00:37:47 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010290037.o9T0blsD043168@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Fri, 29 Oct 2010 00:37:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/ofw/common main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 00:37:47 -0000 nwhitehorn 2010-10-29 00:37:35 UTC FreeBSD src repository Modified files: sys/boot/ofw/common main.c Log: SVN rev 214495 on 2010-10-29 00:37:35Z by nwhitehorn Fix the printf() in init_heap so that it can run before the console is up. Pointed out by: marius Revision Changes Path 1.11 +5 -1 src/sys/boot/ofw/common/main.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 07:05:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82D6310656BD for ; Fri, 29 Oct 2010 07:05:00 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 510F58FC14 for ; Fri, 29 Oct 2010 07:05:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9T750AB000166 for ; Fri, 29 Oct 2010 07:05:00 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9T750U0000165 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 07:05:00 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010290705.o9T750U0000165@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Fri, 29 Oct 2010 07:04:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_sig.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 07:05:00 -0000 davidxu 2010-10-29 07:04:45 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_sig.c Log: SVN rev 214500 on 2010-10-29 07:04:45Z by davidxu Remove local variable 'first', instead check signal number in memory, because the variable can be in register, second checking the variable may still return true, however this is unexpected. Revision Changes Path 1.40 +1 -4 src/lib/libthr/thread/thr_sig.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 09:35:48 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B27A1065694 for ; Fri, 29 Oct 2010 09:35:48 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6388FC15 for ; Fri, 29 Oct 2010 09:35:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9T9ZmVi023844 for ; Fri, 29 Oct 2010 09:35:48 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9T9ZmNN023843 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 09:35:48 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010290935.o9T9ZmNN023843@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Fri, 29 Oct 2010 09:35:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_sig.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 09:35:48 -0000 davidxu 2010-10-29 09:35:36 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_sig.c Log: SVN rev 214506 on 2010-10-29 09:35:36Z by davidxu Return previous sigaction correctly. Submitted by: avg Revision Changes Path 1.41 +4 -1 src/lib/libthr/thread/thr_sig.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 10:57:29 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F034E1065675 for ; Fri, 29 Oct 2010 10:57:29 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C39E88FC1A for ; Fri, 29 Oct 2010 10:57:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TAvT3r030784 for ; Fri, 29 Oct 2010 10:57:29 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TAvTKh030783 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 10:57:29 GMT (envelope-from glebius@repoman.freebsd.org) Message-Id: <201010291057.o9TAvTKh030783@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to glebius@repoman.freebsd.org using -f From: Gleb Smirnoff Date: Fri, 29 Oct 2010 10:57:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 10:57:30 -0000 glebius 2010-10-29 10:57:18 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 214508 on 2010-10-29 10:57:18Z by glebius Revert a small part of the r198301, that is entirely unrelated to the r198301 itself. It also broke the logic of not sending more than one ARP request per second, that consequently lead to a potential problem of flooding network with broadcast packets. MFC after: 1 week Revision Changes Path 1.223 +1 -1 src/sys/netinet/if_ether.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 11:14:05 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C1731065679 for ; Fri, 29 Oct 2010 11:14:05 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F4AE8FC1F for ; Fri, 29 Oct 2010 11:14:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TBE5b2033014 for ; Fri, 29 Oct 2010 11:14:05 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TBE5IX033013 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 11:14:05 GMT (envelope-from glebius@repoman.freebsd.org) Message-Id: <201010291114.o9TBE5IX033013@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to glebius@repoman.freebsd.org using -f From: Gleb Smirnoff Date: Fri, 29 Oct 2010 11:13:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet if_ether.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 11:14:05 -0000 glebius 2010-10-29 11:13:42 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: SVN rev 214509 on 2010-10-29 11:13:42Z by glebius Remove meaningless XXXXX, that is a remain of comment, removed in r186200. Revision Changes Path 1.224 +0 -2 src/sys/netinet/if_ether.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 13:32:41 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CACC106566B for ; Fri, 29 Oct 2010 13:32:41 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7918A8FC17 for ; Fri, 29 Oct 2010 13:32:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TDWfoV056876 for ; Fri, 29 Oct 2010 13:32:41 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TDWfiR056875 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 13:32:41 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010291332.o9TDWfiR056875@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Fri, 29 Oct 2010 13:31:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include unistd.h src/lib/libc/gen sysconf.c src/sys/kern sched_ule.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 13:32:41 -0000 davidxu 2010-10-29 13:31:10 UTC FreeBSD src repository Modified files: include unistd.h lib/libc/gen sysconf.c sys/kern sched_ule.c Log: SVN rev 214510 on 2010-10-29 13:31:10Z by davidxu Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset, also add sysconf() key _SC_CPUSET_SIZE to get sysctl value. Submitted by: gcooper Revision Changes Path 1.99 +1 -0 src/include/unistd.h 1.28 +9 -0 src/lib/libc/gen/sysconf.c 1.280 +11 -0 src/sys/kern/sched_ule.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 13:35:17 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC52010656AB for ; Fri, 29 Oct 2010 13:35:17 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7EF978FC1D for ; Fri, 29 Oct 2010 13:35:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TDZHmA057150 for ; Fri, 29 Oct 2010 13:35:17 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TDZHuh057149 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 13:35:17 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201010291335.o9TDZHuh057149@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Fri, 29 Oct 2010 13:34:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfsclient nfs_clnode.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 13:35:17 -0000 rmacklem 2010-10-29 13:34:57 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clnode.c Log: SVN rev 214511 on 2010-10-29 13:34:57Z by rmacklem Add a call for nfsrpc_close() to ncl_reclaim() in the experimental NFSv4 client, since the call in ncl_inactive() might be missed because VOP_INACTIVE() is not guaranteed to be called before VOP_RECLAIM(). MFC after: 1 week Revision Changes Path 1.10 +9 -0 src/sys/fs/nfsclient/nfs_clnode.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 13:42:49 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 441461065670 for ; Fri, 29 Oct 2010 13:42:49 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 157058FC21 for ; Fri, 29 Oct 2010 13:42:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TDgmq3057842 for ; Fri, 29 Oct 2010 13:42:48 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TDgm7Y057841 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 13:42:48 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010291342.o9TDgm7Y057841@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Fri, 29 Oct 2010 13:42:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh expand.c expand.h mksyntax.c parser.c parser.h src/tools/regression/bin/sh/expansion plus-minus6.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 13:42:49 -0000 jilles 2010-10-29 13:42:18 UTC FreeBSD src repository Modified files: bin/sh expand.c expand.h mksyntax.c parser.c parser.h Added files: tools/regression/bin/sh/expansion plus-minus6.0 Log: SVN rev 214512 on 2010-10-29 13:42:18Z by jilles sh: Do IFS splitting on word in ${v+word} and ${v-word}. The code is inspired by NetBSD sh somewhat, but different because we preserve the old Almquist/Bourne/Korn ability to have an unquoted part in a quoted ${v+word}. For example, "${v-"*"}" expands to $v as a single field if v is set, but generates filenames otherwise. Note that this is the only place where we split text literally from the script (the similar ${v=word} assigns to v and then expands $v). The parser must now add additional markers to allow the expansion code to know whether arbitrary characters in substitutions are quoted. Example: for i in ${$+a b c}; do echo $i; done Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.72 +27 -10 src/bin/sh/expand.c 1.14 +2 -0 src/bin/sh/expand.h 1.33 +1 -0 src/bin/sh/mksyntax.c 1.95 +12 -4 src/bin/sh/parser.c 1.15 +1 -0 src/bin/sh/parser.h 1.1 +34 -0 src/tools/regression/bin/sh/expansion/plus-minus6.0 (new) From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 13:46:40 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D56F1065697 for ; Fri, 29 Oct 2010 13:46:40 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 701DF8FC1E for ; Fri, 29 Oct 2010 13:46:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TDkeMb058151 for ; Fri, 29 Oct 2010 13:46:40 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TDkeQw058150 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 13:46:40 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201010291346.o9TDkeQw058150@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Fri, 29 Oct 2010 13:46:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfsclient nfs_clvnops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 13:46:40 -0000 rmacklem 2010-10-29 13:46:21 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clvnops.c Log: SVN rev 214513 on 2010-10-29 13:46:21Z by rmacklem Modify nfs_open() in the experimental NFS client to be compatible with the regular NFS client. Also, fix a couple of mutex lock issues. MFC after: 1 week Revision Changes Path 1.30 +40 -46 src/sys/fs/nfsclient/nfs_clvnops.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 15:03:50 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 998681065693 for ; Fri, 29 Oct 2010 15:03:50 +0000 (UTC) (envelope-from jh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C7CA8FC0C for ; Fri, 29 Oct 2010 15:03:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TF3o9H065868 for ; Fri, 29 Oct 2010 15:03:50 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TF3o73065867 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 15:03:50 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201010291503.o9TF3o73065867@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Fri, 29 Oct 2010 15:03:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/sys chflags.2 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 15:03:50 -0000 jh 2010-10-29 15:03:29 UTC FreeBSD src repository Modified files: lib/libc/sys chflags.2 Log: SVN rev 214514 on 2010-10-29 15:03:29Z by jh - Note that non-superusers are not allowed to set the SF_ARCHIVED flag. [1] - Note that also fchflags(2) will return EPERM for attempts to set or unset the SF_SNAPSHOT flag. Submitted by: Garrett Cooper [1] MFC after: 1 week Revision Changes Path 1.30 +7 -3 src/lib/libc/sys/chflags.2 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 18:33:57 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4DAB106566B for ; Fri, 29 Oct 2010 18:33:57 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 77C678FC08 for ; Fri, 29 Oct 2010 18:33:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TIXvf1095212 for ; Fri, 29 Oct 2010 18:33:57 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TIXvmZ095211 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 18:33:57 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010291833.o9TIXvmZ095211@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Fri, 29 Oct 2010 18:33:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/x86/x86 nexus.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 18:33:57 -0000 attilio 2010-10-29 18:33:43 UTC FreeBSD src repository Modified files: sys/x86/x86 nexus.c Log: SVN rev 214515 on 2010-10-29 18:33:43Z by attilio - Merge ram_attach() implementation for i386 and amd64 - Rename RES_BUS_SPACE_* into BUS_SPACE_* for consistency - Trim out an unnecessary checking condition Sponsored by: Sandvine Incorporated Requested and reviewed by: jhb Revision Changes Path 1.2 +39 -42 src/sys/x86/x86/nexus.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 18:38:48 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 940511065743 for ; Fri, 29 Oct 2010 18:38:48 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DAC08FC2A for ; Fri, 29 Oct 2010 18:38:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TIcmLH095581 for ; Fri, 29 Oct 2010 18:38:48 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TIcms0095580 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 18:38:48 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201010291838.o9TIcms0095580@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Fri, 29 Oct 2010 18:38:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.amd64 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 18:38:48 -0000 attilio 2010-10-29 18:38:36 UTC FreeBSD src repository Modified files: sys/conf options.amd64 Log: SVN rev 214516 on 2010-10-29 18:38:36Z by attilio Merging mptable under x86 left this option undefined for amd64 case. Fix that. Sponsored by: Sandvine Incorporated Reported by: jkim Revision Changes Path 1.40 +1 -0 src/sys/conf/options.amd64 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 18:41:24 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C1FC1065894 for ; Fri, 29 Oct 2010 18:41:24 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F1E48FC18 for ; Fri, 29 Oct 2010 18:41:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TIfOMo095829 for ; Fri, 29 Oct 2010 18:41:24 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TIfO2D095828 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 18:41:24 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010291841.o9TIfO2D095828@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 29 Oct 2010 18:41:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/net bpf.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 18:41:24 -0000 rpaulo 2010-10-29 18:41:09 UTC FreeBSD src repository Modified files: sys/net bpf.h Log: SVN rev 214517 on 2010-10-29 18:41:09Z by rpaulo Sync DLTs with the latest pcap version. Revision Changes Path 1.56 +137 -0 src/sys/net/bpf.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 18:43:52 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AA3510657EF for ; Fri, 29 Oct 2010 18:43:52 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 381158FC08 for ; Fri, 29 Oct 2010 18:43:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TIhqZK096729 for ; Fri, 29 Oct 2010 18:43:52 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TIhqKu096728 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 18:43:52 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010291843.o9TIhqKu096728@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 29 Oct 2010 18:43:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/libpcap CHANGES CREDITS INSTALL.txt Makefile.in README README.Win32 README.aix README.dag README.hpux README.linux README.macosx README.septel README.sita README.tru64 TODO VERSION arcnet.h atmuni31.h bpf_dump.c bpf_image.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 18:43:52 -0000 rpaulo 2010-10-29 18:43:23 UTC FreeBSD src repository Modified files: contrib/libpcap CHANGES CREDITS INSTALL.txt Makefile.in README TODO VERSION arcnet.h atmuni31.h bpf_dump.c bpf_image.c config.guess config.h.in config.sub configure configure.in dlpisubs.c dlpisubs.h etherent.c ethertype.h fad-getad.c fad-gifc.c fad-glifc.c fad-null.c fad-win32.c filtertest.c gencode.c gencode.h grammar.y inet.c llc.h nametoaddr.c nlpid.h optimize.c pcap-bpf.c pcap-bpf.h pcap-bt-linux.c pcap-bt-linux.h pcap-config.1 pcap-config.in pcap-dag.c pcap-dag.h pcap-dlpi.c pcap-dos.c pcap-dos.h pcap-enet.c pcap-filter.manmisc.in pcap-int.h pcap-libdlpi.c pcap-linktype.manmisc.in pcap-linux.c pcap-namedb.h pcap-nit.c pcap-null.c pcap-pf.c pcap-savefile.manfile.in pcap-septel.c pcap-septel.h pcap-sita.html pcap-snit.c pcap-snoop.c pcap-stdinc.h pcap-usb-linux.c pcap-usb-linux.h pcap-win32.c pcap.3pcap.in pcap.c pcap.h pcap_activate.3pcap pcap_breakloop.3pcap pcap_can_set_rfmon.3pcap pcap_close.3pcap pcap_compile.3pcap.in pcap_create.3pcap pcap_datalink.3pcap.in pcap_datalink_name_to_val.3pcap pcap_datalink_val_to_name.3pcap pcap_dump.3pcap pcap_dump_close.3pcap pcap_dump_file.3pcap pcap_dump_flush.3pcap pcap_dump_ftell.3pcap pcap_dump_open.3pcap.in pcap_file.3pcap pcap_fileno.3pcap pcap_findalldevs.3pcap pcap_free_datalinks.3pcap pcap_freealldevs.3pcap pcap_freecode.3pcap pcap_get_selectable_fd.3pcap pcap_geterr.3pcap pcap_inject.3pcap pcap_is_swapped.3pcap pcap_lib_version.3pcap pcap_list_datalinks.3pcap.in pcap_lookupdev.3pcap pcap_lookupnet.3pcap pcap_loop.3pcap pcap_major_version.3pcap pcap_next_ex.3pcap pcap_offline_filter.3pcap pcap_open_dead.3pcap.in pcap_open_live.3pcap pcap_open_offline.3pcap.in pcap_set_buffer_size.3pcap pcap_set_datalink.3pcap pcap_set_promisc.3pcap pcap_set_rfmon.3pcap pcap_set_snaplen.3pcap pcap_set_timeout.3pcap pcap_setdirection.3pcap pcap_setfilter.3pcap pcap_setnonblock.3pcap pcap_snapshot.3pcap pcap_stats.3pcap pcap_statustostr.3pcap pcap_strerror.3pcap ppp.h runlex.sh savefile.c scanner.l sunatmpos.h contrib/libpcap/bpf/net bpf_filter.c contrib/libpcap/lbl os-aix4.h os-hpux11.h os-osf4.h os-osf5.h os-solaris2.h os-sunos4.h os-ultrix4.h contrib/libpcap/missing snprintf.c contrib/libpcap/pcap bluetooth.h bpf.h namedb.h pcap.h sll.h usb.h vlan.h Added files: contrib/libpcap README.Win32 README.aix README.dag README.hpux README.linux README.macosx README.septel README.sita README.tru64 opentest.c org.tcpdump.chmod_bpf.plist pcap-can-linux.c pcap-can-linux.h pcap-common.c pcap-common.h pcap-snf.c pcap-snf.h selpolltest.c sf-pcap-ng.c sf-pcap-ng.h sf-pcap.c sf-pcap.h contrib/libpcap/ChmodBPF ChmodBPF StartupParameters.plist contrib/libpcap/SUNOS4 nit_if.o.sparc nit_if.o.sun3 nit_if.o.sun4c.4.0.3c contrib/libpcap/Win32/Include Gnuc.h addrinfo.h bittypes.h cdecl_ext.h inetprivate.h ip6_misc.h sockstorage.h contrib/libpcap/Win32/Include/arpa nameser.h contrib/libpcap/Win32/Include/net if.h netdb.h paths.h contrib/libpcap/Win32/Prj libpcap.dsp libpcap.dsw contrib/libpcap/Win32/Src ffs.c gai_strerror.c getaddrinfo.c getnetbynm.c getnetent.c getopt.c getservent.c inet_aton.c inet_net.c inet_pton.c contrib/libpcap/msdos bin2c.c common.dj makefile makefile.dj makefile.wc ndis2.c ndis2.h ndis_0.asm pkt_rx0.asm pkt_rx1.s pktdrvr.c pktdrvr.h readme.dos contrib/libpcap/pcap ipnet.h Removed files: contrib/libpcap/net bpf_filter.c Log: SVN rev 214518 on 2010-10-29 18:43:23Z by rpaulo Merge libpcap-1.1.1. Revision Changes Path 1.3 +78 -2 src/contrib/libpcap/CHANGES 1.3 +23 -4 src/contrib/libpcap/CREDITS 1.1 +33 -0 src/contrib/libpcap/ChmodBPF/ChmodBPF (new) 1.1 +4 -0 src/contrib/libpcap/ChmodBPF/StartupParameters.plist (new) 1.3 +1 -1 src/contrib/libpcap/INSTALL.txt 1.3 +236 -94 src/contrib/libpcap/Makefile.in 1.3 +8 -10 src/contrib/libpcap/README 1.3 +46 -0 src/contrib/libpcap/README.Win32 (new) 1.3 +81 -0 src/contrib/libpcap/README.aix (new) 1.3 +114 -0 src/contrib/libpcap/README.dag (new) 1.3 +254 -0 src/contrib/libpcap/README.hpux (new) 1.3 +108 -0 src/contrib/libpcap/README.linux (new) 1.3 +74 -0 src/contrib/libpcap/README.macosx (new) 1.3 +50 -0 src/contrib/libpcap/README.septel (new) 1.1 +64 -0 src/contrib/libpcap/README.sita (new) 1.3 +49 -0 src/contrib/libpcap/README.tru64 (new) 1.1 +18 -0 src/contrib/libpcap/SUNOS4/nit_if.o.sparc (new) 1.1 +13 -0 src/contrib/libpcap/SUNOS4/nit_if.o.sun3 (new) 1.1 +20 -0 src/contrib/libpcap/SUNOS4/nit_if.o.sun4c.4.0.3c (new) 1.2 +10 -13 src/contrib/libpcap/TODO 1.3 +1 -1 src/contrib/libpcap/VERSION 1.1 +46 -0 src/contrib/libpcap/Win32/Include/Gnuc.h (new) 1.1 +146 -0 src/contrib/libpcap/Win32/Include/addrinfo.h (new) 1.1 +349 -0 src/contrib/libpcap/Win32/Include/arpa/nameser.h (new) 1.1 +139 -0 src/contrib/libpcap/Win32/Include/bittypes.h (new) 1.1 +37 -0 src/contrib/libpcap/Win32/Include/cdecl_ext.h (new) 1.1 +67 -0 src/contrib/libpcap/Win32/Include/inetprivate.h (new) 1.1 +163 -0 src/contrib/libpcap/Win32/Include/ip6_misc.h (new) 1.1 +230 -0 src/contrib/libpcap/Win32/Include/net/if.h (new) 1.1 +164 -0 src/contrib/libpcap/Win32/Include/net/netdb.h (new) 1.1 +105 -0 src/contrib/libpcap/Win32/Include/net/paths.h (new) 1.1 +38 -0 src/contrib/libpcap/Win32/Include/sockstorage.h (new) 1.1 +168 -0 src/contrib/libpcap/Win32/Prj/libpcap.dsp (new) 1.1 +29 -0 src/contrib/libpcap/Win32/Prj/libpcap.dsw (new) 1.1 +54 -0 src/contrib/libpcap/Win32/Src/ffs.c (new) 1.1 +83 -0 src/contrib/libpcap/Win32/Src/gai_strerror.c (new) 1.1 +1120 -0 src/contrib/libpcap/Win32/Src/getaddrinfo.c (new) 1.1 +44 -0 src/contrib/libpcap/Win32/Src/getnetbynm.c (new) 1.1 +119 -0 src/contrib/libpcap/Win32/Src/getnetent.c (new) 1.1 +121 -0 src/contrib/libpcap/Win32/Src/getopt.c (new) 1.1 +125 -0 src/contrib/libpcap/Win32/Src/getservent.c (new) 1.1 +61 -0 src/contrib/libpcap/Win32/Src/inet_aton.c (new) 1.1 +101 -0 src/contrib/libpcap/Win32/Src/inet_net.c (new) 1.1 +71 -0 src/contrib/libpcap/Win32/Src/inet_pton.c (new) 1.2 +1 -1 src/contrib/libpcap/arcnet.h 1.3 +1 -1 src/contrib/libpcap/atmuni31.h 1.4 +12 -3 src/contrib/libpcap/bpf/net/bpf_filter.c 1.4 +1 -1 src/contrib/libpcap/bpf_dump.c 1.4 +15 -1 src/contrib/libpcap/bpf_image.c 1.2 +1139 -237 src/contrib/libpcap/config.guess 1.3 +42 -16 src/contrib/libpcap/config.h.in 1.2 +956 -115 src/contrib/libpcap/config.sub 1.3 +4679 -3408 src/contrib/libpcap/configure 1.3 +440 -79 src/contrib/libpcap/configure.in 1.2 +10 -1 src/contrib/libpcap/dlpisubs.c 1.2 +1 -1 src/contrib/libpcap/dlpisubs.h 1.3 +13 -1 src/contrib/libpcap/etherent.c 1.3 +1 -1 src/contrib/libpcap/ethertype.h 1.3 +6 -3 src/contrib/libpcap/fad-getad.c 1.3 +1 -145 src/contrib/libpcap/fad-gifc.c 1.3 +1 -1 src/contrib/libpcap/fad-glifc.c 1.2 +1 -1 src/contrib/libpcap/fad-null.c 1.3 +1 -1 src/contrib/libpcap/fad-win32.c 1.2 +16 -4 src/contrib/libpcap/filtertest.c 1.19 +189 -18 src/contrib/libpcap/gencode.c 1.12 +1 -2 src/contrib/libpcap/gencode.h 1.14 +2 -1 src/contrib/libpcap/grammar.y 1.6 +71 -34 src/contrib/libpcap/inet.c 1.2 +1 -1 src/contrib/libpcap/lbl/os-aix4.h 1.2 +1 -1 src/contrib/libpcap/lbl/os-hpux11.h 1.2 +1 -1 src/contrib/libpcap/lbl/os-osf4.h 1.2 +1 -1 src/contrib/libpcap/lbl/os-osf5.h 1.2 +2 -89 src/contrib/libpcap/lbl/os-solaris2.h 1.2 +1 -23 src/contrib/libpcap/lbl/os-sunos4.h 1.2 +1 -1 src/contrib/libpcap/lbl/os-ultrix4.h 1.2 +7 -4 src/contrib/libpcap/llc.h 1.2 +2 -2 src/contrib/libpcap/missing/snprintf.c 1.1 +43 -0 src/contrib/libpcap/msdos/bin2c.c (new) 1.1 +80 -0 src/contrib/libpcap/msdos/common.dj (new) 1.1 +184 -0 src/contrib/libpcap/msdos/makefile (new) 1.1 +152 -0 src/contrib/libpcap/msdos/makefile.dj (new) 1.1 +131 -0 src/contrib/libpcap/msdos/makefile.wc (new) 1.1 +860 -0 src/contrib/libpcap/msdos/ndis2.c (new) 1.1 +559 -0 src/contrib/libpcap/msdos/ndis2.h (new) 1.1 +188 -0 src/contrib/libpcap/msdos/ndis_0.asm (new) 1.1 +197 -0 src/contrib/libpcap/msdos/pkt_rx0.asm (new) 1.1 +155 -0 src/contrib/libpcap/msdos/pkt_rx1.s (new) 1.1 +1436 -0 src/contrib/libpcap/msdos/pktdrvr.c (new) 1.1 +153 -0 src/contrib/libpcap/msdos/pktdrvr.h (new) 1.1 +162 -0 src/contrib/libpcap/msdos/readme.dos (new) 1.15 +6 -8 src/contrib/libpcap/nametoaddr.c 1.2 +0 -666 src/contrib/libpcap/net/bpf_filter.c (dead) 1.4 +1 -2 src/contrib/libpcap/nlpid.h 1.1 +216 -0 src/contrib/libpcap/opentest.c (new) 1.3 +15 -1 src/contrib/libpcap/optimize.c 1.1 +16 -0 src/contrib/libpcap/org.tcpdump.chmod_bpf.plist (new) 1.9 +170 -46 src/contrib/libpcap/pcap-bpf.c 1.3 +1 -1 src/contrib/libpcap/pcap-bpf.h 1.2 +1 -1 src/contrib/libpcap/pcap-bt-linux.c 1.2 +1 -1 src/contrib/libpcap/pcap-bt-linux.h 1.1 +264 -0 src/contrib/libpcap/pcap-can-linux.c (new) 1.1 +35 -0 src/contrib/libpcap/pcap-can-linux.h (new) 1.1 +1179 -0 src/contrib/libpcap/pcap-common.c (new) 1.1 +25 -0 src/contrib/libpcap/pcap-common.h (new) 1.2 +24 -4 src/contrib/libpcap/pcap-config.1 1.2 +74 -8 src/contrib/libpcap/pcap-config.in 1.3 +19 -3 src/contrib/libpcap/pcap-dag.c 1.3 +9 -1 src/contrib/libpcap/pcap-dag.h 1.3 +14 -8 src/contrib/libpcap/pcap-dlpi.c 1.3 +1 -1 src/contrib/libpcap/pcap-dos.c 1.2 +1 -1 src/contrib/libpcap/pcap-dos.h 1.3 +1 -1 src/contrib/libpcap/pcap-enet.c 1.2 +1 -1 src/contrib/libpcap/pcap-filter.manmisc.in 1.16 +54 -32 src/contrib/libpcap/pcap-int.h 1.2 +7 -5 src/contrib/libpcap/pcap-libdlpi.c 1.2 +13 -11 src/contrib/libpcap/pcap-linktype.manmisc.in 1.3 +1493 -230 src/contrib/libpcap/pcap-linux.c 1.8 +1 -2 src/contrib/libpcap/pcap-namedb.h 1.3 +2 -1 src/contrib/libpcap/pcap-nit.c 1.3 +3 -3 src/contrib/libpcap/pcap-null.c 1.3 +2 -1 src/contrib/libpcap/pcap-pf.c 1.2 +1 -1 src/contrib/libpcap/pcap-savefile.manfile.in 1.3 +1 -1 src/contrib/libpcap/pcap-septel.c 1.3 +1 -1 src/contrib/libpcap/pcap-septel.h 1.2 +1 -1 src/contrib/libpcap/pcap-sita.html 1.1 +306 -0 src/contrib/libpcap/pcap-snf.c (new) 1.1 +2 -0 src/contrib/libpcap/pcap-snf.h (new) 1.3 +2 -1 src/contrib/libpcap/pcap-snit.c 1.3 +4 -3 src/contrib/libpcap/pcap-snoop.c 1.3 +8 -2 src/contrib/libpcap/pcap-stdinc.h 1.2 +196 -58 src/contrib/libpcap/pcap-usb-linux.c 1.2 +1 -1 src/contrib/libpcap/pcap-usb-linux.h 1.3 +17 -1 src/contrib/libpcap/pcap-win32.c 1.2 +1 -1 src/contrib/libpcap/pcap.3pcap.in 1.4 +166 -114 src/contrib/libpcap/pcap.c 1.18 +1 -25 src/contrib/libpcap/pcap.h 1.2 +1 -1 src/contrib/libpcap/pcap/bluetooth.h 1.3 +139 -1 src/contrib/libpcap/pcap/bpf.h 1.1 +43 -0 src/contrib/libpcap/pcap/ipnet.h (new) 1.2 +1 -1 src/contrib/libpcap/pcap/namedb.h 1.5 +16 -3 src/contrib/libpcap/pcap/pcap.h 1.2 +1 -1 src/contrib/libpcap/pcap/sll.h 1.2 +55 -2 src/contrib/libpcap/pcap/usb.h 1.2 +1 -1 src/contrib/libpcap/pcap/vlan.h 1.2 +1 -1 src/contrib/libpcap/pcap_activate.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_breakloop.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_can_set_rfmon.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_close.3pcap 1.2 +4 -4 src/contrib/libpcap/pcap_compile.3pcap.in 1.2 +1 -1 src/contrib/libpcap/pcap_create.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_datalink.3pcap.in 1.2 +1 -1 src/contrib/libpcap/pcap_datalink_name_to_val.3pcap 1.2 +2 -2 src/contrib/libpcap/pcap_datalink_val_to_name.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_dump.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_dump_close.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_dump_file.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_dump_flush.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_dump_ftell.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_dump_open.3pcap.in 1.2 +1 -1 src/contrib/libpcap/pcap_file.3pcap 1.2 +30 -9 src/contrib/libpcap/pcap_fileno.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_findalldevs.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_free_datalinks.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_freealldevs.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_freecode.3pcap 1.2 +6 -1 src/contrib/libpcap/pcap_get_selectable_fd.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_geterr.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_inject.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_is_swapped.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_lib_version.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_list_datalinks.3pcap.in 1.2 +1 -1 src/contrib/libpcap/pcap_lookupdev.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_lookupnet.3pcap 1.2 +5 -3 src/contrib/libpcap/pcap_loop.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_major_version.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_next_ex.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_offline_filter.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_open_dead.3pcap.in 1.2 +1 -1 src/contrib/libpcap/pcap_open_live.3pcap 1.2 +8 -4 src/contrib/libpcap/pcap_open_offline.3pcap.in 1.2 +1 -1 src/contrib/libpcap/pcap_set_buffer_size.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_set_datalink.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_set_promisc.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_set_rfmon.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_set_snaplen.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_set_timeout.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_setdirection.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_setfilter.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_setnonblock.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_snapshot.3pcap 1.2 +45 -5 src/contrib/libpcap/pcap_stats.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_statustostr.3pcap 1.2 +1 -1 src/contrib/libpcap/pcap_strerror.3pcap 1.2 +9 -1 src/contrib/libpcap/ppp.h 1.2 +1 -1 src/contrib/libpcap/runlex.sh 1.5 +70 -1433 src/contrib/libpcap/savefile.c 1.16 +17 -2 src/contrib/libpcap/scanner.l 1.1 +350 -0 src/contrib/libpcap/selpolltest.c (new) 1.1 +1113 -0 src/contrib/libpcap/sf-pcap-ng.c (new) 1.1 +31 -0 src/contrib/libpcap/sf-pcap-ng.h (new) 1.1 +614 -0 src/contrib/libpcap/sf-pcap.c (new) 1.1 +36 -0 src/contrib/libpcap/sf-pcap.h (new) 1.2 +1 -1 src/contrib/libpcap/sunatmpos.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 18:45:27 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8F3B1065673 for ; Fri, 29 Oct 2010 18:45:27 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7BEBF8FC0A for ; Fri, 29 Oct 2010 18:45:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TIjRTk096900 for ; Fri, 29 Oct 2010 18:45:27 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TIjReI096899 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 18:45:27 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010291845.o9TIjReI096899@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 29 Oct 2010 18:45:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpcap Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 18:45:27 -0000 rpaulo 2010-10-29 18:45:10 UTC FreeBSD src repository Modified files: lib/libpcap Makefile Log: SVN rev 214519 on 2010-10-29 18:45:10Z by rpaulo Update for libpcap-1.1.1. Revision Changes Path 1.47 +1 -1 src/lib/libpcap/Makefile From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 18:51:04 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF9771065698 for ; Fri, 29 Oct 2010 18:51:04 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B85EF8FC0C for ; Fri, 29 Oct 2010 18:51:04 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TIp4bZ097412 for ; Fri, 29 Oct 2010 18:51:04 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TIp4B7097411 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 18:51:04 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010291851.o9TIp4B7097411@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 29 Oct 2010 18:50:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/libpcap FREEBSD-Xlist FREEBSD-upgrade README.Win32 README.aix README.macosx README.tru64 org.tcpdump.chmod_bpf.plist src/contrib/libpcap/ChmodBPF ChmodBPF StartupParameters.plist src/contrib/libpcap/SUNOS4 nit_if.o.sparc ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 18:51:04 -0000 rpaulo 2010-10-29 18:50:38 UTC FreeBSD src repository Removed files: contrib/libpcap FREEBSD-Xlist FREEBSD-upgrade README.Win32 README.aix README.macosx README.tru64 org.tcpdump.chmod_bpf.plist contrib/libpcap/ChmodBPF ChmodBPF StartupParameters.plist contrib/libpcap/SUNOS4 nit_if.o.sparc nit_if.o.sun3 nit_if.o.sun4c.4.0.3c contrib/libpcap/Win32/Include Gnuc.h addrinfo.h bittypes.h cdecl_ext.h inetprivate.h ip6_misc.h sockstorage.h contrib/libpcap/Win32/Include/arpa nameser.h contrib/libpcap/Win32/Include/net if.h netdb.h paths.h contrib/libpcap/Win32/Prj libpcap.dsp libpcap.dsw contrib/libpcap/Win32/Src ffs.c gai_strerror.c getaddrinfo.c getnetbynm.c getnetent.c getopt.c getservent.c inet_aton.c inet_net.c inet_pton.c contrib/libpcap/msdos bin2c.c common.dj makefile makefile.dj makefile.wc ndis2.c ndis2.h ndis_0.asm pkt_rx0.asm pkt_rx1.s pktdrvr.c pktdrvr.h readme.dos Log: SVN rev 214520 on 2010-10-29 18:50:38Z by rpaulo Remove unused files. Revision Changes Path 1.2 +0 -33 src/contrib/libpcap/ChmodBPF/ChmodBPF (dead) 1.2 +0 -4 src/contrib/libpcap/ChmodBPF/StartupParameters.plist (dead) 1.4 +0 -7 src/contrib/libpcap/FREEBSD-Xlist (dead) 1.7 +0 -35 src/contrib/libpcap/FREEBSD-upgrade (dead) 1.4 +0 -46 src/contrib/libpcap/README.Win32 (dead) 1.4 +0 -81 src/contrib/libpcap/README.aix (dead) 1.4 +0 -74 src/contrib/libpcap/README.macosx (dead) 1.4 +0 -49 src/contrib/libpcap/README.tru64 (dead) 1.2 +0 -18 src/contrib/libpcap/SUNOS4/nit_if.o.sparc (dead) 1.2 +0 -13 src/contrib/libpcap/SUNOS4/nit_if.o.sun3 (dead) 1.2 +0 -20 src/contrib/libpcap/SUNOS4/nit_if.o.sun4c.4.0.3c (dead) 1.2 +0 -46 src/contrib/libpcap/Win32/Include/Gnuc.h (dead) 1.2 +0 -146 src/contrib/libpcap/Win32/Include/addrinfo.h (dead) 1.2 +0 -349 src/contrib/libpcap/Win32/Include/arpa/nameser.h (dead) 1.2 +0 -139 src/contrib/libpcap/Win32/Include/bittypes.h (dead) 1.2 +0 -37 src/contrib/libpcap/Win32/Include/cdecl_ext.h (dead) 1.2 +0 -67 src/contrib/libpcap/Win32/Include/inetprivate.h (dead) 1.2 +0 -163 src/contrib/libpcap/Win32/Include/ip6_misc.h (dead) 1.2 +0 -230 src/contrib/libpcap/Win32/Include/net/if.h (dead) 1.2 +0 -164 src/contrib/libpcap/Win32/Include/net/netdb.h (dead) 1.2 +0 -105 src/contrib/libpcap/Win32/Include/net/paths.h (dead) 1.2 +0 -38 src/contrib/libpcap/Win32/Include/sockstorage.h (dead) 1.2 +0 -168 src/contrib/libpcap/Win32/Prj/libpcap.dsp (dead) 1.2 +0 -29 src/contrib/libpcap/Win32/Prj/libpcap.dsw (dead) 1.2 +0 -54 src/contrib/libpcap/Win32/Src/ffs.c (dead) 1.2 +0 -83 src/contrib/libpcap/Win32/Src/gai_strerror.c (dead) 1.2 +0 -1120 src/contrib/libpcap/Win32/Src/getaddrinfo.c (dead) 1.2 +0 -44 src/contrib/libpcap/Win32/Src/getnetbynm.c (dead) 1.2 +0 -119 src/contrib/libpcap/Win32/Src/getnetent.c (dead) 1.2 +0 -121 src/contrib/libpcap/Win32/Src/getopt.c (dead) 1.2 +0 -125 src/contrib/libpcap/Win32/Src/getservent.c (dead) 1.2 +0 -61 src/contrib/libpcap/Win32/Src/inet_aton.c (dead) 1.2 +0 -101 src/contrib/libpcap/Win32/Src/inet_net.c (dead) 1.2 +0 -71 src/contrib/libpcap/Win32/Src/inet_pton.c (dead) 1.2 +0 -43 src/contrib/libpcap/msdos/bin2c.c (dead) 1.2 +0 -80 src/contrib/libpcap/msdos/common.dj (dead) 1.2 +0 -184 src/contrib/libpcap/msdos/makefile (dead) 1.2 +0 -152 src/contrib/libpcap/msdos/makefile.dj (dead) 1.2 +0 -131 src/contrib/libpcap/msdos/makefile.wc (dead) 1.2 +0 -860 src/contrib/libpcap/msdos/ndis2.c (dead) 1.2 +0 -559 src/contrib/libpcap/msdos/ndis2.h (dead) 1.2 +0 -188 src/contrib/libpcap/msdos/ndis_0.asm (dead) 1.2 +0 -197 src/contrib/libpcap/msdos/pkt_rx0.asm (dead) 1.2 +0 -155 src/contrib/libpcap/msdos/pkt_rx1.s (dead) 1.2 +0 -1436 src/contrib/libpcap/msdos/pktdrvr.c (dead) 1.2 +0 -153 src/contrib/libpcap/msdos/pktdrvr.h (dead) 1.2 +0 -162 src/contrib/libpcap/msdos/readme.dos (dead) 1.2 +0 -16 src/contrib/libpcap/org.tcpdump.chmod_bpf.plist (dead) From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 18:57:10 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6245D106564A for ; Fri, 29 Oct 2010 18:57:10 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E73D8FC0C for ; Fri, 29 Oct 2010 18:57:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TIvAXF097830 for ; Fri, 29 Oct 2010 18:57:10 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TIvAQw097829 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 18:57:10 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010291857.o9TIvAQw097829@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 29 Oct 2010 18:56:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/libpcap README.dag README.hpux README.linux README.septel README.sita X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 18:57:10 -0000 rpaulo 2010-10-29 18:56:51 UTC FreeBSD src repository Removed files: contrib/libpcap README.dag README.hpux README.linux README.septel README.sita Log: SVN rev 214521 on 2010-10-29 18:56:51Z by rpaulo Remove more unused files. Revision Changes Path 1.4 +0 -114 src/contrib/libpcap/README.dag (dead) 1.4 +0 -254 src/contrib/libpcap/README.hpux (dead) 1.4 +0 -108 src/contrib/libpcap/README.linux (dead) 1.4 +0 -50 src/contrib/libpcap/README.septel (dead) 1.2 +0 -64 src/contrib/libpcap/README.sita (dead) From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 19:08:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1CDB106566B for ; Fri, 29 Oct 2010 19:08:00 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B61AE8FC1C for ; Fri, 29 Oct 2010 19:08:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TJ80Wm099620 for ; Fri, 29 Oct 2010 19:08:00 GMT (envelope-from trasz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TJ80Vq099619 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 19:08:00 GMT (envelope-from trasz@repoman.freebsd.org) Message-Id: <201010291908.o9TJ80Vq099619@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trasz@repoman.freebsd.org using -f From: Edward Tomasz Napierala Date: Fri, 29 Oct 2010 19:07:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_acl_nfs4.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 19:08:01 -0000 trasz 2010-10-29 19:07:36 UTC FreeBSD src repository Modified files: sys/kern subr_acl_nfs4.c Log: SVN rev 214522 on 2010-10-29 19:07:36Z by trasz Fix uninitialized variable. Found with: Coverity Prevent(tm) CID: 8632 Revision Changes Path 1.10 +1 -1 src/sys/kern/subr_acl_nfs4.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 19:17:21 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65B19106566B for ; Fri, 29 Oct 2010 19:17:21 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 52D6F8FC08 for ; Fri, 29 Oct 2010 19:17:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TJHLF5000393 for ; Fri, 29 Oct 2010 19:17:21 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TJHLV1000392 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 19:17:21 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201010291917.o9TJHLV1000392@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 29 Oct 2010 19:17:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/config main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 19:17:21 -0000 jhb 2010-10-29 19:17:07 UTC FreeBSD src repository Modified files: usr.sbin/config main.c Log: SVN rev 214523 on 2010-10-29 19:17:07Z by jhb Remove support for creating the 'machine' symlink as well as creating the extra MACHINE_ARCH symlink for certain platforms (such as pc98). The support for creating these symlinks was added to sys/conf/kern.post.mk in changeset 152964. The intention of that commit was to remove this code from config(8), but config(8) was never updated. Approved by: imp Revision Changes Path 1.86 +0 -27 src/usr.sbin/config/main.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 19:35:54 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B4731065672 for ; Fri, 29 Oct 2010 19:35:54 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 879408FC17 for ; Fri, 29 Oct 2010 19:35:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TJZskL001952 for ; Fri, 29 Oct 2010 19:35:54 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TJZsEm001951 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 19:35:54 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010291935.o9TJZsEm001951@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Fri, 29 Oct 2010 19:34:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh expand.c src/tools/regression/bin/sh/expansion trim6.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 19:35:54 -0000 jilles 2010-10-29 19:34:57 UTC FreeBSD src repository Modified files: bin/sh expand.c Added files: tools/regression/bin/sh/expansion trim6.0 Log: SVN rev 214524 on 2010-10-29 19:34:57Z by jilles sh: Fix some issues with CTL* bytes and ${var#pat}. subevalvar() incorrectly assumed that CTLESC bytes were present iff the expansion was quoted. However, they are present iff various processing such as word splitting is to be done later on. Example: v=@$e@$e@$e@ y="${v##*"$e"}" echo "$y" failed if $e contained the magic CTLESC byte. Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.73 +13 -14 src/bin/sh/expand.c 1.1 +22 -0 src/tools/regression/bin/sh/expansion/trim6.0 (new) From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 20:24:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E92551065679 for ; Fri, 29 Oct 2010 20:24:00 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC1E38FC0C for ; Fri, 29 Oct 2010 20:24:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TKO0ZO006355 for ; Fri, 29 Oct 2010 20:24:00 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TKO0Ic006354 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 20:24:00 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010292024.o9TKO0Ic006354@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Fri, 29 Oct 2010 20:23:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh parser.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 20:24:01 -0000 jilles 2010-10-29 20:23:41 UTC FreeBSD src repository Modified files: bin/sh parser.c Log: SVN rev 214525 on 2010-10-29 20:23:41Z by jilles sh: Error out on various specials/keywords in the wrong place in backticks. Example: echo `date)` Exp-run done by: pav (with some other sh(1) changes) Obtained from: NetBSD (Christos Zoulas, NetBSD PR 11317) Revision Changes Path 1.96 +16 -16 src/bin/sh/parser.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 20:42:21 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 697B71065672 for ; Fri, 29 Oct 2010 20:42:21 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 56C728FC15 for ; Fri, 29 Oct 2010 20:42:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TKgLUx007723 for ; Fri, 29 Oct 2010 20:42:21 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TKgLRg007722 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 20:42:21 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010292042.o9TKgLRg007722@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 29 Oct 2010 20:42:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/sparc64/loader main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 20:42:21 -0000 marius 2010-10-29 20:42:02 UTC FreeBSD src repository Modified files: sys/boot/sparc64/loader main.c Log: SVN rev 214526 on 2010-10-29 20:42:02Z by marius Partially revert r203829; as it turns out what the PowerPC OFW loader did was incorrect as further down the road cons_probe() calls malloc() so the former can't be called before init_heap() has succeed. Instead just exit to the firmware in case init_heap() fails like OF_init() does when hitting a problem as we're then likely running in a very broken environment where hardly anything can be trusted to work. Revision Changes Path 1.50 +4 -4 src/sys/boot/sparc64/loader/main.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 20:51:47 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CC551065693 for ; Fri, 29 Oct 2010 20:51:47 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9FF8FC13 for ; Fri, 29 Oct 2010 20:51:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TKpl2g019359 for ; Fri, 29 Oct 2010 20:51:47 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TKpliQ019358 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 20:51:47 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010292051.o9TKpliQ019358@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 29 Oct 2010 20:51:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 20:51:47 -0000 marius 2010-10-29 20:51:30 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 pmap.c Log: SVN rev 214528 on 2010-10-29 20:51:30Z by marius - When resetting pm_active and pm_context of a pmap in pmap_pinit() we need locking as otherwise we may race against the other parts of the MD code which expects a consistent state of these. While at it move the resetting of the pmap before entering it in the TSB. - Spell a 0 as TLB_CTX_KERNEL. Revision Changes Path 1.204 +7 -4 src/sys/sparc64/sparc64/pmap.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 20:54:23 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B187106566C for ; Fri, 29 Oct 2010 20:54:23 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E1E98FC26 for ; Fri, 29 Oct 2010 20:54:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TKsNrt019523 for ; Fri, 29 Oct 2010 20:54:23 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TKsNGp019522 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 20:54:23 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010292054.o9TKsNGp019522@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 29 Oct 2010 20:54:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpcap Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 20:54:23 -0000 rpaulo 2010-10-29 20:54:04 UTC FreeBSD src repository Modified files: lib/libpcap Makefile Log: SVN rev 214529 on 2010-10-29 20:54:04Z by rpaulo add pcap-common.c. Submitted by: dim Revision Changes Path 1.48 +1 -1 src/lib/libpcap/Makefile From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 21:04:14 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EDCF10657EA for ; Fri, 29 Oct 2010 21:04:14 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 520148FC0A for ; Fri, 29 Oct 2010 21:04:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TL4EcT021283 for ; Fri, 29 Oct 2010 21:04:14 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TL4E5c021282 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 21:04:14 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010292104.o9TL4E5c021282@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 29 Oct 2010 21:03:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 21:04:14 -0000 rpaulo 2010-10-29 21:03:59 UTC FreeBSD src repository Modified files: usr.sbin/tcpdump/tcpdump Makefile Log: SVN rev 214530 on 2010-10-29 21:03:59Z by rpaulo Add print-ipnet.c Submitted by: dim Revision Changes Path 1.50 +1 -1 src/usr.sbin/tcpdump/tcpdump/Makefile From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 21:07:31 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEDBD106566B for ; Fri, 29 Oct 2010 21:07:31 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AB45E8FC1D for ; Fri, 29 Oct 2010 21:07:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TL7V6D021570 for ; Fri, 29 Oct 2010 21:07:31 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TL7Vfh021569 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 21:07:31 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010292107.o9TL7Vfh021569@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Fri, 29 Oct 2010 21:06:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh parser.c src/tools/regression/bin/sh/errors bad-keyword1.0 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 21:07:31 -0000 jilles 2010-10-29 21:06:57 UTC FreeBSD src repository Modified files: bin/sh parser.c Added files: tools/regression/bin/sh/errors bad-keyword1.0 Log: SVN rev 214531 on 2010-10-29 21:06:57Z by jilles sh: Detect various additional errors in the parser. Apart from detecting breakage earlier or at all, this also fixes a segfault in the testsuite. The "handling" of the breakage left an invalid internal representation in some cases. Examples: echo a; do echo b echo `) echo a` echo `date; do do do` Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.97 +3 -3 src/bin/sh/parser.c 1.1 +4 -0 src/tools/regression/bin/sh/errors/bad-keyword1.0 (new) From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 21:20:28 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4498A1065670 for ; Fri, 29 Oct 2010 21:20:28 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17EAC8FC15 for ; Fri, 29 Oct 2010 21:20:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TLKRnC022591 for ; Fri, 29 Oct 2010 21:20:27 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TLKRVQ022590 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 21:20:27 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010292120.o9TLKRVQ022590@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 29 Oct 2010 21:20:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/pflogd Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 21:20:28 -0000 rpaulo 2010-10-29 21:20:14 UTC FreeBSD src repository Modified files: sbin/pflogd Makefile Log: SVN rev 214533 on 2010-10-29 21:20:14Z by rpaulo Force include ../../libpcap/config.h since privsep.c groks pcap's internals. Revision Changes Path 1.5 +2 -0 src/sbin/pflogd/Makefile From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 21:21:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8902F10657DC for ; Fri, 29 Oct 2010 21:21:03 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5C6E68FC16 for ; Fri, 29 Oct 2010 21:21:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TLL3oA022644 for ; Fri, 29 Oct 2010 21:21:03 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TLL3l9022643 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 21:21:03 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010292121.o9TLL3l9022643@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Fri, 29 Oct 2010 21:20:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh parser.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 21:21:03 -0000 jilles 2010-10-29 21:20:56 UTC FreeBSD src repository Modified files: bin/sh parser.c Log: SVN rev 214534 on 2010-10-29 21:20:56Z by jilles sh: Reject function names ending in one of !%*+-=?@}~ These do something else in ksh: name=(...) is an array or compound variable assignment and the others are extended patterns. This is the last patch of the ones tested in the exp run. Exp-run done by: pav (with some other sh(1) changes) Revision Changes Path 1.98 +5 -1 src/bin/sh/parser.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 21:23:54 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75B4C1065672 for ; Fri, 29 Oct 2010 21:23:54 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48D1F8FC0A for ; Fri, 29 Oct 2010 21:23:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TLNs29022834 for ; Fri, 29 Oct 2010 21:23:54 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TLNsSr022833 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 21:23:54 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010292123.o9TLNsSr022833@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 29 Oct 2010 21:23:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/ipfilter/tools ipf_y.y X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 21:23:54 -0000 rpaulo 2010-10-29 21:23:34 UTC FreeBSD src repository Modified files: contrib/ipfilter/tools ipf_y.y Log: SVN rev 214535 on 2010-10-29 21:23:34Z by rpaulo Use pcap's bpf header, not our own copy of it. Revision Changes Path 1.8 +0 -2 src/contrib/ipfilter/tools/ipf_y.y From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 21:25:15 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C1771065789 for ; Fri, 29 Oct 2010 21:25:15 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3E3E28FC26 for ; Fri, 29 Oct 2010 21:25:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TLPFja022953 for ; Fri, 29 Oct 2010 21:25:15 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TLPFxm022952 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 21:25:15 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010292125.o9TLPFxm022952@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Fri, 29 Oct 2010 21:24:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/pflogd Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 21:25:15 -0000 rpaulo 2010-10-29 21:24:56 UTC FreeBSD src repository Modified files: sbin/pflogd Makefile Log: SVN rev 214536 on 2010-10-29 21:24:56Z by rpaulo Add a ${.CURDIR} reference to the previous commit. Submitted by: dim Revision Changes Path 1.6 +1 -1 src/sbin/pflogd/Makefile From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 21:44:57 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 159821065696 for ; Fri, 29 Oct 2010 21:44:57 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCB088FC1E for ; Fri, 29 Oct 2010 21:44:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TLiuL8024643 for ; Fri, 29 Oct 2010 21:44:56 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TLiuDf024642 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 21:44:56 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010292144.o9TLiuDf024642@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Fri, 29 Oct 2010 21:44:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/sh eval.c histedit.c parser.c var.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 21:44:57 -0000 jilles 2010-10-29 21:44:43 UTC FreeBSD src repository Modified files: bin/sh eval.c histedit.c parser.c var.c Log: SVN rev 214538 on 2010-10-29 21:44:43Z by jilles sh: Tweak some string constants to reduce code size. * Reduce some needless differences. * Shorten some error messages that should not happen. Revision Changes Path 1.90 +1 -1 src/bin/sh/eval.c 1.40 +2 -2 src/bin/sh/histedit.c 1.99 +1 -1 src/bin/sh/parser.c 1.51 +1 -1 src/bin/sh/var.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 29 22:57:32 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8C4D10656A3 for ; Fri, 29 Oct 2010 22:57:32 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BC6898FC1D for ; Fri, 29 Oct 2010 22:57:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9TMvWEk031113 for ; Fri, 29 Oct 2010 22:57:32 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9TMvWoO031112 for cvs-src-old@freebsd.org; Fri, 29 Oct 2010 22:57:32 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201010292257.o9TMvWoO031112@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Fri, 29 Oct 2010 22:57:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpcap config.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2010 22:57:33 -0000 dim 2010-10-29 22:57:14 UTC FreeBSD src repository Modified files: lib/libpcap config.h Log: SVN rev 214539 on 2010-10-29 22:57:14Z by dim Regenerate our lib/libpcap/config.h for libpcap 1.1.1. Revision Changes Path 1.9 +56 -26 src/lib/libpcap/config.h From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 01:13:05 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 188AC10657A5 for ; Sat, 30 Oct 2010 01:13:05 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0675C8FC12 for ; Sat, 30 Oct 2010 01:13:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9U1D4cI055053 for ; Sat, 30 Oct 2010 01:13:04 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9U1D42j055052 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 01:13:04 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010300113.o9U1D42j055052@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sat, 30 Oct 2010 01:12:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/alc if_alc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 01:13:05 -0000 yongari 2010-10-30 01:12:54 UTC FreeBSD src repository Modified files: sys/dev/alc if_alc.c Log: SVN rev 214542 on 2010-10-30 01:12:54Z by yongari Don't bother to enable ASPM L1 to save more power. Even though I am not able to trigger the issue with sample boards, some users seems to suffer from freeze/lockup when system is booted without UTP cable plugged in. I'm not sure whether this is BIOS issue or controller bug. This change fixes AR8132 lockup issue seen on EEE PC. Reported by: kmoore Tested by: kmoore Revision Changes Path 1.21 +1 -1 src/sys/dev/alc/if_alc.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 01:19:40 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B36D10656C3 for ; Sat, 30 Oct 2010 01:19:40 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6F1BD8FC16 for ; Sat, 30 Oct 2010 01:19:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9U1JeCQ055484 for ; Sat, 30 Oct 2010 01:19:40 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9U1JeQB055483 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 01:19:40 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010300119.o9U1JeQB055483@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 30 Oct 2010 01:19:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern vfs_cache.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 01:19:40 -0000 kib 2010-10-30 01:19:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern vfs_cache.c Log: SVN rev 214543 on 2010-10-30 01:19:15Z by kib MFC r213916: Provide vfs.ncsizefactor instead of hard-coding namecache ratio. Move debug.ncnegfactor to vfs.ncnegfactor. Provide some descriptions for the namecache related sysctls. Revision Changes Path 1.158.2.5 +20 -12 src/sys/kern/vfs_cache.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 01:24:46 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D56E10657AB for ; Sat, 30 Oct 2010 01:24:46 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 513D18FC13 for ; Sat, 30 Oct 2010 01:24:46 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9U1OkOJ055870 for ; Sat, 30 Oct 2010 01:24:46 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9U1Okdx055869 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 01:24:46 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010300124.o9U1Okdx055869@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 30 Oct 2010 01:24:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man7 tuning.7 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 01:24:46 -0000 kib 2010-10-30 01:24:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man7 tuning.7 Log: SVN rev 214544 on 2010-10-30 01:24:26Z by kib MFC r213917: Document vfs.ncsizefactor and vfs.ncnegfactor. Revision Changes Path 1.81.2.2 +19 -1 src/share/man/man7/tuning.7 From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 04:53:58 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EB751065740 for ; Sat, 30 Oct 2010 04:53:58 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6BF318FC0A for ; Sat, 30 Oct 2010 04:53:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9U4rwL7085196 for ; Sat, 30 Oct 2010 04:53:58 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9U4rwKt085195 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 04:53:58 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201010300453.o9U4rwKt085195@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sat, 30 Oct 2010 04:53:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 04:53:58 -0000 alc 2010-10-30 04:53:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/vm vm_map.c Log: SVN rev 214546 on 2010-10-30 04:53:50Z by alc MFC r213408 If vm_map_find() is asked to allocate a superpage-aligned region of virtual addresses that is greater than a superpage in size but not a multiple of the superpage size, then vm_map_find() is not always expanding the kernel pmap to support the last few small pages being allocated. Previously, we grew the kernel page table in vm_map_findspace() when we found the first available virtual address. Now, instead, we defer the call to pmap_growkernel() until we are committed to a range of virtual addresses in vm_map_insert(). Revision Changes Path 1.419.2.7 +8 -14 src/sys/vm/vm_map.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 10:28:51 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5848610657EA for ; Sat, 30 Oct 2010 10:28:51 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2BC4B8FC1D for ; Sat, 30 Oct 2010 10:28:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UASpMU027024 for ; Sat, 30 Oct 2010 10:28:51 GMT (envelope-from ume@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UASplK027023 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 10:28:51 GMT (envelope-from ume@repoman.freebsd.org) Message-Id: <201010301028.o9UASplK027023@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ume@repoman.freebsd.org using -f From: Hajimu UMEMOTO Date: Sat, 30 Oct 2010 10:28:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/net nsdispatch.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 10:28:51 -0000 ume 2010-10-30 10:28:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/net nsdispatch.c Log: SVN rev 214547 on 2010-10-30 10:28:33Z by ume MFC r213403: Clear errno for each method dispatch. Revision Changes Path 1.18.2.2 +2 -0 src/lib/libc/net/nsdispatch.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 10:31:11 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1B6A106567A for ; Sat, 30 Oct 2010 10:31:11 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84A4B8FC2B for ; Sat, 30 Oct 2010 10:31:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UAVBKV027370 for ; Sat, 30 Oct 2010 10:31:11 GMT (envelope-from ume@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UAVBAk027369 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 10:31:11 GMT (envelope-from ume@repoman.freebsd.org) Message-Id: <201010301031.o9UAVBAk027369@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ume@repoman.freebsd.org using -f From: Hajimu UMEMOTO Date: Sat, 30 Oct 2010 10:30:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/net getproto.c getprotoent.c getprotoname.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 10:31:11 -0000 ume 2010-10-30 10:30:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/net getproto.c getprotoent.c getprotoname.c Log: SVN rev 214548 on 2010-10-30 10:30:49Z by ume MFC r213453: When no protocol entry is found, getproto*_r(3) should return zero. Revision Changes Path 1.7.10.3 +1 -1 src/lib/libc/net/getproto.c 1.9.10.3 +1 -1 src/lib/libc/net/getprotoent.c 1.7.10.3 +1 -1 src/lib/libc/net/getprotoname.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 10:37:32 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E44610657C3 for ; Sat, 30 Oct 2010 10:37:32 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51BD18FC22 for ; Sat, 30 Oct 2010 10:37:32 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UAbWhJ027865 for ; Sat, 30 Oct 2010 10:37:32 GMT (envelope-from ume@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UAbWCI027864 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 10:37:32 GMT (envelope-from ume@repoman.freebsd.org) Message-Id: <201010301037.o9UAbWCI027864@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ume@repoman.freebsd.org using -f From: Hajimu UMEMOTO Date: Sat, 30 Oct 2010 10:37:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/lib/libc/net nsdispatch.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 10:37:32 -0000 ume 2010-10-30 10:37:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/net nsdispatch.c Log: SVN rev 214549 on 2010-10-30 10:37:11Z by ume MFC r213403: Clear errno for each method dispatch. Revision Changes Path 1.14.2.2 +2 -0 src/lib/libc/net/nsdispatch.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 10:38:38 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78CEC106566B for ; Sat, 30 Oct 2010 10:38:38 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4B9F58FC12 for ; Sat, 30 Oct 2010 10:38:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UAccB3027947 for ; Sat, 30 Oct 2010 10:38:38 GMT (envelope-from ume@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UAccqi027946 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 10:38:38 GMT (envelope-from ume@repoman.freebsd.org) Message-Id: <201010301038.o9UAccqi027946@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ume@repoman.freebsd.org using -f From: Hajimu UMEMOTO Date: Sat, 30 Oct 2010 10:38:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/lib/libc/net getproto.c getprotoent.c getprotoname.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 10:38:38 -0000 ume 2010-10-30 10:38:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/net getproto.c getprotoent.c getprotoname.c Log: SVN rev 214550 on 2010-10-30 10:38:23Z by ume MFC r213453: When no protocol entry is found, getproto*_r(3) should return zero. Revision Changes Path 1.7.2.2 +1 -1 src/lib/libc/net/getproto.c 1.9.2.2 +1 -1 src/lib/libc/net/getprotoent.c 1.7.2.2 +1 -1 src/lib/libc/net/getprotoname.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 11:30:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C20DF10657C5 for ; Sat, 30 Oct 2010 11:30:59 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 956EE8FC0A for ; Sat, 30 Oct 2010 11:30:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UBUxmA032727 for ; Sat, 30 Oct 2010 11:30:59 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UBUxjn032726 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 11:30:59 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010301130.o9UBUxjn032726@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 30 Oct 2010 11:30:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 11:30:59 -0000 bz 2010-10-30 11:30:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/net rtsock.c Log: SVN rev 214551 on 2010-10-30 11:30:49Z by bz MFC r213930: Close a race acquiring the IF_ADDR_LOCK() for each entry while iterating over all interfaces to make sure the address will neither change nor be freed while we are working on it. PR: kern/146250 Submitted by: Mikolaj Golub (to.my.trociny gmail.com) Revision Changes Path 1.143.2.11 +4 -0 src/sys/net/rtsock.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 11:55:13 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA52D1065746 for ; Sat, 30 Oct 2010 11:55:13 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 289E28FC15 for ; Sat, 30 Oct 2010 11:55:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UBt5Am034440 for ; Sat, 30 Oct 2010 11:55:05 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UBt5f0034439 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 11:55:05 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010301155.o9UBt5f0034439@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 30 Oct 2010 11:54:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/net rtsock.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 11:55:13 -0000 bz 2010-10-30 11:54:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/net rtsock.c Log: SVN rev 214552 on 2010-10-30 11:54:55Z by bz MFC r213930: Close a race acquiring the IF_ADDR_LOCK() for each entry while iterating over all interfaces to make sure the address will neither change nor be freed while we are working on it. PR: kern/146250 Submitted by: Mikolaj Golub (to.my.trociny gmail.com) Revision Changes Path 1.181.2.10 +4 -0 src/sys/net/rtsock.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 12:05:41 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77481106564A for ; Sat, 30 Oct 2010 12:05:41 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 653CB8FC15 for ; Sat, 30 Oct 2010 12:05:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UC5fxB036265 for ; Sat, 30 Oct 2010 12:05:41 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UC5fMQ036264 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 12:05:41 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010301205.o9UC5fMQ036264@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 30 Oct 2010 12:05:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 12:05:41 -0000 bz 2010-10-30 12:05:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet in.c Log: SVN rev 214553 on 2010-10-30 12:05:20Z by bz MFC r213932: MfP4 CH182763 (original version): Make it harder to exploit certain in_control() related races between the intiial lookup at the beginning and the time we will remove the entry from the lists by re-checking that entry is still in the list before trying to remove it. Reported by: Nima Misaghian (nima_misa hotmail.com) on net@ 20100817 Tested by: Nima Misaghian (nima_misa hotmail.com) (original version) PR: kern/146250 Submitted by: Mikolaj Golub (to.my.trociny gmail.com) (different version) Revision Changes Path 1.143.2.20 +15 -0 src/sys/netinet/in.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 12:40:12 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DACBE106566B for ; Sat, 30 Oct 2010 12:40:12 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ADC928FC18 for ; Sat, 30 Oct 2010 12:40:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UCeCtP038748 for ; Sat, 30 Oct 2010 12:40:12 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UCeCnP038747 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 12:40:12 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010301240.o9UCeCnP038747@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 30 Oct 2010 12:39:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/conf files src/sys/netinet in_debug.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 12:40:12 -0000 bz 2010-10-30 12:39:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/conf files Added files: (Branch: RELENG_8) sys/netinet in_debug.c Log: SVN rev 214554 on 2010-10-30 12:39:51Z by bz MFC r214303: Add initial inet DDB support for show in_ifaddr and show sin commands which proved to be useful while debugging address list problems. Revision Changes Path 1.1459.2.39 +1 -0 src/sys/conf/files 1.1.2.2 +120 -0 src/sys/netinet/in_debug.c (new) From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 14:08:39 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 982BC106566C for ; Sat, 30 Oct 2010 14:08:39 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6B3878FC17 for ; Sat, 30 Oct 2010 14:08:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UE8dsT058335 for ; Sat, 30 Oct 2010 14:08:39 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UE8dvN058334 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 14:08:39 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010301408.o9UE8dvN058334@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sat, 30 Oct 2010 14:08:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_cache.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 14:08:39 -0000 kib 2010-10-30 14:08:26 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c Log: SVN rev 214556 on 2010-10-30 14:08:26Z by kib Remove sysctl debug.ncnegfactor, it is renamed to vfs.ncnegfactor. MFC: do not Revision Changes Path 1.165 +0 -2 src/sys/kern/vfs_cache.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 16:02:38 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26DF5106564A for ; Sat, 30 Oct 2010 16:02:38 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ED2AF8FC13 for ; Sat, 30 Oct 2010 16:02:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UG2b59067754 for ; Sat, 30 Oct 2010 16:02:37 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UG2bBU067753 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 16:02:37 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010301602.o9UG2bBU067753@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 30 Oct 2010 16:02:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/conf files src/sys/netinet in_debug.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 16:02:38 -0000 bz 2010-10-30 16:02:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files Added files: (Branch: RELENG_7) sys/netinet in_debug.c Log: SVN rev 214557 on 2010-10-30 16:02:16Z by bz MFC r214303: Add initial inet DDB support for show in_ifaddr and show sin commands which proved to be useful while debugging address list problems. Revision Changes Path 1.1243.2.66 +1 -0 src/sys/conf/files 1.1.4.2 +121 -0 src/sys/netinet/in_debug.c (new) From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 16:09:28 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E187106564A for ; Sat, 30 Oct 2010 16:09:28 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE8E8FC15 for ; Sat, 30 Oct 2010 16:09:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UG9SdB069285 for ; Sat, 30 Oct 2010 16:09:28 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UG9Srd069284 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 16:09:28 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201010301609.o9UG9Srd069284@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sat, 30 Oct 2010 16:09:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/vm vm_map.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 16:09:28 -0000 alc 2010-10-30 16:09:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/vm vm_map.c Log: SVN rev 214558 on 2010-10-30 16:09:15Z by alc MFC r213408 If vm_map_find() is asked to allocate a superpage-aligned region of virtual addresses that is greater than a superpage in size but not a multiple of the superpage size, then vm_map_find() is not always expanding the kernel pmap to support the last few small pages being allocated. Previously, we grew the kernel page table in vm_map_findspace() when we found the first available virtual address. Now, instead, we defer the call to pmap_growkernel() until we are committed to a range of virtual addresses in vm_map_insert(). Revision Changes Path 1.388.2.12 +8 -14 src/sys/vm/vm_map.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 16:25:19 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7075106566C for ; Sat, 30 Oct 2010 16:25:19 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 795FE8FC19 for ; Sat, 30 Oct 2010 16:25:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UGPJSU070479 for ; Sat, 30 Oct 2010 16:25:19 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UGPJlw070478 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 16:25:19 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201010301625.o9UGPJlw070478@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Sat, 30 Oct 2010 16:25:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump Makefile config.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 16:25:19 -0000 dim 2010-10-30 16:25:08 UTC FreeBSD src repository Modified files: usr.sbin/tcpdump/tcpdump Makefile config.h Log: SVN rev 214559 on 2010-10-30 16:25:08Z by dim Regenerate our usr.sbin/tcpdump/tcpdump/config.h for tcpdump 4.1.1, and remove unused HAVE_RC5_H and HAVE_CAST_H defines from CFLAGS. Revision Changes Path 1.51 +1 -1 src/usr.sbin/tcpdump/tcpdump/Makefile 1.9 +40 -53 src/usr.sbin/tcpdump/tcpdump/config.h From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 16:31:10 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70961106566B for ; Sat, 30 Oct 2010 16:31:10 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4414A8FC0A for ; Sat, 30 Oct 2010 16:31:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UGVAaT070885 for ; Sat, 30 Oct 2010 16:31:10 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UGVAUt070884 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 16:31:10 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201010301631.o9UGVAUt070884@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Sat, 30 Oct 2010 16:30:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 16:31:10 -0000 dim 2010-10-30 16:30:50 UTC FreeBSD src repository Modified files: usr.sbin/tcpdump/tcpdump Makefile Log: SVN rev 214560 on 2010-10-30 16:30:50Z by dim Actually remove the HAVE_CAST_H define this time. Revision Changes Path 1.52 +1 -1 src/usr.sbin/tcpdump/tcpdump/Makefile From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 16:54:06 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9A9D106566B for ; Sat, 30 Oct 2010 16:54:06 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AC3428FC17 for ; Sat, 30 Oct 2010 16:54:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UGs68e083522 for ; Sat, 30 Oct 2010 16:54:06 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UGs6FT083521 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 16:54:06 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201010301654.o9UGs6FT083521@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Sat, 30 Oct 2010 16:53:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/clang Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 16:54:06 -0000 rpaulo 2010-10-30 16:53:42 UTC FreeBSD src repository Modified files: lib/clang Makefile Log: SVN rev 214562 on 2010-10-30 16:53:42Z by rpaulo When the make target is 'install', don't descend into the clang libraries subdirectories since there's nothing to do there. This saves us quite a few seconds off installworld, esp. if the disk I/O is slow. Revision Changes Path 1.4 +5 -3 src/lib/clang/Makefile From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 17:21:57 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2F0F106566B for ; Sat, 30 Oct 2010 17:21:57 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A5D608FC15 for ; Sat, 30 Oct 2010 17:21:57 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UHLv1v086589 for ; Sat, 30 Oct 2010 17:21:57 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UHLvGp086588 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 17:21:57 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201010301721.o9UHLvGp086588@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sat, 30 Oct 2010 17:21:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 17:21:57 -0000 alc 2010-10-30 17:21:32 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: SVN rev 214563 on 2010-10-30 17:21:32Z by alc Don't demote in pmap_demote_DMAP() if the specified length is zero. Revision Changes Path 1.714 +5 -0 src/sys/amd64/amd64/pmap.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 18:01:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0B0B106579D for ; Sat, 30 Oct 2010 18:01:03 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 813C08FC18 for ; Sat, 30 Oct 2010 18:01:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UI13rH089318 for ; Sat, 30 Oct 2010 18:01:03 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UI13dA089317 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 18:01:03 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201010301801.o9UI13dA089317@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sat, 30 Oct 2010 18:00:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_phys.c vm_reserv.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 18:01:03 -0000 alc 2010-10-30 18:00:53 UTC FreeBSD src repository Modified files: sys/vm vm_phys.c vm_reserv.c Log: SVN rev 214564 on 2010-10-30 18:00:53Z by alc Correct some format strings used by sysctls. MFC after: 1 week Revision Changes Path 1.19 +2 -2 src/sys/vm/vm_phys.c 1.7 +1 -1 src/sys/vm/vm_reserv.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 18:53:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8DC3106564A for ; Sat, 30 Oct 2010 18:53:09 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B98C8FC17 for ; Sat, 30 Oct 2010 18:53:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UIr9Rj094134 for ; Sat, 30 Oct 2010 18:53:09 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UIr9Iq094133 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 18:53:09 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010301853.o9UIr9Iq094133@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 30 Oct 2010 18:52:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netipsec ipsec.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 18:53:09 -0000 bz 2010-10-30 18:52:44 UTC FreeBSD src repository Modified files: sys/netipsec ipsec.c Log: SVN rev 214565 on 2010-10-30 18:52:44Z by bz Announce both IPsec and UDP Encap (NAT-T) if available for feature_present(3) checks. This will help to run-time detect and conditionally handle specific optionas of either feature in user space (i.e. in libipsec). Descriptions read by: rwatson MFC after: 2 weeks Revision Changes Path 1.59 +5 -0 src/sys/netipsec/ipsec.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 20:51:46 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5343610656B4 for ; Sat, 30 Oct 2010 20:51:46 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB3408FC23 for ; Sat, 30 Oct 2010 20:51:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UKpj3W020506 for ; Sat, 30 Oct 2010 20:51:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UKpj76020505 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 20:51:45 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010302051.o9UKpj76020505@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 30 Oct 2010 20:51:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/mii e1000phy.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 20:51:46 -0000 marius 2010-10-30 20:51:25 UTC FreeBSD src repository Modified files: sys/dev/mii e1000phy.c Log: SVN rev 214566 on 2010-10-30 20:51:25Z by marius Correct a bug in r213893; within a PHY driver MIIF_PHYPRIVn should be used instead of MIIF_MACPRIVn. This didn't make a functional difference though. Revision Changes Path 1.41 +1 -1 src/sys/dev/mii/e1000phy.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 23:07:48 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C50751065670 for ; Sat, 30 Oct 2010 23:07:48 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 94E5E8FC1E for ; Sat, 30 Oct 2010 23:07:48 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UN7mp3034138 for ; Sat, 30 Oct 2010 23:07:48 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UN7mF3034137 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 23:07:48 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010302307.o9UN7mF3034137@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Sat, 30 Oct 2010 23:07:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/aim copyinout.c slb.c swtch64.S trap.c trap_subr32.S trap_subr64.S vm_machdep.c src/sys/powerpc/include pcb.h slb.h sr.h src/sys/powerpc/powerpc exec_machdep.c genassym.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 23:07:48 -0000 nwhitehorn 2010-10-30 23:07:30 UTC FreeBSD src repository Modified files: sys/powerpc/aim copyinout.c slb.c swtch64.S trap.c trap_subr32.S trap_subr64.S vm_machdep.c sys/powerpc/include pcb.h slb.h sr.h sys/powerpc/powerpc exec_machdep.c genassym.c Log: SVN rev 214574 on 2010-10-30 23:07:30Z by nwhitehorn Restructure the way the copyin/copyout segment is stored to prevent a concurrency bug. Since all SLB/SR entries were invalidated during an exception, a decrementer exception could cause the user segment to be invalidated during a copyin()/copyout() without a thread switch that would cause it to be restored from the PCB, potentially causing the operation to continue on invalid memory. This is now handled by explicit restoration of segment 12 from the PCB on 32-bit systems and a check in the Data Segment Exception handler on 64-bit. While here, cause copyin()/copyout() to check whether the requested user segment is already installed, saving some pipeline flushes, and fix the synchronization primitives around the mtsr and slbmte instructions to prevent accessing stale segments. MFC after: 2 weeks Revision Changes Path 1.20 +16 -13 src/sys/powerpc/aim/copyinout.c 1.5 +7 -7 src/sys/powerpc/aim/slb.c 1.2 +8 -8 src/sys/powerpc/aim/swtch64.S 1.87 +9 -1 src/sys/powerpc/aim/trap.c 1.2 +9 -2 src/sys/powerpc/aim/trap_subr32.S 1.3 +1 -1 src/sys/powerpc/aim/trap_subr64.S 1.130 +0 -1 src/sys/powerpc/aim/vm_machdep.c 1.16 +0 -1 src/sys/powerpc/include/pcb.h 1.3 +7 -0 src/sys/powerpc/include/slb.h 1.9 +0 -4 src/sys/powerpc/include/sr.h 1.4 +0 -1 src/sys/powerpc/powerpc/exec_machdep.c 1.68 +3 -2 src/sys/powerpc/powerpc/genassym.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 23:10:09 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D0AA1065672 for ; Sat, 30 Oct 2010 23:10:09 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 57E098FC19 for ; Sat, 30 Oct 2010 23:10:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UNA9UN034320 for ; Sat, 30 Oct 2010 23:10:09 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UNA9pA034319 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 23:10:09 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010302310.o9UNA9pA034319@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Sat, 30 Oct 2010 23:09:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powermac cpcht.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 23:10:09 -0000 nwhitehorn 2010-10-30 23:09:56 UTC FreeBSD src repository Modified files: sys/powerpc/powermac cpcht.c Log: SVN rev 214575 on 2010-10-30 23:09:56Z by nwhitehorn Allow access to the HT I/O port space on the IBM CPC9X5 northbridge chips. MFC after: 2 weeks Revision Changes Path 1.7 +22 -1 src/sys/powerpc/powermac/cpcht.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 30 23:50:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE99B1065780 for ; Sat, 30 Oct 2010 23:50:00 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 91D048FC18 for ; Sat, 30 Oct 2010 23:50:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9UNo0lt037310 for ; Sat, 30 Oct 2010 23:50:00 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9UNo0Wo037309 for cvs-src-old@freebsd.org; Sat, 30 Oct 2010 23:50:00 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201010302350.o9UNo0Wo037309@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Sat, 30 Oct 2010 23:49:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 pmap.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2010 23:50:00 -0000 alc 2010-10-30 23:49:37 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c Log: SVN rev 214576 on 2010-10-30 23:49:37Z by alc Add another safety belt to pmap_demote_DMAP(). Revision Changes Path 1.715 +1 -1 src/sys/amd64/amd64/pmap.c