From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 04:34: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 1CC18106566C for ; Sun, 3 Oct 2010 04:34:19 +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 C5D648FC0A for ; Sun, 3 Oct 2010 04:34: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 o934YIuG069362 for ; Sun, 3 Oct 2010 04:34:18 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o934YIUj069361 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 04:34:18 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201010030434.o934YIUj069361@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Sun, 3 Oct 2010 04:33:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi board.c fmn.c msgring.h rmi_mips_exts.h xlr_machdep.c src/sys/mips/rmi/dev/nlge if_nlge.c src/sys/mips/rmi/dev/xlr rge.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, 03 Oct 2010 04:34:19 -0000 jchandra 2010-10-03 04:33:58 UTC FreeBSD src repository Modified files: sys/mips/rmi board.c fmn.c msgring.h rmi_mips_exts.h xlr_machdep.c sys/mips/rmi/dev/nlge if_nlge.c sys/mips/rmi/dev/xlr rge.c Log: SVN rev 213377 on 2010-10-03 04:33:58Z by jchandra Update message ring handling code for XLR/XLS - Wakeup multiple threads per core using message ring watermark interrupts. - Update message ring handler registration, use the real device station id for registering interrupts. - rge/nlge: update for the new message ring registration code. - rge/nlge: use 2 message ring stations for incoming packets, this will allow more messages to be queued. - nlge: comment fixes, remove unused variable - style and whitespace fixes Revision Changes Path 1.9 +5 -43 src/sys/mips/rmi/board.c 1.12 +15 -11 src/sys/mips/rmi/dev/nlge/if_nlge.c 1.18 +10 -7 src/sys/mips/rmi/dev/xlr/rge.c 1.5 +237 -180 src/sys/mips/rmi/fmn.c 1.9 +8 -34 src/sys/mips/rmi/msgring.h 1.7 +13 -2 src/sys/mips/rmi/rmi_mips_exts.h 1.23 +0 -1 src/sys/mips/rmi/xlr_machdep.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 08:12: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 BC8891065789 for ; Sun, 3 Oct 2010 08:12:30 +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 A9C628FC17 for ; Sun, 3 Oct 2010 08:12: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 o938CUYh000148 for ; Sun, 3 Oct 2010 08:12:30 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o938CU9I000147 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 08:12:30 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010030812.o938CU9I000147@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, 3 Oct 2010 08:12:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/controller xhci.c xhci.h xhci_pci.c xhcireg.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, 03 Oct 2010 08:12:30 -0000 hselasky 2010-10-03 08:12:17 UTC FreeBSD src repository Added files: sys/dev/usb/controller xhci.c xhci.h xhci_pci.c xhcireg.h Log: SVN rev 213379 on 2010-10-03 08:12:17Z by hselasky Commit initial version of new XHCI driver which was written from scratch. This driver adds support for USB3.0 devices. The XHCI interface is also backwards compatible to USB2.0 and USB1.0 and will evntually replace the OHCI/UHCI and EHCI drivers. There will be follow-up commits during the coming week to link the driver into the default kernel build and add missing USB3.0 functionality in the USB core. Currently only the driver files are committed. Approved by: thompsa (mentor) Revision Changes Path 1.1 +3862 -0 src/sys/dev/usb/controller/xhci.c (new) 1.1 +499 -0 src/sys/dev/usb/controller/xhci.h (new) 1.1 +318 -0 src/sys/dev/usb/controller/xhci_pci.c (new) 1.1 +219 -0 src/sys/dev/usb/controller/xhcireg.h (new) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 08:57: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 35D051065780 for ; Sun, 3 Oct 2010 08:57: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 8FD1D8FC12 for ; Sun, 3 Oct 2010 08:57: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 o938vLao014299 for ; Sun, 3 Oct 2010 08:57:21 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o938vL7O014298 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 08:57:21 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010030857.o938vL7O014298@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 3 Oct 2010 08:57:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/nfsclient nfs.h nfs_nfsiod.c nfs_subs.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, 03 Oct 2010 08:57:22 -0000 kib 2010-10-03 08:57:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/nfsclient nfs.h nfs_nfsiod.c nfs_subs.c Log: SVN rev 213380 on 2010-10-03 08:57:02Z by kib MFC r212506: Do not fork nfsiod directly from the vop methods. Schedule the task that performs fork to be executed in the taskqueue context. Revision Changes Path 1.110.2.3 +2 -0 src/sys/nfsclient/nfs.h 1.95.2.4 +39 -2 src/sys/nfsclient/nfs_nfsiod.c 1.163.2.6 +7 -0 src/sys/nfsclient/nfs_subs.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 13:13: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 BEC1D1065672 for ; Sun, 3 Oct 2010 13:13:28 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 933688FC12 for ; Sun, 3 Oct 2010 13:13: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 o93DDSUo048812 for ; Sun, 3 Oct 2010 13:13:28 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93DDSid048811 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 13:13:28 GMT (envelope-from hrs@repoman.freebsd.org) Message-Id: <201010031313.o93DDSid048811@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hrs@repoman.freebsd.org using -f From: Hiroki Sato Date: Sun, 3 Oct 2010 13:13:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/release/powerpc mkisoimages.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: Sun, 03 Oct 2010 13:13:28 -0000 hrs 2010-10-03 13:13:10 UTC FreeBSD src repository Modified files: release/powerpc mkisoimages.sh Log: SVN rev 213381 on 2010-10-03 13:13:10Z by hrs Replace an obsolete flag -L in an mkisofs(1) command line with -allow-leading-dots to fix "make release" for FreeBSD/powerpc. Reviewed by: marcel Revision Changes Path 1.2 +1 -1 src/release/powerpc/mkisoimages.sh From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 13:52: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 A99DA1065697 for ; Sun, 3 Oct 2010 13:52:34 +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 7F2838FC28 for ; Sun, 3 Oct 2010 13:52: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 o93DqYF2051941 for ; Sun, 3 Oct 2010 13:52:34 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93DqYAm051940 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 13:52:34 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010031352.o93DqYAm051940@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Sun, 3 Oct 2010 13:52:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 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, 03 Oct 2010 13:52:34 -0000 kib 2010-10-03 13:52:17 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: SVN rev 213382 on 2010-10-03 13:52:17Z by kib The makectx() function, used by kdb_trap() to reconstruct pcb from trap frame when trap initiated kdb entry, incorrectly calculated the value of %rsp for trapped thread. According to Intel(R) 64 and IA-32 Architectures Software Developer's Manual Volume 3A: System Programming Guide, Part 1, rev. 035, 6.14.2 64-Bit Mode Stack Frame, "64-bit mode ... pushes SS:RSP unconditionally, rather than only on a CPL change." Even assuming the conditional push of the %ss:%rsp, the calculation was still wrong because sizeof(tf_ss) + sizeof(tf_rsp) == 16 on amd64. Always use the tf_rsp from trap frame. The change supposedly fixes stepping when using kgdb backend for kdb. Submitted by: Zhouyi Zhou PR: amd64/151167 Reviewed by: avg MFC after: 1 week Revision Changes Path 1.725 +1 -1 src/sys/amd64/amd64/machdep.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 16:03: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 76DF61065674 for ; Sun, 3 Oct 2010 16:03:21 +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 63B8E8FC1D for ; Sun, 3 Oct 2010 16:03: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 o93G3Ljb064513 for ; Sun, 3 Oct 2010 16:03:21 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93G3L4A064512 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 16:03:21 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010031603.o93G3L4A064512@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Sun, 3 Oct 2010 16:02:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.powerpc src/sys/modules/mem Makefile src/sys/powerpc/include memdev.h src/sys/powerpc/powerpc mem.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, 03 Oct 2010 16:03:21 -0000 nwhitehorn 2010-10-03 16:02:53 UTC FreeBSD src repository Modified files: sys/conf files.powerpc sys/modules/mem Makefile sys/powerpc/include memdev.h sys/powerpc/powerpc mem.c Log: SVN rev 213383 on 2010-10-03 16:02:53Z by nwhitehorn Add a memory-range interface to /dev/mem on PowerPC using PAT attributes. Unlike actual MTRR, this only controls the mapping attributes for subsequent mmap() of /dev/mem. Nonetheless, the support is sufficiently MTRR-like that Xorg can use it, which translates into an enormous increase in graphics performance on PowerPC. MFC after: 2 weeks Revision Changes Path 1.118 +1 -0 src/sys/conf/files.powerpc 1.9 +1 -1 src/sys/modules/mem/Makefile 1.4 +1 -1 src/sys/powerpc/include/memdev.h 1.7 +151 -1 src/sys/powerpc/powerpc/mem.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 17:01: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 9641E10656C1 for ; Sun, 3 Oct 2010 17:01:13 +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 825748FC1D for ; Sun, 3 Oct 2010 17:01: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 o93H1DMR079760 for ; Sun, 3 Oct 2010 17:01:13 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93H1D7g079759 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 17:01:13 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010031701.o93H1D7g079759@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 3 Oct 2010 17:00:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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, 03 Oct 2010 17:01:13 -0000 marius 2010-10-03 17:00:57 UTC FreeBSD src repository Modified files: 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 213384 on 2010-10-03 17:00:57Z by marius Consistently always explicitly set IFM_HDX for half-duplex. Obtained from: OpenBSD (mostly) Revision Changes Path 1.38 +7 -5 src/sys/dev/dc/dcphy.c 1.26 +2 -0 src/sys/dev/dc/pnphy.c 1.25 +2 -0 src/sys/dev/mii/acphy.c 1.27 +5 -5 src/sys/dev/mii/amphy.c 1.4 +2 -0 src/sys/dev/mii/axphy.c 1.16 +2 -0 src/sys/dev/mii/bmtphy.c 1.8 +2 -1 src/sys/dev/mii/gentbi.c 1.20 +2 -0 src/sys/dev/mii/inphy.c 1.24 +2 -0 src/sys/dev/mii/lxtphy.c 1.34 +4 -7 src/sys/dev/mii/nsphy.c 1.22 +3 -3 src/sys/dev/mii/qsphy.c 1.35 +4 -3 src/sys/dev/mii/rlphy.c 1.9 +2 -0 src/sys/dev/mii/ruephy.c 1.27 +6 -4 src/sys/dev/mii/tdkphy.c 1.27 +2 -0 src/sys/dev/mii/tlphy.c 1.12 +4 -4 src/sys/dev/mii/ukphy_subr.c From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 17:05: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 7960910656A4 for ; Sun, 3 Oct 2010 17:05:34 +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 4DD668FC12 for ; Sun, 3 Oct 2010 17:05: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 o93H5YSC081199 for ; Sun, 3 Oct 2010 17:05:34 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93H5Yso081198 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 17:05:34 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010031705.o93H5Yso081198@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 3 Oct 2010 17:05:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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, 03 Oct 2010 17:05:34 -0000 marius 2010-10-03 17:05:25 UTC FreeBSD src repository Modified files: sys/dev/mii axphy.c Removed files: sys/dev/mii axphyreg.h Log: SVN rev 213385 on 2010-10-03 17:05:25Z by marius Remove an header that apart from the license is empty. Revision Changes Path 1.5 +0 -2 src/sys/dev/mii/axphy.c 1.2 +0 -28 src/sys/dev/mii/axphyreg.h (dead) From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 17:50: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 55F841065740 for ; Sun, 3 Oct 2010 17:50:58 +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 4390A8FC16 for ; Sun, 3 Oct 2010 17:50: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 o93HowJ7084649 for ; Sun, 3 Oct 2010 17:50:58 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93Howgu084648 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 17:50:58 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010031750.o93Howgu084648@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Sun, 3 Oct 2010 17:50:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/sysinstall dist.c dist.h install.c menus.c sysinstall.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 03 Oct 2010 17:50:58 -0000 nwhitehorn 2010-10-03 17:50:43 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall dist.c dist.h install.c menus.c sysinstall.8 Log: SVN rev 213386 on 2010-10-03 17:50:43Z by nwhitehorn Extend sysinstall to handle powerpc64 by teaching it that powerpc64 has a lib32 distribution, and that the GENERIC kernel is named GENERIC64. More modifications will be required later for installations from ftp due to the shared platform name with 32-bit powerpc, but this is enough for snapshot CDs to work. Reviewed by: brucec Revision Changes Path 1.263 +2 -2 src/usr.sbin/sysinstall/dist.c 1.76 +7 -1 src/usr.sbin/sysinstall/dist.h 1.391 +1 -1 src/usr.sbin/sysinstall/install.c 1.452 +1 -1 src/usr.sbin/sysinstall/menus.c 1.89 +1 -1 src/usr.sbin/sysinstall/sysinstall.8 From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 18:25: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 8185E1065674 for ; Sun, 3 Oct 2010 18:25:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 55F5D8FC0A for ; Sun, 3 Oct 2010 18:25: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 o93IPd5K088263 for ; Sun, 3 Oct 2010 18:25:39 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93IPdPl088262 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 18:25:39 GMT (envelope-from antoine@repoman.freebsd.org) Message-Id: <201010031825.o93IPdPl088262@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to antoine@repoman.freebsd.org using -f From: Antoine Brodin Date: Sun, 3 Oct 2010 18:24:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 03 Oct 2010 18:25:39 -0000 antoine 2010-10-03 18:24:31 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: SVN rev 213387 on 2010-10-03 18:24:31Z by antoine Add more obsolete files. Revision Changes Path 1.244 +5 -0 src/ObsoleteFiles.inc From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 20:04: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 7F6941065670 for ; Sun, 3 Oct 2010 20:04:32 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 53BB58FC0C for ; Sun, 3 Oct 2010 20:04: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 o93K4WYQ097192 for ; Sun, 3 Oct 2010 20:04:32 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93K4WxN097191 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 20:04:32 GMT (envelope-from antoine@repoman.freebsd.org) Message-Id: <201010032004.o93K4WxN097191@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to antoine@repoman.freebsd.org using -f From: Antoine Brodin Date: Sun, 3 Oct 2010 20:04:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/mem 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, 03 Oct 2010 20:04:32 -0000 antoine 2010-10-03 20:04:11 UTC FreeBSD src repository Modified files: sys/modules/mem Makefile Log: SVN rev 213388 on 2010-10-03 20:04:11Z by antoine Unbreak build. Revision Changes Path 1.10 +1 -1 src/sys/modules/mem/Makefile From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 20:09: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 20B9B106566B for ; Sun, 3 Oct 2010 20:09:40 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E90188FC0C for ; Sun, 3 Oct 2010 20:09: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 o93K9dhT097576 for ; Sun, 3 Oct 2010 20:09:39 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93K9dEh097575 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 20:09:39 GMT (envelope-from antoine@repoman.freebsd.org) Message-Id: <201010032009.o93K9dEh097575@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to antoine@repoman.freebsd.org using -f From: Antoine Brodin Date: Sun, 3 Oct 2010 20:09:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin 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, 03 Oct 2010 20:09:40 -0000 antoine 2010-10-03 20:09:19 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: SVN rev 213389 on 2010-10-03 20:09:19Z by antoine Reconnect uathload to the build. Revision Changes Path 1.432 +1 -0 src/usr.sbin/Makefile From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 21:56: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 BC8AA1065694 for ; Sun, 3 Oct 2010 21:56:46 +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 8D2CB8FC21 for ; Sun, 3 Oct 2010 21:56: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 o93Luk9S020911 for ; Sun, 3 Oct 2010 21:56:46 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93Lukmd020910 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 21:56:46 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010032156.o93Lukmd020910@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sun, 3 Oct 2010 21:56:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/bin/sh arith.y cd.c eval.c eval.h exec.c expand.c histedit.c input.c jobs.c main.c miscbltin.c mkbuiltins mkinit.c mksyntax.c mystring.c options.c options.h parser.c parser.h var.c var.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, 03 Oct 2010 21:56:46 -0000 jilles 2010-10-03 21:56:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/sh arith.y cd.c eval.c eval.h exec.c expand.c histedit.c input.c jobs.c main.c miscbltin.c mkbuiltins mkinit.c mksyntax.c mystring.c options.c options.h parser.c parser.h var.c var.h Log: SVN rev 213390 on 2010-10-03 21:56:20Z by jilles MFC r201053: sh: Various warning fixes (from WARNS=6 NO_WERROR=1): - const - initializations to silence -Wuninitialized (it was safe anyway) - remove nested extern declarations - rename "index" locals to "idx" Revision Changes Path 1.22.2.3 +1 -1 src/bin/sh/arith.y 1.36.2.4 +1 -1 src/bin/sh/cd.c 1.64.2.4 +3 -4 src/bin/sh/eval.c 1.13.2.2 +1 -0 src/bin/sh/eval.h 1.34.2.4 +22 -23 src/bin/sh/exec.c 1.55.2.5 +1 -2 src/bin/sh/expand.c 1.31.2.4 +4 -4 src/bin/sh/histedit.c 1.25.2.3 +3 -3 src/bin/sh/input.c 1.72.10.3 +5 -4 src/bin/sh/jobs.c 1.31.2.5 +2 -4 src/bin/sh/main.c 1.41.2.3 +2 -2 src/bin/sh/miscbltin.c 1.16.10.2 +1 -1 src/bin/sh/mkbuiltins 1.19.2.2 +26 -26 src/bin/sh/mkinit.c 1.26.2.2 +11 -11 src/bin/sh/mksyntax.c 1.13.30.2 +1 -1 src/bin/sh/mystring.c 1.27.2.3 +3 -3 src/bin/sh/options.c 1.13.30.3 +1 -1 src/bin/sh/options.h 1.63.2.8 +5 -4 src/bin/sh/parser.c 1.12.2.3 +1 -0 src/bin/sh/parser.h 1.39.2.5 +4 -4 src/bin/sh/var.c 1.14.10.3 +0 -1 src/bin/sh/var.h From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 22:25: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 58D901065670 for ; Sun, 3 Oct 2010 22:25:26 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2C5548FC16 for ; Sun, 3 Oct 2010 22:25: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 o93MPQXk024227 for ; Sun, 3 Oct 2010 22:25:26 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93MPQoP024226 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 22:25:26 GMT (envelope-from gordon@repoman.freebsd.org) Message-Id: <201010032225.o93MPQoP024226@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gordon@repoman.freebsd.org using -f From: Gordon Tetlow Date: Sun, 3 Oct 2010 22:24:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin Makefile src/usr.bin 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, 03 Oct 2010 22:25:26 -0000 gordon 2010-10-03 22:24:14 UTC FreeBSD src repository Modified files: gnu/usr.bin Makefile usr.bin Makefile Log: SVN rev 213391 on 2010-10-03 22:24:14Z by gordon Retire GNU man in favor of the newly written BSDL version. Approved by: wes (mentor) Revision Changes Path 1.106 +0 -5 src/gnu/usr.bin/Makefile 1.340 +3 -1 src/usr.bin/Makefile From owner-cvs-src-old@FreeBSD.ORG Sun Oct 3 23:43: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 6C1C71065696 for ; Sun, 3 Oct 2010 23:43:38 +0000 (UTC) (envelope-from kato@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A1708FC15 for ; Sun, 3 Oct 2010 23:43: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 o93NhcUB030740 for ; Sun, 3 Oct 2010 23:43:38 GMT (envelope-from kato@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o93NhcxP030739 for cvs-src-old@freebsd.org; Sun, 3 Oct 2010 23:43:38 GMT (envelope-from kato@repoman.freebsd.org) Message-Id: <201010032343.o93NhcxP030739@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kato@repoman.freebsd.org using -f From: KATO Takenori Date: Sun, 3 Oct 2010 23:43:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/sys/pc98/pc98 pc98_machdep.c pc98_machdep.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, 03 Oct 2010 23:43:38 -0000 kato 2010-10-03 23:43:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pc98/pc98 pc98_machdep.c pc98_machdep.h Log: SVN rev 213393 on 2010-10-03 23:43:23Z by kato MF revision 184327 except for the default algorithm. The improved IDE HDD geometry adjustment is merged but default algorithm is not changed in this branch. This commit allows 6-stable user to test new algorithm before complete upgrading to 7 or later. Revision Changes Path 1.25.2.4 +97 -7 src/sys/pc98/pc98/pc98_machdep.c 1.12.2.3 +15 -0 src/sys/pc98/pc98/pc98_machdep.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 01:07: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 7FE1E10657ED for ; Mon, 4 Oct 2010 01:07:17 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 25D038FC24 for ; Mon, 4 Oct 2010 01:07: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 o9417FJH049932 for ; Mon, 4 Oct 2010 01:07:15 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9417FnO049931 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 01:07:15 GMT (envelope-from gordon@repoman.freebsd.org) Message-Id: <201010040107.o9417FnO049931@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gordon@repoman.freebsd.org using -f From: Gordon Tetlow Date: Mon, 4 Oct 2010 01:07:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc 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: Mon, 04 Oct 2010 01:07:17 -0000 gordon 2010-10-04 01:07:04 UTC FreeBSD src repository Modified files: etc Makefile Log: SVN rev 213394 on 2010-10-04 01:07:04Z by gordon No longer install /etc/manpath.config since the BSDL man utilities don't use it. Approved by: wes (mentor) Revision Changes Path 1.386 +0 -4 src/etc/Makefile From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 01:08: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 AE6701065695 for ; Mon, 4 Oct 2010 01:08:50 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 82D888FC16 for ; Mon, 4 Oct 2010 01:08: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 o9418oRo050030 for ; Mon, 4 Oct 2010 01:08:50 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9418oMH050029 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 01:08:50 GMT (envelope-from gordon@repoman.freebsd.org) Message-Id: <201010040108.o9418oMH050029@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gordon@repoman.freebsd.org using -f From: Gordon Tetlow Date: Mon, 4 Oct 2010 01:08:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys param.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, 04 Oct 2010 01:08:50 -0000 gordon 2010-10-04 01:08:31 UTC FreeBSD src repository Modified files: sys/sys param.h Log: SVN rev 213395 on 2010-10-04 01:08:31Z by gordon Bump __FreeBSD_version for switch from GNU man to BSDL man. Approved by: wes (mentor) Revision Changes Path 1.462 +1 -1 src/sys/sys/param.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 06:18: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 6BEF9106566B for ; Mon, 4 Oct 2010 06:18:09 +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 40A7E8FC0C for ; Mon, 4 Oct 2010 06:18: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 o946I9Is088399 for ; Mon, 4 Oct 2010 06:18:09 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o946I9MF088398 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 06:18:09 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010040618.o946I9MF088398@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Mon, 4 Oct 2010 06:17:45 +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: Mon, 04 Oct 2010 06:18:09 -0000 delphij 2010-10-04 06:17:45 UTC FreeBSD src repository Modified files: bin/rm rm.1 Log: SVN rev 213398 on 2010-10-04 06:17:45Z by delphij Clarify the combination effect of -P and -f to make it clear. Submitted by: arundel MFC after: 2 weeks Revision Changes Path 1.44 +7 -3 src/bin/rm/rm.1 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 06:49: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 20AE81065673 for ; Mon, 4 Oct 2010 06:49:32 +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 E95618FC0C for ; Mon, 4 Oct 2010 06:49: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 o946nVQj092959 for ; Mon, 4 Oct 2010 06:49:31 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o946nVaX092958 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 06:49:31 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010040649.o946nVaX092958@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Mon, 4 Oct 2010 06:49:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin 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: Mon, 04 Oct 2010 06:49:32 -0000 delphij 2010-10-04 06:49:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin Makefile Log: SVN rev 213399 on 2010-10-04 06:49:12Z by delphij Revision 209601 should have merged this part of r203711 to make fmt(1) build unconditional. PR: misc/151180 Revision Changes Path 1.324.2.4 +1 -2 src/usr.bin/Makefile From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 07:01: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 A0E471065673 for ; Mon, 4 Oct 2010 07:01:07 +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 758998FC1B for ; Mon, 4 Oct 2010 07:01: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 o94717JD093799 for ; Mon, 4 Oct 2010 07:01:07 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94717TN093798 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 07:01:07 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201010040701.o94717TN093798@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, 4 Oct 2010 07:00:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet igmp.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, 04 Oct 2010 07:01:07 -0000 bz 2010-10-04 07:00:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet igmp.c Log: SVN rev 213400 on 2010-10-04 07:00:47Z by bz MFC r213325: Proper bracketing. Submitted by: SunMinghao (sunminghao hotmail.com) PR: kern/151100 Revision Changes Path 1.89.2.3 +2 -2 src/sys/netinet/igmp.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 10:49: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 DE8DB1065679 for ; Mon, 4 Oct 2010 10:49:00 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CD7CB8FC08 for ; Mon, 4 Oct 2010 10:49: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 o94An0gf025225 for ; Mon, 4 Oct 2010 10:49:00 GMT (envelope-from phk@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94An09F025224 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 10:49:00 GMT (envelope-from phk@repoman.freebsd.org) Message-Id: <201010041049.o94An09F025224@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to phk@repoman.freebsd.org using -f From: Poul-Henning Kamp Date: Mon, 4 Oct 2010 10:48:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys time.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, 04 Oct 2010 10:49:01 -0000 phk 2010-10-04 10:48:47 UTC FreeBSD src repository Modified files: sys/sys time.h Log: SVN rev 213401 on 2010-10-04 10:48:47Z by phk Certain static code analysis tools (FlexeLint being one) are very suspicious about 'l' and '1' being confused in numeric constants. The fear being that some old fart programmer might still think that he is using a Remmington Noiseless as input terminal device. An easy way to placate this fear is to use capital 'L' or to put the 'u' in unsigned constants in front of the 'l'. Revision Changes Path 1.85 +2 -2 src/sys/sys/time.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 14:32: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 9D1ED10656B3 for ; Mon, 4 Oct 2010 14:32:22 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 70ACE8FC1A for ; Mon, 4 Oct 2010 14:32: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 o94EWMKw056288 for ; Mon, 4 Oct 2010 14:32:22 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94EWM6f056287 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 14:32:22 GMT (envelope-from gnn@repoman.freebsd.org) Message-Id: <201010041432.o94EWM6f056287@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gnn@repoman.freebsd.org using -f From: "George V. Neville-Neil" Date: Mon, 4 Oct 2010 14:32:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpmc pmc.westmere.3 pmc.westmereuc.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: Mon, 04 Oct 2010 14:32:22 -0000 gnn 2010-10-04 14:32:14 UTC FreeBSD src repository Modified files: lib/libpmc pmc.westmere.3 pmc.westmereuc.3 Log: SVN rev 213402 on 2010-10-04 14:32:14Z by gnn Fix punctuation and grammar, mostly by ending sentences with a period. MFC after: 1 day Revision Changes Path 1.6 +28 -28 src/lib/libpmc/pmc.westmere.3 1.6 +5 -5 src/lib/libpmc/pmc.westmereuc.3 From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 15:28: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 C5E98106564A for ; Mon, 4 Oct 2010 15:28:13 +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 9A1B98FC16 for ; Mon, 4 Oct 2010 15:28: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 o94FSDwa061355 for ; Mon, 4 Oct 2010 15:28:13 GMT (envelope-from ume@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94FSDov061354 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 15:28:13 GMT (envelope-from ume@repoman.freebsd.org) Message-Id: <201010041528.o94FSDov061354@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ume@repoman.freebsd.org using -f From: Hajimu UMEMOTO Date: Mon, 4 Oct 2010 15:28:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Mon, 04 Oct 2010 15:28:13 -0000 ume 2010-10-04 15:28:01 UTC FreeBSD src repository Modified files: lib/libc/net nsdispatch.c Log: SVN rev 213403 on 2010-10-04 15:28:01Z by ume Clear errno for each method dispatch. Spotted by: Kostik Belousov MFC after: 2 weeks Revision Changes Path 1.19 +2 -0 src/lib/libc/net/nsdispatch.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 15:41: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 11BD6106566B for ; Mon, 4 Oct 2010 15:41:27 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DA5088FC0C for ; Mon, 4 Oct 2010 15:41: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 o94FfQ8u062355 for ; Mon, 4 Oct 2010 15:41:26 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94FfQ3C062354 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 15:41:26 GMT (envelope-from gordon@repoman.freebsd.org) Message-Id: <201010041541.o94FfQ3C062354@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gordon@repoman.freebsd.org using -f From: Gordon Tetlow Date: Mon, 4 Oct 2010 15:39:53 +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, 04 Oct 2010 15:41:27 -0000 gordon 2010-10-04 15:39:53 UTC FreeBSD src repository Modified files: . UPDATING Log: SVN rev 213404 on 2010-10-04 15:39:53Z by gordon Add updating entry for manpath.config deprecation. Approved by: wes (mentor) Revision Changes Path 1.667 +5 -0 src/UPDATING From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 16:02: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 0CF44106574C for ; Mon, 4 Oct 2010 16:02:24 +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 DFFD68FC24 for ; Mon, 4 Oct 2010 16:02: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 o94G2NLB063989 for ; Mon, 4 Oct 2010 16:02:23 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94G2NDW063988 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 16:02:23 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010041602.o94G2NDW063988@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Mon, 4 Oct 2010 16:02:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/rtld-elf/powerpc reloc.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, 04 Oct 2010 16:02:24 -0000 nwhitehorn 2010-10-04 16:02:11 UTC FreeBSD src repository Modified files: libexec/rtld-elf/powerpc reloc.c Log: SVN rev 213406 on 2010-10-04 16:02:11Z by nwhitehorn Fix two subtle problems in PPC32 RTLD. The first is a concurrency issue where long PLT calls in multi-threaded environments could end up with incorrect jmptab values. The second is that, after the addition of extended PLT support, I forgot to update the PLT icache synchronization code to cover the extended PLT instead of just the basic PLT. MFC after: 10 days Revision Changes Path 1.12 +5 -2 src/libexec/rtld-elf/powerpc/reloc.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 16:07: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 7DDD7106564A for ; Mon, 4 Oct 2010 16:07:59 +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 51C8C8FC17 for ; Mon, 4 Oct 2010 16:07: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 o94G7xb0065451 for ; Mon, 4 Oct 2010 16:07:59 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94G7xMY065450 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 16:07:59 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010041607.o94G7xMY065450@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Mon, 4 Oct 2010 16:07:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/aim mmu_oea.c mmu_oea64.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, 04 Oct 2010 16:07:59 -0000 nwhitehorn 2010-10-04 16:07:48 UTC FreeBSD src repository Modified files: sys/powerpc/aim mmu_oea.c mmu_oea64.c Log: SVN rev 213407 on 2010-10-04 16:07:48Z by nwhitehorn Follow exactly the steps in architecture manual for correctly invalidating TLB entries instead of trying to cut corners. Revision Changes Path 1.153 +2 -2 src/sys/powerpc/aim/mmu_oea.c 1.44 +2 -2 src/sys/powerpc/aim/mmu_oea64.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 16:50: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 AC5721065786 for ; Mon, 4 Oct 2010 16:50:05 +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 807418FC1F for ; Mon, 4 Oct 2010 16:50: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 o94Go56t079735 for ; Mon, 4 Oct 2010 16:50:05 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94Go5tE079734 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 16:50:05 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201010041650.o94Go5tE079734@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Mon, 4 Oct 2010 16:49:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Mon, 04 Oct 2010 16:50:05 -0000 alc 2010-10-04 16:49:40 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: SVN rev 213408 on 2010-10-04 16:49:40Z by alc 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. These failures are not commonplace, so this was first noticed by someone porting FreeBSD to a new architecture. Previously, we grew the kernel page table in vm_map_findspace() when we found the first available virtual address. This works most of the time because we always grow the kernel pmap or page table by an amount that is a multiple of the superpage size. Now, instead, we defer the call to pmap_growkernel() until we are committed to a range of virtual addresses in vm_map_insert(). In general, there is another reason to prefer calling pmap_growkernel() in vm_map_insert(). It makes it possible for someone to do the equivalent of an mmap(MAP_FIXED) on the kernel map. Reported by: Svatopluk Kraus Reviewed by: kib@ MFC after: 3 weeks Revision Changes Path 1.434 +8 -14 src/sys/vm/vm_map.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 17:22: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 98C7B1065745 for ; Mon, 4 Oct 2010 17:22:26 +0000 (UTC) (envelope-from gnn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D2558FC2C for ; Mon, 4 Oct 2010 17:22: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 o94HMQxm083072 for ; Mon, 4 Oct 2010 17:22:26 GMT (envelope-from gnn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94HMQ9B083071 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 17:22:26 GMT (envelope-from gnn@repoman.freebsd.org) Message-Id: <201010041722.o94HMQ9B083071@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gnn@repoman.freebsd.org using -f From: "George V. Neville-Neil" Date: Mon, 4 Oct 2010 17:22:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/hwpmc pmc_events.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, 04 Oct 2010 17:22:26 -0000 gnn 2010-10-04 17:22:18 UTC FreeBSD src repository Modified files: sys/dev/hwpmc pmc_events.h Log: SVN rev 213409 on 2010-10-04 17:22:18Z by gnn Fix two aliases that had the same name but were pointing to different events. These are now disamiguated. MFC after: 1 week Revision Changes Path 1.16 +2 -2 src/sys/dev/hwpmc/pmc_events.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 18:01: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 A268510657EA for ; Mon, 4 Oct 2010 18:01:32 +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 768FC8FC18 for ; Mon, 4 Oct 2010 18:01: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 o94I1W5W085843 for ; Mon, 4 Oct 2010 18:01:32 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94I1WT4085842 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 18:01:32 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010041801.o94I1WT4085842@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Mon, 4 Oct 2010 18:01:23 +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: Mon, 04 Oct 2010 18:01:32 -0000 yongari 2010-10-04 18:01:23 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 213410 on 2010-10-04 18:01:23Z by yongari Consistently use ifHCOutOctets/ifHCInOctets instead of Octets as these names are used in data sheet. Also use UnicastPkts, MulticastPkts and BroadcastPkts instead of UcastPkts, McastPkts and BcastPkts to clarify its meaning. Suggested by: bde Revision Changes Path 1.310 +9 -9 src/sys/dev/bge/if_bge.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 18:09: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 846C91065672 for ; Mon, 4 Oct 2010 18:09: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 5887D8FC1F for ; Mon, 4 Oct 2010 18:09: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 o94I9NgU087415 for ; Mon, 4 Oct 2010 18:09:23 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94I9N8O087414 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 18:09:23 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010041809.o94I9N8O087414@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Mon, 4 Oct 2010 18:09:01 +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: Mon, 04 Oct 2010 18:09:23 -0000 yongari 2010-10-04 18:09:01 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: SVN rev 213411 on 2010-10-04 18:09:01Z by yongari Enable fix for read DMA FIFO overruns on controllers that have this fix. Note, we still need workaround for controllers that lacks this fix and it needs more work in RX BD updating. Submitted by: davidch Revision Changes Path 1.311 +13 -0 src/sys/dev/bge/if_bge.c 1.107 +4 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 18:16: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 5A0B0106564A for ; Mon, 4 Oct 2010 18:16:59 +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 48ED08FC20 for ; Mon, 4 Oct 2010 18:16: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 o94IGxqH088086 for ; Mon, 4 Oct 2010 18:16:59 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94IGxw4088085 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 18:16:59 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201010041816.o94IGxw4088085@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Mon, 4 Oct 2010 18:16:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libvgl simple.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, 04 Oct 2010 18:16:59 -0000 dim 2010-10-04 18:16:38 UTC FreeBSD src repository Modified files: lib/libvgl simple.c Log: SVN rev 213412 on 2010-10-04 18:16:38Z by dim Change libvgl's set4pixels() and set2lines() functions from plain 'inline' to 'static inline'. Otherwise, a C99 compiler (such as clang) will output an undefined symbol for those functions in the resulting object file. (Even gcc will do this, when you use "-std=c99".) This should fix the "undefined reference to `set4pixels'" errors that some people were seeing during ports building, when their world was compiled with clang. Approved by: rpaulo (mentor) Revision Changes Path 1.9 +4 -4 src/lib/libvgl/simple.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 19:40: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 B8A231065731 for ; Mon, 4 Oct 2010 19:40:09 +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 CD6F28FC0C for ; Mon, 4 Oct 2010 19:40: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 o94Je5QQ095169 for ; Mon, 4 Oct 2010 19:40:05 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94Je5VS095168 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 19:40:05 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010041940.o94Je5VS095168@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 19:39:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/tftp 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: Mon, 04 Oct 2010 19:40:09 -0000 marius 2010-10-04 19:39:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/tftp Makefile Log: SVN rev 213413 on 2010-10-04 19:39:51Z by marius MFC: r213053 Remove an explicit assignment of the CFLAGS variable intended for debugging purposes only. Revision Changes Path 1.5.36.3 +0 -1 src/usr.bin/tftp/Makefile From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 19:40: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 6F0D21065780 for ; Mon, 4 Oct 2010 19:40:26 +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 4391F8FC1F for ; Mon, 4 Oct 2010 19:40: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 o94JeQZn095240 for ; Mon, 4 Oct 2010 19:40:26 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94JeQQ9095239 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 19:40:26 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010041940.o94JeQQ9095239@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 19:40:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.bin/tftp 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: Mon, 04 Oct 2010 19:40:26 -0000 marius 2010-10-04 19:40:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/tftp Makefile Log: SVN rev 213414 on 2010-10-04 19:40:01Z by marius MFC: r213053 Remove an explicit assignment of the CFLAGS variable intended for debugging purposes only. Revision Changes Path 1.5.24.2 +0 -1 src/usr.bin/tftp/Makefile From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 19: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 1F7C1106566C for ; Mon, 4 Oct 2010 19: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 E72BD8FC14 for ; Mon, 4 Oct 2010 19:52: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 o94Jqr1q096202 for ; Mon, 4 Oct 2010 19:52:53 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94JqrSL096201 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 19:52:53 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010041952.o94JqrSL096201@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 19:51:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/libexec/tftpd Makefile src/usr.bin/tftp 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: Mon, 04 Oct 2010 19:52:54 -0000 marius 2010-10-04 19:51:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) libexec/tftpd Makefile usr.bin/tftp Makefile Log: SVN rev 213415 on 2010-10-04 19:51:15Z by marius MFC: 213075 Try to adhere to style.Makefile(5). Revision Changes Path 1.10.2.3 +3 -5 src/libexec/tftpd/Makefile 1.5.36.4 +6 -4 src/usr.bin/tftp/Makefile From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 19:53: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 F155B1065674 for ; Mon, 4 Oct 2010 19:53:38 +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 C55F28FC13 for ; Mon, 4 Oct 2010 19:53: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 o94Jrcw0096262 for ; Mon, 4 Oct 2010 19:53:38 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94JrcbS096261 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 19:53:38 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010041953.o94JrcbS096261@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 19:51:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/libexec/tftpd Makefile src/usr.bin/tftp 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: Mon, 04 Oct 2010 19:53:39 -0000 marius 2010-10-04 19:51:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) libexec/tftpd Makefile usr.bin/tftp Makefile Log: SVN rev 213416 on 2010-10-04 19:51:16Z by marius MFC: r213075 Try to adhere to style.Makefile(5). Revision Changes Path 1.9.24.3 +3 -5 src/libexec/tftpd/Makefile 1.5.24.3 +6 -4 src/usr.bin/tftp/Makefile From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 19: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 2A8BA1065673 for ; Mon, 4 Oct 2010 19:59: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 F14C28FC13 for ; Mon, 4 Oct 2010 19:59: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 o94Jxjue096741 for ; Mon, 4 Oct 2010 19:59:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94Jxjwm096740 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 19:59:45 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010041959.o94Jxjwm096740@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 19:59:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/libexec/tftpd Makefile tftp-file.c tftp-options.c tftp-utils.c tftp-utils.h tftpd.c src/usr.bin/tftp Makefile 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: Mon, 04 Oct 2010 19:59:46 -0000 marius 2010-10-04 19:59:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) libexec/tftpd Makefile tftp-file.c tftp-options.c tftp-utils.c tftp-utils.h tftpd.c usr.bin/tftp Makefile main.c Log: SVN rev 213417 on 2010-10-04 19:59:08Z by marius MFC: r213099 Make WARNS=6 clean. Revision Changes Path 1.10.2.4 +1 -1 src/libexec/tftpd/Makefile 1.1.2.3 +6 -6 src/libexec/tftpd/tftp-file.c 1.1.2.3 +17 -20 src/libexec/tftpd/tftp-options.c 1.1.2.3 +4 -5 src/libexec/tftpd/tftp-utils.c 1.1.2.3 +6 -6 src/libexec/tftpd/tftp-utils.h 1.38.2.3 +4 -6 src/libexec/tftpd/tftpd.c 1.5.36.5 +2 -2 src/usr.bin/tftp/Makefile 1.24.2.3 +22 -26 src/usr.bin/tftp/main.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 20:00: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 D1780106567A for ; Mon, 4 Oct 2010 20:00:00 +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 A0A478FC3A for ; Mon, 4 Oct 2010 20: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 o94K00Zl096810 for ; Mon, 4 Oct 2010 20:00:00 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94K00Ju096809 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 20:00:00 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010042000.o94K00Ju096809@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 19:59:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/libexec/tftpd Makefile tftp-file.c tftp-options.c tftp-utils.c tftp-utils.h tftpd.c src/usr.bin/tftp Makefile 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: Mon, 04 Oct 2010 20:00:00 -0000 marius 2010-10-04 19:59:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) libexec/tftpd Makefile tftp-file.c tftp-options.c tftp-utils.c tftp-utils.h tftpd.c usr.bin/tftp Makefile main.c Log: SVN rev 213418 on 2010-10-04 19:59:11Z by marius MFC: r213099 Make WARNS=6 clean. Revision Changes Path 1.9.24.4 +1 -1 src/libexec/tftpd/Makefile 1.1.4.3 +6 -6 src/libexec/tftpd/tftp-file.c 1.1.4.3 +17 -20 src/libexec/tftpd/tftp-options.c 1.1.4.3 +4 -5 src/libexec/tftpd/tftp-utils.c 1.1.4.3 +6 -6 src/libexec/tftpd/tftp-utils.h 1.37.10.3 +4 -6 src/libexec/tftpd/tftpd.c 1.5.24.4 +2 -2 src/usr.bin/tftp/Makefile 1.22.2.4 +22 -26 src/usr.bin/tftp/main.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 20:03: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 702161065679 for ; Mon, 4 Oct 2010 20:03:06 +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 5E95F8FC21 for ; Mon, 4 Oct 2010 20:03: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 o94K363i098112 for ; Mon, 4 Oct 2010 20:03:06 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94K362a098111 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 20:03:06 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010042003.o94K362a098111@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 20:02:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/libexec/tftpd tftpd.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, 04 Oct 2010 20:03:06 -0000 marius 2010-10-04 20:02:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) libexec/tftpd tftpd.c Log: SVN rev 213419 on 2010-10-04 20:02:48Z by marius MFC: r213102 Remove the duplicate logging of failed read requests, whose error message also was inappropriate as it triggered for every EACCESS and ENOTFOUND, not just the case the -n option is intended to deal with and thus really spammed us with ~20 messages in the default configuration when booting a diskless FreeBSD client, introduced with r207608 (commited to stable/8 in 213038) again. Revision Changes Path 1.38.2.4 +0 -1 src/libexec/tftpd/tftpd.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 20:03: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 5040310656A7 for ; Mon, 4 Oct 2010 20:03: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 3EE4C8FC25 for ; Mon, 4 Oct 2010 20:03: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 o94K3CGO098130 for ; Mon, 4 Oct 2010 20:03:12 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94K3COT098129 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 20:03:12 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010042003.o94K3COT098129@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 20:02:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/libexec/tftpd tftpd.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, 04 Oct 2010 20:03:12 -0000 marius 2010-10-04 20:02:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) libexec/tftpd tftpd.c Log: SVN rev 213420 on 2010-10-04 20:02:54Z by marius MFC: r213102 Remove the duplicate logging of failed read requests, whose error message also was inappropriate as it triggered for every EACCESS and ENOTFOUND, not just the case the -n option is intended to deal with and thus really spammed us with ~20 messages in the default configuration when booting a diskless FreeBSD client, introduced with r207608 commited to stable/7 in r213039) again. Revision Changes Path 1.37.10.4 +0 -1 src/libexec/tftpd/tftpd.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 20:13: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 8992D10656AE for ; Mon, 4 Oct 2010 20:13:33 +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 5DC108FC1B for ; Mon, 4 Oct 2010 20:13: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 o94KDXl9098943 for ; Mon, 4 Oct 2010 20:13:33 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94KDXi7098942 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 20:13:33 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010042013.o94KDXi7098942@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 20:13:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.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, 04 Oct 2010 20:13:33 -0000 marius 2010-10-04 20:13:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mpt mpt.c mpt.h Log: SVN rev 213421 on 2010-10-04 20:13:19Z by marius MFC: r213105, r213147 Improve r56796; the reply handler actually may remove the request from the chain in which case it shouldn't be removed twice. Reported by: Staale Kristoffersen Revision Changes Path 1.49.2.5 +2 -1 src/sys/dev/mpt/mpt.c 1.48.2.5 +7 -7 src/sys/dev/mpt/mpt.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 20:13: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 7ACDD1065696 for ; Mon, 4 Oct 2010 20:13:39 +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 4EE4E8FC21 for ; Mon, 4 Oct 2010 20:13: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 o94KDdtV098966 for ; Mon, 4 Oct 2010 20:13:39 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94KDdFP098965 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 20:13:39 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010042013.o94KDdFP098965@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 4 Oct 2010 20:13:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.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, 04 Oct 2010 20:13:39 -0000 marius 2010-10-04 20:13:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/mpt mpt.c mpt.h Log: SVN rev 213422 on 2010-10-04 20:13:21Z by marius MFC: r213105, r213147 Improve r56796; the reply handler actually may remove the request from the chain in which case it shouldn't be removed twice. Reported by: Staale Kristoffersen Revision Changes Path 1.44.2.7 +2 -1 src/sys/dev/mpt/mpt.c 1.42.2.5 +7 -7 src/sys/dev/mpt/mpt.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 20: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 B772C10656A3 for ; Mon, 4 Oct 2010 20:50:00 +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 8C9A88FC1A for ; Mon, 4 Oct 2010 20: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 o94Ko0gn012726 for ; Mon, 4 Oct 2010 20:50:00 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94Ko0OQ012725 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 20:50:00 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010042050.o94Ko0OQ012725@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Mon, 4 Oct 2010 20:49:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Mon, 04 Oct 2010 20:50:00 -0000 yongari 2010-10-04 20:49:38 UTC FreeBSD src repository Modified files: sys/dev/usb/net if_axe.c Log: SVN rev 213423 on 2010-10-04 20:49:38Z by yongari 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.22 +11 -1 src/sys/dev/usb/net/if_axe.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 21: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 78E3B1065670 for ; Mon, 4 Oct 2010 21:01: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 4CF4F8FC18 for ; Mon, 4 Oct 2010 21: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 o94L1psQ013582 for ; Mon, 4 Oct 2010 21:01:51 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94L1prC013581 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 21:01:51 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010042101.o94L1prC013581@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Mon, 4 Oct 2010 21:01:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Mon, 04 Oct 2010 21:01:51 -0000 yongari 2010-10-04 21:01:27 UTC FreeBSD src repository Modified files: sys/dev/usb/net if_axe.c Log: SVN rev 213424 on 2010-10-04 21:01:27Z by yongari Make upper stack know driver's output status. This change increased TX performance from 221kpps to 231kpps. Revision Changes Path 1.23 +8 -3 src/sys/dev/usb/net/if_axe.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 21:24: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 9B57A106566C for ; Mon, 4 Oct 2010 21:24:27 +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 6F36C8FC13 for ; Mon, 4 Oct 2010 21:24: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 o94LORgb016208 for ; Mon, 4 Oct 2010 21:24:27 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94LORAg016207 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 21:24:27 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010042124.o94LORAg016207@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 4 Oct 2010 21:24:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/controller usb_controller.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, 04 Oct 2010 21:24:27 -0000 hselasky 2010-10-04 21:24:10 UTC FreeBSD src repository Modified files: sys/dev/usb/controller usb_controller.c Log: SVN rev 213425 on 2010-10-04 21:24:10Z by hselasky The root mount hold reference was not released on USB controller attach failures during boot. Fix this. Approved by: thompsa (mentor) Revision Changes Path 1.29 +14 -8 src/sys/dev/usb/controller/usb_controller.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 21:30: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 8649210657E6 for ; Mon, 4 Oct 2010 21:30:33 +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 5A1E58FC12 for ; Mon, 4 Oct 2010 21:30: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 o94LUXxw016705 for ; Mon, 4 Oct 2010 21:30:33 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94LUXlI016704 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 21:30:33 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010042130.o94LUXlI016704@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 4 Oct 2010 21:30:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/controller usb_controller.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, 04 Oct 2010 21:30:33 -0000 hselasky 2010-10-04 21:30:15 UTC FreeBSD src repository Modified files: sys/dev/usb/controller usb_controller.c Log: SVN rev 213426 on 2010-10-04 21:30:15Z by hselasky Add missing DRIVER_MODULE() entry for the musbotg driver. Add some more comments. Approved by: thompsa (mentor) Revision Changes Path 1.30 +4 -0 src/sys/dev/usb/controller/usb_controller.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 21:38: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 A64421065679 for ; Mon, 4 Oct 2010 21:38:24 +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 7A4818FC18 for ; Mon, 4 Oct 2010 21:38: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 o94LcORA017286 for ; Mon, 4 Oct 2010 21:38:24 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94LcOZk017285 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 21:38:24 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010042138.o94LcOZk017285@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 4 Oct 2010 21:38:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb.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, 04 Oct 2010 21:38:24 -0000 hselasky 2010-10-04 21:38:10 UTC FreeBSD src repository Modified files: sys/dev/usb usb.h Log: SVN rev 213427 on 2010-10-04 21:38:10Z by hselasky Add missing USB 3.0 definitions. Correct some wrong ones. Approved by: thompsa (mentor) Revision Changes Path 1.60 +28 -6 src/sys/dev/usb/usb.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 21:41: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 7850E1065670 for ; Mon, 4 Oct 2010 21:41:30 +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 4CAAF8FC08 for ; Mon, 4 Oct 2010 21:41: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 o94LfUAx017567 for ; Mon, 4 Oct 2010 21:41:30 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94LfU5N017566 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 21:41:30 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010042141.o94LfU5N017566@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Mon, 4 Oct 2010 21:41:18 +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: Mon, 04 Oct 2010 21:41:30 -0000 pjd 2010-10-04 21:41:18 UTC FreeBSD src repository Modified files: sbin/hastd hastd.c Log: SVN rev 213428 on 2010-10-04 21:41:18Z by pjd We can't mask ignored signal, so install dummy signal hander for SIGCHLD before masking it. This fixes bogus reports about hooks running for too long and other problems related to garbage-collecting child processes. Reported by: Mikolaj Golub MFC after: 3 days Revision Changes Path 1.20 +11 -0 src/sbin/hastd/hastd.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 21:43: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 78EEC1065784 for ; Mon, 4 Oct 2010 21:43:21 +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 4CFA38FC18 for ; Mon, 4 Oct 2010 21:43: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 o94LhLqF017690 for ; Mon, 4 Oct 2010 21:43:21 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94LhLn3017689 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 21:43:21 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010042143.o94LhLn3017689@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Mon, 4 Oct 2010 21:43:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd hastd.c hooks.c hooks.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, 04 Oct 2010 21:43:21 -0000 pjd 2010-10-04 21:43:06 UTC FreeBSD src repository Modified files: sbin/hastd hastd.c hooks.c hooks.h Log: SVN rev 213429 on 2010-10-04 21:43:06Z by pjd hook_check() is now only used to report about long-running hooks, so the argument is redundant, remove it. MFC after: 3 days Revision Changes Path 1.21 +1 -1 src/sbin/hastd/hastd.c 1.6 +1 -11 src/sbin/hastd/hooks.c 1.4 +1 -1 src/sbin/hastd/hooks.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 21:44: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 6BEBF106566C for ; Mon, 4 Oct 2010 21:44:42 +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 402F18FC14 for ; Mon, 4 Oct 2010 21:44: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 o94Lignf017790 for ; Mon, 4 Oct 2010 21:44:42 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94LiglW017789 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 21:44:42 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010042144.o94LiglW017789@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Mon, 4 Oct 2010 21:44:26 +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: Mon, 04 Oct 2010 21:44:42 -0000 pjd 2010-10-04 21:44:26 UTC FreeBSD src repository Modified files: sbin/hastd hastd.c Log: SVN rev 213430 on 2010-10-04 21:44:26Z by pjd Decrease report interval to 5 seconds, as this also means we will check for signals every 5 seconds and not every 10 seconds as before. MFC after: 3 days Revision Changes Path 1.22 +1 -1 src/sbin/hastd/hastd.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 22:04: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 8F5291065672 for ; Mon, 4 Oct 2010 22:04:33 +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 635218FC1C for ; Mon, 4 Oct 2010 22:04: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 o94M4XAH020145 for ; Mon, 4 Oct 2010 22:04:33 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94M4Xr2020144 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 22:04:33 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010042204.o94M4Xr2020144@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 4 Oct 2010 22:04:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_dev.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, 04 Oct 2010 22:04:33 -0000 hselasky 2010-10-04 22:04:22 UTC FreeBSD src repository Modified files: sys/dev/usb usb_dev.c Log: SVN rev 213431 on 2010-10-04 22:04:22Z by hselasky Correct IOCTL return code. Approved by: thompsa (mentor) Revision Changes Path 1.40 +5 -1 src/sys/dev/usb/usb_dev.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 22:21: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 925D8106564A for ; Mon, 4 Oct 2010 22:21:39 +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 800718FC0A for ; Mon, 4 Oct 2010 22:21: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 o94MLdQu021410 for ; Mon, 4 Oct 2010 22:21:39 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94MLdmR021409 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 22:21:39 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010042221.o94MLdmR021409@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 4 Oct 2010 22:21:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_dev.c usb_device.h usb_generic.c usb_hub.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, 04 Oct 2010 22:21:39 -0000 hselasky 2010-10-04 22:21:30 UTC FreeBSD src repository Modified files: sys/dev/usb usb_dev.c usb_device.h usb_generic.c usb_hub.c Log: SVN rev 213432 on 2010-10-04 22:21:30Z by hselasky Serialise USB re-enumeration with the USB explore thread. This patch can solve problems when multiple USB devices are re-enumerated at the same time on the same bus. Approved by: thompsa (mentor) Revision Changes Path 1.41 +36 -13 src/sys/dev/usb/usb_dev.c 1.34 +1 -0 src/sys/dev/usb/usb_device.h 1.27 +17 -19 src/sys/dev/usb/usb_generic.c 1.42 +22 -0 src/sys/dev/usb/usb_hub.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 22:45: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 B1E4E1065673 for ; Mon, 4 Oct 2010 22:45:30 +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 8649C8FC20 for ; Mon, 4 Oct 2010 22:45: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 o94MjUa2023405 for ; Mon, 4 Oct 2010 22:45:30 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94MjU65023404 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 22:45:30 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010042245.o94MjU65023404@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 4 Oct 2010 22:45:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_request.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, 04 Oct 2010 22:45:30 -0000 hselasky 2010-10-04 22:45:17 UTC FreeBSD src repository Modified files: sys/dev/usb usb_request.c Log: SVN rev 213433 on 2010-10-04 22:45:17Z by hselasky Add more strict USB string filtering. Approved by: thompsa (mentor) Revision Changes Path 1.31 +13 -6 src/sys/dev/usb/usb_request.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 22:50: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 7DC721065670 for ; Mon, 4 Oct 2010 22:50:21 +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 51D5D8FC13 for ; Mon, 4 Oct 2010 22:50: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 o94MoLrM023746 for ; Mon, 4 Oct 2010 22:50:21 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94MoLiu023745 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 22:50:21 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010042250.o94MoLiu023745@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 4 Oct 2010 22:50:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_handle_request.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, 04 Oct 2010 22:50:21 -0000 hselasky 2010-10-04 22:50:08 UTC FreeBSD src repository Modified files: sys/dev/usb usb_handle_request.c Log: SVN rev 213434 on 2010-10-04 22:50:08Z by hselasky Add missing #if's Approved by: thompsa (mentor) Revision Changes Path 1.18 +2 -0 src/sys/dev/usb/usb_handle_request.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 23:18: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 4F4961065679 for ; Mon, 4 Oct 2010 23:18:30 +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 2037C8FC08 for ; Mon, 4 Oct 2010 23:18: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 o94NIUJD026727 for ; Mon, 4 Oct 2010 23:18:30 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94NIUGQ026726 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 23:18:30 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010042318.o94NIUGQ026726@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 4 Oct 2010 23:18:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_controller.h usb_device.c usb_device.h usb_hub.c usb_hub.h usb_parse.c usb_request.c usb_request.h usb_transfer.c usb_transfer.h usbdi.h usbdi_util.h src/sys/dev/usb/controller usb_controller.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, 04 Oct 2010 23:18:30 -0000 hselasky 2010-10-04 23:18:05 UTC FreeBSD src repository Modified files: sys/dev/usb usb_controller.h usb_device.c usb_device.h usb_hub.c usb_hub.h usb_parse.c usb_request.c usb_request.h usb_transfer.c usb_transfer.h usbdi.h usbdi_util.h sys/dev/usb/controller usb_controller.c Log: SVN rev 213435 on 2010-10-04 23:18:05Z by hselasky This commit adds full support for USB 3.0 devices in host and device mode in the USB core. The patch mostly consists of updating the USB HUB code to support USB 3.0 HUBs. This patch also add some more USB controller methods to support more active-alike USB controllers like the XHCI which needs to be informed about various device state events. USB 3.0 HUBs are not tested yet, due to lack of hardware, but are believed to work. After this update the initial device descriptor is only read twice when we know that the bMaxPacketSize is too small for a single packet transfer of this descriptor. Approved by: thompsa (mentor) Revision Changes Path 1.31 +6 -0 src/sys/dev/usb/controller/usb_controller.c 1.20 +25 -0 src/sys/dev/usb/usb_controller.h 1.65 +68 -49 src/sys/dev/usb/usb_device.c 1.35 +8 -5 src/sys/dev/usb/usb_device.h 1.43 +354 -76 src/sys/dev/usb/usb_hub.c 1.13 +1 -0 src/sys/dev/usb/usb_hub.h 1.7 +37 -1 src/sys/dev/usb/usb_parse.c 1.32 +187 -24 src/sys/dev/usb/usb_request.c 1.11 +14 -2 src/sys/dev/usb/usb_request.h 1.42 +137 -45 src/sys/dev/usb/usb_transfer.c 1.15 +4 -1 src/sys/dev/usb/usb_transfer.h 1.76 +1 -0 src/sys/dev/usb/usbdi.h 1.25 +3 -0 src/sys/dev/usb/usbdi_util.h From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 23:19: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 95CC6106567A for ; Mon, 4 Oct 2010 23:19:50 +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 6A4A88FC14 for ; Mon, 4 Oct 2010 23:19: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 o94NJof1026817 for ; Mon, 4 Oct 2010 23:19:50 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94NJoSj026816 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 23:19:50 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010042319.o94NJoSj026816@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Mon, 4 Oct 2010 23:19:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Mon, 04 Oct 2010 23:19:50 -0000 yongari 2010-10-04 23:19:31 UTC FreeBSD src repository Modified files: sys/dev/usb/net if_axe.c Log: SVN rev 213436 on 2010-10-04 23:19:31Z by yongari Don't count input error twice. uether_rxbuf() already updated that counter. Revision Changes Path 1.24 +3 -4 src/sys/dev/usb/net/if_axe.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 23:22: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 CAC051065702 for ; Mon, 4 Oct 2010 23:22:19 +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 B86998FC29 for ; Mon, 4 Oct 2010 23:22: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 o94NMJ6c027106 for ; Mon, 4 Oct 2010 23:22:19 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94NMJRU027105 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 23:22:19 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010042322.o94NMJRU027105@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 4 Oct 2010 23:22:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/modules/usb Makefile src/sys/modules/usb/xhci 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: Mon, 04 Oct 2010 23:22:19 -0000 hselasky 2010-10-04 23:22:03 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/usb Makefile Added files: sys/modules/usb/xhci Makefile Log: SVN rev 213437 on 2010-10-04 23:22:03Z by hselasky Link the XHCI (USB 3.0 hardware driver) into the default kernel build. Approved by: thompsa (mentor) Revision Changes Path 1.1536 +2 -0 src/sys/conf/files 1.34 +1 -1 src/sys/modules/usb/Makefile 1.1 +38 -0 src/sys/modules/usb/xhci/Makefile (new) From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 23:25: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 75E98106566B for ; Mon, 4 Oct 2010 23:25:55 +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 42CFC8FC27 for ; Mon, 4 Oct 2010 23:25: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 o94NPtTX027408 for ; Mon, 4 Oct 2010 23:25:55 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94NPtht027407 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 23:25:55 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010042325.o94NPtht027407@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Mon, 4 Oct 2010 23:25:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Mon, 04 Oct 2010 23:25:55 -0000 yongari 2010-10-04 23:25:38 UTC FreeBSD src repository Modified files: sys/dev/usb/net usb_ethernet.c Log: SVN rev 213438 on 2010-10-04 23:25:38Z by yongari 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.11 +1 -1 src/sys/dev/usb/net/usb_ethernet.c From owner-cvs-src-old@FreeBSD.ORG Mon Oct 4 23:31: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 729F11065675 for ; Mon, 4 Oct 2010 23:31:01 +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 470048FC21 for ; Mon, 4 Oct 2010 23:31: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 o94NV1bf027766 for ; Mon, 4 Oct 2010 23:31:01 GMT (envelope-from hselasky@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o94NV14G027765 for cvs-src-old@freebsd.org; Mon, 4 Oct 2010 23:31:01 GMT (envelope-from hselasky@repoman.freebsd.org) Message-Id: <201010042331.o94NV14G027765@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to hselasky@repoman.freebsd.org using -f From: Hans Petter Selasky Date: Mon, 4 Oct 2010 23:30:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/storage umass.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, 04 Oct 2010 23:31:01 -0000 hselasky 2010-10-04 23:30:44 UTC FreeBSD src repository Modified files: sys/dev/usb/storage umass.c Log: SVN rev 213439 on 2010-10-04 23:30:44Z by hselasky Print out correct USB connection speed for USB 3.0 mass storage devices. Approved by: thompsa (mentor) Revision Changes Path 1.38 +15 -6 src/sys/dev/usb/storage/umass.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 05:15: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 3A48C106564A for ; Tue, 5 Oct 2010 05:15:39 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E9648FC14 for ; Tue, 5 Oct 2010 05:15: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 o955FcZx081396 for ; Tue, 5 Oct 2010 05:15:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o955FcAq081395 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 05:15:38 GMT (envelope-from ru@repoman.freebsd.org) Message-Id: <201010050515.o955FcAq081395@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ru@repoman.freebsd.org using -f From: Ruslan Ermilov Date: Tue, 5 Oct 2010 05:15:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat inet.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, 05 Oct 2010 05:15:39 -0000 ru 2010-10-05 05:15:27 UTC FreeBSD src repository Modified files: usr.bin/netstat inet.c Log: SVN rev 213440 on 2010-10-05 05:15:27Z by ru Show hostcache statistics. Submitted by: Maxim Dounin Revision Changes Path 1.94 +3 -0 src/usr.bin/netstat/inet.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 05:49: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 BAB69106566B for ; Tue, 5 Oct 2010 05:49:59 +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 8EAB88FC15 for ; Tue, 5 Oct 2010 05:49: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 o955nxLv083767 for ; Tue, 5 Oct 2010 05:49:59 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o955nxmQ083766 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 05:49:59 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201010050549.o955nxmQ083766@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Tue, 5 Oct 2010 05:49:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi rmi_mips_exts.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, 05 Oct 2010 05:49:59 -0000 jchandra 2010-10-05 05:49:38 UTC FreeBSD src repository Modified files: sys/mips/rmi rmi_mips_exts.h Log: SVN rev 213441 on 2010-10-05 05:49:38Z by jchandra Fix asm for XKPHYS read for o32, constriants needed for input registers that are clobbered. Fixes a crash when compiled without DEBUG Revision Changes Path 1.8 +14 -13 src/sys/mips/rmi/rmi_mips_exts.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 06:31: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 A576F1065693 for ; Tue, 5 Oct 2010 06:31:35 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 79A7C8FC28 for ; Tue, 5 Oct 2010 06: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 o956VZD3088088 for ; Tue, 5 Oct 2010 06:31:35 GMT (envelope-from ru@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o956VZaT088087 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 06:31:35 GMT (envelope-from ru@repoman.freebsd.org) Message-Id: <201010050631.o956VZaT088087@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ru@repoman.freebsd.org using -f From: Ruslan Ermilov Date: Tue, 5 Oct 2010 06:31:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/services_mkdb services_mkdb.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 05 Oct 2010 06:31:35 -0000 ru 2010-10-05 06:31:11 UTC FreeBSD src repository Modified files: usr.sbin/services_mkdb services_mkdb.8 Log: SVN rev 213442 on 2010-10-05 06:31:11Z by ru Revise markup, mainly. Revision Changes Path 1.2 +10 -8 src/usr.sbin/services_mkdb/services_mkdb.8 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 06:44: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 CCF76106573F for ; Tue, 5 Oct 2010 06:44:56 +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 B99EE8FC25 for ; Tue, 5 Oct 2010 06: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 o956iuRM089066 for ; Tue, 5 Oct 2010 06:44:56 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o956iuOu089065 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 06:44:56 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201010050644.o956iuOu089065@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Tue, 5 Oct 2010 06:44:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi fmn.c src/sys/mips/rmi/dev/nlge if_nlge.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, 05 Oct 2010 06:44:56 -0000 jchandra 2010-10-05 06:44:47 UTC FreeBSD src repository Modified files: sys/mips/rmi fmn.c sys/mips/rmi/dev/nlge if_nlge.c Log: SVN rev 213443 on 2010-10-05 06:44:47Z by jchandra Clear any pending interrupts after disabling FMN interrupts. Add debugging sysctl and counters for message ring threads (intial version). Update watermark values, and and decrease the maximum threads to 3 (this will leave a few CPUs for other processes) Minor comment fix in nlge. Revision Changes Path 1.13 +1 -1 src/sys/mips/rmi/dev/nlge/if_nlge.c 1.6 +62 -19 src/sys/mips/rmi/fmn.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 07:42: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 BDF541065672 for ; Tue, 5 Oct 2010 07:42: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 923C38FC1E for ; Tue, 5 Oct 2010 07:42: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 o957gM4J094326 for ; Tue, 5 Oct 2010 07:42:22 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o957gMEf094325 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 07:42:22 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201010050742.o957gMEf094325@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Tue, 5 Oct 2010 07:41:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi board.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, 05 Oct 2010 07:42:22 -0000 jchandra 2010-10-05 07:41:59 UTC FreeBSD src repository Modified files: sys/mips/rmi board.c Log: SVN rev 213448 on 2010-10-05 07:41:59Z by jchandra Network driver support for more XLR/XLS chip versions. Obtained from: Sriram Gorti (srgorti at netlogicmicro dot com) Revision Changes Path 1.10 +129 -18 src/sys/mips/rmi/board.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 15:28: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 5143C1065674 for ; Tue, 5 Oct 2010 15:28:01 +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 255AA8FC37 for ; Tue, 5 Oct 2010 15:28: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 o95FS1wR057660 for ; Tue, 5 Oct 2010 15:28:01 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95FS1Pg057659 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 15:28:01 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <201010051528.o95FS1Pg057659@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Tue, 5 Oct 2010 15:27:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libgeom geom_xml2tree.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, 05 Oct 2010 15:28:01 -0000 emaste 2010-10-05 15:27:44 UTC FreeBSD src repository Modified files: lib/libgeom geom_xml2tree.c Log: SVN rev 213451 on 2010-10-05 15:27:44Z by emaste Handle null return from XML_ParserCreate and fix a few memory leaks on error conditions. Submitted by: Mark Johnston MFC after: 2 weeks Revision Changes Path 1.9 +10 -4 src/lib/libgeom/geom_xml2tree.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 15:32: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 4BBC11065675 for ; Tue, 5 Oct 2010 15:32: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 387678FC13 for ; Tue, 5 Oct 2010 15:32: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 o95FWMDZ057994 for ; Tue, 5 Oct 2010 15:32:22 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95FWMpJ057993 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 15:32:22 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010051532.o95FWMpJ057993@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Tue, 5 Oct 2010 15:31:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 identcpu.c src/sys/amd64/include specialreg.h src/sys/i386/i386 identcpu.c src/sys/i386/include specialreg.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, 05 Oct 2010 15:32:22 -0000 kib 2010-10-05 15:31:56 UTC FreeBSD src repository Modified files: sys/amd64/amd64 identcpu.c sys/amd64/include specialreg.h sys/i386/i386 identcpu.c sys/i386/include specialreg.h Log: SVN rev 213452 on 2010-10-05 15:31:56Z by kib Display PCID capability of CPU and add CPUID define for it. MFC after: 1 week Revision Changes Path 1.183 +1 -1 src/sys/amd64/amd64/identcpu.c 1.66 +1 -0 src/sys/amd64/include/specialreg.h 1.211 +1 -1 src/sys/i386/i386/identcpu.c 1.64 +1 -0 src/sys/i386/include/specialreg.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 15:41: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 8C9F9106566C for ; Tue, 5 Oct 2010 15:41:13 +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 60A258FC0A for ; Tue, 5 Oct 2010 15:41: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 o95FfDkK058724 for ; Tue, 5 Oct 2010 15:41:13 GMT (envelope-from ume@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95FfDXD058723 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 15:41:13 GMT (envelope-from ume@repoman.freebsd.org) Message-Id: <201010051541.o95FfDXD058723@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ume@repoman.freebsd.org using -f From: Hajimu UMEMOTO Date: Tue, 5 Oct 2010 15:40:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Tue, 05 Oct 2010 15:41:13 -0000 ume 2010-10-05 15:40:59 UTC FreeBSD src repository Modified files: lib/libc/net getproto.c getprotoent.c getprotoname.c Log: SVN rev 213453 on 2010-10-05 15:40:59Z by ume When no protocol entry is found, getproto*_r(3) should return zero. Spotted by: Kostik Belousov MFC after: 2 weeks Revision Changes Path 1.9 +1 -1 src/lib/libc/net/getproto.c 1.11 +1 -1 src/lib/libc/net/getprotoent.c 1.9 +1 -1 src/lib/libc/net/getprotoname.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 16:14: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 CF35610656C0 for ; Tue, 5 Oct 2010 16:14:19 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A3AE88FC17 for ; Tue, 5 Oct 2010 16:14: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 o95GEJdp062093 for ; Tue, 5 Oct 2010 16:14:19 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95GEJ0I062092 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 16:14:19 GMT (envelope-from gordon@repoman.freebsd.org) Message-Id: <201010051614.o95GEJ0I062092@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gordon@repoman.freebsd.org using -f From: Gordon Tetlow Date: Tue, 5 Oct 2010 16:14:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/man man.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: Tue, 05 Oct 2010 16:14:19 -0000 gordon 2010-10-05 16:14:08 UTC FreeBSD src repository Modified files: usr.bin/man man.1 Log: SVN rev 213454 on 2010-10-05 16:14:08Z by gordon Add reference to intro(1) in SEE ALSO section. PR: docs/151216 Approved by: wes (mentor, implicit) Revision Changes Path 1.4 +1 -0 src/usr.bin/man/man.1 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 17:07: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 D44B2106566B for ; Tue, 5 Oct 2010 17:07:10 +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 C35A48FC15 for ; Tue, 5 Oct 2010 17:07: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 o95H7Aip078072 for ; Tue, 5 Oct 2010 17:07:10 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95H7Ajr078071 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 17:07:10 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201010051707.o95H7Ajr078071@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Tue, 5 Oct 2010 17:06:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 locore.s pmap.c src/sys/i386/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: Tue, 05 Oct 2010 17:07:10 -0000 alc 2010-10-05 17:06:51 UTC FreeBSD src repository Modified files: sys/i386/i386 locore.s pmap.c sys/i386/include pmap.h Log: SVN rev 213455 on 2010-10-05 17:06:51Z by alc Initialize KPTmap in locore so that vm86.c can call vtophys() (or really pmap_kextract()) before pmap_bootstrap() is called. Document the set of pmap functions that may be called before pmap_bootstrap() is called. Tested by: bde@ Reviewed by: kib@ Discussed with: jhb@ MFC after: 6 weeks Revision Changes Path 1.193 +10 -0 src/sys/i386/i386/locore.s 1.691 +14 -7 src/sys/i386/i386/pmap.c 1.147 +26 -8 src/sys/i386/include/pmap.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 18:08: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 D1C72106564A for ; Tue, 5 Oct 2010 18:08:31 +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 BFC818FC15 for ; Tue, 5 Oct 2010 18:08: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 o95I8VP2085190 for ; Tue, 5 Oct 2010 18:08:31 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95I8VXr085189 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 18:08:31 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010051808.o95I8VXr085189@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Tue, 5 Oct 2010 18:08:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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, 05 Oct 2010 18:08:31 -0000 nwhitehorn 2010-10-05 18:08:07 UTC FreeBSD src repository Modified files: sys/powerpc/aim machdep.c trap.c sys/powerpc/include altivec.h pcb.h trap_aim.h Log: SVN rev 213456 on 2010-10-05 18:08:07Z by nwhitehorn 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. MFC after: 2 weeks Revision Changes Path 1.143 +2 -2 src/sys/powerpc/aim/machdep.c 1.86 +13 -3 src/sys/powerpc/aim/trap.c 1.2 +3 -0 src/sys/powerpc/include/altivec.h 1.15 +1 -1 src/sys/powerpc/include/pcb.h 1.4 +4 -1 src/sys/powerpc/include/trap_aim.h From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 18:34: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 CCAD810657C4 for ; Tue, 5 Oct 2010 18:34:52 +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 A36E78FC15 for ; Tue, 5 Oct 2010 18:34: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 o95IYqDB087159 for ; Tue, 5 Oct 2010 18:34:52 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95IYqeX087158 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 18:34:52 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010051834.o95IYqeX087158@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Tue, 5 Oct 2010 18:34:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access mentors X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 05 Oct 2010 18:34:53 -0000 avg 2010-10-05 18:34:43 UTC FreeBSD src repository Modified files: . access mentors Log: SVN rev 213457 on 2010-10-05 18:34:43Z by avg New src committer: Sergey Kandaurov Please welcome Sergey Kandaurov aka pluknet as a new src committer. He is going to work on a variety of things from manul pages to freebsd32 compat layer and beyond. I will be his mentor and kib will be a co-mentor. Approved by: core Revision Changes Path 1.948 CVSROOT/access 1.90 +1 -0 CVSROOT/mentors From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 18: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 3B924106564A for ; Tue, 5 Oct 2010 18:39:35 +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 1042A8FC08 for ; Tue, 5 Oct 2010 18: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 o95IdY43087523 for ; Tue, 5 Oct 2010 18:39:34 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95IdYUL087522 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 18:39:34 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <201010051839.o95IdYUL087522@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, 5 Oct 2010 18:38:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/x86bios x86bios.c src/usr.sbin/pw pw_user.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, 05 Oct 2010 18:39:35 -0000 jkim 2010-10-05 18:38:23 UTC FreeBSD src repository Modified files: sys/compat/x86bios x86bios.c usr.sbin/pw pw_user.c Log: SVN rev 213458 on 2010-10-05 18:38:23Z by jkim Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not change after this because pmap_unmapbios() is a macro for pmap_unmapdev() on amd64. Revision Changes Path 1.33 +1 -1 src/sys/compat/x86bios/x86bios.c 1.65 +5 -5 src/usr.sbin/pw/pw_user.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 18:48: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 13F581065674 for ; Tue, 5 Oct 2010 18:48:11 +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 DDA9A8FC20 for ; Tue, 5 Oct 2010 18:48: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 o95ImAFE088210 for ; Tue, 5 Oct 2010 18:48:10 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95ImAX0088209 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 18:48:10 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <201010051848.o95ImAX0088209@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, 5 Oct 2010 18:47:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pw pw_user.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, 05 Oct 2010 18:48:11 -0000 jkim 2010-10-05 18:47:51 UTC FreeBSD src repository Modified files: usr.sbin/pw pw_user.c Log: SVN rev 213459 on 2010-10-05 18:47:51Z by jkim Revert the unrelated patch crept in the previous commit. Revision Changes Path 1.66 +5 -5 src/usr.sbin/pw/pw_user.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 20:39: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 1301F1065674 for ; Tue, 5 Oct 2010 20:39:47 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC7E78FC0A for ; Tue, 5 Oct 2010 20:39: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 o95KdkWd002692 for ; Tue, 5 Oct 2010 20:39:46 GMT (envelope-from brueffer@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95KdkYK002691 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 20:39:46 GMT (envelope-from brueffer@repoman.freebsd.org) Message-Id: <201010052039.o95KdkYK002691@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to brueffer@repoman.freebsd.org using -f From: Christian Brueffer Date: Tue, 5 Oct 2010 20:39:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/man manpath.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: Tue, 05 Oct 2010 20:39:47 -0000 brueffer 2010-10-05 20:39:36 UTC FreeBSD src repository Modified files: usr.bin/man manpath.1 Log: SVN rev 213460 on 2010-10-05 20:39:36Z by brueffer SEE ALSO should sorted by manpage section first. Revision Changes Path 1.2 +2 -2 src/usr.bin/man/manpath.1 From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 20:56: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 86A41106571C for ; Tue, 5 Oct 2010 20:56:22 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BE858FC15 for ; Tue, 5 Oct 2010 20:56: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 o95KuMQw014905 for ; Tue, 5 Oct 2010 20:56:22 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95KuMXh014904 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 20:56:22 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201010052056.o95KuMXh014904@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Tue, 5 Oct 2010 20:56:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/ndis subr_ntoskrnl.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, 05 Oct 2010 20:56:22 -0000 thompsa 2010-10-05 20:56:08 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: SVN rev 213461 on 2010-10-05 20:56:08Z by thompsa Use the printf-like capability from kproc_create(). Submitted by: Paul B Mahol Revision Changes Path 1.102 +3 -8 src/sys/compat/ndis/subr_ntoskrnl.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 21:19: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 AFF8D1065670 for ; Tue, 5 Oct 2010 21:19:54 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84EC78FC12 for ; Tue, 5 Oct 2010 21:19: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 o95LJs1X017508 for ; Tue, 5 Oct 2010 21:19:54 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95LJsTS017507 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 21:19:54 GMT (envelope-from gonzo@repoman.freebsd.org) Message-Id: <201010052119.o95LJsTS017507@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gonzo@repoman.freebsd.org using -f From: Oleksandr Tymoshenko Date: Tue, 5 Oct 2010 21:19:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk bsd.own.mk src/usr.sbin 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, 05 Oct 2010 21:19:54 -0000 gonzo 2010-10-05 21:19:20 UTC FreeBSD src repository Modified files: share/mk bsd.own.mk usr.sbin Makefile Log: SVN rev 213462 on 2010-10-05 21:19:20Z by gonzo - Introduce WITH_GPIO knob and disable building gpioctl by default. Most systems do not need it. Revision Changes Path 1.91 +1 -0 src/share/mk/bsd.own.mk 1.433 +4 -1 src/usr.sbin/Makefile From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 22:26:16 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E3791065672 for ; Tue, 5 Oct 2010 22:26:16 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 639FA8FC21 for ; Tue, 5 Oct 2010 22:26:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o95MQGuo023249 for ; Tue, 5 Oct 2010 22:26:16 GMT (envelope-from gonzo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95MQGDl023248 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 22:26:16 GMT (envelope-from gonzo@repoman.freebsd.org) Message-Id: <201010052226.o95MQGDl023248@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gonzo@repoman.freebsd.org using -f From: Oleksandr Tymoshenko Date: Tue, 5 Oct 2010 22:26:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/build/options WITH_GPIO X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 05 Oct 2010 22:26:16 -0000 gonzo 2010-10-05 22:26:01 UTC FreeBSD src repository Added files: tools/build/options WITH_GPIO Log: SVN rev 213463 on 2010-10-05 22:26:01Z by gonzo - Add WITH_GPIO entry to src.conf(5) man page Revision Changes Path 1.1 +2 -0 src/tools/build/options/WITH_GPIO (new) From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 23:04: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 4F5371065670 for ; Tue, 5 Oct 2010 23:04:10 +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 3DE478FC0C for ; Tue, 5 Oct 2010 23:04: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 o95N4Avs026868 for ; Tue, 5 Oct 2010 23:04:10 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95N4Ac7026867 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 23:04:10 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010052304.o95N4Ac7026867@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 5 Oct 2010 23:03:48 +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 src/sys/dev/mii brgphy.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, 05 Oct 2010 23:04:10 -0000 yongari 2010-10-05 23:03:48 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h sys/dev/mii brgphy.c Log: SVN rev 213464 on 2010-10-05 23:03:48Z by yongari Separate common flags into controller specific and PHY related flags. There should be no functional changes. This change will make it easy to add more quirk/flags in future. Reviewed by: davidch Revision Changes Path 1.312 +11 -11 src/sys/dev/bge/if_bge.c 1.108 +18 -17 src/sys/dev/bge/if_bgereg.h 1.91 +8 -8 src/sys/dev/mii/brgphy.c From owner-cvs-src-old@FreeBSD.ORG Tue Oct 5 23:25: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 A057E10656C5 for ; Tue, 5 Oct 2010 23:25:31 +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 756A78FC1F for ; Tue, 5 Oct 2010 23:25: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 o95NPVnP028476 for ; Tue, 5 Oct 2010 23:25:31 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o95NPVIx028475 for cvs-src-old@freebsd.org; Tue, 5 Oct 2010 23:25:31 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010052325.o95NPVIx028475@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Tue, 5 Oct 2010 23:24:58 +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: Tue, 05 Oct 2010 23:25:31 -0000 yongari 2010-10-05 23:24:58 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 213465 on 2010-10-05 23:24:58Z by yongari Rearrange code a bit to correctly set PHY flags. This change make it easy to add more newer ASICs. Obtained from: OpenBSD Revision Changes Path 1.313 +7 -5 src/sys/dev/bge/if_bge.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 00:15: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 33874106566B for ; Wed, 6 Oct 2010 00:15:20 +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 210788FC18 for ; Wed, 6 Oct 2010 00:15: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 o960FK2o034549 for ; Wed, 6 Oct 2010 00:15:20 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o960FKfE034548 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 00:15:20 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010060015.o960FKfE034548@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Wed, 6 Oct 2010 00:13:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libgeom geom_util.c geom_xml2tree.c libgeom.3 libgeom.h src/sbin/geom/core geom.c src/sys/geom geom_dump.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, 06 Oct 2010 00:15:20 -0000 delphij 2010-10-06 00:13:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libgeom geom_util.c geom_xml2tree.c libgeom.3 libgeom.h sbin/geom/core geom.c sys/geom geom_dump.c Log: SVN rev 213467 on 2010-10-06 00:13:55Z by delphij MFC r202454,202457,202458,202586,207842,207844,208099: Expose stripesize and stripeoffset via kernel sysctl as well as userland library and the geom(8) utility. Revision Changes Path 1.3.2.2 +26 -0 src/lib/libgeom/geom_util.c 1.7.2.2 +10 -0 src/lib/libgeom/geom_xml2tree.c 1.11.2.2 +15 -1 src/lib/libgeom/libgeom.3 1.13.2.2 +4 -0 src/lib/libgeom/libgeom.h 1.38.2.3 +8 -0 src/sbin/geom/core/geom.c 1.32.10.3 +4 -0 src/sys/geom/geom_dump.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 01:23: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 8576710657C3 for ; Wed, 6 Oct 2010 01:23:56 +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 5A2208FC12 for ; Wed, 6 Oct 2010 01:23: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 o961NuUg052506 for ; Wed, 6 Oct 2010 01:23:56 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o961NuZf052505 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 01:23:56 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010060123.o961NuZf052505@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 6 Oct 2010 01:23:40 +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: Wed, 06 Oct 2010 01:23:56 -0000 yongari 2010-10-06 01:23:40 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 213468 on 2010-10-06 01:23:40Z by yongari Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined. Revision Changes Path 1.314 +1 -1 src/sys/dev/bge/if_bge.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 04:31: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 74B18106564A for ; Wed, 6 Oct 2010 04:31:03 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 486708FC15 for ; Wed, 6 Oct 2010 04:31: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 o964V3iK069557 for ; Wed, 6 Oct 2010 04:31:03 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o964V3nc069556 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 04:31:03 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <201010060431.o964V3nc069556@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Wed, 6 Oct 2010 04:30:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/tar pathmatch.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, 06 Oct 2010 04:31:03 -0000 kientzle 2010-10-06 04:30:40 UTC FreeBSD src repository Modified files: usr.bin/tar pathmatch.c Log: SVN rev 213469 on 2010-10-06 04:30:40Z by kientzle Recognize both ! and ^ as markers for negated character classes. Submitted by: Mykola Dzham Revision Changes Path 1.2 +2 -2 src/usr.bin/tar/pathmatch.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 07:23: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 4232010656A4 for ; Wed, 6 Oct 2010 07:23:10 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3125D8FC15 for ; Wed, 6 Oct 2010 07:23: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 o967NAsx096324 for ; Wed, 6 Oct 2010 07:23:10 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o967NAGP096323 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 07:23:10 GMT (envelope-from gordon@repoman.freebsd.org) Message-Id: <201010060723.o967NAGP096323@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gordon@repoman.freebsd.org using -f From: Gordon Tetlow Date: Wed, 6 Oct 2010 07:22:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/man man.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: Wed, 06 Oct 2010 07:23:10 -0000 gordon 2010-10-06 07:22:56 UTC FreeBSD src repository Modified files: usr.bin/man man.sh Log: SVN rev 213470 on 2010-10-06 07:22:56Z by gordon If LANG/LC_CTYPE/LC_ALL is set and the localized man page contains a page also in the base set, the man utility when invoked with -a would display pages for each locale in the same tree: $ LANG=en_GB.ISO8859-15 man -wa man /usr/share/man/en.ISO8859-15/man1/man.1.gz /usr/share/man/man1/man.1.gz /usr/share/man/en.ISO8859-15/man7/man.7.gz /usr/share/man/man7/man.7.gz Use continue to break out of the loop for the current locale. This results in behavior more closely matching the old GNU man implementation: $ LANG=en_GB.ISO8859-15 man -wa man /usr/share/man/en.ISO8859-15/man1/man.1.gz /usr/share/man/en.ISO8859-15/man7/man.7.gz This will still search for a copy of the file in other manual path locations. If there was a /usr/local/man/man1/man.1.gz file, it would still be displayed. This is also consistent with the GNU man implementation. Submitted by: arundel Approved by: wes (mentor implicit) Revision Changes Path 1.3 +9 -3 src/usr.bin/man/man.sh From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 07:35: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 BC6121065693 for ; Wed, 6 Oct 2010 07:35:00 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8FCC68FC12 for ; Wed, 6 Oct 2010 07:35: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 o967Z0rk097176 for ; Wed, 6 Oct 2010 07:35:00 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o967Z0AN097175 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 07:35:00 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <201010060735.o967Z0AN097175@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Wed, 6 Oct 2010 07:34:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_futex.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, 06 Oct 2010 07:35:00 -0000 netchild 2010-10-06 07:34:41 UTC FreeBSD src repository Modified files: sys/compat/linux linux_futex.c Log: SVN rev 213471 on 2010-10-06 07:34:41Z by netchild Fix a comparision of an uninitialised pointer. Submitted by: arundel Found by: clang analysis (automatic service by uqs@) Reviewed by: rdivacky Revision Changes Path 1.25 +1 -1 src/sys/compat/linux/linux_futex.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 07:49: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 848A71065694 for ; Wed, 6 Oct 2010 07:49:51 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58C9D8FC15 for ; Wed, 6 Oct 2010 07:49: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 o967npCw098225 for ; Wed, 6 Oct 2010 07:49:51 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o967npK2098224 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 07:49:51 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <201010060749.o967npK2098224@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Wed, 6 Oct 2010 07:49:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/build/mk OptionalObsoleteFiles.inc X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 06 Oct 2010 07:49:51 -0000 netchild 2010-10-06 07:49:28 UTC FreeBSD src repository Modified files: tools/build/mk OptionalObsoleteFiles.inc Log: SVN rev 213472 on 2010-10-06 07:49:28Z by netchild Add some missing files to optionally delete. Submitted by: Paul B Mahol Revision Changes Path 1.68 +27 -0 src/tools/build/mk/OptionalObsoleteFiles.inc From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 08:06: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 C6E371065789 for ; Wed, 6 Oct 2010 08:06:14 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B4C0A8FC2A for ; Wed, 6 Oct 2010 08:06: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 o9686Er2000557 for ; Wed, 6 Oct 2010 08:06:14 GMT (envelope-from ru@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9686EJo000556 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 08:06:14 GMT (envelope-from ru@repoman.freebsd.org) Message-Id: <201010060806.o9686EJo000556@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ru@repoman.freebsd.org using -f From: Ruslan Ermilov Date: Wed, 6 Oct 2010 08:05:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/lib/libc/stdio printf.3 src/lib/libc/stdtime strptime.3 src/lib/libpam/modules/pam_echo pam_echo.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 06 Oct 2010 08:06:15 -0000 ru 2010-10-06 08:05:53 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) lib/libc/stdio printf.3 lib/libc/stdtime strptime.3 lib/libpam/modules/pam_echo pam_echo.8 Log: SVN rev 213473 on 2010-10-06 08:05:53Z by ru MFC r203958: %U was macroized in mdoc(7), escape. Revision Changes Path 1.63.2.3 +1 -1 src/lib/libc/stdio/printf.3 1.24.22.2 +1 -1 src/lib/libc/stdtime/strptime.3 1.4.30.2 +1 -1 src/lib/libpam/modules/pam_echo/pam_echo.8 From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 08:09: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 8298210656A4 for ; Wed, 6 Oct 2010 08:09:50 +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 573928FC1C for ; Wed, 6 Oct 2010 08:09: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 o9689oad000769 for ; Wed, 6 Oct 2010 08:09:50 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9689oM3000768 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 08:09:50 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201010060809.o9689oM3000768@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Wed, 6 Oct 2010 08:09:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi fmn.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, 06 Oct 2010 08:09:50 -0000 jchandra 2010-10-06 08:09:39 UTC FreeBSD src repository Modified files: sys/mips/rmi fmn.c Log: SVN rev 213474 on 2010-10-06 08:09:39Z by jchandra Fix n64 compile. Revision Changes Path 1.7 +1 -1 src/sys/mips/rmi/fmn.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 08:15: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 62B2E1065670 for ; Wed, 6 Oct 2010 08:15:41 +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 513CE8FC14 for ; Wed, 6 Oct 2010 08:15: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 o968FfXU001256 for ; Wed, 6 Oct 2010 08:15:41 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o968FfkQ001255 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 08:15:41 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201010060815.o968FfkQ001255@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Wed, 6 Oct 2010 08:15:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi/dev/nlge if_nlge.c if_nlge.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, 06 Oct 2010 08:15:41 -0000 jchandra 2010-10-06 08:15:28 UTC FreeBSD src repository Modified files: sys/mips/rmi/dev/nlge if_nlge.c if_nlge.h Log: SVN rev 213475 on 2010-10-06 08:15:28Z by jchandra XLR/XLS network driver (nlge) updates: - nlge_ioctl handles IFF_UP and IFF_PROMISC flags - Translate table code, to enable flow based CPU assignment added disabled by default (can be enabled by a tunable). - Changed signature of nlge_port_disable to make it consistent with nlge_port_enable - Removed TXCSUM and VLAN_HW_TAGGING from i/f capabilities. Submitted by: Sriram Gorti (srgorti at netlogicmicro dot com) Revision Changes Path 1.14 +153 -22 src/sys/mips/rmi/dev/nlge/if_nlge.c 1.3 +14 -13 src/sys/mips/rmi/dev/nlge/if_nlge.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 09:06: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 B3581106566B for ; Wed, 6 Oct 2010 09:06:02 +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 879A48FC18 for ; Wed, 6 Oct 2010 09:06: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 o96962f5016760 for ; Wed, 6 Oct 2010 09:06:02 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o969626e016759 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 09:06:02 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010060906.o969626e016759@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 6 Oct 2010 09:05:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib rand.3 random.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: Wed, 06 Oct 2010 09:06:02 -0000 kib 2010-10-06 09:05:47 UTC FreeBSD src repository Modified files: lib/libc/stdlib rand.3 random.3 Log: SVN rev 213476 on 2010-10-06 09:05:47Z by kib Add cross-references to lrand48(3) and arc4random(3) from rand(3) and random(3). Submitted by: Valentin Nechayev MFC after: 1 week Revision Changes Path 1.17 +10 -1 src/lib/libc/stdlib/rand.3 1.23 +1 -0 src/lib/libc/stdlib/random.3 From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 09:24: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 8965D10656A4 for ; Wed, 6 Oct 2010 09:24:53 +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 5DCA58FC1A for ; Wed, 6 Oct 2010 09:24: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 o969Or7W018139 for ; Wed, 6 Oct 2010 09:24:53 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o969OruE018138 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 09:24:53 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010060924.o969OruE018138@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 6 Oct 2010 09:24:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib rand.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: Wed, 06 Oct 2010 09:24:53 -0000 kib 2010-10-06 09:24:33 UTC FreeBSD src repository Modified files: lib/libc/stdlib rand.3 Log: SVN rev 213477 on 2010-10-06 09:24:33Z by kib Missed space. Submitted by: brueffer MFC after: 1 week Revision Changes Path 1.18 +1 -1 src/lib/libc/stdlib/rand.3 From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 10:00: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 A685910657DF for ; Wed, 6 Oct 2010 10:00:44 +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 7AB5B8FC0C for ; Wed, 6 Oct 2010 10:00: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 o96A0i2l020775 for ; Wed, 6 Oct 2010 10:00:44 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96A0iJC020774 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 10:00:44 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010061000.o96A0iJC020774@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Wed, 6 Oct 2010 10:00:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/sparc64/sparc64 elf_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: Wed, 06 Oct 2010 10:00:44 -0000 kib 2010-10-06 10:00:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sparc64/sparc64 elf_machdep.c Log: SVN rev 213478 on 2010-10-06 10:00:37Z by kib MFC r212998: For sparc64 relocations that directly put bits of the symbol value into the location, apply elf_relocaddr to the symbol value to have right values for the symbols from dpcpu segment. Revision Changes Path 1.29.2.3 +22 -18 src/sys/sparc64/sparc64/elf_machdep.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 12:42: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 6F21A106567A for ; Wed, 6 Oct 2010 12:42:08 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 433698FC23 for ; Wed, 6 Oct 2010 12:42: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 o96Cg82j035424 for ; Wed, 6 Oct 2010 12:42:08 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96Cg8Zh035423 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 12:42:08 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <201010061242.o96Cg8Zh035423@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Wed, 6 Oct 2010 12:41:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/kdump mksubr X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 06 Oct 2010 12:42:08 -0000 netchild 2010-10-06 12:41:42 UTC FreeBSD src repository Modified files: usr.bin/kdump mksubr Log: SVN rev 213479 on 2010-10-06 12:41:42Z by netchild Fix regex for some socket- and acl-related syscall values. Submitted by: Mikhail PR: 149295 MFC-after: 2 weeks Revision Changes Path 1.15 +2 -2 src/usr.bin/kdump/mksubr From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 14:29: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 99E391065696 for ; Wed, 6 Oct 2010 14:29:17 +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 876FD8FC0A for ; Wed, 6 Oct 2010 14:29: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 o96ETHnH056372 for ; Wed, 6 Oct 2010 14:29:17 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96ETH71056371 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 14:29:17 GMT (envelope-from glebius@repoman.freebsd.org) Message-Id: <201010061429.o96ETH71056371@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to glebius@repoman.freebsd.org using -f From: Gleb Smirnoff Date: Wed, 6 Oct 2010 14:29:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_msctest.c usb_msctest.h 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: Wed, 06 Oct 2010 14:29:17 -0000 glebius 2010-10-06 14:29:00 UTC FreeBSD src repository Modified files: sys/dev/usb usb_msctest.c usb_msctest.h usbdevs sys/dev/usb/serial u3g.c Log: SVN rev 213480 on 2010-10-06 14:29:00Z by glebius Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needs special eject command to reappear as modem. It also requires DIR_IN flag in the command message, so we supply some dummy data along with the command. Feedback from X080S owners appreciated. I have not a pure Alcatel/TCTMobile device, but another one under "Svyaznoy" (Связной) brand, and I didn't yet managed to get it working. It is successfully recognized, it responds to AT commands, but it shuts up right after successfull CONNECT response. Reviewed by: hps Revision Changes Path 1.39 +5 -0 src/sys/dev/usb/serial/u3g.c 1.16 +7 -0 src/sys/dev/usb/usb_msctest.c 1.8 +1 -0 src/sys/dev/usb/usb_msctest.h 1.484 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 14:30: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 72DE81065674 for ; Wed, 6 Oct 2010 14:30:08 +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 4661B8FC1E for ; Wed, 6 Oct 2010 14: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 o96EU8xK056486 for ; Wed, 6 Oct 2010 14:30:08 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96EU8Xj056485 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 14:30:08 GMT (envelope-from glebius@repoman.freebsd.org) Message-Id: <201010061430.o96EU8Xj056485@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to glebius@repoman.freebsd.org using -f From: Gleb Smirnoff Date: Wed, 6 Oct 2010 14:29:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb usb_msctest.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, 06 Oct 2010 14:30:08 -0000 glebius 2010-10-06 14:29:50 UTC FreeBSD src repository Modified files: sys/dev/usb usb_msctest.c Log: SVN rev 213481 on 2010-10-06 14:29:50Z by glebius Remove extra assignment. Revision Changes Path 1.17 +0 -1 src/sys/dev/usb/usb_msctest.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 14:44: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 291541065674 for ; Wed, 6 Oct 2010 14:44:50 +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 F06C38FC0C for ; Wed, 6 Oct 2010 14:44: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 o96EinLq057718 for ; Wed, 6 Oct 2010 14:44:49 GMT (envelope-from pluknet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96Einot057717 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 14:44:49 GMT (envelope-from pluknet@repoman.freebsd.org) Message-Id: <201010061444.o96Einot057717@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pluknet@repoman.freebsd.org using -f From: Sergey Kandaurov Date: Wed, 6 Oct 2010 14:43:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/misc committers-src.dot src/usr.bin/calendar/calendars calendar.freebsd X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 06 Oct 2010 14:44:50 -0000 pluknet 2010-10-06 14:43:37 UTC FreeBSD src repository Modified files: share/misc committers-src.dot usr.bin/calendar/calendars calendar.freebsd Log: SVN rev 213482 on 2010-10-06 14:43:37Z by pluknet Add myself to calendar.freebsd and committers-src.dot. Approved by: avg (mentor) Revision Changes Path 1.123 +4 -0 src/share/misc/committers-src.dot 1.271 +1 -0 src/usr.bin/calendar/calendars/calendar.freebsd From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 15:01: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 1E5221065675 for ; Wed, 6 Oct 2010 15:01:56 +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 E6BEE8FC21 for ; Wed, 6 Oct 2010 15:01: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 o96F1t3b059392 for ; Wed, 6 Oct 2010 15:01:55 GMT (envelope-from pluknet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96F1t6p059391 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 15:01:55 GMT (envelope-from pluknet@repoman.freebsd.org) Message-Id: <201010061501.o96F1t6p059391@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pluknet@repoman.freebsd.org using -f From: Sergey Kandaurov Date: Wed, 6 Oct 2010 15:01:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/misc committers-src.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, 06 Oct 2010 15:01:56 -0000 pluknet 2010-10-06 15:01:37 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: SVN rev 213483 on 2010-10-06 15:01:37Z by pluknet Fix wrong slashes in a previous commit. Approved by: avg (mentor) Revision Changes Path 1.124 +1 -1 src/share/misc/committers-src.dot From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 15:38:16 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A442C10657C1 for ; Wed, 6 Oct 2010 15:38:16 +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 7852D8FC08 for ; Wed, 6 Oct 2010 15:38:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o96FcGRv063027 for ; Wed, 6 Oct 2010 15:38:16 GMT (envelope-from jchandra@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96FcGRR063026 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 15:38:16 GMT (envelope-from jchandra@repoman.freebsd.org) Message-Id: <201010061538.o96FcGRR063026@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jchandra@repoman.freebsd.org using -f From: "Jayachandran C." Date: Wed, 6 Oct 2010 15:37:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/rmi board.h xlr_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: Wed, 06 Oct 2010 15:38:16 -0000 jchandra 2010-10-06 15:37:55 UTC FreeBSD src repository Modified files: sys/mips/rmi board.h xlr_pci.c Log: SVN rev 213484 on 2010-10-06 15:37:55Z by jchandra PCI fix for XLR C revision chips, limit DMA address to the first 2GB physical address. Adds a dma tag to the XLR/XLS pci bus with the lowaddr if the CPU happens to be a XLR C rev. Submitted by: Sreekanth M. S. (kanthms at netlogicmicro dot com)) Revision Changes Path 1.8 +29 -0 src/sys/mips/rmi/board.h 1.13 +24 -2 src/sys/mips/rmi/xlr_pci.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 17:35: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 0C484106571F for ; Wed, 6 Oct 2010 17:35: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 EEC868FC2A for ; Wed, 6 Oct 2010 17:35: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 o96HZbSm084274 for ; Wed, 6 Oct 2010 17:35:37 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96HZbsr084271 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 17:35:37 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010061735.o96HZbsr084271@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 6 Oct 2010 17:35:27 +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, 06 Oct 2010 17:35:38 -0000 yongari 2010-10-06 17:35:27 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h Log: SVN rev 213485 on 2010-10-06 17:35:27Z by yongari Overhaul MII register access routine and remove unnecessary BGE_MI_MODE register accesses. Previously bge(4) used to read BGE_MI_MODE register to detect whether it needs to disable autopolling feature or not. Because we don't touch autopolling in other part of driver there is no reason to read BGE_MI_MODE register given that we know default value in advance. In order to achieve the goal, check whether the controller has CPMU(Central Power Mangement Unit) capability. If controller has CPMU feature, use 500KHz MII management interface(mdio/mdc) frequency regardless core clock frequency. Otherwise use default MII clock. While I'm here, add CPMU register definition. In bge_miibus_readreg(), rearrange code a bit and remove goto statement. In bge_miibus_writereg(), make sure to restore autopolling even if MII write failed. The delay time inserted after accessing BGE_MI_MODE register increased from 40us to 80us. The default PHY address is now stored in softc. All PHYs supported by bge(4) currently uses PHY address 1 but it will be changed when we add newer controllers. This change will make it easier to change default PHY address depending on PHY models. Submitted by: davidch Revision Changes Path 1.315 +43 -39 src/sys/dev/bge/if_bge.c 1.109 +51 -0 src/sys/dev/bge/if_bgereg.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 17:47: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 7C5FF1065703 for ; Wed, 6 Oct 2010 17:47:28 +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 50F4E8FC19 for ; Wed, 6 Oct 2010 17:47: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 o96HlSLZ085087 for ; Wed, 6 Oct 2010 17:47:28 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96HlSMT085086 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 17:47:28 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010061747.o96HlSMT085086@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 6 Oct 2010 17:47:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/bge 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, 06 Oct 2010 17:47:28 -0000 yongari 2010-10-06 17:47:13 UTC FreeBSD src repository Modified files: sys/dev/bge if_bgereg.h Log: SVN rev 213486 on 2010-10-06 17:47:13Z by yongari Remove bge_tx_buf_ratio, unused member of softc. Revision Changes Path 1.110 +0 -1 src/sys/dev/bge/if_bgereg.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 18:20: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 9C927106566B for ; Wed, 6 Oct 2010 18:20:19 +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 70B0D8FC08 for ; Wed, 6 Oct 2010 18:20: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 o96IKJOd088478 for ; Wed, 6 Oct 2010 18:20:19 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96IKJtN088477 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 18:20:19 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010061820.o96IKJtN088477@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Wed, 6 Oct 2010 18:20:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 06 Oct 2010 18:20:19 -0000 delphij 2010-10-06 18:20:07 UTC FreeBSD src repository Modified files: gnu/usr.bin/groff/tmac mdoc.local Log: SVN rev 213487 on 2010-10-06 18:20:07Z by delphij Add definition for FreeBSD 7.4, which will be used in a manual page change. Reviewed by: ru MFC after: 3 days Revision Changes Path 1.79 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 18:20: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 712B21065695 for ; Wed, 6 Oct 2010 18:20:55 +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 45A908FC08 for ; Wed, 6 Oct 2010 18:20: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 o96IKtEi088523 for ; Wed, 6 Oct 2010 18:20:55 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96IKtfK088522 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 18:20:55 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010061820.o96IKtfK088522@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Wed, 6 Oct 2010 18:20:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/libexec/tftpd tftpd.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 06 Oct 2010 18:20:55 -0000 delphij 2010-10-06 18:20:39 UTC FreeBSD src repository Modified files: libexec/tftpd tftpd.8 Log: SVN rev 213488 on 2010-10-06 18:20:39Z by delphij Use a defined FreeBSD version. MFC after: 3 days Revision Changes Path 1.26 +2 -2 src/libexec/tftpd/tftpd.8 From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 18:37: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 59A821065693 for ; Wed, 6 Oct 2010 18:37:10 +0000 (UTC) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 479A18FC14 for ; Wed, 6 Oct 2010 18:37: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 o96IbAbo089706 for ; Wed, 6 Oct 2010 18:37:10 GMT (envelope-from ambrisko@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96IbA6u089705 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 18:37:10 GMT (envelope-from ambrisko@repoman.freebsd.org) Message-Id: <201010061837.o96IbA6u089705@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ambrisko@repoman.freebsd.org using -f From: Doug Ambrisko Date: Wed, 6 Oct 2010 18:36:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options src/sys/dev/bce if_bce.c if_bcereg.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, 06 Oct 2010 18:37:10 -0000 ambrisko 2010-10-06 18:36:50 UTC FreeBSD src repository Modified files: sys/conf options sys/dev/bce if_bce.c if_bcereg.h Log: SVN rev 213489 on 2010-10-06 18:36:50Z by ambrisko Add the capability to read the complete contents of the NVRAM via sysctl dev.bce..nvram_dump Add the capability to write the complete contents of the NVRAM via sysctl dev.bce..nvram_write These are only available if the kernel option BCE_DEBUG is enabled. The nvram_write sysctl also requires the kernel option BCE_NVRAM_WRITE_SUPPORT to be enabled. These are to be used at your own caution. Since the MAC addresses are stored in the NVRAM, if you dump one NIC and restore it on another NIC the destination NIC's MAC addresses will not be preserved. A tool can be made using these sysctl's to manage the on-chip firmware. Reviewed by: davidch, yongari Revision Changes Path 1.707 +1 -0 src/sys/conf/options 1.81 +67 -0 src/sys/dev/bce/if_bce.c 1.33 +1 -0 src/sys/dev/bce/if_bcereg.h From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 18:51: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 868821065673 for ; Wed, 6 Oct 2010 18:51:31 +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 5AD0C8FC19 for ; Wed, 6 Oct 2010 18:51: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 o96IpVHU090998 for ; Wed, 6 Oct 2010 18:51:31 GMT (envelope-from jkim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96IpVmn090997 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 18:51:31 GMT (envelope-from jkim@repoman.freebsd.org) Message-Id: <201010061851.o96IpVmn090997@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jkim@repoman.freebsd.org using -f From: Jung-uk Kim Date: Wed, 6 Oct 2010 18:51:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_futex.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, 06 Oct 2010 18:51:31 -0000 jkim 2010-10-06 18:51:22 UTC FreeBSD src repository Modified files: sys/compat/linux linux_futex.c Log: SVN rev 213490 on 2010-10-06 18:51:22Z by jkim Simplify timeout check in futex_wait() using itimerfix() and return error if the given timeout is invalid. Consistently use int type for timeout and correct a format string in futex_sleep(). Revision Changes Path 1.26 +10 -22 src/sys/compat/linux/linux_futex.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 20:35: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 E81171065695 for ; Wed, 6 Oct 2010 20:35:27 +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 D6CF78FC16 for ; Wed, 6 Oct 2010 20:35: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 o96KZR2V001482 for ; Wed, 6 Oct 2010 20:35:27 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96KZRpw001481 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 20:35:27 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201010062035.o96KZRpw001481@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Wed, 6 Oct 2010 20:35:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/llvm/tools/clang/lib/Driver Driver.cpp X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 06 Oct 2010 20:35:28 -0000 dim 2010-10-06 20:35:07 UTC FreeBSD src repository Modified files: contrib/llvm/tools/clang/lib/Driver Driver.cpp Log: SVN rev 213492 on 2010-10-06 20:35:07Z by dim Apply r207674 from the clangbsd project branch: Make "clang -print-multi-os-directory" return "." on amd64, matching gcc's behaviour. This is needed because some ports use the option to determine the installation directory for their libraries. Requested by: kwm Approved by: rpaulo (mentor) Revision Changes Path 1.4 +1 -1 src/contrib/llvm/tools/clang/lib/Driver/Driver.cpp From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 20:50: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 8B6C61065673 for ; Wed, 6 Oct 2010 20:50:03 +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 5F8BD8FC16 for ; Wed, 6 Oct 2010 20:50: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 o96Ko3x3013444 for ; Wed, 6 Oct 2010 20:50:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96Ko3id013443 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 20:50:03 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201010062050.o96Ko3id013443@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Wed, 6 Oct 2010 20:49:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make 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: Wed, 06 Oct 2010 20:50:03 -0000 imp 2010-10-06 20:49:45 UTC FreeBSD src repository Modified files: usr.bin/make main.c Log: SVN rev 213493 on 2010-10-06 20:49:45Z by imp Use more portable errx instead of errc. The latter doesn't buy us anyting anyway, since the error EAGAIN's error message doesn't add anything to the error strings that are there now. Revision Changes Path 1.182 +2 -4 src/usr.bin/make/main.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 20:54: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 733081065673 for ; Wed, 6 Oct 2010 20:54:39 +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 4837B8FC19 for ; Wed, 6 Oct 2010 20:54: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 o96Ksdc2013741 for ; Wed, 6 Oct 2010 20:54:39 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96Ksdp7013740 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 20:54:39 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201010062054.o96Ksdp7013740@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Wed, 6 Oct 2010 20:54:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make 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: Wed, 06 Oct 2010 20:54:39 -0000 imp 2010-10-06 20:54:17 UTC FreeBSD src repository Modified files: usr.bin/make main.c Log: SVN rev 213494 on 2010-10-06 20:54:17Z by imp Remove hack needed by 6.x machines and older machines to run newer makes on FreeBSD/pc98. The need for this hack has passed. If you are one of the rare people that may need this, then you should setenv MACHINE=pc98 as a workaround. Revision Changes Path 1.183 +1 -22 src/usr.bin/make/main.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 21:24: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 8ADDE1065694 for ; Wed, 6 Oct 2010 21:24:15 +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 79A008FC0A for ; Wed, 6 Oct 2010 21:24: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 o96LOFF2016833 for ; Wed, 6 Oct 2010 21:24:15 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96LOFi5016832 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 21:24:15 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010062124.o96LOFi5016832@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Wed, 6 Oct 2010 21:23:57 +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: Wed, 06 Oct 2010 21:24:15 -0000 yongari 2010-10-06 21:23:57 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 213495 on 2010-10-06 21:23:57Z by yongari Add more comments to rings supported by the controller. Different versions of controller support different number of ring control blocks such that adjust code a bit to access known number of send/receive ring control blocks. Previously bge(4) blindly accessed 16 send/receive RCBs. Also move initializing standard receive producer ring producer index, jumbo receive producer ring producer index and mini receive producer ring producer index to the end of each receive producer ring initialization. Do not assume mini receive producer ring is available only when controller has jumbo frame capability, instead explicitly check ASIC version BCM5700 to disable mini receive producer ring. Additionally always enable send ring 0 regardless of controller versions. Previously bge(4) didn't enable send ring 0 if controller is BGE_IS_5705_PLUS. Becase bge(4) need 1 send ring to send frames at least, I have no idea how it would have worked so far. Submitted by: davidch Revision Changes Path 1.316 +104 -38 src/sys/dev/bge/if_bge.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 22:25: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 E793C10657C0 for ; Wed, 6 Oct 2010 22:25:37 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CE8998FC12 for ; Wed, 6 Oct 2010 22:25: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 o96MPbBl022481 for ; Wed, 6 Oct 2010 22:25:37 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96MPbCY022480 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 22:25:37 GMT (envelope-from cognet@repoman.freebsd.org) Message-Id: <201010062225.o96MPbCY022480@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cognet@repoman.freebsd.org using -f From: Olivier Houchard Date: Wed, 6 Oct 2010 22:25:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/at91 at91.c at91_machdep.c at91_mci.c at91_pio.c at91_pio_rm9200.h at91_pio_sam9.h at91_pio_sam9g20.h at91_pioreg.h at91_pit.c at91_pmc.c at91_pmcreg.h at91_pmcvar.h at91_reset.S at91_rst.c at91_rstreg.h at91_twi.c at91_twireg.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, 06 Oct 2010 22:25:38 -0000 cognet 2010-10-06 22:25:21 UTC FreeBSD src repository Modified files: sys/arm/at91 at91.c at91_machdep.c at91_mci.c at91_pio.c at91_pio_rm9200.h at91_pioreg.h at91_pit.c at91_pmc.c at91_pmcreg.h at91_pmcvar.h at91_twi.c at91_twireg.h at91rm92reg.h at91sam9g20reg.h at91var.h board_hl201.c board_kb920x.c files.at91 files.at91sam9 if_ate.c if_atereg.h if_macb.c std.at91sam9 std.kb920x uart_cpu_at91rm9200usart.c uart_dev_at91usart.c Added files: sys/arm/at91 at91_pio_sam9g20.h at91_reset.S at91_rst.c at91_rstreg.h at91_wdt.c at91_wdtreg.h at91reg.h at91rm9200.c at91sam9g20.c board_sam9g20ek.c std.sam9g20ek Removed files: sys/arm/at91 at91_pio_sam9.h at91sam9.c at91sam9_machdep.c Log: SVN rev 213496 on 2010-10-06 22:25:21Z by cognet if_ate.c: * Support for sam9 "EMAC" controller. * Support for rmii interface to phy. at91.c & at91sam9.c: * Eliminate separate at91sam9.c file. * Add new devices to at91sam9_devs table. at91_machdep.c & at at91sam9_machdep.c: * Automatic chip type determination. * Remove compile time chip dependencies. * Eliminate separate at91sam9_machdep.c file. at91_pmc.c: * Corrected support for all of the sam926? and sam9g20 chips. * Remove compile time chip dependencies. My apologies to Greg for taking so long to take care of it. Revision Changes Path 1.26 +52 -315 src/sys/arm/at91/at91.c 1.8 +61 -24 src/sys/arm/at91/at91_machdep.c 1.18 +72 -25 src/sys/arm/at91/at91_mci.c 1.8 +13 -13 src/sys/arm/at91/at91_pio.c 1.2 +6 -122 src/sys/arm/at91/at91_pio_rm9200.h 1.2 +0 -291 src/sys/arm/at91/at91_pio_sam9.h (dead) 1.1 +180 -0 src/sys/arm/at91/at91_pio_sam9g20.h (new) 1.4 +97 -0 src/sys/arm/at91/at91_pioreg.h 1.2 +105 -114 src/sys/arm/at91/at91_pit.c 1.12 +171 -102 src/sys/arm/at91/at91_pmc.c 1.4 +12 -19 src/sys/arm/at91/at91_pmcreg.h 1.3 +16 -1 src/sys/arm/at91/at91_pmcvar.h 1.1 +57 -0 src/sys/arm/at91/at91_reset.S (new) 1.1 +215 -0 src/sys/arm/at91/at91_rst.c (new) 1.1 +59 -0 src/sys/arm/at91/at91_rstreg.h (new) 1.18 +0 -1 src/sys/arm/at91/at91_twi.c 1.5 +4 -1 src/sys/arm/at91/at91_twireg.h 1.1 +222 -0 src/sys/arm/at91/at91_wdt.c (new) 1.1 +60 -0 src/sys/arm/at91/at91_wdtreg.h (new) 1.1 +70 -0 src/sys/arm/at91/at91reg.h (new) 1.1 +330 -0 src/sys/arm/at91/at91rm9200.c (new) 1.9 +77 -19 src/sys/arm/at91/at91rm92reg.h 1.2 +0 -717 src/sys/arm/at91/at91sam9.c (dead) 1.2 +0 -420 src/sys/arm/at91/at91sam9_machdep.c (dead) 1.1 +317 -0 src/sys/arm/at91/at91sam9g20.c (new) 1.2 +95 -38 src/sys/arm/at91/at91sam9g20reg.h 1.5 +42 -1 src/sys/arm/at91/at91var.h 1.2 +26 -1 src/sys/arm/at91/board_hl201.c 1.3 +9 -0 src/sys/arm/at91/board_kb920x.c 1.1 +176 -0 src/sys/arm/at91/board_sam9g20ek.c (new) 1.13 +7 -2 src/sys/arm/at91/files.at91 1.2 +14 -7 src/sys/arm/at91/files.at91sam9 1.47 +463 -253 src/sys/arm/at91/if_ate.c 1.5 +39 -1 src/sys/arm/at91/if_atereg.h 1.2 +1 -27 src/sys/arm/at91/if_macb.c 1.2 +3 -1 src/sys/arm/at91/std.at91sam9 1.8 +1 -0 src/sys/arm/at91/std.kb920x 1.1 +11 -0 src/sys/arm/at91/std.sam9g20ek (new) 1.8 +2 -2 src/sys/arm/at91/uart_cpu_at91rm9200usart.c 1.21 +7 -3 src/sys/arm/at91/uart_dev_at91usart.c From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 22:32: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 8557C1065675 for ; Wed, 6 Oct 2010 22:32:43 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59F928FC0A for ; Wed, 6 Oct 2010 22:32: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 o96MWhCW023011 for ; Wed, 6 Oct 2010 22:32:43 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96MWhi3023010 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 22:32:43 GMT (envelope-from cognet@repoman.freebsd.org) Message-Id: <201010062232.o96MWhi3023010@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cognet@repoman.freebsd.org using -f From: Olivier Houchard Date: Wed, 6 Oct 2010 22:32:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/conf SAM9G20EK SAM9G20EK.hints X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 06 Oct 2010 22:32:43 -0000 cognet 2010-10-06 22:32:31 UTC FreeBSD src repository Added files: sys/arm/conf SAM9G20EK SAM9G20EK.hints Log: SVN rev 213497 on 2010-10-06 22:32:31Z by cognet Add the AT91SAM9G20EK config files. Submitted by: Greg Ansley Revision Changes Path 1.1 +153 -0 src/sys/arm/conf/SAM9G20EK (new) 1.1 +10 -0 src/sys/arm/conf/SAM9G20EK.hints (new) From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 22:40: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 BC9231065787 for ; Wed, 6 Oct 2010 22:40:49 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A83B28FC1A for ; Wed, 6 Oct 2010 22:40: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 o96MenWT023733 for ; Wed, 6 Oct 2010 22:40:49 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96MenI2023732 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 22:40:49 GMT (envelope-from cognet@repoman.freebsd.org) Message-Id: <201010062240.o96MenI2023732@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cognet@repoman.freebsd.org using -f From: Olivier Houchard Date: Wed, 6 Oct 2010 22:40:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/at91 at91_machdep.c at91_pio_sam9g20.h at91_pmc.c at91_pmcreg.h at91_rst.c at91sam9260.c at91sam9260reg.h at91sam9g20.c board_qila9g20.c board_sam9g20ek.c files.at91sam9 std.at91sam9 std.qila9g20 std.sam9g20ek X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 06 Oct 2010 22:40:49 -0000 cognet 2010-10-06 22:40:27 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_machdep.c at91_pio_sam9g20.h at91_pmc.c at91_pmcreg.h at91_rst.c at91sam9g20.c board_sam9g20ek.c files.at91sam9 std.at91sam9 std.sam9g20ek Added files: sys/arm/at91 at91sam9260.c at91sam9260reg.h board_qila9g20.c std.qila9g20 Log: SVN rev 213498 on 2010-10-06 22:40:27Z by cognet Add support for the AT91SAM9260 Submitted by: Greg Ansley Revision Changes Path 1.9 +0 -2 src/sys/arm/at91/at91_machdep.c 1.2 +3 -0 src/sys/arm/at91/at91_pio_sam9g20.h 1.13 +7 -1 src/sys/arm/at91/at91_pmc.c 1.5 +1 -1 src/sys/arm/at91/at91_pmcreg.h 1.2 +2 -2 src/sys/arm/at91/at91_rst.c 1.1 +343 -0 src/sys/arm/at91/at91sam9260.c (new) 1.1 +310 -0 src/sys/arm/at91/at91sam9260reg.h (new) 1.2 +26 -0 src/sys/arm/at91/at91sam9g20.c 1.1 +105 -0 src/sys/arm/at91/board_qila9g20.c (new) 1.2 +9 -57 src/sys/arm/at91/board_sam9g20ek.c 1.3 +3 -1 src/sys/arm/at91/files.at91sam9 1.3 +1 -0 src/sys/arm/at91/std.at91sam9 1.1 +11 -0 src/sys/arm/at91/std.qila9g20 (new) 1.2 +5 -1 src/sys/arm/at91/std.sam9g20ek From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 22:41: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 82FCF1065673 for ; Wed, 6 Oct 2010 22:41:55 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 578788FC14 for ; Wed, 6 Oct 2010 22:41: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 o96MftAj023835 for ; Wed, 6 Oct 2010 22:41:55 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96MftAR023834 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 22:41:55 GMT (envelope-from cognet@repoman.freebsd.org) Message-Id: <201010062241.o96MftAR023834@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cognet@repoman.freebsd.org using -f From: Olivier Houchard Date: Wed, 6 Oct 2010 22:41:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/conf QILA9G20 QILA9G20.hints X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 06 Oct 2010 22:41:55 -0000 cognet 2010-10-06 22:41:32 UTC FreeBSD src repository Added files: sys/arm/conf QILA9G20 QILA9G20.hints Log: SVN rev 213499 on 2010-10-06 22:41:32Z by cognet Add the QILA9G20 config files. Submitted by: Greg Ansley Revision Changes Path 1.1 +153 -0 src/sys/arm/conf/QILA9G20 (new) 1.1 +9 -0 src/sys/arm/conf/QILA9G20.hints (new) From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 00:29:16 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F107B1065693 for ; Thu, 7 Oct 2010 00:29:16 +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 DF88B8FC14 for ; Thu, 7 Oct 2010 00:29:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o970TG2C034212 for ; Thu, 7 Oct 2010 00:29:16 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o970TGta034211 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 00:29:16 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010070029.o970TGta034211@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Thu, 7 Oct 2010 00:29:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/gzip gzip.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, 07 Oct 2010 00:29:17 -0000 delphij 2010-10-07 00:29:07 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/gzip gzip.c Log: SVN rev 213503 on 2010-10-07 00:29:07Z by delphij MFC r213044: In the past gunzip(1) write()'s after each inflate return. This is not optimal from a performance standpoint since the write buffer is not necessarily be filled up when the inflate rountine reached the end of input buffer and it's not the end of file. This problem gets uncovered by trying to pipe gunzip -c output to a GEOM device directly, which enforces the writes be multiple of sector size. Sponsored by: iXsystems, Inc. Reported by: jpaetzel Revision Changes Path 1.12.2.5 +2 -0 src/usr.bin/gzip/gzip.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 00:30: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 5BB401065675 for ; Thu, 7 Oct 2010 00:30:52 +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 4A9898FC13 for ; Thu, 7 Oct 2010 00:30: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 o970Uq4h034383 for ; Thu, 7 Oct 2010 00:30:52 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o970Uqox034381 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 00:30:52 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010070030.o970Uqox034381@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Thu, 7 Oct 2010 00:30:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.bin/gzip gzip.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, 07 Oct 2010 00:30:52 -0000 delphij 2010-10-07 00:30:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/gzip gzip.c Log: SVN rev 213504 on 2010-10-07 00:30:29Z by delphij MFC r210344: In the past gunzip(1) write()'s after each inflate return. This is not optimal from a performance standpoint since the write buffer is not necessarily be filled up when the inflate rountine reached the end of input buffer and it's not the end of file. This problem gets uncovered by trying to pipe gunzip -c output to a GEOM device directly, which enforces the writes be multiple of sector size. Sponsored by: iXsystems, Inc. Reported by: jpaetzel Revision Changes Path 1.4.2.6 +2 -0 src/usr.bin/gzip/gzip.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 00:37: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 A3E521065674 for ; Thu, 7 Oct 2010 00:37:13 +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 788558FC14 for ; Thu, 7 Oct 2010 00:37: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 o970bDCG034868 for ; Thu, 7 Oct 2010 00:37:13 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o970bDrN034867 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 00:37:13 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010070037.o970bDrN034867@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Thu, 7 Oct 2010 00:36:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet ip_carp.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, 07 Oct 2010 00:37:13 -0000 delphij 2010-10-07 00:36:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet ip_carp.c Log: SVN rev 213505 on 2010-10-07 00:36:58Z by delphij MFC r211059: Address an edge condition that we found at work, where the carp(4) interface goes to issue LINK_UP, then LINK_DOWN, then LINK_UP at cold boot. This behavior is not observed when carp(4) interface is created slightly later, when the underlying interface is fully up. Before this change what happen at boot is roughly: - ifconfig creates em0 interface; - ifconfig clones a carp device using em0; (em0's link state is DOWN at this point) - carp state: INIT -> BACKUP [*] - carp state: BACKUP -> MASTER - [Some negotiate between em0 and switch] - em0 kicks up link state change event (em0's link state is now up DOWN at this point) - do_link_state_change() -> carp_carpdev_state() - carp state: MASTER -> INIT (via carp_set_state(sc, INIT)) [+] - carp state: INIT -> BACKUP - carp state: BACKUP -> MASTER At the [*] stage, em0 did not received any broadcast message from other node, and assume our node is the master, thus carp(4) sets the link state to "UP" after becoming a master. At [+], the master status is forcely set to "INIT", then an election is casted, after which our node would actually become a master. We believe that at the [*] stage, the master status should remain as "INIT" since the underlying parent interface's link state is not up. Obtained from: iXsystems, Inc. Reported by: jpaetzel Revision Changes Path 1.73.2.5 +2 -1 src/sys/netinet/ip_carp.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 00:38: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 886CC1065698 for ; Thu, 7 Oct 2010 00:38:04 +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 5CBCF8FC0A for ; Thu, 7 Oct 2010 00:38: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 o970c4EK034931 for ; Thu, 7 Oct 2010 00:38:04 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o970c4kc034930 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 00:38:04 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010070038.o970c4kc034930@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Thu, 7 Oct 2010 00:37:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/netinet ip_carp.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, 07 Oct 2010 00:38:04 -0000 delphij 2010-10-07 00:37:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet ip_carp.c Log: SVN rev 213506 on 2010-10-07 00:37:40Z by delphij MFC r211059: Address an edge condition that we found at work, where the carp(4) interface goes to issue LINK_UP, then LINK_DOWN, then LINK_UP at cold boot. This behavior is not observed when carp(4) interface is created slightly later, when the underlying interface is fully up. Before this change what happen at boot is roughly: - ifconfig creates em0 interface; - ifconfig clones a carp device using em0; (em0's link state is DOWN at this point) - carp state: INIT -> BACKUP [*] - carp state: BACKUP -> MASTER - [Some negotiate between em0 and switch] - em0 kicks up link state change event (em0's link state is now up DOWN at this point) - do_link_state_change() -> carp_carpdev_state() - carp state: MASTER -> INIT (via carp_set_state(sc, INIT)) [+] - carp state: INIT -> BACKUP - carp state: BACKUP -> MASTER At the [*] stage, em0 did not received any broadcast message from other node, and assume our node is the master, thus carp(4) sets the link state to "UP" after becoming a master. At [+], the master status is forcely set to "INIT", then an election is casted, after which our node would actually become a master. We believe that at the [*] stage, the master status should remain as "INIT" since the underlying parent interface's link state is not up. Obtained from: iXsystems, Inc. Reported by: jpaetzel Revision Changes Path 1.52.2.4 +2 -1 src/sys/netinet/ip_carp.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 06:34: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 4A9041065672 for ; Thu, 7 Oct 2010 06:34:57 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1F78FC14 for ; Thu, 7 Oct 2010 06:34: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 o976YvIg088411 for ; Thu, 7 Oct 2010 06:34:57 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o976Yu9N088410 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 06:34:57 GMT (envelope-from gordon@repoman.freebsd.org) Message-Id: <201010070634.o976Yu9N088410@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gordon@repoman.freebsd.org using -f From: Gordon Tetlow Date: Thu, 7 Oct 2010 06:34:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/man man.1 man.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, 07 Oct 2010 06:34:57 -0000 gordon 2010-10-07 06:34:47 UTC FreeBSD src repository Modified files: usr.bin/man man.1 man.sh Log: SVN rev 213507 on 2010-10-07 06:34:47Z by gordon Add the ability to display specific manual pages if passed on the commandline. This mirrors the old (undocumented) GNU man functionality. Also document this feature in the implementation notes section of the manpage. Submitted by: arundel Approved by: wes (mentor implicit) Revision Changes Path 1.5 +7 -0 src/usr.bin/man/man.1 1.4 +14 -0 src/usr.bin/man/man.sh From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 08:36: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 1BBD010656C2 for ; Thu, 7 Oct 2010 08:36:18 +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 0A1108FC1B for ; Thu, 7 Oct 2010 08:36: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 o978aHF9099537 for ; Thu, 7 Oct 2010 08:36:17 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o978aHNL099536 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 08:36:17 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010070836.o978aHNL099536@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Thu, 7 Oct 2010 08:36:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vnops.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, 07 Oct 2010 08:36:18 -0000 kib 2010-10-07 08:36:02 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vnops.c Log: SVN rev 213508 on 2010-10-07 08:36:02Z by kib The msdosfs lookup is case insensitive. Several aliases may be inserted for a single directory entry. As a consequnce, name cache purge done by lookup for fvp when DELETE op for namei is specified, might be not enough to expunge all namecache entries that were installed for this direntry. Explicitely call cache_purge(fvp) when msdosfs_rename() succeeded. PR: kern/93634 MFC after: 1 week Revision Changes Path 1.200 +1 -0 src/sys/fs/msdosfs/msdosfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 09:08: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 7A1511065697 for ; Thu, 7 Oct 2010 09:08:11 +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 4DD0C8FC1D for ; Thu, 7 Oct 2010 09:08: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 o9798BDV014445 for ; Thu, 7 Oct 2010 09:08:11 GMT (envelope-from mav@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9798B5K014444 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 09:08:11 GMT (envelope-from mav@repoman.freebsd.org) Message-Id: <201010070908.o9798B5K014444@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mav@repoman.freebsd.org using -f From: Alexander Motin Date: Thu, 7 Oct 2010 09:07:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Thu, 07 Oct 2010 09:08:11 -0000 mav 2010-10-07 09:07:48 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs sys/dev/usb/serial u3g.c Log: SVN rev 213509 on 2010-10-07 09:07:48Z by mav Add ID for Vodafone (ZTE) Mobile Broadband K3565-Z modem. Reviewed by: hselasky Revision Changes Path 1.40 +1 -0 src/sys/dev/usb/serial/u3g.c 1.485 +1 -0 src/sys/dev/usb/usbdevs From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 09: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 CF9521065674 for ; Thu, 7 Oct 2010 09:30:47 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A3B6B8FC1B for ; Thu, 7 Oct 2010 09:30: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 o979UlLn016579 for ; Thu, 7 Oct 2010 09:30:47 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o979Uljg016578 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 09:30:47 GMT (envelope-from cognet@repoman.freebsd.org) Message-Id: <201010070930.o979Uljg016578@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cognet@repoman.freebsd.org using -f From: Olivier Houchard Date: Thu, 7 Oct 2010 09:30:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf options.arm X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 07 Oct 2010 09:30:47 -0000 cognet 2010-10-07 09:30:35 UTC FreeBSD src repository Modified files: sys/conf options.arm Log: SVN rev 213510 on 2010-10-07 09:30:35Z by cognet Add options I missed in the additionnal AT91 support commits. Submitted by: Greg Ansley Revision Changes Path 1.30 +3 -0 src/sys/conf/options.arm From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 12:21: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 7104F1065675 for ; Thu, 7 Oct 2010 12:21: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 44CFB8FC08 for ; Thu, 7 Oct 2010 12:21: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 o97CL9BV031912 for ; Thu, 7 Oct 2010 12:21:09 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97CL9TO031911 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 12:21:09 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010071221.o97CL9TO031911@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Thu, 7 Oct 2010 12:20:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern p1003_1b.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, 07 Oct 2010 12:21:09 -0000 davidxu 2010-10-07 12:20:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern p1003_1b.c Log: SVN rev 213511 on 2010-10-07 12:20:50Z by davidxu MFC r213258: - kern_sched_rr_get_interval should return interval for thread 1 in target process. - eliminate a goto. Revision Changes Path 1.38.2.2 +5 -11 src/sys/kern/p1003_1b.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 12:35: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 AFA5F10656A3 for ; Thu, 7 Oct 2010 12:35:15 +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 835648FC21 for ; Thu, 7 Oct 2010 12:35: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 o97CZFjJ032988 for ; Thu, 7 Oct 2010 12:35:15 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97CZFNb032987 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 12:35:15 GMT (envelope-from rwatson@repoman.freebsd.org) Message-Id: <201010071235.o97CZFNb032987@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rwatson@repoman.freebsd.org using -f From: Robert Watson Date: Thu, 7 Oct 2010 12:34:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access mentors X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 07 Oct 2010 12:35:15 -0000 rwatson 2010-10-07 12:34:54 UTC FreeBSD src repository Modified files: . access mentors Log: SVN rev 213512 on 2010-10-07 12:34:54Z by rwatson Add Jonathan Anderson as a src committer. Jon has been working on a number of things, not least Capsicum. I will be his mentor. Approved by: core Revision Changes Path 1.949 CVSROOT/access 1.91 +1 -0 CVSROOT/mentors From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 12:57: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 9897F106566B for ; Thu, 7 Oct 2010 12:57:36 +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 6C6558FC0A for ; Thu, 7 Oct 2010 12:57: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 o97CvaWO045461 for ; Thu, 7 Oct 2010 12:57:36 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97Cvala045460 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 12:57:36 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010071257.o97Cvala045460@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Thu, 7 Oct 2010 12:57:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/lib/libthr/thread thr_rtld.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, 07 Oct 2010 12:57:36 -0000 davidxu 2010-10-07 12:57:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libthr/thread thr_rtld.c Log: SVN rev 213513 on 2010-10-07 12:57:16Z by davidxu MFC r211833: Decrease rdlock count only when thread unlocked a reader lock. Revision Changes Path 1.3.4.6 +1 -1 src/lib/libthr/thread/thr_rtld.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 12:58: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 38C2E106578F for ; Thu, 7 Oct 2010 12:58:28 +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 0C6A98FC12 for ; Thu, 7 Oct 2010 12:58: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 o97CwRmG045527 for ; Thu, 7 Oct 2010 12:58:27 GMT (envelope-from pluknet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97CwRqg045526 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 12:58:27 GMT (envelope-from pluknet@repoman.freebsd.org) Message-Id: <201010071258.o97CwRqg045526@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pluknet@repoman.freebsd.org using -f From: Sergey Kandaurov Date: Thu, 7 Oct 2010 12:58:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 ata.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: Thu, 07 Oct 2010 12:58:28 -0000 pluknet 2010-10-07 12:58:09 UTC FreeBSD src repository Modified files: share/man/man4 ata.4 Log: SVN rev 213514 on 2010-10-07 12:58:09Z by pluknet Cosmetic change: Wrap lines for SiS and Promise entries to 80 columns. This doesn't change appearance in page rendered with troff or man.cgi. PR: docs/146195 Approved by: kib (mentor) MFC after: 1 week Revision Changes Path 1.87 +8 -2 src/share/man/man4/ata.4 From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 13:13: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 0CFB710657B2 for ; Thu, 7 Oct 2010 13:13:19 +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 D53EE8FC08 for ; Thu, 7 Oct 2010 13:13: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 o97DDIcD047661 for ; Thu, 7 Oct 2010 13:13:18 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97DDImU047660 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 13:13:18 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010071313.o97DDImU047660@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Thu, 7 Oct 2010 13:13:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern p1003_1b.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, 07 Oct 2010 13:13:19 -0000 davidxu 2010-10-07 13:13:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern p1003_1b.c Log: SVN rev 213515 on 2010-10-07 13:13:02Z by davidxu MFC r213258: - kern_sched_rr_get_interval should return interval for thread 1 in target process. - eliminate a goto. Revision Changes Path 1.36.2.1 +5 -11 src/sys/kern/p1003_1b.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 17:15: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 69B82106564A for ; Thu, 7 Oct 2010 17:15:01 +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 56C308FC14 for ; Thu, 7 Oct 2010 17:15: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 o97HF1Ll081595 for ; Thu, 7 Oct 2010 17:15:01 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97HF1OD081594 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 17:15:01 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010071715.o97HF1OD081594@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Thu, 7 Oct 2010 17:14:50 +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: Thu, 07 Oct 2010 17:15:01 -0000 yongari 2010-10-07 17:14:50 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 213522 on 2010-10-07 17:14:50Z by yongari Fix a long standing bug which regarded some revisions of controller as 5788. This caused BGE_MISC_LOCAL_CTL register is used to generate link state change interrupt for non-5788 controllers. The interrupt handler may or may not detect link state attention as status block wouldn't be updated when an interrupt was generated with BGE_MISC_LOCAL_CTL register. All controllers except 5700 and 5788 should use host coalescing mode register to trigger an interrupt. Revision Changes Path 1.317 +6 -8 src/sys/dev/bge/if_bge.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 17:27: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 C7562106566B for ; Thu, 7 Oct 2010 17:27:21 +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 9AA2A8FC14 for ; Thu, 7 Oct 2010 17:27: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 o97HRLP8082481 for ; Thu, 7 Oct 2010 17:27:21 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97HRLdt082480 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 17:27:21 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <201010071727.o97HRLdt082480@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Thu, 7 Oct 2010 17:26:22 +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: Thu, 07 Oct 2010 17:27:21 -0000 emaste 2010-10-07 17:26:22 UTC FreeBSD src repository Modified files: . UPDATING Log: SVN rev 213523 on 2010-10-07 17:26:22Z by emaste Add a note on the removal of copyright strings from login(1) and sshd(8). Revision Changes Path 1.668 +5 -0 src/UPDATING From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 18:01: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 09E571065670 for ; Thu, 7 Oct 2010 18:01:46 +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 697C68FC1B for ; Thu, 7 Oct 2010 18:01: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 o97I1jak085033 for ; Thu, 7 Oct 2010 18:01:45 GMT (envelope-from jh@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97I1jEG085032 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 18:01:45 GMT (envelope-from jh@repoman.freebsd.org) Message-Id: <201010071801.o97I1jEG085032@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jh@repoman.freebsd.org using -f From: Jaakko Heinonen Date: Thu, 7 Oct 2010 18:00:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 make_dev.9 src/sys/kern kern_conf.c src/sys/sys conf.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, 07 Oct 2010 18:01:46 -0000 jh 2010-10-07 18:00:55 UTC FreeBSD src repository Modified files: share/man/man9 make_dev.9 sys/kern kern_conf.c sys/sys conf.h Log: SVN rev 213526 on 2010-10-07 18:00:55Z by jh Check the device name validity on device registration. A new function prep_devname() sanitizes a device name by removing leading and redundant sequential slashes. The function returns an error for names which already exist or are considered invalid. A new flag MAKEDEV_CHECKNAME for make_dev_p(9) and make_dev_credf(9) indicates that the caller is prepared to handle an error related to the device name. An invalid name triggers a panic if the flag is not specified. Document the MAKEDEV_CHECKNAME flag in the make_dev(9) manual page. Idea from: kib Reviewed by: kib Revision Changes Path 1.32 +16 -7 src/share/man/man9/make_dev.9 1.243 +87 -27 src/sys/kern/kern_conf.c 1.259 +6 -5 src/sys/sys/conf.h From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 18: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 A77CD1065696 for ; Thu, 7 Oct 2010 18:11:51 +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 7AE068FC14 for ; Thu, 7 Oct 2010 18:11: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 o97IBppZ086991 for ; Thu, 7 Oct 2010 18:11:51 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97IBpYu086990 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 18:11:51 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010071811.o97IBpYu086990@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Thu, 7 Oct 2010 18:11:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_malloc.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, 07 Oct 2010 18:11:51 -0000 avg 2010-10-07 18:11:33 UTC FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: SVN rev 213527 on 2010-10-07 18:11:33Z by avg vm.kmem_map_size: a sysctl to query current kmem_map->size Based on a patch from Sandvine Incorporated via emaste. Reviewed by: emaste MFC after: 1 week Revision Changes Path 1.181 +14 -0 src/sys/kern/kern_malloc.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 18:16: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 6F9EE10658E4 for ; Thu, 7 Oct 2010 18:16:27 +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 4233E8FC0C for ; Thu, 7 Oct 2010 18:16: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 o97IGRAs087662 for ; Thu, 7 Oct 2010 18:16:27 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97IGRih087661 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 18:16:27 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010071816.o97IGRih087661@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Thu, 7 Oct 2010 18:16:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/cddl/compat/opensolaris/kern opensolaris_kmem.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, 07 Oct 2010 18:16:27 -0000 avg 2010-10-07 18:16:14 UTC FreeBSD src repository Modified files: sys/cddl/compat/opensolaris/kern opensolaris_kmem.c Log: SVN rev 213528 on 2010-10-07 18:16:14Z by avg opensolaris_kmem kmem_size(): report lesser of vm_kmem_size and available physical memory This is needed to correctly autotune ZFS ARC size when vm_kmem_size is set to value larger than available physical memory. MFC after: 2 weeks Revision Changes Path 1.9 +14 -2 src/sys/cddl/compat/opensolaris/kern/opensolaris_kmem.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 18: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 54103106567A for ; Thu, 7 Oct 2010 18:16:33 +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 41C9C8FC1D for ; Thu, 7 Oct 2010 18: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 o97IGXGl087686 for ; Thu, 7 Oct 2010 18:16:33 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97IGXDb087685 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 18:16:33 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010071816.o97IGXDb087685@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Thu, 7 Oct 2010 18:16:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd primary.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, 07 Oct 2010 18:16:33 -0000 pjd 2010-10-07 18:16:22 UTC FreeBSD src repository Modified files: sbin/hastd primary.c Log: SVN rev 213529 on 2010-10-07 18:16:22Z by pjd Don't close local component on exit as we can hang waiting on g_waitidle. I'm unable to reproduce the race described in comment anymore and also the comment is incorrect - localfd represents local component from configuration file, eg. /dev/da0 and not HAST provider. Reported by: Mikolaj Golub MFC after: 1 week Revision Changes Path 1.32 +0 -6 src/sbin/hastd/primary.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 18: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 6DA03106566B for ; Thu, 7 Oct 2010 18:19: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 410518FC25 for ; Thu, 7 Oct 2010 18:19: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 o97IJOTm088036 for ; Thu, 7 Oct 2010 18:19:24 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97IJOQa088035 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 18:19:24 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010071819.o97IJOQa088035@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Thu, 7 Oct 2010 18:19:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd primary.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, 07 Oct 2010 18:19:24 -0000 pjd 2010-10-07 18:19:02 UTC FreeBSD src repository Modified files: sbin/hastd primary.c Log: SVN rev 213530 on 2010-10-07 18:19:02Z by pjd Start the guard thread first, so we can handle signals from the very begining. Reported by: Mikolaj Golub MFC after: 1 week Revision Changes Path 1.33 +7 -3 src/sbin/hastd/primary.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 18:20: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 6E1B610657C6 for ; Thu, 7 Oct 2010 18:20:30 +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 41A368FC1A for ; Thu, 7 Oct 2010 18:20: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 o97IKUxg088286 for ; Thu, 7 Oct 2010 18:20:30 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97IKUxU088285 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 18:20:30 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010071820.o97IKUxU088285@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Thu, 7 Oct 2010 18:20:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd primary.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, 07 Oct 2010 18:20:30 -0000 pjd 2010-10-07 18:20:16 UTC FreeBSD src repository Modified files: sbin/hastd primary.c Log: SVN rev 213531 on 2010-10-07 18:20:16Z by pjd Log error message when we fail to destroy ggate provider. MFC after: 3 days Revision Changes Path 1.34 +2 -1 src/sbin/hastd/primary.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 18:21: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 6CA6E1065696 for ; Thu, 7 Oct 2010 18:21:06 +0000 (UTC) (envelope-from jonathan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB218FC08 for ; Thu, 7 Oct 2010 18:21: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 o97IL6oC088376 for ; Thu, 7 Oct 2010 18:21:06 GMT (envelope-from jonathan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97IL6sP088375 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 18:21:06 GMT (envelope-from jonathan@repoman.freebsd.org) Message-Id: <201010071821.o97IL6sP088375@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jonathan@repoman.freebsd.org using -f From: Jonathan Anderson Date: Thu, 7 Oct 2010 18:20:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/misc committers-src.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: Thu, 07 Oct 2010 18:21:06 -0000 jonathan 2010-10-07 18:20:51 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: SVN rev 213532 on 2010-10-07 18:20:51Z by jonathan Add myself (jonathan@) to committers-src.dot Reviewed by: rwatson Revision Changes Path 1.125 +2 -0 src/share/misc/committers-src.dot From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 18:23: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 70928106564A for ; Thu, 7 Oct 2010 18:23:42 +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 43BCF8FC0C for ; Thu, 7 Oct 2010 18:23: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 o97INgEi088714 for ; Thu, 7 Oct 2010 18:23:42 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97INgjO088713 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 18:23:42 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010071823.o97INgjO088713@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Thu, 7 Oct 2010 18:23:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd primary.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, 07 Oct 2010 18:23:42 -0000 pjd 2010-10-07 18:23:28 UTC FreeBSD src repository Modified files: sbin/hastd primary.c Log: SVN rev 213533 on 2010-10-07 18:23:28Z by pjd Clear ggate structures before using them. We don't initialize all the field and there can be some garbage from the stack. MFC after: 1 week Revision Changes Path 1.35 +4 -1 src/sbin/hastd/primary.c From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 20:32: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 B5AEF1065670 for ; Thu, 7 Oct 2010 20:32:02 +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 9E7438FC20 for ; Thu, 7 Oct 2010 20:32: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 o97KW2Ld008053 for ; Thu, 7 Oct 2010 20:32:02 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97KW2pc008052 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 20:32:02 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201010072032.o97KW2pc008052@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Thu, 7 Oct 2010 20:31:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/llvm Makefile.rules configure src/contrib/llvm/autoconf configure.ac src/contrib/llvm/include/llvm/ADT SmallVector.h src/contrib/llvm/lib/CodeGen MachineCSE.cpp src/contrib/llvm/lib/Target/ARM ARMBaseInstrInfo.cpp src/contrib/llvm/lib/Target/X86 ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 07 Oct 2010 20:32:02 -0000 dim 2010-10-07 20:31:07 UTC FreeBSD src repository Modified files: contrib/llvm Makefile.rules configure contrib/llvm/autoconf configure.ac contrib/llvm/include/llvm/ADT SmallVector.h contrib/llvm/lib/CodeGen MachineCSE.cpp contrib/llvm/lib/Target/ARM ARMBaseInstrInfo.cpp contrib/llvm/lib/Target/X86 X86ISelLowering.cpp contrib/llvm/tools/clang/lib/Basic Version.cpp lib/clang/include/clang/Basic Version.inc Log: SVN rev 213534 on 2010-10-07 20:31:07Z by dim Upgrade Clang and LLVM to the 2.8 release. See here for release notes: http://llvm.org/releases/2.8/docs/ReleaseNotes.html Approved by: rpaulo (mentor) Revision Changes Path 1.4 +5 -0 src/contrib/llvm/Makefile.rules 1.4 +1 -1 src/contrib/llvm/autoconf/configure.ac 1.4 +10 -10 src/contrib/llvm/configure 1.4 +1 -1 src/contrib/llvm/include/llvm/ADT/SmallVector.h 1.4 +8 -1 src/contrib/llvm/lib/CodeGen/MachineCSE.cpp 1.4 +6 -1 src/contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp 1.4 +4 -11 src/contrib/llvm/lib/Target/X86/X86ISelLowering.cpp 1.4 +1 -1 src/contrib/llvm/tools/clang/lib/Basic/Version.cpp 1.3 +2 -2 src/lib/clang/include/clang/Basic/Version.inc From owner-cvs-src-old@FreeBSD.ORG Thu Oct 7 21:57: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 224DE1065679 for ; Thu, 7 Oct 2010 21:57:02 +0000 (UTC) (envelope-from ken@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0E7378FC18 for ; Thu, 7 Oct 2010 21:57: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 o97Lv1CS031505 for ; Thu, 7 Oct 2010 21:57:01 GMT (envelope-from ken@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o97Lv1i2031504 for cvs-src-old@freebsd.org; Thu, 7 Oct 2010 21:57:01 GMT (envelope-from ken@repoman.freebsd.org) Message-Id: <201010072157.o97Lv1i2031504@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ken@repoman.freebsd.org using -f From: "Kenneth D. Merry" Date: Thu, 7 Oct 2010 21:56:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 mps.4 src/sys/dev/mps mps.c mps_sas.c mpsvar.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, 07 Oct 2010 21:57:02 -0000 ken 2010-10-07 21:56:10 UTC FreeBSD src repository Modified files: share/man/man4 mps.4 sys/dev/mps mps.c mps_sas.c mpsvar.h Log: SVN rev 213535 on 2010-10-07 21:56:10Z by ken Turn on serialization of task management commands going down to the controller, but make it optional. After a problem report from Andrew Boyer, it looks like the LSI chip may have issues (the watchdog timer fired) if too many aborts are sent down to the chip at the same time. We know that task management commands are serialized, and although the manual doesn't say it, it may be a good idea to just send one at a time. But, since I'm not certain that this is necessary, add a tunable and sysctl variable (hw.mps.%d.allow_multiple_tm_cmds) to control the driver's behavior. mps.c: Add support for the sysctl and tunable, and add a comment about the possible return values to mps_map_command(). mps_sas.c: Run all task management commands through two new routines, mpssas_issue_tm_request() and mpssas_complete_tm_request(). This allows us to optionally serialize task management commands. Also, change things so that the response to a task management command always comes back through the callback. (Before it could come via the callback or the return value.) mpsvar.h: Add softc variables for the list of active task management commands, the number of active commands, and whether we should allow multiple active task management commands. Add an active command flag. mps.4: Describe the new sysctl/loader tunable variable. Sponsored by: Spectra Logic Corporation Revision Changes Path 1.3 +15 -1 src/share/man/man4/mps.4 1.3 +13 -0 src/sys/dev/mps/mps.c 1.5 +209 -53 src/sys/dev/mps/mps_sas.c 1.2 +4 -0 src/sys/dev/mps/mpsvar.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 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 A16651065672 for ; Fri, 8 Oct 2010 00:46:23 +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 8D02C8FC0A for ; Fri, 8 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 o980kNqW047753 for ; Fri, 8 Oct 2010 00:46:23 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o980kN8C047752 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 00:46:23 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <201010080046.o980kN8C047752@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Fri, 8 Oct 2010 00:44:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Fri, 08 Oct 2010 00:46:23 -0000 emaste 2010-10-08 00:44:53 UTC FreeBSD src repository Modified files: bin/ps keyword.c ps.1 sys/kern kern_proc.c sys/sys user.h Log: SVN rev 213536 on 2010-10-08 00:44:53Z by emaste Make a thread's address available via the kern proc sysctl, just like the process address. Add "tdaddr" keyword to ps(1) to display this thread address. Distilled from Sandvine's patch set by Mark Johnston. Revision Changes Path 1.84 +2 -0 src/bin/ps/keyword.c 1.97 +2 -0 src/bin/ps/ps.1 1.303 +1 -0 src/sys/kern/kern_proc.c 1.88 +2 -1 src/sys/sys/user.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 01: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 D33241065674 for ; Fri, 8 Oct 2010 01:03:44 +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 A532E8FC14 for ; Fri, 8 Oct 2010 01: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 o9813iwN060974 for ; Fri, 8 Oct 2010 01:03:44 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9813ibG060973 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 01:03:44 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <201010080103.o9813ibG060973@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Fri, 8 Oct 2010 01:03:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/wlan if_rum.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, 08 Oct 2010 01:03:44 -0000 emaste 2010-10-08 01:03:30 UTC FreeBSD src repository Modified files: sys/dev/usb/wlan if_rum.c Log: SVN rev 213537 on 2010-10-08 01:03:30Z by emaste In r207768 I silenced a console warning from rum(4). There was legitimate opposition to the change, since really we need to implement missing functionality in drivers or the 802.3 layer. For now, restore a reminder message for a missing rum_update_mcast, but print it only once. Revision Changes Path 1.35 +5 -1 src/sys/dev/usb/wlan/if_rum.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 01:47: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 BE491106566B for ; Fri, 8 Oct 2010 01:47:25 +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 90F0F8FC15 for ; Fri, 8 Oct 2010 01:47: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 o981lPOh064103 for ; Fri, 8 Oct 2010 01:47:25 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o981lP3E064102 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 01:47:25 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010080147.o981lP3E064102@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Fri, 8 Oct 2010 01:47:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr 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, 08 Oct 2010 01:47:25 -0000 davidxu 2010-10-08 01:47:14 UTC FreeBSD src repository Modified files: lib/libthr Makefile Log: SVN rev 213539 on 2010-10-08 01:47:14Z by davidxu unwind.h was imported, gcc directory is no longer needed. Revision Changes Path 1.47 +0 -1 src/lib/libthr/Makefile From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 01:53: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 7E1F61065672 for ; Fri, 8 Oct 2010 01:53:51 +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 50E888FC15 for ; Fri, 8 Oct 2010 01:53: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 o981rpxl064558 for ; Fri, 8 Oct 2010 01:53:51 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o981rpmL064557 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 01:53:51 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010080153.o981rpmL064557@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Fri, 8 Oct 2010 01:53:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr 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, 08 Oct 2010 01:53:51 -0000 davidxu 2010-10-08 01:53:33 UTC FreeBSD src repository Modified files: lib/libthr Makefile Log: SVN rev 213541 on 2010-10-08 01:53:33Z by davidxu Oops, don't remove -fexceptions flag. Revision Changes Path 1.48 +1 -0 src/lib/libthr/Makefile From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:17: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 229BF106564A for ; Fri, 8 Oct 2010 07:17:34 +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 EA3518FC20 for ; Fri, 8 Oct 2010 07:17: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 o987HXde005390 for ; Fri, 8 Oct 2010 07:17:33 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987HXlF005389 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:17:33 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010080717.o987HXlF005389@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Fri, 8 Oct 2010 07:17:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vnops.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, 08 Oct 2010 07:17:34 -0000 kib 2010-10-08 07:17:22 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vnops.c Log: SVN rev 213543 on 2010-10-08 07:17:22Z by kib Add a comment describing the reason for calling cache_purge(fvp). Requested by: danfe MFC after: 6 days Revision Changes Path 1.201 +7 -0 src/sys/fs/msdosfs/msdosfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:18: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 746071065697 for ; Fri, 8 Oct 2010 07:18:54 +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 4837E8FC0A for ; Fri, 8 Oct 2010 07:18: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 o987Isxq005478 for ; Fri, 8 Oct 2010 07:18:54 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987Is9Y005477 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:18:54 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010080718.o987Is9Y005477@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Fri, 8 Oct 2010 07:18:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/linux32 syscalls.master X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 08 Oct 2010 07:18:54 -0000 kib 2010-10-08 07:18:44 UTC FreeBSD src repository Modified files: sys/amd64/linux32 syscalls.master Log: SVN rev 213544 on 2010-10-08 07:18:44Z by kib Fix typo. Submitted by: arundel MFC after: 3 days Revision Changes Path 1.38 +1 -1 src/sys/amd64/linux32/syscalls.master From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:19: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 790541065673 for ; Fri, 8 Oct 2010 07:19:15 +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 4C2EB8FC28 for ; Fri, 8 Oct 2010 07:19: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 o987JFQb005525 for ; Fri, 8 Oct 2010 07:19:15 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987JFNc005524 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:19:15 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <201010080719.o987JFNc005524@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Fri, 8 Oct 2010 07:19:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.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, 08 Oct 2010 07:19:15 -0000 kib 2010-10-08 07:19:05 UTC FreeBSD src repository Modified files: sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c Log: SVN rev 213545 on 2010-10-08 07:19:05Z by kib Regen. Revision Changes Path 1.42 +1 -1 src/sys/amd64/linux32/linux32_proto.h 1.41 +1 -1 src/sys/amd64/linux32/linux32_syscall.h 1.43 +2 -2 src/sys/amd64/linux32/linux32_sysent.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:27: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 A36AB1065782 for ; Fri, 8 Oct 2010 07:27:06 +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 76E468FC0C for ; Fri, 8 Oct 2010 07:27: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 o987R67l006207 for ; Fri, 8 Oct 2010 07:27:06 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987R6RV006206 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:27:06 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080727.o987R6RV006206@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:26:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.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, 08 Oct 2010 07:27:06 -0000 avg 2010-10-08 07:26:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c Log: SVN rev 213546 on 2010-10-08 07:26:56Z by avg MFC r212950: zfs_vnops: use zfs_map_page/zfs_unmap_page helper functions in another place Revision Changes Path 1.46.2.23 +2 -5 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:29: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 7C5B1106564A for ; Fri, 8 Oct 2010 07:29:42 +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 500BB8FC1C for ; Fri, 8 Oct 2010 07:29: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 o987Tgua006363 for ; Fri, 8 Oct 2010 07:29:42 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987TgVV006362 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:29:42 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080729.o987TgVV006362@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:29:26 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.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, 08 Oct 2010 07:29:42 -0000 avg 2010-10-08 07:29:26 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c Log: SVN rev 213547 on 2010-10-08 07:29:26Z by avg MFC r212951: zfs_map_page/zfs_unmap_page: do not use sched_pin() and SFB_CPUPRIVATE Revision Changes Path 1.46.2.24 +1 -3 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:31: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 F05661065673 for ; Fri, 8 Oct 2010 07:31:48 +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 DD4628FC0A for ; Fri, 8 Oct 2010 07:31: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 o987VmBP006556 for ; Fri, 8 Oct 2010 07:31:48 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987Vm8k006555 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:31:48 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080731.o987Vm8k006555@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:31:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cddl/compat/opensolaris/sys vnode.h src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.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, 08 Oct 2010 07:31:49 -0000 avg 2010-10-08 07:31:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cddl/compat/opensolaris/sys vnode.h sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c Log: SVN rev 213548 on 2010-10-08 07:31:32Z by avg MFC r212657: zfs vn_has_cached_data: take into account v_object->cache != NULL Revision Changes Path 1.12.2.6 +3 -1 src/sys/cddl/compat/opensolaris/sys/vnode.h 1.46.2.25 +1 -11 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:33: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 7B38C106566B for ; Fri, 8 Oct 2010 07:33:39 +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 4FE6E8FC0A for ; Fri, 8 Oct 2010 07:33: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 o987XdIM006714 for ; Fri, 8 Oct 2010 07:33:39 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987XdB5006713 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:33:39 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080733.o987XdB5006713@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:33:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs arc.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, 08 Oct 2010 07:33:39 -0000 avg 2010-10-08 07:33:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cddl/contrib/opensolaris/uts/common/fs/zfs arc.c Log: SVN rev 213549 on 2010-10-08 07:33:22Z by avg MFC r212780: zfs arc_reclaim_needed: more reasonable threshold for available pages Revision Changes Path 1.22.2.13 +3 -3 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:34: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 77B711065793 for ; Fri, 8 Oct 2010 07:34:45 +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 4CC868FC14 for ; Fri, 8 Oct 2010 07:34: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 o987YjfE006820 for ; Fri, 8 Oct 2010 07:34:45 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987Yjch006819 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:34:45 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080734.o987Yjch006819@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:34:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs arc.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, 08 Oct 2010 07:34:45 -0000 avg 2010-10-08 07:34:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cddl/contrib/opensolaris/uts/common/fs/zfs arc.c Log: SVN rev 213550 on 2010-10-08 07:34:32Z by avg MFC r212783: zfs arc_reclaim_needed: fix typo in mismerge in r212780 Revision Changes Path 1.22.2.14 +1 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:36: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 7CAFA1065697 for ; Fri, 8 Oct 2010 07:36:51 +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 503408FC17 for ; Fri, 8 Oct 2010 07:36: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 o987apgc007058 for ; Fri, 8 Oct 2010 07:36:51 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987apOC007057 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:36:51 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080736.o987apOC007057@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:36:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs arc.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, 08 Oct 2010 07:36:51 -0000 avg 2010-10-08 07:36:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cddl/contrib/opensolaris/uts/common/fs/zfs arc.c Log: SVN rev 213551 on 2010-10-08 07:36:30Z by avg MFC r212781: zfs arc_reclaim_needed: remove redundant checks for arc_c_max and arc_c_max Revision Changes Path 1.22.2.15 +0 -4 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:38: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 8A655106564A for ; Fri, 8 Oct 2010 07:38:57 +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 5E5D48FC24 for ; Fri, 8 Oct 2010 07:38: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 o987cvru007252 for ; Fri, 8 Oct 2010 07:38:57 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987cvYH007251 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:38:57 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080738.o987cvYH007251@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:38:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern subr_kdb.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, 08 Oct 2010 07:38:57 -0000 avg 2010-10-08 07:38:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern subr_kdb.c Log: SVN rev 213552 on 2010-10-08 07:38:44Z by avg MFC r212964: kdb_backtrace: stack(9)-based code to print backtrace without any backend Revision Changes Path 1.27.2.4 +11 -0 src/sys/kern/subr_kdb.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:49: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 9E63B1065743 for ; Fri, 8 Oct 2010 07:49:18 +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 71B708FC17 for ; Fri, 8 Oct 2010 07:49: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 o987nITe008099 for ; Fri, 8 Oct 2010 07:49:18 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987nI7W008098 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:49:18 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080749.o987nI7W008098@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:49:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern kern_linker.c subr_kdb.c subr_stack.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, 08 Oct 2010 07:49:18 -0000 avg 2010-10-08 07:49:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern kern_linker.c subr_kdb.c subr_stack.c Log: SVN rev 213553 on 2010-10-08 07:49:05Z by avg MFC r212994: kdb_backtrace: use stack_print_ddb instead of stack_print Revision Changes Path 1.176.2.2 +2 -2 src/sys/kern/kern_linker.c 1.27.2.5 +1 -1 src/sys/kern/subr_kdb.c 1.10.2.2 +1 -5 src/sys/kern/subr_stack.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:52: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 869BA1065784 for ; Fri, 8 Oct 2010 07:52:24 +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 5AE008FC24 for ; Fri, 8 Oct 2010 07:52: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 o987qO8p008345 for ; Fri, 8 Oct 2010 07:52:24 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987qOHW008344 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:52:24 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080752.o987qOHW008344@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:52:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern kern_malloc.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, 08 Oct 2010 07:52:24 -0000 avg 2010-10-08 07:52:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern kern_malloc.c Log: SVN rev 213554 on 2010-10-08 07:52:00Z by avg MFC r213303: kmem_size* sysctls: hint that these are also tunables Revision Changes Path 1.172.2.3 +4 -4 src/sys/kern/kern_malloc.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:55: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 8B8AF1065747 for ; Fri, 8 Oct 2010 07:55:15 +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 5F7C48FC15 for ; Fri, 8 Oct 2010 07:55: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 o987tFjA008584 for ; Fri, 8 Oct 2010 07:55:15 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987tFhT008583 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:55:15 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080755.o987tFhT008583@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:54:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern kern_malloc.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, 08 Oct 2010 07:55:15 -0000 avg 2010-10-08 07:54:55 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_malloc.c Log: SVN rev 213555 on 2010-10-08 07:54:55Z by avg MFC r213303: kmem_size* sysctls: hint that these are also tunables Revision Changes Path 1.162.2.7 +4 -4 src/sys/kern/kern_malloc.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:57: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 8441C10657C4 for ; Fri, 8 Oct 2010 07:57:36 +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 583C38FC17 for ; Fri, 8 Oct 2010 07:57: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 o987va0a008727 for ; Fri, 8 Oct 2010 07:57:36 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987va37008726 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:57:36 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080757.o987va37008726@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:57:19 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/kern subr_kdb.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, 08 Oct 2010 07:57:36 -0000 avg 2010-10-08 07:57:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern subr_kdb.c Log: SVN rev 213556 on 2010-10-08 07:57:19Z by avg MFC r213304: debug.kdb.stop_cpus sysctl: hint that this is also a tunable Revision Changes Path 1.27.2.6 +1 -1 src/sys/kern/subr_kdb.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 07:59: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 830001065695 for ; Fri, 8 Oct 2010 07:59:12 +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 56FC48FC0C for ; Fri, 8 Oct 2010 07:59: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 o987xCcX008832 for ; Fri, 8 Oct 2010 07:59:12 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o987xC52008831 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 07:59:12 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080759.o987xC52008831@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 07:58:57 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern subr_kdb.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, 08 Oct 2010 07:59:12 -0000 avg 2010-10-08 07:58:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern subr_kdb.c Log: SVN rev 213557 on 2010-10-08 07:58:57Z by avg MFC r213304: debug.kdb.stop_cpus sysctl: hint that this is also a tunable Revision Changes Path 1.24.2.2 +1 -1 src/sys/kern/subr_kdb.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 08:02: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 F147010656C5 for ; Fri, 8 Oct 2010 08:02:01 +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 C431D8FC1E for ; Fri, 8 Oct 2010 08:02: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 o988212Z009093 for ; Fri, 8 Oct 2010 08:02:01 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98821sv009092 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 08:02:01 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080802.o98821sv009092@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 08:01:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/gdb gdb_cons.c src/sys/kern kern_ntptime.c src/sys/sys sched.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, 08 Oct 2010 08:02:02 -0000 avg 2010-10-08 08:01:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/gdb gdb_cons.c sys/kern kern_ntptime.c sys/sys sched.h Log: SVN rev 213558 on 2010-10-08 08:01:36Z by avg MFC r213305: there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY order Revision Changes Path 1.3.2.2 +1 -1 src/sys/gdb/gdb_cons.c 1.65.2.4 +1 -1 src/sys/kern/kern_ntptime.c 1.42.2.2 +1 -1 src/sys/sys/sched.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 08:10: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 C26B110656C5 for ; Fri, 8 Oct 2010 08:10:14 +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 95D038FC20 for ; Fri, 8 Oct 2010 08:10: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 o988AE44010735 for ; Fri, 8 Oct 2010 08:10:14 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o988AElh010734 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 08:10:14 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080810.o988AElh010734@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 08:09:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/gdb gdb_cons.c src/sys/kern kern_ntptime.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, 08 Oct 2010 08:10:14 -0000 avg 2010-10-08 08:09:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/gdb gdb_cons.c sys/kern kern_ntptime.c Log: SVN rev 213559 on 2010-10-08 08:09:45Z by avg MFC r213305: there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY order Revision Changes Path 1.2.2.2 +1 -1 src/sys/gdb/gdb_cons.c 1.64.2.5 +1 -1 src/sys/kern/kern_ntptime.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 08:13: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 87519106566B for ; Fri, 8 Oct 2010 08:13:35 +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 5B2438FC13 for ; Fri, 8 Oct 2010 08:13: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 o988DZif011010 for ; Fri, 8 Oct 2010 08:13:35 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o988DZlO011009 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 08:13:35 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080813.o988DZlO011009@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 08:13:22 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: 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: Fri, 08 Oct 2010 08:13:35 -0000 avg 2010-10-08 08:13:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern kern_shutdown.c Log: SVN rev 213560 on 2010-10-08 08:13:22Z by avg MFC r213322: sysctls in kern_shutdown: add twin tunables Revision Changes Path 1.198.2.4 +9 -6 src/sys/kern/kern_shutdown.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 08:14: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 83D19106564A for ; Fri, 8 Oct 2010 08:14:56 +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 577458FC14 for ; Fri, 8 Oct 2010 08:14: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 o988EuKE011101 for ; Fri, 8 Oct 2010 08:14:56 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o988Eusi011100 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 08:14:56 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010080814.o988Eusi011100@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Fri, 8 Oct 2010 08:14:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: 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: Fri, 08 Oct 2010 08:14:56 -0000 avg 2010-10-08 08:14:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_shutdown.c Log: SVN rev 213561 on 2010-10-08 08:14:43Z by avg MFC r213322: sysctls in kern_shutdown: add twin tunables Revision Changes Path 1.182.2.7 +9 -6 src/sys/kern/kern_shutdown.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 09:43: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 EF51E1065693 for ; Fri, 8 Oct 2010 09:43:27 +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 C2CBD8FC16 for ; Fri, 8 Oct 2010 09:43: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 o989hRmm029548 for ; Fri, 8 Oct 2010 09:43:27 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o989hRE8029547 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 09:43:27 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201010080943.o989hRE8029547@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Fri, 8 Oct 2010 09:43:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Fri, 08 Oct 2010 09:43:28 -0000 ed 2010-10-08 09:43:06 UTC FreeBSD src repository Modified files: contrib/ee ee.c ee_version.h Log: SVN rev 213567 on 2010-10-08 09:43:06Z by ed Import ee 1.5.2 into HEAD. PR: bin/145921 MFC after: 2 weeks Revision Changes Path 1.9 +20 -21 src/contrib/ee/ee.c 1.2 +2 -2 src/contrib/ee/ee_version.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 10:28: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 C02001065673 for ; Fri, 8 Oct 2010 10:28:03 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 938988FC20 for ; Fri, 8 Oct 2010 10:28: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 o98AS3U3033618 for ; Fri, 8 Oct 2010 10:28:03 GMT (envelope-from pho@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98AS375033617 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 10:28:03 GMT (envelope-from pho@repoman.freebsd.org) Message-Id: <201010081028.o98AS375033617@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pho@repoman.freebsd.org using -f From: Peter Holm Date: Fri, 8 Oct 2010 10:27:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386/gptboot 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, 08 Oct 2010 10:28:03 -0000 pho 2010-10-08 10:27:52 UTC FreeBSD src repository Modified files: sys/boot/i386/gptboot Makefile Log: SVN rev 213568 on 2010-10-08 10:27:52Z by pho Ensure that a make from sys/boot does not pick up include files from /usr/include. Discussed with: kib Revision Changes Path 1.65 +1 -0 src/sys/boot/i386/gptboot/Makefile From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 12:41: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 DE5251065675 for ; Fri, 8 Oct 2010 12:41:15 +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 AF1728FC1C for ; Fri, 8 Oct 2010 12:41: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 o98CfF5H045183 for ; Fri, 8 Oct 2010 12:41:15 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98CfFcZ045182 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 12:41:15 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201010081241.o98CfFcZ045182@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Fri, 8 Oct 2010 12:39:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libjail jail.3 src/usr.sbin/pc-sysinstall/pc-sysinstall pc-sysinstall.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 08 Oct 2010 12:41:16 -0000 uqs 2010-10-08 12:39:49 UTC FreeBSD src repository Modified files: lib/libjail jail.3 usr.sbin/pc-sysinstall/pc-sysinstall pc-sysinstall.8 Log: SVN rev 213572 on 2010-10-08 12:39:49Z by uqs mdoc: fix manlint warnings by unbreaking mdoc syntax Revision Changes Path 1.4 +1 -1 src/lib/libjail/jail.3 1.4 +2 -1 src/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 12:41: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 5A7601065673 for ; Fri, 8 Oct 2010 12:41:56 +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 42C2B8FC1E for ; Fri, 8 Oct 2010 12:41: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 o98CfuKV046034 for ; Fri, 8 Oct 2010 12:41:56 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98CfuxA046033 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 12:41:56 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201010081241.o98CfuxA046033@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Fri, 8 Oct 2010 12:40:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/chflags chflags.1 src/bin/stty stty.1 src/games/caesar caesar.6 src/lib/libarchive libarchive-formats.5 src/lib/libc/gen confstr.3 getcap.3 stringlist.3 sysctl.3 src/lib/libc/locale localeconv.3 setlocale.3 src/lib/libc/net ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 08 Oct 2010 12:41:56 -0000 uqs 2010-10-08 12:40:16 UTC FreeBSD src repository Modified files: bin/chflags chflags.1 bin/stty stty.1 games/caesar caesar.6 lib/libarchive libarchive-formats.5 lib/libc/gen confstr.3 getcap.3 stringlist.3 sysctl.3 lib/libc/locale localeconv.3 setlocale.3 lib/libc/net getnetent.3 getprotoent.3 nsdispatch.3 lib/libc/posix1e acl_add_flag_np.3 acl_add_perm.3 acl_get.3 acl_set.3 acl_set_entry_type_np.3 acl_set_tag_type.3 lib/libc/regex re_format.7 lib/libc/stdlib malloc.3 strtod.3 lib/libc/sys aio_read.2 aio_write.2 clock_gettime.2 gettimeofday.2 kldstat.2 kldsym.2 kqueue.2 modstat.2 recv.2 sched_setscheduler.2 lib/libc/uuid uuid.3 lib/libcam cam_cdbparse.3 lib/libdisk libdisk.3 lib/libelf elf_begin.3 lib/libgssapi gssapi.3 lib/libpmc pmc.p4.3 lib/libradius radius.conf.5 lib/libstand libstand.3 lib/libtacplus libtacplus.3 lib/libutil realhostname.3 realhostname_sa.3 libexec/ftpd ftpd.8 libexec/getty gettytab.5 libexec/rtld-elf rtld.1 sbin/camcontrol camcontrol.8 sbin/ccdconfig ccdconfig.8 sbin/devd devd.conf.5 sbin/geom/class/journal gjournal.8 sbin/geom/class/raid3 graid3.8 sbin/ipfw ipfw.8 sbin/mknod mknod.8 share/man/man3 fpgetround.3 share/man/man4 acpi_hp.4 aue.4 bpf.4 bt.4 bwi.4 bwn.4 cd.4 ch.4 cpuctl.4 dc.4 ddb.4 de.4 digi.4 igmp.4 inet.4 ipw.4 iscsi_initiator.4 isp.4 iwi.4 iwn.4 joy.4 keyboard.4 led.4 lpbb.4 mac_biba.4 mac_lomac.4 mac_portacl.4 malo.4 meteor.4 mk48txx.4 mld.4 mtio.4 mwl.4 netintro.4 ng_UI.4 ng_async.4 ng_cisco.4 ng_frame_relay.4 ng_gif.4 ng_iface.4 ng_l2cap.4 ng_lmi.4 ng_pppoe.4 ng_rfc1490.4 ng_tee.4 ng_tty.4 ng_vjc.4 pcn.4 psm.4 pt.4 pts.4 pty.4 ral.4 random.4 rl.4 rum.4 run.4 screen.4 send.4 ses.4 sf.4 sis.4 sk.4 smb.4 snd_hda.4 ste.4 sym.4 syscons.4 ti.4 tl.4 tx.4 uath.4 upgt.4 ural.4 urtw.4 vr.4 wb.4 wi.4 wpi.4 xl.4 share/man/man5 elf.5 link.5 make.conf.5 passwd.5 quota.user.5 resolver.5 share/man/man7 firewall.7 sdoc.7 share/man/man8 picobsd.8 rc.8 rc.sendmail.8 share/man/man9 DB_COMMAND.9 MD5.9 VOP_READDIR.9 fail.9 ieee80211_ddb.9 ieee80211_radiotap.9 mbuf.9 style.9 timeout.9 uio.9 share/termcap termcap.5 sys/boot/common loader.8 usr.bin/chat chat.8 usr.bin/cksum cksum.1 usr.bin/colldef colldef.1 usr.bin/csup cpasswd.1 usr.bin/gencat gencat.1 usr.bin/getopt getopt.1 usr.bin/nl nl.1 usr.bin/vmstat vmstat.8 usr.sbin/burncd burncd.8 usr.sbin/ckdist ckdist.1 usr.sbin/crunch/crunchgen crunchgen.1 usr.sbin/dconschat dconschat.8 usr.sbin/flowctl flowctl.8 usr.sbin/freebsd-update freebsd-update.8 usr.sbin/i2c i2c.8 usr.sbin/jail jail.8 usr.sbin/lpr/lpq lpq.1 usr.sbin/lpr/lprm lprm.1 usr.sbin/mergemaster mergemaster.8 usr.sbin/mixer mixer.8 usr.sbin/mlxcontrol mlxcontrol.8 usr.sbin/pc-sysinstall/pc-sysinstall pc-sysinstall.8 usr.sbin/portsnap/portsnap portsnap.8 usr.sbin/pw pw.8 usr.sbin/sysinstall sysinstall.8 usr.sbin/vidcontrol vidcontrol.1 Log: SVN rev 213573 on 2010-10-08 12:40:16Z by uqs mdoc: drop redundant .Pp and .LP calls They have no effect when coming in pairs, or before .Bl/.Bd Revision Changes Path 1.31 +0 -1 src/bin/chflags/chflags.1 1.35 +0 -1 src/bin/stty/stty.1 1.10 +0 -2 src/games/caesar/caesar.6 1.20 +0 -1 src/lib/libarchive/libarchive-formats.5 1.17 +0 -1 src/lib/libc/gen/confstr.3 1.32 +0 -1 src/lib/libc/gen/getcap.3 1.14 +0 -1 src/lib/libc/gen/stringlist.3 1.80 +0 -1 src/lib/libc/gen/sysctl.3 1.4 +0 -1 src/lib/libc/locale/localeconv.3 1.37 +0 -1 src/lib/libc/locale/setlocale.3 1.24 +0 -1 src/lib/libc/net/getnetent.3 1.13 +0 -1 src/lib/libc/net/getprotoent.3 1.16 +0 -2 src/lib/libc/net/nsdispatch.3 1.5 +0 -1 src/lib/libc/posix1e/acl_add_flag_np.3 1.11 +0 -2 src/lib/libc/posix1e/acl_add_perm.3 1.22 +0 -1 src/lib/libc/posix1e/acl_get.3 1.21 +0 -1 src/lib/libc/posix1e/acl_set.3 1.5 +0 -1 src/lib/libc/posix1e/acl_set_entry_type_np.3 1.12 +0 -1 src/lib/libc/posix1e/acl_set_tag_type.3 1.13 +0 -1 src/lib/libc/regex/re_format.7 1.86 +0 -1 src/lib/libc/stdlib/malloc.3 1.24 +0 -1 src/lib/libc/stdlib/strtod.3 1.24 +0 -1 src/lib/libc/sys/aio_read.2 1.21 +0 -1 src/lib/libc/sys/aio_write.2 1.28 +0 -1 src/lib/libc/sys/clock_gettime.2 1.29 +0 -1 src/lib/libc/sys/gettimeofday.2 1.24 +0 -1 src/lib/libc/sys/kldstat.2 1.7 +0 -1 src/lib/libc/sys/kldsym.2 1.52 +0 -1 src/lib/libc/sys/kqueue.2 1.13 +0 -1 src/lib/libc/sys/modstat.2 1.36 +0 -2 src/lib/libc/sys/recv.2 1.18 +0 -1 src/lib/libc/sys/sched_setscheduler.2 1.8 +0 -1 src/lib/libc/uuid/uuid.3 1.23 +0 -1 src/lib/libcam/cam_cdbparse.3 1.43 +0 -1 src/lib/libdisk/libdisk.3 1.7 +0 -1 src/lib/libelf/elf_begin.3 1.5 +0 -1 src/lib/libgssapi/gssapi.3 1.5 +0 -1 src/lib/libpmc/pmc.p4.3 1.9 +0 -1 src/lib/libradius/radius.conf.5 1.35 +0 -4 src/lib/libstand/libstand.3 1.17 +0 -1 src/lib/libtacplus/libtacplus.3 1.12 +0 -1 src/lib/libutil/realhostname.3 1.13 +0 -1 src/lib/libutil/realhostname_sa.3 1.77 +0 -2 src/libexec/ftpd/ftpd.8 1.42 +0 -1 src/libexec/getty/gettytab.5 1.50 +0 -1 src/libexec/rtld-elf/rtld.1 1.53 +0 -6 src/sbin/camcontrol/camcontrol.8 1.38 +0 -2 src/sbin/ccdconfig/ccdconfig.8 1.17 +0 -1 src/sbin/devd/devd.conf.5 1.11 +0 -3 src/sbin/geom/class/journal/gjournal.8 1.20 +0 -1 src/sbin/geom/class/raid3/graid3.8 1.241 +0 -2 src/sbin/ipfw/ipfw.8 1.35 +0 -1 src/sbin/mknod/mknod.8 1.17 +0 -3 src/share/man/man3/fpgetround.3 1.7 +0 -1 src/share/man/man4/acpi_hp.4 1.28 +0 -2 src/share/man/man4/aue.4 1.56 +0 -9 src/share/man/man4/bpf.4 1.28 +0 -1 src/share/man/man4/bt.4 1.5 +0 -1 src/share/man/man4/bwi.4 1.10 +0 -1 src/share/man/man4/bwn.4 1.40 +0 -1 src/share/man/man4/cd.4 1.38 +0 -1 src/share/man/man4/ch.4 1.9 +0 -3 src/share/man/man4/cpuctl.4 1.43 +0 -2 src/share/man/man4/dc.4 1.68 +0 -1 src/share/man/man4/ddb.4 1.28 +0 -2 src/share/man/man4/de.4 1.5 +0 -1 src/share/man/man4/digi.4 1.2 +0 -1 src/share/man/man4/igmp.4 1.41 +0 -1 src/share/man/man4/inet.4 1.20 +0 -1 src/share/man/man4/ipw.4 1.6 +0 -1 src/share/man/man4/iscsi_initiator.4 1.29 +0 -2 src/share/man/man4/isp.4 1.23 +0 -1 src/share/man/man4/iwi.4 1.11 +0 -1 src/share/man/man4/iwn.4 1.31 +0 -1 src/share/man/man4/joy.4 1.28 +0 -1 src/share/man/man4/keyboard.4 1.15 +0 -1 src/share/man/man4/led.4 1.13 +1 -2 src/share/man/man4/lpbb.4 1.21 +0 -1 src/share/man/man4/mac_biba.4 1.12 +0 -1 src/share/man/man4/mac_lomac.4 1.12 +0 -1 src/share/man/man4/mac_portacl.4 1.11 +0 -1 src/share/man/man4/malo.4 1.10 +0 -1 src/share/man/man4/meteor.4 1.3 +0 -2 src/share/man/man4/mk48txx.4 1.2 +0 -1 src/share/man/man4/mld.4 1.23 +0 -1 src/share/man/man4/mtio.4 1.3 +0 -2 src/share/man/man4/mwl.4 1.30 +0 -2 src/share/man/man4/netintro.4 1.11 +0 -1 src/share/man/man4/ng_UI.4 1.15 +0 -1 src/share/man/man4/ng_async.4 1.15 +0 -1 src/share/man/man4/ng_cisco.4 1.14 +0 -1 src/share/man/man4/ng_frame_relay.4 1.4 +0 -1 src/share/man/man4/ng_gif.4 1.21 +0 -1 src/share/man/man4/ng_iface.4 1.11 +0 -1 src/share/man/man4/ng_l2cap.4 1.14 +0 -1 src/share/man/man4/ng_lmi.4 1.42 +0 -1 src/share/man/man4/ng_pppoe.4 1.16 +0 -1 src/share/man/man4/ng_rfc1490.4 1.15 +0 -1 src/share/man/man4/ng_tee.4 1.20 +0 -1 src/share/man/man4/ng_tty.4 1.23 +0 -1 src/share/man/man4/ng_vjc.4 1.19 +0 -2 src/share/man/man4/pcn.4 1.54 +0 -1 src/share/man/man4/psm.4 1.17 +1 -2 src/share/man/man4/pt.4 1.7 +0 -1 src/share/man/man4/pts.4 1.22 +0 -1 src/share/man/man4/pty.4 1.20 +0 -1 src/share/man/man4/ral.4 1.21 +0 -1 src/share/man/man4/random.4 1.50 +0 -2 src/share/man/man4/rl.4 1.11 +0 -1 src/share/man/man4/rum.4 1.4 +0 -1 src/share/man/man4/run.4 1.28 +0 -1 src/share/man/man4/screen.4 1.2 +0 -1 src/share/man/man4/send.4 1.11 +0 -1 src/share/man/man4/ses.4 1.27 +0 -2 src/share/man/man4/sf.4 1.29 +0 -2 src/share/man/man4/sis.4 1.34 +0 -3 src/share/man/man4/sk.4 1.14 +0 -1 src/share/man/man4/smb.4 1.36 +0 -1 src/share/man/man4/snd_hda.4 1.27 +0 -2 src/share/man/man4/ste.4 1.21 +0 -2 src/share/man/man4/sym.4 1.49 +0 -1 src/share/man/man4/syscons.4 1.34 +0 -2 src/share/man/man4/ti.4 1.23 +0 -2 src/share/man/man4/tl.4 1.33 +0 -1 src/share/man/man4/tx.4 1.6 +0 -1 src/share/man/man4/uath.4 1.6 +0 -1 src/share/man/man4/upgt.4 1.21 +0 -1 src/share/man/man4/ural.4 1.7 +0 -1 src/share/man/man4/urtw.4 1.36 +0 -2 src/share/man/man4/vr.4 1.22 +0 -2 src/share/man/man4/wb.4 1.82 +0 -2 src/share/man/man4/wi.4 1.10 +0 -1 src/share/man/man4/wpi.4 1.40 +0 -2 src/share/man/man4/xl.4 1.37 +0 -8 src/share/man/man5/elf.5 1.29 +0 -6 src/share/man/man5/link.5 1.146 +0 -1 src/share/man/man5/make.conf.5 1.51 +0 -1 src/share/man/man5/passwd.5 1.6 +0 -2 src/share/man/man5/quota.user.5 1.13 +0 -1 src/share/man/man5/resolver.5 1.27 +0 -1 src/share/man/man7/firewall.7 1.12 +0 -1 src/share/man/man7/sdoc.7 1.32 +0 -1 src/share/man/man8/picobsd.8 1.35 +0 -1 src/share/man/man8/rc.8 1.7 +0 -1 src/share/man/man8/rc.sendmail.8 1.2 +0 -2 src/share/man/man9/DB_COMMAND.9 1.11 +0 -1 src/share/man/man9/MD5.9 1.17 +0 -1 src/share/man/man9/VOP_READDIR.9 1.6 +0 -1 src/share/man/man9/fail.9 1.3 +0 -1 src/share/man/man9/ieee80211_ddb.9 1.8 +0 -2 src/share/man/man9/ieee80211_radiotap.9 1.69 +0 -1 src/share/man/man9/mbuf.9 1.132 +0 -1 src/share/man/man9/style.9 1.36 +0 -2 src/share/man/man9/timeout.9 1.26 +0 -1 src/share/man/man9/uio.9 1.29 +0 -3 src/share/termcap/termcap.5 1.98 +0 -1 src/sys/boot/common/loader.8 1.21 +0 -1 src/usr.bin/chat/chat.8 1.20 +0 -1 src/usr.bin/cksum/cksum.1 1.24 +0 -2 src/usr.bin/colldef/colldef.1 1.5 +0 -1 src/usr.bin/csup/cpasswd.1 1.13 +0 -1 src/usr.bin/gencat/gencat.1 1.25 +0 -2 src/usr.bin/getopt/getopt.1 1.19 +0 -1 src/usr.bin/nl/nl.1 1.39 +0 -1 src/usr.bin/vmstat/vmstat.8 1.41 +0 -2 src/usr.sbin/burncd/burncd.8 1.12 +0 -1 src/usr.sbin/ckdist/ckdist.1 1.33 +0 -2 src/usr.sbin/crunch/crunchgen/crunchgen.1 1.10 +0 -1 src/usr.sbin/dconschat/dconschat.8 1.5 +0 -1 src/usr.sbin/flowctl/flowctl.8 1.11 +0 -1 src/usr.sbin/freebsd-update/freebsd-update.8 1.5 +0 -1 src/usr.sbin/i2c/i2c.8 1.108 +0 -2 src/usr.sbin/jail/jail.8 1.13 +0 -1 src/usr.sbin/lpr/lpq/lpq.1 1.15 +0 -1 src/usr.sbin/lpr/lprm/lprm.1 1.47 +0 -1 src/usr.sbin/mergemaster/mergemaster.8 1.28 +0 -1 src/usr.sbin/mixer/mixer.8 1.10 +0 -1 src/usr.sbin/mlxcontrol/mlxcontrol.8 1.5 +0 -1 src/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.8 1.14 +0 -1 src/usr.sbin/portsnap/portsnap/portsnap.8 1.44 +0 -4 src/usr.sbin/pw/pw.8 1.90 +0 -1 src/usr.sbin/sysinstall/sysinstall.8 1.60 +0 -1 src/usr.sbin/vidcontrol/vidcontrol.1 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 14:32: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 F0C7610657C3 for ; Fri, 8 Oct 2010 14:32:02 +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 DEBC38FC1F for ; Fri, 8 Oct 2010 14:32: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 o98EW2C7067449 for ; Fri, 8 Oct 2010 14:32:02 GMT (envelope-from pluknet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98EW2GZ067448 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 14:32:02 GMT (envelope-from pluknet@repoman.freebsd.org) Message-Id: <201010081432.o98EW2GZ067448@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pluknet@repoman.freebsd.org using -f From: Sergey Kandaurov Date: Fri, 8 Oct 2010 14:31:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/netrate/juggle juggle.c src/tools/tools/netrate/tcpconnect tcpconnect.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, 08 Oct 2010 14:32:03 -0000 pluknet 2010-10-08 14:31:49 UTC FreeBSD src repository Modified files: tools/tools/netrate/juggle juggle.c tools/tools/netrate/tcpconnect tcpconnect.c Log: SVN rev 213574 on 2010-10-08 14:31:49Z by pluknet Clean up tools in tools/tools/netrate. - tcpconnect incorrectly uses err() in usage() with errx() semantics [1] That produces dirty error message: tcpconnect: usage: tcpconnect [ip]: Unknown error: 0 - 64-bit aware fixes in printf() usage [2] o netrate/juggle: time_t has arch-dependent size o netrate/tcpconnect: don't assume %ll has always 64bit. PR: 146088 [1], 146086 [2] (modified) Approved by: kib (mentor) MFC after: 1 week Revision Changes Path 1.4 +7 -3 src/tools/tools/netrate/juggle/juggle.c 1.2 +4 -3 src/tools/tools/netrate/tcpconnect/tcpconnect.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 14:51: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 84BB01065742 for ; Fri, 8 Oct 2010 14:51:23 +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 59BCC8FC1D for ; Fri, 8 Oct 2010 14:51: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 o98EpNFE068846 for ; Fri, 8 Oct 2010 14:51:23 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98EpNYx068845 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 14:51:23 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010081451.o98EpNYx068845@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 8 Oct 2010 14:50:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sun4v/include endian.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, 08 Oct 2010 14:51:23 -0000 marius 2010-10-08 14:50:58 UTC FreeBSD src repository Modified files: sys/sun4v/include endian.h Log: SVN rev 213575 on 2010-10-08 14:50:58Z by marius Just use the sparc64 version of this header rather than duplicating it. Revision Changes Path 1.3 +2 -117 src/sys/sun4v/include/endian.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 14:56: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 6E9EF106566B for ; Fri, 8 Oct 2010 14:56:59 +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 5DF298FC22 for ; Fri, 8 Oct 2010 14:56: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 o98Euxwu069236 for ; Fri, 8 Oct 2010 14:56:59 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98EuxAu069233 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 14:56:59 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <201010081456.o98EuxAu069233@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Fri, 8 Oct 2010 14:56:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.sbin/config config.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, 08 Oct 2010 14:56:59 -0000 emaste 2010-10-08 14:56:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.sbin/config config.y Log: SVN rev 213576 on 2010-10-08 14:56:39Z by emaste MFC r212570: Allow a kernel config to specify a set but empty value via 'makeoptions OPTION=' for consistency with the make commandline. Previously 'makeoptions WERROR=' would result in a syntax error; now it produces the same effect as 'makeoptions WERROR'. Both forms now result in 'WERROR=' in the generated Makefile. Revision Changes Path 1.81.2.3 +1 -0 src/usr.sbin/config/config.y From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 14:59: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 7CEBE106566C for ; Fri, 8 Oct 2010 14:59:35 +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 523FF8FC18 for ; Fri, 8 Oct 2010 14:59: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 o98ExZHl069402 for ; Fri, 8 Oct 2010 14:59:35 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98ExZk7069401 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 14:59:35 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <201010081459.o98ExZk7069401@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Fri, 8 Oct 2010 14:59:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/gnu/usr.bin/gdb/kgdb 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, 08 Oct 2010 14:59:35 -0000 emaste 2010-10-08 14:59:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) gnu/usr.bin/gdb/kgdb main.c Log: SVN rev 213577 on 2010-10-08 14:59:14Z by emaste MFC r213013: Move test for zero bufp or size before rseq and wseq calculation. This avoids spinning in an infinite loop for some (possibly corrupt?) core files at work. Revision Changes Path 1.16.2.2 +3 -1 src/gnu/usr.bin/gdb/kgdb/main.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 14: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 6CA051065670 for ; Fri, 8 Oct 2010 14: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 41F3B8FC15 for ; Fri, 8 Oct 2010 14: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 o98Exuda069439 for ; Fri, 8 Oct 2010 14: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 o98ExujH069438 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 14:59:56 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201010081459.o98ExujH069438@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 8 Oct 2010 14:59:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/include endian.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, 08 Oct 2010 14:59:56 -0000 marius 2010-10-08 14:59:45 UTC FreeBSD src repository Modified files: sys/sparc64/include endian.h Log: SVN rev 213578 on 2010-10-08 14:59:45Z by marius In the replacement text of the __bswapN_const() macros cast the argument to the expected type so they work like the corresponding __bswapN_var() functions and the compiler doesn't complain when arguments of different width are passed. Revision Changes Path 1.17 +14 -12 src/sys/sparc64/include/endian.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 15:02: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 70A7F106564A for ; Fri, 8 Oct 2010 15:02: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 45FF48FC08 for ; Fri, 8 Oct 2010 15:02: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 o98F2WLl069714 for ; Fri, 8 Oct 2010 15:02:32 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98F2Wf7069713 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 15:02:32 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010081502.o98F2Wf7069713@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Fri, 8 Oct 2010 15:02:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd control.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, 08 Oct 2010 15:02:32 -0000 pjd 2010-10-08 15:02:15 UTC FreeBSD src repository Modified files: sbin/hastd control.c Log: SVN rev 213579 on 2010-10-08 15:02:15Z by pjd We close the event socketpair early in the mainloop to prevent spaming with error messages, so when we clean up after child process, we have to check if the event socketpair is still there. Submitted by: Mikolaj Golub MFC after: 3 days Revision Changes Path 1.7 +4 -2 src/sbin/hastd/control.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 15:05: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 A8DC210658C1 for ; Fri, 8 Oct 2010 15:05:53 +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 445B78FC14 for ; Fri, 8 Oct 2010 15:05: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 o98F5raW071162 for ; Fri, 8 Oct 2010 15:05:53 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98F5rXj071161 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 15:05:53 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010081505.o98F5rXj071161@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Fri, 8 Oct 2010 15:05:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastd primary.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, 08 Oct 2010 15:05:53 -0000 pjd 2010-10-08 15:05:39 UTC FreeBSD src repository Modified files: sbin/hastd primary.c Log: SVN rev 213580 on 2010-10-08 15:05:39Z by pjd We can't zero out ggio request, as we have some fields in there we initialize once during start-up. Reported by: Mikolaj Golub MFC after: 3 days Revision Changes Path 1.36 +0 -1 src/sbin/hastd/primary.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 15:20: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 8E1D31065703 for ; Fri, 8 Oct 2010 15:20:34 +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 65BA28FC12 for ; Fri, 8 Oct 2010 15:20: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 o98FKYsF072287 for ; Fri, 8 Oct 2010 15:20:34 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98FKYYl072286 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 15:20:34 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201010081520.o98FKYYl072286@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Fri, 8 Oct 2010 15:20:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/bin/rm rm.1 rm.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, 08 Oct 2010 15:20:34 -0000 uqs 2010-10-08 15:20:20 UTC FreeBSD src repository Modified files: bin/rm rm.1 rm.c Log: SVN rev 213582 on 2010-10-08 15:20:20Z by uqs rm(1): clarify that -P works only when blocks are updated in-place Suggested by: pjd, ivoras, arundel Revision Changes Path 1.45 +4 -4 src/bin/rm/rm.1 1.61 +2 -2 src/bin/rm/rm.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 17:42: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 00D52106564A for ; Fri, 8 Oct 2010 17:42:22 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB4948FC1C for ; Fri, 8 Oct 2010 17: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 o98HgLbp096049 for ; Fri, 8 Oct 2010 17:42:21 GMT (envelope-from markm@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98HgLBr096048 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 17:42:21 GMT (envelope-from markm@repoman.freebsd.org) Message-Id: <201010081742.o98HgLBr096048@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to markm@repoman.freebsd.org using -f From: Mark Murray Date: Fri, 8 Oct 2010 17:42:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/build/mk OptionalObsoleteFiles.inc X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 08 Oct 2010 17:42:22 -0000 markm 2010-10-08 17:42:09 UTC FreeBSD src repository Modified files: tools/build/mk OptionalObsoleteFiles.inc Log: SVN rev 213585 on 2010-10-08 17:42:09Z by markm Don't blow away /bin/rmail symlink if we are keeping mailwrapper. Mailwrapper can provide a perfectly good rmail with other mailers. Revision Changes Path 1.69 +2 -0 src/tools/build/mk/OptionalObsoleteFiles.inc From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 17:58: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 8E256106564A for ; Fri, 8 Oct 2010 17:58:17 +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 646C98FC16 for ; Fri, 8 Oct 2010 17:58: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 o98HwHqe097205 for ; Fri, 8 Oct 2010 17:58:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98HwHB7097204 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 17:58:17 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081758.o98HwHB7097204@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 17:58:07 +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: Fri, 08 Oct 2010 17:58:17 -0000 yongari 2010-10-08 17:58:07 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 213587 on 2010-10-08 17:58:07Z by yongari Do not blindly UP the interface when interface's MTU is changed. If driver is not running there is no need to up the interface. While I'm here hold driver lock before modifying MTU as it is referenced in RX handler. Revision Changes Path 1.318 +6 -2 src/sys/dev/bge/if_bge.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 18:06: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 838DC1065695 for ; Fri, 8 Oct 2010 18:06:38 +0000 (UTC) (envelope-from mdf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 59D758FC17 for ; Fri, 8 Oct 2010 18:06: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 o98I6cFk098873 for ; Fri, 8 Oct 2010 18:06:38 GMT (envelope-from mdf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98I6cOX098872 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 18:06:38 GMT (envelope-from mdf@repoman.freebsd.org) Message-Id: <201010081806.o98I6cOX098872@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mdf@repoman.freebsd.org using -f From: Matthew D Fleming Date: Fri, 8 Oct 2010 18:06:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/cam/scsi scsi_pass.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, 08 Oct 2010 18:06:38 -0000 mdf 2010-10-08 18:06:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cam/scsi scsi_pass.c Log: SVN rev 213588 on 2010-10-08 18:06:15Z by mdf MFC r212926: Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() as it is indirectly a d_close method. Revision Changes Path 1.54.2.3 +5 -1 src/sys/cam/scsi/scsi_pass.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 18:06: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 7484B1065698 for ; Fri, 8 Oct 2010 18:06:44 +0000 (UTC) (envelope-from mdf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AA638FC12 for ; Fri, 8 Oct 2010 18:06: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 o98I6ibK098891 for ; Fri, 8 Oct 2010 18:06:44 GMT (envelope-from mdf@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98I6iBn098890 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 18:06:44 GMT (envelope-from mdf@repoman.freebsd.org) Message-Id: <201010081806.o98I6iBn098890@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mdf@repoman.freebsd.org using -f From: Matthew D Fleming Date: Fri, 8 Oct 2010 18:06:30 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/cam/scsi scsi_pass.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, 08 Oct 2010 18:06:44 -0000 mdf 2010-10-08 18:06:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/cam/scsi scsi_pass.c Log: SVN rev 213589 on 2010-10-08 18:06:30Z by mdf MFC r212926: Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() as it is indirectly a d_close method. Revision Changes Path 1.48.2.3 +5 -1 src/sys/cam/scsi/scsi_pass.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 18:19: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 8FC9110656A9 for ; Fri, 8 Oct 2010 18:19:20 +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 7F9EA8FC1B for ; Fri, 8 Oct 2010 18:19: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 o98IJKhK099802 for ; Fri, 8 Oct 2010 18:19:20 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98IJKYv099801 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 18:19:20 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081819.o98IJKYv099801@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 18:19:05 +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: Fri, 08 Oct 2010 18:19:20 -0000 yongari 2010-10-08 18:19:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/pci if_rl.c Log: SVN rev 213590 on 2010-10-08 18:19:05Z by yongari MFC r213306: Rename rl_setmulti() to rl_rxfilter() as rl_rxfilter() will handle IFF_ALLMULTI/IFF_PROMISC as well as multicast filter configuration. Rewrite RX filter logic to reduce number of register accesses and make it handle promiscuous/allmulti toggling without controller reinitialization. Previously rl(4) counted on controller reinitialization to reprogram promiscuous configuration but r211767 resulted in avoiding controller reinitialization whenever promiscuous mode is toggled. To address this, keep track of driver's view of interface state and handle IFF_ALLMULTI/IFF_PROMISC changes without reinitializing controller. This should fix a regression introduced in r211267. While I'm here remove unnecessary variable reassignment in ioctl handler. PR: kern/151079 Revision Changes Path 1.189.2.5 +42 -66 src/sys/pci/if_rl.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 18:26: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 8297A106564A for ; Fri, 8 Oct 2010 18:26:26 +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 71F8D8FC0C for ; Fri, 8 Oct 2010 18:26: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 o98IQQRs000500 for ; Fri, 8 Oct 2010 18:26:26 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98IQQ1l000499 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 18:26:26 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081826.o98IQQ1l000499@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 18:26:14 +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: Fri, 08 Oct 2010 18:26:26 -0000 yongari 2010-10-08 18:26:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pci if_rl.c Log: SVN rev 213591 on 2010-10-08 18:26:14Z by yongari MFC r213306: Rename rl_setmulti() to rl_rxfilter() as rl_rxfilter() will handle IFF_ALLMULTI/IFF_PROMISC as well as multicast filter configuration. Rewrite RX filter logic to reduce number of register accesses and make it handle promiscuous/allmulti toggling without controller reinitialization. Previously rl(4) counted on controller reinitialization to reprogram promiscuous configuration but r211767 resulted in avoiding controller reinitialization whenever promiscuous mode is toggled. To address this, keep track of driver's view of interface state and handle IFF_ALLMULTI/IFF_PROMISC changes without reinitializing controller. This should fix a regression introduced in r211267. While I'm here remove unnecessary variable reassignment in ioctl handler. PR: kern/151079 Revision Changes Path 1.170.2.15 +42 -66 src/sys/pci/if_rl.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 18:32: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 802A6106566B for ; Fri, 8 Oct 2010 18:32:17 +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 553788FC1A for ; Fri, 8 Oct 2010 18:32: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 o98IWHqY000887 for ; Fri, 8 Oct 2010 18:32:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98IWHEn000886 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 18:32:17 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081832.o98IWHEn000886@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 18:31:56 +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: Fri, 08 Oct 2010 18:32:17 -0000 yongari 2010-10-08 18:31:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/pci if_rl.c Log: SVN rev 213592 on 2010-10-08 18:31:56Z by yongari MFC r188392: Destroy TX tag outside of loop scope. Found with: Coverity Prevent(tm) CID: 3886 Revision Changes Path 1.170.2.16 +1 -1 src/sys/pci/if_rl.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 18: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 A227010656C0 for ; Fri, 8 Oct 2010 18:43: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 7630A8FC0C for ; Fri, 8 Oct 2010 18: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 o98IhNgG001719 for ; Fri, 8 Oct 2010 18:43:23 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98IhN1O001718 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 18:43:23 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081843.o98IhN1O001718@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 18:43:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Fri, 08 Oct 2010 18:43:23 -0000 yongari 2010-10-08 18:43:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/bge if_bge.c if_bgereg.h Log: SVN rev 213593 on 2010-10-08 18:43:06Z by yongari MFC r212061,212065,212302: r212061: Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMA tag. All controllers that are not BCM5755 or higher have 4GB boundary DMA bug. Previously bge(4) used 32bit DMA address to workaround the bug(r199670). However this caused the use of bounce buffers such that it resulted in poor performance for systems which have more than 4GB memory. Because bus_dma(9) honors boundary restriction requirement of DMA tag for dynamic buffers, having a separate TX/RX mbuf DMA tag will greatly reduce the possibility of using bounce buffers. For DMA buffers allocated with bus_dmamem_alloc(9), now bge(4) explicitly checks whether the requested memory region crossed the boundary or not. With this change, only the DMA buffer that crossed the boundary will use 32bit DMA address. Other DMA buffers are not affected as separate DMA tag is created for each DMA buffer. Even if 32bit DMA address space is used for a buffer, the chance to use bounce buffer is still very low as the size of buffer is small. This change should eliminate most usage of bounce buffers on systems that have more than 4GB memory. More correct fix would be teaching bus_dma(9) to honor boundary restriction for buffers created with bus_dmamem_alloc(9) but it seems that is not easy. While I'm here cleanup bge_dma_map_addr() and remove unnecessary member variables in bge_dmamap_arg structure. Tested by: marcel r212065: Handle PAE case correctly. You cannot effectively specify a 4GB boundary in PAE case so use a 2GB boundary for PAE as suggested by jhb. Pointed out by: jhb Reviewed by: jhb r212302: Make sure to create DMA'able memory for statistics block. This was missed in r212061 and it caused crashes for 570x controllers as controller DMAed statistics to physical address 0. Reported by: kan Revision Changes Path 1.226.2.32 +154 -238 src/sys/dev/bge/if_bge.c 1.83.2.16 +11 -5 src/sys/dev/bge/if_bgereg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 18:46: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 99D4310657E0 for ; Fri, 8 Oct 2010 18:46:14 +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 6DF808FC08 for ; Fri, 8 Oct 2010 18:46: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 o98IkEVX001956 for ; Fri, 8 Oct 2010 18:46:14 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98IkE4q001955 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 18:46:14 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081846.o98IkE4q001955@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 18:46:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 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: Fri, 08 Oct 2010 18:46:14 -0000 yongari 2010-10-08 18:46:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bge if_bge.c if_bgereg.h Log: SVN rev 213594 on 2010-10-08 18:46:02Z by yongari MFC r212061,212065,212302: r212061: Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMA tag. All controllers that are not BCM5755 or higher have 4GB boundary DMA bug. Previously bge(4) used 32bit DMA address to workaround the bug(r199670). However this caused the use of bounce buffers such that it resulted in poor performance for systems which have more than 4GB memory. Because bus_dma(9) honors boundary restriction requirement of DMA tag for dynamic buffers, having a separate TX/RX mbuf DMA tag will greatly reduce the possibility of using bounce buffers. For DMA buffers allocated with bus_dmamem_alloc(9), now bge(4) explicitly checks whether the requested memory region crossed the boundary or not. With this change, only the DMA buffer that crossed the boundary will use 32bit DMA address. Other DMA buffers are not affected as separate DMA tag is created for each DMA buffer. Even if 32bit DMA address space is used for a buffer, the chance to use bounce buffer is still very low as the size of buffer is small. This change should eliminate most usage of bounce buffers on systems that have more than 4GB memory. More correct fix would be teaching bus_dma(9) to honor boundary restriction for buffers created with bus_dmamem_alloc(9) but it seems that is not easy. While I'm here cleanup bge_dma_map_addr() and remove unnecessary member variables in bge_dmamap_arg structure. Tested by: marcel r212065: Handle PAE case correctly. You cannot effectively specify a 4GB boundary in PAE case so use a 2GB boundary for PAE as suggested by jhb. Pointed out by: jhb Reviewed by: jhb r212302: Make sure to create DMA'able memory for statistics block. This was missed in r212061 and it caused crashes for 570x controllers as controller DMAed statistics to physical address 0. Reported by: kan Revision Changes Path 1.198.2.48 +154 -238 src/sys/dev/bge/if_bge.c 1.73.2.22 +11 -5 src/sys/dev/bge/if_bgereg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 18:50: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 45CB8106577C for ; Fri, 8 Oct 2010 18:50: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 6463D8FC0C for ; Fri, 8 Oct 2010 18:50: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 o98Io5I2002214 for ; Fri, 8 Oct 2010 18:50:05 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98Io5wn002213 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 18:50:05 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081850.o98Io5wn002213@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 18:49:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Fri, 08 Oct 2010 18:50:08 -0000 yongari 2010-10-08 18:49:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/bge if_bge.c Log: SVN rev 213595 on 2010-10-08 18:49:59Z by yongari MFC r212069,212071: r212069: bge_txeof() already checks whether it has to free transmitted mbufs or not by comparing reported TX consumer index with saved index. So remove unnecessary check done after freeing transmitted mbufs. While I'm here nuke unnecessary variable initializations. r212071: Remove unnecessary atomic operation in bge_poll. bge(4) always holds a driver lock in the function entry and memory synchronization is handled by bus_dmamap_sync(9). Revision Changes Path 1.226.2.33 +5 -6 src/sys/dev/bge/if_bge.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 18:51: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 6B56E1065670 for ; Fri, 8 Oct 2010 18:51:41 +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 5A4A68FC16 for ; Fri, 8 Oct 2010 18:51: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 o98IpfX2002340 for ; Fri, 8 Oct 2010 18:51:41 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98Ipf8I002339 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 18:51:41 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081851.o98Ipf8I002339@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 18:51:28 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 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: Fri, 08 Oct 2010 18:51:41 -0000 yongari 2010-10-08 18:51:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/bge if_bge.c Log: SVN rev 213596 on 2010-10-08 18:51:28Z by yongari MFC r212069,212071: r212069: bge_txeof() already checks whether it has to free transmitted mbufs or not by comparing reported TX consumer index with saved index. So remove unnecessary check done after freeing transmitted mbufs. While I'm here nuke unnecessary variable initializations. r212071: Remove unnecessary atomic operation in bge_poll. bge(4) always holds a driver lock in the function entry and memory synchronization is handled by bus_dmamap_sync(9). Revision Changes Path 1.198.2.49 +5 -6 src/sys/dev/bge/if_bge.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 18:58: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 71E9710656A6 for ; Fri, 8 Oct 2010 18:58:17 +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 60C5E8FC20 for ; Fri, 8 Oct 2010 18:58: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 o98IwHrK002784 for ; Fri, 8 Oct 2010 18:58:17 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98IwH51002783 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 18:58:17 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081858.o98IwH51002783@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 18:58:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/mii brgphy.c brgphyreg.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, 08 Oct 2010 18:58:17 -0000 yongari 2010-10-08 18:58:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/mii brgphy.c brgphyreg.h Log: SVN rev 213597 on 2010-10-08 18:58:01Z by yongari MFC r212306-212307,212342: r212306: Remove trailing CR at EOL. r212307: Consistently use tab characters instead of tab + space characters. No functional changes. r212342: Correct definition of T2 mode bit of MRBE Message Page 5 Next Page Control Register. Revision Changes Path 1.78.2.9 +40 -39 src/sys/dev/mii/brgphy.c 1.11.2.3 +137 -137 src/sys/dev/mii/brgphyreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 19:00: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 6DF8310656C1 for ; Fri, 8 Oct 2010 19:00:53 +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 5CDC88FC12 for ; Fri, 8 Oct 2010 19:00: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 o98J0rKs003014 for ; Fri, 8 Oct 2010 19:00:53 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98J0rie003013 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 19:00:53 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081900.o98J0rie003013@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 19:00:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/mii brgphy.c brgphyreg.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, 08 Oct 2010 19:00:53 -0000 yongari 2010-10-08 19:00:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/mii brgphy.c brgphyreg.h Log: SVN rev 213598 on 2010-10-08 19:00:36Z by yongari MFC r212306-212307,212342: r212306: Remove trailing CR at EOL. r212307: Consistently use tab characters instead of tab + space characters. No functional changes. r212342: Correct definition of T2 mode bit of MRBE Message Page 5 Next Page Control Register. Revision Changes Path 1.70.2.14 +40 -39 src/sys/dev/mii/brgphy.c 1.10.2.3 +137 -137 src/sys/dev/mii/brgphyreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 19:19: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 A21071065787 for ; Fri, 8 Oct 2010 19:19:59 +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 76E088FC1E for ; Fri, 8 Oct 2010 19:19: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 o98JJxFi005334 for ; Fri, 8 Oct 2010 19:19:59 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98JJxl5005333 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 19:19:59 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081919.o98JJxl5005333@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 19:19:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/ae if_ae.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, 08 Oct 2010 19:19:59 -0000 yongari 2010-10-08 19:19:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/ae if_ae.c Log: SVN rev 213599 on 2010-10-08 19:19:51Z by yongari MFC r212968: Remove unnecessary controller reinitialization. PR: kern/87506 Revision Changes Path 1.4.2.5 +9 -1 src/sys/dev/ae/if_ae.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 19:21: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 76153106564A for ; Fri, 8 Oct 2010 19:21:35 +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 4AED88FC1A for ; Fri, 8 Oct 2010 19:21: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 o98JLZwQ005537 for ; Fri, 8 Oct 2010 19:21:35 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98JLZUN005536 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 19:21:35 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081921.o98JLZUN005536@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 19:21:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/ae if_ae.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, 08 Oct 2010 19:21:35 -0000 yongari 2010-10-08 19:21:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/ae if_ae.c Log: SVN rev 213600 on 2010-10-08 19:21:16Z by yongari MFC r212968: Remove unnecessary controller reinitialization. PR: kern/87506 Revision Changes Path 1.1.2.7 +9 -1 src/sys/dev/ae/if_ae.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 19:24: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 7F645106566B for ; Fri, 8 Oct 2010 19:24:56 +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 541B08FC19 for ; Fri, 8 Oct 2010 19:24: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 o98JOunP007142 for ; Fri, 8 Oct 2010 19:24:56 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98JOu06007141 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 19:24:56 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081924.o98JOu06007141@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 19:24:38 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/et if_et.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, 08 Oct 2010 19:24:56 -0000 yongari 2010-10-08 19:24:38 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/et if_et.c Log: SVN rev 213601 on 2010-10-08 19:24:38Z by yongari MFC r212969: Make sure to clear IFF_DRV_RUNNING to reinitialize controller. While I'm here update if_oerrors counter when driver encounters watchdog timeout. Revision Changes Path 1.3.2.8 +2 -0 src/sys/dev/et/if_et.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 19:26: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 7F205106564A for ; Fri, 8 Oct 2010 19:26:02 +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 561D28FC16 for ; Fri, 8 Oct 2010 19:26: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 o98JQ2L0007861 for ; Fri, 8 Oct 2010 19:26:02 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98JQ2Er007860 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 19:26:02 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081926.o98JQ2Er007860@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 19:25:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/et if_et.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, 08 Oct 2010 19:26:02 -0000 yongari 2010-10-08 19:25:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/et if_et.c Log: SVN rev 213602 on 2010-10-08 19:25:46Z by yongari MFC r212969: Make sure to clear IFF_DRV_RUNNING to reinitialize controller. While I'm here update if_oerrors counter when driver encounters watchdog timeout. Revision Changes Path 1.1.2.9 +2 -0 src/sys/dev/et/if_et.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 19:27: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 7B7BB1065679 for ; Fri, 8 Oct 2010 19:27:53 +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 509DF8FC16 for ; Fri, 8 Oct 2010 19:27: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 o98JRr61008881 for ; Fri, 8 Oct 2010 19:27:53 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98JRrFG008880 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 19:27:53 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081927.o98JRrFG008880@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 19:27:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sf if_sf.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, 08 Oct 2010 19:27:53 -0000 yongari 2010-10-08 19:27:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sf if_sf.c Log: SVN rev 213603 on 2010-10-08 19:27:34Z by yongari MFC r212971: Remove unnecessary controller reinitialization. StarFire controller does not require controller reinitialization to program perfect filters. While here, make driver immediately exit from interrupt/polling handler if driver reinitialized controller. PR: kern/87506 Revision Changes Path 1.101.2.2 +9 -1 src/sys/dev/sf/if_sf.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 19:29: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 7CF6610657CA for ; Fri, 8 Oct 2010 19:29:29 +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 51AD28FC18 for ; Fri, 8 Oct 2010 19:29: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 o98JTT6g009784 for ; Fri, 8 Oct 2010 19:29:29 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98JTT1d009782 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 19:29:29 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081929.o98JTT1d009782@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 19:29:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sf if_sf.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, 08 Oct 2010 19:29:29 -0000 yongari 2010-10-08 19:29:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sf if_sf.c Log: SVN rev 213604 on 2010-10-08 19:29:17Z by yongari MFC r212971: Remove unnecessary controller reinitialization. StarFire controller does not require controller reinitialization to program perfect filters. While here, make driver immediately exit from interrupt/polling handler if driver reinitialized controller. PR: kern/87506 Revision Changes Path 1.99.2.2 +9 -1 src/sys/dev/sf/if_sf.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 19:32: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 A341D106566C for ; Fri, 8 Oct 2010 19:32:50 +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 744998FC0C for ; Fri, 8 Oct 2010 19:32: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 o98JWobb011681 for ; Fri, 8 Oct 2010 19:32:50 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98JWo47011680 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 19:32:50 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081932.o98JWo47011680@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 19:32:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/stge if_stge.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, 08 Oct 2010 19:32:50 -0000 yongari 2010-10-08 19:32:39 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/stge if_stge.c Log: SVN rev 213605 on 2010-10-08 19:32:39Z by yongari MFC r212972,21300: r212972: Remove unnecessary controller reinitialization. PR: kern/87506 r213000: Fix build breakage introduced in r212972. Revision Changes Path 1.14.2.3 +14 -3 src/sys/dev/stge/if_stge.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 19:34: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 75F6610656C5 for ; Fri, 8 Oct 2010 19:34:41 +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 4AEAC8FC1A for ; Fri, 8 Oct 2010 19:34: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 o98JYfLf012053 for ; Fri, 8 Oct 2010 19:34:41 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98JYfba012052 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 19:34:41 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081934.o98JYfba012052@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 19:34:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/stge if_stge.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, 08 Oct 2010 19:34:41 -0000 yongari 2010-10-08 19:34:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/stge if_stge.c Log: SVN rev 213606 on 2010-10-08 19:34:23Z by yongari MFC r212972,21300: r212972: Remove unnecessary controller reinitialization. PR: kern/87506 r213000: Fix build breakage introduced in r212972. Revision Changes Path 1.9.2.4 +14 -3 src/sys/dev/stge/if_stge.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 19:39: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 8765E1065673 for ; Fri, 8 Oct 2010 19:39:47 +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 5CE0B8FC15 for ; Fri, 8 Oct 2010 19:39: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 o98Jdl3O012431 for ; Fri, 8 Oct 2010 19:39:47 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98JdlPT012430 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 19:39:47 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010081939.o98JdlPT012430@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 19:39:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 19:39:47 -0000 yongari 2010-10-08 19:39:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213607 on 2010-10-08 19:39:35Z by yongari MFC r212103-212105: r212103: Remove leading and trailing white spaces. No functional changes. r212104: style(9) - space after keywords. r212105: Nuke unnecessary return at the end of function. Revision Changes Path 1.9.2.3 +69 -77 src/sys/dev/sis/if_sis.c 1.2.4.2 +1 -1 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:12: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 851331065673 for ; Fri, 8 Oct 2010 20:12: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 7413E8FC08 for ; Fri, 8 Oct 2010 20:12: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 o98KCNCs015815 for ; Fri, 8 Oct 2010 20:12:23 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KCNF3015814 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:12:23 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082012.o98KCNF3015814@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:12:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.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, 08 Oct 2010 20:12:23 -0000 yongari 2010-10-08 20:12:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c Log: SVN rev 213608 on 2010-10-08 20:12:00Z by yongari MFC r182065: There actually were bugs in the original handling that I missed last night. Free the children after each pci bus that is searched. Otherwise we leak them. With free in the new place, we also have to free children before going to done when we find the device we're looking for. Also, if we can't get the children of a device, just ignore that bus. Revision Changes Path 1.7.2.5 +4 -3 src/sys/dev/sis/if_sis.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:13: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 76AF410656C2 for ; Fri, 8 Oct 2010 20:13:29 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BB9E8FC13 for ; Fri, 8 Oct 2010 20:13: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 o98KDTMl015897 for ; Fri, 8 Oct 2010 20:13:29 GMT (envelope-from markm@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KDT8f015896 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:13:29 GMT (envelope-from markm@repoman.freebsd.org) Message-Id: <201010082013.o98KDT8f015896@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to markm@repoman.freebsd.org using -f From: Mark Murray Date: Fri, 8 Oct 2010 20:13:12 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man5 mailer.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: Fri, 08 Oct 2010 20:13:29 -0000 markm 2010-10-08 20:13:12 UTC FreeBSD src repository Modified files: share/man/man5 mailer.conf.5 Log: SVN rev 213609 on 2010-10-08 20:13:12Z by markm Extend the "example" section a bit, for other mailers. Revision Changes Path 1.14 +20 -3 src/share/man/man5/mailer.conf.5 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:14: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 9226010656B8 for ; Fri, 8 Oct 2010 20:14:06 +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 49D898FC1C for ; Fri, 8 Oct 2010 20: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 o98KE5Qq015955 for ; Fri, 8 Oct 2010 20:14:05 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KE50C015954 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:14:05 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082014.o98KE50C015954@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:13:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:14:07 -0000 yongari 2010-10-08 20:13:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213610 on 2010-10-08 20:13:42Z by yongari MFC r212103-212105: r212103: Remove leading and trailing white spaces. No functional changes. r212104: style(9) - space after keywords. r212105: Nuke unnecessary return at the end of function. Revision Changes Path 1.7.2.6 +69 -77 src/sys/dev/sis/if_sis.c 1.2.2.3 +1 -1 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:17: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 794751065670 for ; Fri, 8 Oct 2010 20:17:41 +0000 (UTC) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4E6978FC14 for ; Fri, 8 Oct 2010 20:17: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 o98KHfOW016317 for ; Fri, 8 Oct 2010 20:17:41 GMT (envelope-from markm@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KHfEr016316 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:17:41 GMT (envelope-from markm@repoman.freebsd.org) Message-Id: <201010082017.o98KHfEr016316@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to markm@repoman.freebsd.org using -f From: Mark Murray Date: Fri, 8 Oct 2010 20:17:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/ypbind ypbind.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, 08 Oct 2010 20:17:41 -0000 markm 2010-10-08 20:17:17 UTC FreeBSD src repository Modified files: usr.sbin/ypbind ypbind.c Log: SVN rev 213611 on 2010-10-08 20:17:17Z by markm Don't let the "available"/"not available" logs flap quite so badly. In the case of a multi-interfaced host, sub-second flapping can fill up the logs too quickly. This fixes that. Revision Changes Path 1.41 +17 -6 src/usr.sbin/ypbind/ypbind.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:19: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 78CB710656B3 for ; Fri, 8 Oct 2010 20:19:02 +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 4D3CE8FC12 for ; Fri, 8 Oct 2010 20:19: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 o98KJ2lw016412 for ; Fri, 8 Oct 2010 20:19:02 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KJ25B016411 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:19:02 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082019.o98KJ25B016411@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:18:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:19:02 -0000 yongari 2010-10-08 20:18:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213612 on 2010-10-08 20:18:44Z by yongari MFC r212109,212124,212185: r212109: bus_dma(9) cleanup. o Enforce TX/RX descriptor ring alignment. NS data sheet says the controller needs 4 bytes alignment but use 16 to cover both SiS and NS controllers. I don't have SiS data sheet so I'm not sure what is alignment restriction of SiS controller but 16 would be enough because it's larger than the size of a TX/RX descriptor. Previously sis(4) ignored the alignment restriction. o Enforce RX buffer alignment, 4. Previously sis(4) ignored RX buffer alignment restriction. o Limit number of TX DMA segment to be used to 16. It seems controller has no restriction on number of DMA segments but using more than 16 looks resource waste. o Collapse long mbuf chains with m_collapse(9) instead of calling expensive m_defrag(9). o TX/RX side bus_dmamap_load_mbuf_sg(9) support and remove unnecessary callbacks. o Initial endianness support. o Prefer local alignment fixup code to m_devget(9). o Pre-allocate TX/RX mbuf DMA maps instead of creating/destroying these maps in fast TX/RX path. On non-x86 architectures, this is very expensive operation and there is no need to do that. o Add missing bus_dmamap_sync(9) in TX/RX path. o watchdog is now unarmed only when there are no pending frames on controller. Previously sis(4) blindly unarmed watchdog without checking the number of queued frames. o For efficiency, loaded DMA map is reused for error frames. o DMA map loading failure is now gracefully handled. Previously sis(4) ignored any DMA map loading errors. o Nuke unused macros which are not appropriate for endianness operation. o Stop embedding driver maintained structures into descriptor rings. Because TX/RX descriptor structures are shared between host and controller, frequent bus_dmamap_sync(9) operations are required in fast path. Embedding driver structures will increase the size of DMA map which in turn will slow down performance. r212124: Fix stupid error in r212109 which didn't swap DMA maps. This caused IOMMU panic on sparc64 under high TX load. r212185: Fix another bug introduced in r212109. We should unload DMA maps only after sending the last fragment of a frame so the mbuf pointer also should be stored in the last descriptor index. Revision Changes Path 1.9.2.4 +462 -396 src/sys/dev/sis/if_sis.c 1.2.4.3 +36 -25 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:28: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 807EC1065782 for ; Fri, 8 Oct 2010 20:28:08 +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 54EFE8FC0C for ; Fri, 8 Oct 2010 20:28: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 o98KS8TH017104 for ; Fri, 8 Oct 2010 20:28:08 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KS8X7017103 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:28:08 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082028.o98KS8X7017103@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:27:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:28:08 -0000 yongari 2010-10-08 20:27:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213613 on 2010-10-08 20:27:51Z by yongari MFC r212109,212124,212185: r212109: bus_dma(9) cleanup. o Enforce TX/RX descriptor ring alignment. NS data sheet says the controller needs 4 bytes alignment but use 16 to cover both SiS and NS controllers. I don't have SiS data sheet so I'm not sure what is alignment restriction of SiS controller but 16 would be enough because it's larger than the size of a TX/RX descriptor. Previously sis(4) ignored the alignment restriction. o Enforce RX buffer alignment, 4. Previously sis(4) ignored RX buffer alignment restriction. o Limit number of TX DMA segment to be used to 16. It seems controller has no restriction on number of DMA segments but using more than 16 looks resource waste. o Collapse long mbuf chains with m_collapse(9) instead of calling expensive m_defrag(9). o TX/RX side bus_dmamap_load_mbuf_sg(9) support and remove unnecessary callbacks. o Initial endianness support. o Prefer local alignment fixup code to m_devget(9). o Pre-allocate TX/RX mbuf DMA maps instead of creating/destroying these maps in fast TX/RX path. On non-x86 architectures, this is very expensive operation and there is no need to do that. o Add missing bus_dmamap_sync(9) in TX/RX path. o watchdog is now unarmed only when there are no pending frames on controller. Previously sis(4) blindly unarmed watchdog without checking the number of queued frames. o For efficiency, loaded DMA map is reused for error frames. o DMA map loading failure is now gracefully handled. Previously sis(4) ignored any DMA map loading errors. o Nuke unused macros which are not appropriate for endianness operation. o Stop embedding driver maintained structures into descriptor rings. Because TX/RX descriptor structures are shared between host and controller, frequent bus_dmamap_sync(9) operations are required in fast path. Embedding driver structures will increase the size of DMA map which in turn will slow down performance. r212124: Fix stupid error in r212109 which didn't swap DMA maps. This caused IOMMU panic on sparc64 under high TX load. r212185: Fix another bug introduced in r212109. We should unload DMA maps only after sending the last fragment of a frame so the mbuf pointer also should be stored in the last descriptor index. Revision Changes Path 1.7.2.7 +462 -396 src/sys/dev/sis/if_sis.c 1.2.2.4 +36 -25 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:30: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 7A36D1065694 for ; Fri, 8 Oct 2010 20:30:29 +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 4F0E18FC1A for ; Fri, 8 Oct 2010 20:30: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 o98KUTF2017308 for ; Fri, 8 Oct 2010 20:30:29 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KUTO6017307 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:30:29 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082030.o98KUTO6017307@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:30:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:30:29 -0000 yongari 2010-10-08 20:30:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213614 on 2010-10-08 20:30:08Z by yongari MFC r212113: s/u_intXX_t/uintXX_t/g Revision Changes Path 1.9.2.5 +20 -20 src/sys/dev/sis/if_sis.c 1.2.4.4 +15 -15 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:31: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 7B4B310657CD for ; Fri, 8 Oct 2010 20:31:50 +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 500D58FC0C for ; Fri, 8 Oct 2010 20:31: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 o98KVona017397 for ; Fri, 8 Oct 2010 20:31:50 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KVorq017396 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:31:50 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082031.o98KVorq017396@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:31:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:31:50 -0000 yongari 2010-10-08 20:31:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213615 on 2010-10-08 20:31:35Z by yongari MFC r212113: s/u_intXX_t/uintXX_t/g Revision Changes Path 1.7.2.8 +20 -20 src/sys/dev/sis/if_sis.c 1.2.2.5 +15 -15 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:33: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 79E191065679 for ; Fri, 8 Oct 2010 20:33:56 +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 4E8B88FC0A for ; Fri, 8 Oct 2010 20:33: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 o98KXuqT017574 for ; Fri, 8 Oct 2010 20:33:56 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KXuRx017573 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:33:56 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082033.o98KXuRx017573@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:33:43 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:33:56 -0000 yongari 2010-10-08 20:33:43 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213616 on 2010-10-08 20:33:43Z by yongari MFC r212116: Overhaul link state change handling. Previously sis(4) blindly configured TX/RX MACs before getting a valid link. After that, when link state change callback is called, it called device initialization again to reconfigure TX/RX MACs depending on resolved link state. This hack created several bad side effects and it required more hacks to not collide with sis_tick callback as well as disabling switching to currently selected media in device initialization. Also it seems sis(4) was used to be a template driver for long time so other drivers which was modeled after sis(4) also should be changed. TX/RX MACs are now reconfigured after getting a valid link. Fix for short cable error is also applied after getting a link because it's only valid when the resolved speed is 100Mbps. While I'm here slightly reorganize interrupt handler such that sis(4) always read SIS_ISR register to see whether the interrupt is ours or not. This change removes another hack and make it possible to nuke sis_stopped variable in softc. Revision Changes Path 1.9.2.6 +100 -86 src/sys/dev/sis/if_sis.c 1.2.4.5 +0 -2 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:37: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 7CCE310657DF for ; Fri, 8 Oct 2010 20:37:22 +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 516338FC23 for ; Fri, 8 Oct 2010 20:37: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 o98KbMwN017876 for ; Fri, 8 Oct 2010 20:37:22 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KbM2t017875 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:37:22 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082037.o98KbM2t017875@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:37:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:37:22 -0000 yongari 2010-10-08 20:37:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213618 on 2010-10-08 20:37:13Z by yongari MFC r212116: Overhaul link state change handling. Previously sis(4) blindly configured TX/RX MACs before getting a valid link. After that, when link state change callback is called, it called device initialization again to reconfigure TX/RX MACs depending on resolved link state. This hack created several bad side effects and it required more hacks to not collide with sis_tick callback as well as disabling switching to currently selected media in device initialization. Also it seems sis(4) was used to be a template driver for long time so other drivers which was modeled after sis(4) also should be changed. TX/RX MACs are now reconfigured after getting a valid link. Fix for short cable error is also applied after getting a link because it's only valid when the resolved speed is 100Mbps. While I'm here slightly reorganize interrupt handler such that sis(4) always read SIS_ISR register to see whether the interrupt is ours or not. This change removes another hack and make it possible to nuke sis_stopped variable in softc. Revision Changes Path 1.7.2.9 +100 -86 src/sys/dev/sis/if_sis.c 1.2.2.6 +0 -2 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:39: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 6E5B4106567A for ; Fri, 8 Oct 2010 20:39:58 +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 5D7978FC17 for ; Fri, 8 Oct 2010 20:39: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 o98Kdw3M018056 for ; Fri, 8 Oct 2010 20:39:58 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KdwgP018055 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:39:58 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082039.o98KdwgP018055@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:39:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:39:58 -0000 yongari 2010-10-08 20:39:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213619 on 2010-10-08 20:39:45Z by yongari MFC r212117,212119: rr212117: Report result of link state change to caller. Previously it always returned success. r212119: Do not reinitialize controller whenever promiscuous mode or allmulti is toggled. Controller does not require reinitialization. This removes unnecessary controller reinitialization whenever tcpdump is used. While I'm here remove unnecessary variable reinitialization. Revision Changes Path 1.9.2.7 +13 -4 src/sys/dev/sis/if_sis.c 1.2.4.6 +1 -0 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:40: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 75E8C10656C3 for ; Fri, 8 Oct 2010 20:40: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 4BAA78FC22 for ; Fri, 8 Oct 2010 20:40: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 o98KeJUu018165 for ; Fri, 8 Oct 2010 20:40:19 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KeJ0H018164 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:40:19 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201010082040.o98KeJ0H018164@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Fri, 8 Oct 2010 20:40:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/netstat sctp.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, 08 Oct 2010 20:40:19 -0000 dim 2010-10-08 20:40:05 UTC FreeBSD src repository Modified files: usr.bin/netstat sctp.c Log: SVN rev 213620 on 2010-10-08 20:40:05Z by dim Remove superfluous cast in usr.bin/netstat/sctp.c. Found by: clang Submitted by: Norberto Lopes, nlopes dot ml at gmail dot com Approved by: rpaulo (mentor) Revision Changes Path 1.13 +1 -1 src/usr.bin/netstat/sctp.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:41: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 5E3251065672 for ; Fri, 8 Oct 2010 20:41:25 +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 4D7CE8FC17 for ; Fri, 8 Oct 2010 20:41: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 o98KfPYt018287 for ; Fri, 8 Oct 2010 20:41:25 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KfPWu018286 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:41:25 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082041.o98KfPWu018286@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:41:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:41:25 -0000 yongari 2010-10-08 20:41:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213621 on 2010-10-08 20:41:15Z by yongari MFC r212117,212119: rr212117: Report result of link state change to caller. Previously it always returned success. r212119: Do not reinitialize controller whenever promiscuous mode or allmulti is toggled. Controller does not require reinitialization. This removes unnecessary controller reinitialization whenever tcpdump is used. While I'm here remove unnecessary variable reinitialization. Revision Changes Path 1.7.2.10 +13 -4 src/sys/dev/sis/if_sis.c 1.2.2.7 +1 -0 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:43:16 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72DB4106564A for ; Fri, 8 Oct 2010 20:43:16 +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 47E7F8FC08 for ; Fri, 8 Oct 2010 20:43:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o98KhGmw018403 for ; Fri, 8 Oct 2010 20:43:16 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KhGbS018402 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:43:16 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082043.o98KhGbS018402@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:42:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sis if_sis.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, 08 Oct 2010 20:43:16 -0000 yongari 2010-10-08 20:42:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c Log: SVN rev 213622 on 2010-10-08 20:42:59Z by yongari MFC r212120: Avoid controller reinitialization which could be triggered by dhclient(8) or alias addresses are added. PR: kern/87506 Revision Changes Path 1.9.2.8 +5 -0 src/sys/dev/sis/if_sis.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:44: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 71A2D106566C for ; Fri, 8 Oct 2010 20:44:52 +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 46BD08FC14 for ; Fri, 8 Oct 2010 20:44: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 o98KiqjQ018516 for ; Fri, 8 Oct 2010 20:44:52 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KiqF0018515 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:44:52 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082044.o98KiqF0018515@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:44:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.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, 08 Oct 2010 20:44:52 -0000 yongari 2010-10-08 20:44:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c Log: SVN rev 213623 on 2010-10-08 20:44:35Z by yongari MFC r212120: Avoid controller reinitialization which could be triggered by dhclient(8) or alias addresses are added. PR: kern/87506 Revision Changes Path 1.7.2.11 +5 -0 src/sys/dev/sis/if_sis.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:48: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 5B336106566B for ; Fri, 8 Oct 2010 20:48:28 +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 4A8418FC0C for ; Fri, 8 Oct 2010 20:48: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 o98KmSE8029778 for ; Fri, 8 Oct 2010 20:48:28 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KmSfY029777 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:48:28 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082048.o98KmSfY029777@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:48:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sis if_sis.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, 08 Oct 2010 20:48:28 -0000 yongari 2010-10-08 20:48:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c Log: SVN rev 213624 on 2010-10-08 20:48:09Z by yongari MFC r212121,212156: r212121: Move sis_reset() to sis_initl(). This ensures driver starts with known good state of controller. r212156: Fix the last endianness issue on handling station address which prevented driver from working on big-endian machines. Also rewrite station address programming to make it work on strict-alignment architectures. With this change, sis(4) now works on sparc64 and performance number looks good even though sis(4) have to apply fixup code to align received frames on 2 bytes boundary on sparc64. Revision Changes Path 1.9.2.9 +19 -20 src/sys/dev/sis/if_sis.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:50: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 5797E10656A9 for ; Fri, 8 Oct 2010 20:50:04 +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 46FCA8FC1D for ; Fri, 8 Oct 2010 20:50: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 o98Ko4ti029917 for ; Fri, 8 Oct 2010 20:50:04 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98Ko4oT029916 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:50:04 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082050.o98Ko4oT029916@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:49:44 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.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, 08 Oct 2010 20:50:04 -0000 yongari 2010-10-08 20:49:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c Log: SVN rev 213625 on 2010-10-08 20:49:44Z by yongari MFC r212121,212156: r212121: Move sis_reset() to sis_initl(). This ensures driver starts with known good state of controller. r212156: Fix the last endianness issue on handling station address which prevented driver from working on big-endian machines. Also rewrite station address programming to make it work on strict-alignment architectures. With this change, sis(4) now works on sparc64 and performance number looks good even though sis(4) have to apply fixup code to align received frames on 2 bytes boundary on sparc64. Revision Changes Path 1.7.2.12 +19 -20 src/sys/dev/sis/if_sis.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20: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 60AD11065695 for ; Fri, 8 Oct 2010 20:51:55 +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 4FC8C8FC1B for ; Fri, 8 Oct 2010 20: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 o98Kptsi030064 for ; Fri, 8 Oct 2010 20:51:55 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98Kptfr030063 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:51:55 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082051.o98Kptfr030063@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:51:33 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:51:55 -0000 yongari 2010-10-08 20:51:33 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213626 on 2010-10-08 20:51:33Z by yongari MFC r212157: Unlike most other controllers, NS DP83815/DP83816 controllers seem to pad with 0xFF when it encounter short frames. According to RFC 1042 the pad bytes should be 0x00. Because manual padding consumes extra CPU cycles, introduce a new tunable which controls the padding behavior. Turning this tunable on will have driver pad manually but it's disabled by default. Users can enable software padding by setting the following tunable to non-zero value. dev.sis.%d.manual_pad="1" PR: kern/35422 (patch not used) Revision Changes Path 1.9.2.10 +77 -9 src/sys/dev/sis/if_sis.c 1.2.4.7 +4 -1 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:53: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 D76111065742 for ; Fri, 8 Oct 2010 20:53:01 +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 C66808FC1A for ; Fri, 8 Oct 2010 20:53: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 o98Kr1Tq030145 for ; Fri, 8 Oct 2010 20:53:01 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98Kr1vN030144 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:53:01 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082053.o98Kr1vN030144@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:52:47 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 20:53:01 -0000 yongari 2010-10-08 20:52:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213627 on 2010-10-08 20:52:47Z by yongari MFC r212157: Unlike most other controllers, NS DP83815/DP83816 controllers seem to pad with 0xFF when it encounter short frames. According to RFC 1042 the pad bytes should be 0x00. Because manual padding consumes extra CPU cycles, introduce a new tunable which controls the padding behavior. Turning this tunable on will have driver pad manually but it's disabled by default. Users can enable software padding by setting the following tunable to non-zero value. dev.sis.%d.manual_pad="1" PR: kern/35422 (patch not used) Revision Changes Path 1.7.2.13 +77 -9 src/sys/dev/sis/if_sis.c 1.2.2.8 +4 -1 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:54: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 7B521106564A for ; Fri, 8 Oct 2010 20:54:22 +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 505E48FC13 for ; Fri, 8 Oct 2010 20:54: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 o98KsMsA030234 for ; Fri, 8 Oct 2010 20:54:22 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KsM2w030233 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:54:22 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082054.o98KsM2w030233@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:54:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: 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: Fri, 08 Oct 2010 20:54:22 -0000 yongari 2010-10-08 20:54:09 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sparc64/conf GENERIC Log: SVN rev 213628 on 2010-10-08 20:54:09Z by yongari MFC r212158: Enable sis(4). sis(4) should work on all architectures. Revision Changes Path 1.158.2.11 +1 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:55: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 72F7B1065696 for ; Fri, 8 Oct 2010 20:55:43 +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 4A37F8FC19 for ; Fri, 8 Oct 2010 20:55: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 o98KthU1030390 for ; Fri, 8 Oct 2010 20:55:43 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98Kthg7030389 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:55:43 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082055.o98Kthg7030389@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:55:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: 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: Fri, 08 Oct 2010 20:55:43 -0000 yongari 2010-10-08 20:55:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/conf GENERIC Log: SVN rev 213629 on 2010-10-08 20:55:27Z by yongari MFC r212158: Enable sis(4). sis(4) should work on all architectures. Revision Changes Path 1.127.2.17 +1 -1 src/sys/sparc64/conf/GENERIC From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:58: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 A31E71065670 for ; Fri, 8 Oct 2010 20:58:19 +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 786CC8FC0A for ; Fri, 8 Oct 2010 20:58: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 o98KwJai030570 for ; Fri, 8 Oct 2010 20:58:19 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KwJ18030569 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:58:19 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082058.o98KwJ18030569@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:58:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/man/man4 sis.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: Fri, 08 Oct 2010 20:58:19 -0000 yongari 2010-10-08 20:58:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/man/man4 sis.4 Log: SVN rev 213630 on 2010-10-08 20:58:05Z by yongari MFC r212159,212161: r212159: Document tunable dev.sis.%unit.manual_pad While I'm here Xref vlan(4) as sis(4) supports VLAN oversized frames. r212161: Better wording. Submitted by: jkim Revision Changes Path 1.25.10.2 +18 -1 src/share/man/man4/sis.4 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 20:58: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 981C71065697 for ; Fri, 8 Oct 2010 20:58:55 +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 6DADE8FC1E for ; Fri, 8 Oct 2010 20:58: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 o98Kwtk3030620 for ; Fri, 8 Oct 2010 20:58:55 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98Kwtae030619 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 20:58:55 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082058.o98Kwtae030619@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 20:58:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/share/man/man4 sis.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: Fri, 08 Oct 2010 20:58:55 -0000 yongari 2010-10-08 20:58:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/man/man4 sis.4 Log: SVN rev 213631 on 2010-10-08 20:58:48Z by yongari MFC r212159,212161: r212159: Document tunable dev.sis.%unit.manual_pad While I'm here Xref vlan(4) as sis(4) supports VLAN oversized frames. r212161: Better wording. Submitted by: jkim Revision Changes Path 1.25.2.1 +18 -1 src/share/man/man4/sis.4 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 21:30: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 EB3A610658BB for ; Fri, 8 Oct 2010 21:30:01 +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 BACBC8FC14 for ; Fri, 8 Oct 2010 21:30: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 o98LU17j033947 for ; Fri, 8 Oct 2010 21:30:01 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98LU1lr033946 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 21:30:01 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010082130.o98LU1lr033946@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Fri, 8 Oct 2010 21:29:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 lagg.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: Fri, 08 Oct 2010 21:30:02 -0000 delphij 2010-10-08 21:29:48 UTC FreeBSD src repository Modified files: share/man/man4 lagg.4 Log: SVN rev 213632 on 2010-10-08 21:29:48Z by delphij Document net.link.lagg.failover_rx_all. MFC after: 1 week Revision Changes Path 1.9 +11 -2 src/share/man/man4/lagg.4 From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 23:01: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 059D9106566B for ; Fri, 8 Oct 2010 23:01:58 +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 E8EB78FC1A for ; Fri, 8 Oct 2010 23:01: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 o98N1vxj041390 for ; Fri, 8 Oct 2010 23:01:57 GMT (envelope-from mm@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98N1vlm041389 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 23:01:57 GMT (envelope-from mm@repoman.freebsd.org) Message-Id: <201010082301.o98N1vlm041389@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mm@repoman.freebsd.org using -f From: Martin Matuska Date: Fri, 8 Oct 2010 23:01:38 +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 zfs_vnops.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, 08 Oct 2010 23:01:58 -0000 mm 2010-10-08 23:01:38 UTC FreeBSD src repository Modified files: sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c Log: SVN rev 213634 on 2010-10-08 23:01:38Z by mm Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag. This corrects writing to append-only files on ZFS. PR: kern/149495 [1], kern/151082 [2] Submitted by: Daniel Zhelev [1], Michael Naef [2] Approved by: delphij (mentor) MFC after: 1 week Revision Changes Path 1.80 +1 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 23:12: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 847ED106564A for ; Fri, 8 Oct 2010 23:12: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 591B38FC0A for ; Fri, 8 Oct 2010 23:12: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 o98NC3MW043232 for ; Fri, 8 Oct 2010 23:12:03 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98NC3N3043231 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 23:12:03 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082312.o98NC3N3043231@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 23:11:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sis if_sis.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, 08 Oct 2010 23:12:03 -0000 yongari 2010-10-08 23:11:46 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c Log: SVN rev 213635 on 2010-10-08 23:11:46Z by yongari MFC r212166: Implement initial device suspend/resume method. Revision Changes Path 1.9.2.11 +31 -0 src/sys/dev/sis/if_sis.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 23:14: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 785E7106566B for ; Fri, 8 Oct 2010 23:14: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 4D91B8FC12 for ; Fri, 8 Oct 2010 23:14: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 o98NEd4E043391 for ; Fri, 8 Oct 2010 23:14:39 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98NEdrp043390 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 23:14:39 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082314.o98NEdrp043390@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 23:14:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.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, 08 Oct 2010 23:14:39 -0000 yongari 2010-10-08 23:14:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c Log: SVN rev 213636 on 2010-10-08 23:14:21Z by yongari MFC r212166: Implement initial device suspend/resume method. Revision Changes Path 1.7.2.14 +31 -0 src/sys/dev/sis/if_sis.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 23:16: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 7DB911065783 for ; Fri, 8 Oct 2010 23:16:15 +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 52AB28FC13 for ; Fri, 8 Oct 2010 23:16: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 o98NGF1N043554 for ; Fri, 8 Oct 2010 23:16:15 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98NGFRf043553 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 23:16:15 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082316.o98NGFRf043553@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 23:16:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 23:16:15 -0000 yongari 2010-10-08 23:16:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213637 on 2010-10-08 23:16:02Z by yongari MFC r212167: Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 was not tested. While I'm here, clean up SIOCSIFCAP handler. Revision Changes Path 1.9.2.12 +96 -31 src/sys/dev/sis/if_sis.c 1.2.4.8 +28 -0 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 23:30: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 B606A1065672 for ; Fri, 8 Oct 2010 23:30:13 +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 8A5C08FC15 for ; Fri, 8 Oct 2010 23:30: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 o98NUDl4044555 for ; Fri, 8 Oct 2010 23:30:13 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98NUDo5044554 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 23:30:13 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082330.o98NUDo5044554@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 23:29:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.c src/sys/dev/tx if_tx.c src/sys/pci if_tl.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, 08 Oct 2010 23:30:13 -0000 yongari 2010-10-08 23:29:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c sys/dev/tx if_tx.c sys/pci if_tl.c Log: SVN rev 213638 on 2010-10-08 23:29:45Z by yongari MFC r188463: Fix shutdown prototypes. Revision Changes Path 1.7.2.15 +2 -1 src/sys/dev/sis/if_sis.c 1.97.2.1 +3 -2 src/sys/dev/tx/if_tx.c 1.111.2.1 +3 -3 src/sys/pci/if_tl.c From owner-cvs-src-old@FreeBSD.ORG Fri Oct 8 23:35: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 7B69F106564A for ; Fri, 8 Oct 2010 23:35:04 +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 508D68FC21 for ; Fri, 8 Oct 2010 23:35: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 o98NZ4c4044921 for ; Fri, 8 Oct 2010 23:35:04 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98NZ4kh044920 for cvs-src-old@freebsd.org; Fri, 8 Oct 2010 23:35:04 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010082335.o98NZ4kh044920@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 8 Oct 2010 23:34:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sis if_sis.c if_sisreg.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, 08 Oct 2010 23:35:04 -0000 yongari 2010-10-08 23:34:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sis if_sis.c if_sisreg.h Log: SVN rev 213639 on 2010-10-08 23:34:45Z by yongari MFC r212167: Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 was not tested. While I'm here, clean up SIOCSIFCAP handler. Revision Changes Path 1.7.2.16 +96 -31 src/sys/dev/sis/if_sis.c 1.2.2.9 +28 -0 src/sys/dev/sis/if_sisreg.h From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 00:35: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 D74F11065670 for ; Sat, 9 Oct 2010 00:35:25 +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 AD6488FC14 for ; Sat, 9 Oct 2010 00:35: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 o990ZPV3050607 for ; Sat, 9 Oct 2010 00:35:25 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o990ZPYL050605 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 00:35:25 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010090035.o990ZPYL050605@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Sat, 9 Oct 2010 00:34:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 00:35:25 -0000 delphij 2010-10-09 00:34:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) gnu/usr.bin/groff/tmac mdoc.local Log: SVN rev 213640 on 2010-10-09 00:34:58Z by delphij MFC r213487: Add definition for FreeBSD 7.4, which will be used in a manual page change. Revision Changes Path 1.59.2.10 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 00:35: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 71140106566B for ; Sat, 9 Oct 2010 00:35:26 +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 4644D8FC17 for ; Sat, 9 Oct 2010 00:35: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 o990ZQPn050624 for ; Sat, 9 Oct 2010 00:35:26 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o990ZQQP050623 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 00:35:26 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010090035.o990ZQQP050623@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Sat, 9 Oct 2010 00:34:58 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/gnu/usr.bin/groff/tmac mdoc.local X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 00:35:26 -0000 delphij 2010-10-09 00:34:58 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) gnu/usr.bin/groff/tmac mdoc.local Log: SVN rev 213640 on 2010-10-09 00:34:58Z by delphij MFC r213487: Add definition for FreeBSD 7.4, which will be used in a manual page change. Revision Changes Path 1.68.2.7 +1 -0 src/gnu/usr.bin/groff/tmac/mdoc.local From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 00:36: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 7CD091065670 for ; Sat, 9 Oct 2010 00:36:47 +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 51E588FC08 for ; Sat, 9 Oct 2010 00:36: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 o990alwj050727 for ; Sat, 9 Oct 2010 00:36:47 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o990alq3050726 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 00:36:47 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010090036.o990alq3050726@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Sat, 9 Oct 2010 00:36:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/libexec/tftpd tftpd.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 00:36:47 -0000 delphij 2010-10-09 00:36:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) libexec/tftpd tftpd.8 Log: SVN rev 213641 on 2010-10-09 00:36:32Z by delphij MFC r213488: Use a defined FreeBSD version. Revision Changes Path 1.21.2.5 +2 -2 src/libexec/tftpd/tftpd.8 From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 00:36: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 6BAE11065673 for ; Sat, 9 Oct 2010 00:36:48 +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 40E128FC0C for ; Sat, 9 Oct 2010 00:36: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 o990ampp050741 for ; Sat, 9 Oct 2010 00:36:48 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o990amHG050740 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 00:36:48 GMT (envelope-from delphij@repoman.freebsd.org) Message-Id: <201010090036.o990amHG050740@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to delphij@repoman.freebsd.org using -f From: Xin LI Date: Sat, 9 Oct 2010 00:36:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/libexec/tftpd tftpd.8 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 00:36:48 -0000 delphij 2010-10-09 00:36:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) libexec/tftpd tftpd.8 Log: SVN rev 213641 on 2010-10-09 00:36:32Z by delphij MFC r213488: Use a defined FreeBSD version. Revision Changes Path 1.23.2.4 +2 -2 src/libexec/tftpd/tftpd.8 From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 02:50: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 2F0861065672 for ; Sat, 9 Oct 2010 02:50:50 +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 1ADAB8FC2B for ; Sat, 9 Oct 2010 02:50: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 o992onuO073319 for ; Sat, 9 Oct 2010 02:50:50 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o992onqh073318 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 02:50:49 GMT (envelope-from davidxu@repoman.freebsd.org) Message-Id: <201010090250.o992onqh073318@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to davidxu@repoman.freebsd.org using -f From: David Xu Date: Sat, 9 Oct 2010 02:50:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern init_main.c kern_exit.c kern_fork.c kern_kthread.c kern_resource.c kern_sig.c kern_thr.c kern_thread.c kern_time.c kern_umtx.c sys_process.c uipc_mqueue.c vfs_aio.c src/sys/sys proc.h signalvar.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, 09 Oct 2010 02:50:50 -0000 davidxu 2010-10-09 02:50:23 UTC FreeBSD src repository Modified files: sys/kern init_main.c kern_exit.c kern_fork.c kern_kthread.c kern_resource.c kern_sig.c kern_thr.c kern_thread.c kern_time.c kern_umtx.c sys_process.c uipc_mqueue.c vfs_aio.c sys/sys proc.h signalvar.h Log: SVN rev 213642 on 2010-10-09 02:50:23Z by davidxu Create a global thread hash table to speed up thread lookup, use rwlock to protect the table. In old code, thread lookup is done with process lock held, to find a thread, kernel has to iterate through process and thread list, this is quite inefficient. With this change, test shows in extreme case performance is dramatically improved. Earlier patch was reviewed by: jhb, julian Revision Changes Path 1.315 +1 -0 src/sys/kern/init_main.c 1.336 +2 -0 src/sys/kern/kern_exit.c 1.313 +1 -1 src/sys/kern/kern_fork.c 1.56 +3 -0 src/sys/kern/kern_kthread.c 1.203 +13 -23 src/sys/kern/kern_resource.c 1.400 +11 -17 src/sys/kern/kern_sig.c 1.85 +61 -66 src/sys/kern/kern_thr.c 1.295 +70 -1 src/sys/kern/kern_thread.c 1.149 +11 -17 src/sys/kern/kern_time.c 1.87 +3 -8 src/sys/kern/kern_umtx.c 1.170 +3 -14 src/sys/kern/sys_process.c 1.48 +11 -3 src/sys/kern/uipc_mqueue.c 1.247 +8 -4 src/sys/kern/vfs_aio.c 1.558 +8 -0 src/sys/sys/proc.h 1.92 +10 -1 src/sys/sys/signalvar.h From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 05:31: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 8F137106564A for ; Sat, 9 Oct 2010 05:31:26 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7475D8FC15 for ; Sat, 9 Oct 2010 05:31: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 o995VQdt099122 for ; Sat, 9 Oct 2010 05:31:26 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o995VQTV099121 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 05:31:26 GMT (envelope-from kientzle@repoman.freebsd.org) Message-Id: <201010090531.o995VQTV099121@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kientzle@repoman.freebsd.org using -f From: Tim Kientzle Date: Sat, 9 Oct 2010 05:31:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/ar ar.1 ar.c ar.h write.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, 09 Oct 2010 05:31:26 -0000 kientzle 2010-10-09 05:31:08 UTC FreeBSD src repository Modified files: usr.bin/ar ar.1 ar.c ar.h write.c Log: SVN rev 213643 on 2010-10-09 05:31:08Z by kientzle Add -D (deterministic) option to ar. When set, it forces all timestamps and owners to zero and modes to 0644. Useful for producing libraries that are bitwise identical across multiple build runs. Submitted by: Erik Cederstrand Reviewed by: Kai Wang Revision Changes Path 1.24 +11 -0 src/usr.bin/ar/ar.1 1.23 +9 -4 src/usr.bin/ar/ar.c 1.6 +1 -0 src/usr.bin/ar/ar.h 1.8 +19 -5 src/usr.bin/ar/write.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 05:50: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 086101065675 for ; Sat, 9 Oct 2010 05:50:57 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D3C448FC16 for ; Sat, 9 Oct 2010 05:50: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 o995ouKx000625 for ; Sat, 9 Oct 2010 05:50:56 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o995ouYi000624 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 05:50:56 GMT (envelope-from gordon@repoman.freebsd.org) Message-Id: <201010090550.o995ouYi000624@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gordon@repoman.freebsd.org using -f From: Gordon Tetlow Date: Sat, 9 Oct 2010 05:50:04 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src ObsoleteFiles.inc X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 05:50:57 -0000 gordon 2010-10-09 05:50:04 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc Log: SVN rev 213644 on 2010-10-09 05:50:04Z by gordon Add entries to remove manpath.config from etc and the examples directory. Approved by: wes (mentor implicit) Revision Changes Path 1.245 +3 -0 src/ObsoleteFiles.inc From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 05:57: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 D422A1065670 for ; Sat, 9 Oct 2010 05:57:36 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A90EB8FC12 for ; Sat, 9 Oct 2010 05:57: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 o995vavi001067 for ; Sat, 9 Oct 2010 05:57:36 GMT (envelope-from gordon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o995vaAv001066 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 05:57:36 GMT (envelope-from gordon@repoman.freebsd.org) Message-Id: <201010090557.o995vaAv001066@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gordon@repoman.freebsd.org using -f From: Gordon Tetlow Date: Sat, 9 Oct 2010 05:57:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/examples/etc README.examples X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 05:57:36 -0000 gordon 2010-10-09 05:57:23 UTC FreeBSD src repository Modified files: share/examples/etc README.examples Log: SVN rev 213645 on 2010-10-09 05:57:23Z by gordon Remove the manpath.config entry now that it's no longer installed. Submitted by: b. f. Approved by: wes (mentor implicit) Revision Changes Path 1.18 +0 -1 src/share/examples/etc/README.examples From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 07:29: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 51597106566B for ; Sat, 9 Oct 2010 07:29:28 +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 2691E8FC08 for ; Sat, 9 Oct 2010 07:29: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 o997TRfs009640 for ; Sat, 9 Oct 2010 07:29:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o997TRHk009639 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 07:29:27 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201010090729.o997TRHk009639@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sat, 9 Oct 2010 07:29:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/devd devd.cc X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 07:29:28 -0000 imp 2010-10-09 07:29:13 UTC FreeBSD src repository Modified files: sbin/devd devd.cc Log: SVN rev 213646 on 2010-10-09 07:29:13Z by imp Allow the kernel to generate more spacy things and still have devd cope. Skip multiple spaces in a few contexts. PR: 96854 Submitted by: Shin'ya Kumabuchi MFC after: 1 week Revision Changes Path 1.38 +8 -0 src/sbin/devd/devd.cc From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 07: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 A6B5E1065672 for ; Sat, 9 Oct 2010 07:45:48 +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 93B0D8FC12 for ; Sat, 9 Oct 2010 07: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 o997jmE8010942 for ; Sat, 9 Oct 2010 07:45:48 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o997jmgP010941 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 07:45:48 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201010090745.o997jmgP010941@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sat, 9 Oct 2010 07:45:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend functions-bsdlabel.sh functions-mountdisk.sh functions-newfs.sh functions-unmount.sh src/usr.sbin/pc-sysinstall/examples README X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 07:45:48 -0000 imp 2010-10-09 07:45:24 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend functions-bsdlabel.sh functions-mountdisk.sh functions-newfs.sh functions-unmount.sh usr.sbin/pc-sysinstall/examples README Log: SVN rev 213647 on 2010-10-09 07:45:24Z by imp Enable softupdate + journals support. PR: 150862 Submitted by: Kris Moore Revision Changes Path 1.6 +4 -4 src/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh 1.4 +2 -0 src/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh 1.5 +19 -0 src/usr.sbin/pc-sysinstall/backend/functions-newfs.sh 1.4 +2 -0 src/usr.sbin/pc-sysinstall/backend/functions-unmount.sh 1.4 +2 -1 src/usr.sbin/pc-sysinstall/examples/README From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 08:08: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 A2C531065675 for ; Sat, 9 Oct 2010 08:08: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 7776C8FC29 for ; Sat, 9 Oct 2010 08:08: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 o998894P013472 for ; Sat, 9 Oct 2010 08:08:09 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99889iF013471 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 08:08:09 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010090808.o99889iF013471@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Sat, 9 Oct 2010 08:07:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: 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: Sat, 09 Oct 2010 08:08:09 -0000 avg 2010-10-09 08:07:49 UTC FreeBSD src repository Modified files: sys/kern kern_shutdown.c Log: SVN rev 213648 on 2010-10-09 08:07:49Z by avg panic_cpu variable should be volatile This is to prevent caching of its value in a register when it is checked and modified by multiple CPUs in parallel. Also, move the variable into the scope of the only function that uses it. Reviewed by: jhb Hint from: mdf MFC after: 1 week Revision Changes Path 1.206 +3 -4 src/sys/kern/kern_shutdown.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 08:39: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 90D4B1065742 for ; Sat, 9 Oct 2010 08:39:30 +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 6588E8FC19 for ; Sat, 9 Oct 2010 08:39: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 o998dU55015794 for ; Sat, 9 Oct 2010 08:39:30 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o998dUU2015793 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 08:39:30 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201010090839.o998dUU2015793@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sat, 9 Oct 2010 08:39:14 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend functions-bsdlabel.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: Sat, 09 Oct 2010 08:39:30 -0000 imp 2010-10-09 08:39:14 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend functions-bsdlabel.sh Log: SVN rev 213649 on 2010-10-09 08:39:14Z by imp Fix typo: thanks Kris for pointing this out. Revision Changes Path 1.7 +1 -1 src/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 08: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 C77D710657C4 for ; Sat, 9 Oct 2010 08:52:21 +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 986B78FC0C for ; Sat, 9 Oct 2010 08: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 o998qLSn027741 for ; Sat, 9 Oct 2010 08:52:21 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o998qLXW027740 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 08:52:21 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201010090852.o998qLXW027740@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sat, 9 Oct 2010 08:52:09 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pc-sysinstall/backend functions-bsdlabel.sh functions-disk.sh functions-extractimage.sh functions-mountdisk.sh functions-newfs.sh functions.sh parseconfig.sh src/usr.sbin/pc-sysinstall/conf pc-sysinstall.conf src/usr.sbin/pc-sysinstall/examples README X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 08:52:21 -0000 imp 2010-10-09 08:52:09 UTC FreeBSD src repository Modified files: usr.sbin/pc-sysinstall/backend functions-bsdlabel.sh functions-disk.sh functions-extractimage.sh functions-mountdisk.sh functions-newfs.sh functions.sh parseconfig.sh usr.sbin/pc-sysinstall/conf pc-sysinstall.conf usr.sbin/pc-sysinstall/examples README Log: SVN rev 213650 on 2010-10-09 08:52:09Z by imp Initial patches to install images... PR: 150921 Revision Changes Path 1.8 +45 -35 src/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh 1.6 +37 -23 src/usr.sbin/pc-sysinstall/backend/functions-disk.sh 1.7 +42 -0 src/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh 1.5 +9 -1 src/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh 1.6 +6 -0 src/usr.sbin/pc-sysinstall/backend/functions-newfs.sh 1.5 +151 -38 src/usr.sbin/pc-sysinstall/backend/functions.sh 1.6 +8 -3 src/usr.sbin/pc-sysinstall/backend/parseconfig.sh 1.4 +4 -0 src/usr.sbin/pc-sysinstall/conf/pc-sysinstall.conf 1.5 +3 -2 src/usr.sbin/pc-sysinstall/examples/README From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 09:03: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 8C6F01065670 for ; Sat, 9 Oct 2010 09:03:27 +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 6115B8FC17 for ; Sat, 9 Oct 2010 09:03: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 o9993Rbu029627 for ; Sat, 9 Oct 2010 09:03:27 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9993RLo029626 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 09:03:27 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010090903.o9993RLo029626@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Sat, 9 Oct 2010 09:03:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_malloc.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, 09 Oct 2010 09:03:27 -0000 avg 2010-10-09 09:03:17 UTC FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: SVN rev 213651 on 2010-10-09 09:03:17Z by avg add kmem_map_free sysctl: query largest contiguous free range in kmem_map Suggested by: alc Reviewed by: alc MFC after: 1 week Revision Changes Path 1.182 +17 -0 src/sys/kern/kern_malloc.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 09:24: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 B597F10657C7 for ; Sat, 9 Oct 2010 09:24:33 +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 8A7538FC15 for ; Sat, 9 Oct 2010 09:24: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 o999OXu2031175 for ; Sat, 9 Oct 2010 09:24:33 GMT (envelope-from avg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o999OX7Z031174 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 09:24:33 GMT (envelope-from avg@repoman.freebsd.org) Message-Id: <201010090924.o999OX7Z031174@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to avg@repoman.freebsd.org using -f From: Andriy Gapon Date: Sat, 9 Oct 2010 09:24:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 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: Sat, 09 Oct 2010 09:24:33 -0000 avg 2010-10-09 09:24:16 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern vfs_subr.c Log: SVN rev 213652 on 2010-10-09 09:24:16Z by avg MFC r210782,210837: Update the "desiredvnodes" calculation. On behalf of: alc Revision Changes Path 1.707.2.21 +20 -9 src/sys/kern/vfs_subr.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 11:43: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 4D1C4106566B for ; Sat, 9 Oct 2010 11:43:55 +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 214978FC12 for ; Sat, 9 Oct 2010 11:43: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 o99Bht85043516 for ; Sat, 9 Oct 2010 11:43:55 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99Bhtap043515 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 11:43:55 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201010091143.o99Bhtap043515@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Sat, 9 Oct 2010 11:43:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man4 pci.4 src/usr.sbin/config config.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: Sat, 09 Oct 2010 11:43:55 -0000 uqs 2010-10-09 11:43:00 UTC FreeBSD src repository Modified files: share/man/man4 pci.4 usr.sbin/config config.5 Log: SVN rev 213653 on 2010-10-09 11:43:00Z by uqs mdoc: drop redundant .Pp calls, kill EOL whitespace Revision Changes Path 1.22 +3 -4 src/share/man/man4/pci.4 1.12 +3 -4 src/usr.sbin/config/config.5 From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 12:57: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 364331065740 for ; Sat, 9 Oct 2010 12:57:17 +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 0AD158FC0C for ; Sat, 9 Oct 2010 12:57: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 o99CvGog061027 for ; Sat, 9 Oct 2010 12:57:16 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99CvGfq061026 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 12:57:16 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010091257.o99CvGfq061026@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sat, 9 Oct 2010 12:57:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Sat, 09 Oct 2010 12:57:17 -0000 jilles 2010-10-09 12:57:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/sh parser.c Log: SVN rev 213654 on 2010-10-09 12:57:06Z by jilles MFC r209653: sh: Use $PWD instead of getcwd() for \w \W prompt expansions. This ensures that the logical working directory (which may include symlinks) is shown and is similar to the default behaviour of the pwd builtin. Revision Changes Path 1.63.2.9 +11 -12 src/bin/sh/parser.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 13:01: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 895651065781 for ; Sat, 9 Oct 2010 13:01:37 +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 782578FC08 for ; Sat, 9 Oct 2010 13:01: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 o99D1bOu061382 for ; Sat, 9 Oct 2010 13:01:37 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99D1b1v061381 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 13:01:37 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010091301.o99D1b1v061381@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sat, 9 Oct 2010 13:01:25 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/include limits.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, 09 Oct 2010 13:01:37 -0000 jilles 2010-10-09 13:01:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) include limits.h Log: SVN rev 213655 on 2010-10-09 13:01:25Z by jilles MFC r211980: Correct value for _POSIX_AIO_LISTIO_MAX in . All the "Minimum Values" (POSIX.1-2008 XBD 13 Headers ) are now correct. These should all be exactly as they are in the specification; the possibly higher values we support are announced differently. PR: standards/104743 Revision Changes Path 1.16.34.2 +1 -1 src/include/limits.h From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 13: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 08CC810657AF for ; Sat, 9 Oct 2010 13:03:44 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB97D8FC17 for ; Sat, 9 Oct 2010 13:03: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 o99D3h6p062558 for ; Sat, 9 Oct 2010 13:03:43 GMT (envelope-from gavin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99D3hZk062557 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 13:03:43 GMT (envelope-from gavin@repoman.freebsd.org) Message-Id: <201010091303.o99D3hZk062557@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gavin@repoman.freebsd.org using -f From: Gavin Atkinson Date: Sat, 9 Oct 2010 13:03:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/share/dict web2 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 13:03:44 -0000 gavin 2010-10-09 13:03:32 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) share/dict web2 Log: SVN rev 213656 on 2010-10-09 13:03:32Z by gavin Merge r213061 from head: Various changes from various sources: - Add "children" [1] - Add "acknowledgement", "acknowledgment", "Austria" and "haunted" [2] - Add "near", "antidisestablishmentarianism" and "Persephone" [2] - "Transvaal" should be capitalized [2] - Correct spelling of "structurelessness" and "Athena" [2] - Add missing atomic elements [3] - Add various words from "word of the day" lists [3] PR: conf/149756 [1] Submitted by: Nick Johnson [1] Obtained from: NetBSD [2], OpenBSD [3] Revision Changes Path 1.12.34.1 +44 -3 src/share/dict/web2 From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 13:07: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 091DD10657C1 for ; Sat, 9 Oct 2010 13:07:35 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EC3908FC0C for ; Sat, 9 Oct 2010 13:07: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 o99D7YT5062866 for ; Sat, 9 Oct 2010 13:07:34 GMT (envelope-from gavin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99D7YRl062865 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 13:07:34 GMT (envelope-from gavin@repoman.freebsd.org) Message-Id: <201010091307.o99D7YRl062865@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to gavin@repoman.freebsd.org using -f From: Gavin Atkinson Date: Sat, 9 Oct 2010 13:07:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/share/dict web2 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 13:07:35 -0000 gavin 2010-10-09 13:07:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) share/dict web2 Log: SVN rev 213657 on 2010-10-09 13:07:21Z by gavin Merge r213061 from head: Various changes from various sources: - Add "children" [1] - Add "acknowledgement", "acknowledgment", "Austria" and "haunted" [2] - Add "near", "antidisestablishmentarianism" and "Persephone" [2] - "Transvaal" should be capitalized [2] - Correct spelling of "structurelessness" and "Athena" [2] - Add missing atomic elements [3] - Add various words from "word of the day" lists [3] Also, set fbsd:nokeywords on web2, to allow checkin. PR: conf/149756 [1] Submitted by: Nick Johnson [1] Obtained from: NetBSD [2], OpenBSD [3] Revision Changes Path 1.12.22.1 +44 -3 src/share/dict/web2 From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 15:18: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 3A119106566C for ; Sat, 9 Oct 2010 15:18:01 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0EBED8FC1D for ; Sat, 9 Oct 2010 15:18: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 o99FI0OZ074784 for ; Sat, 9 Oct 2010 15:18:00 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99FI0NY074783 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 15:18:00 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <201010091518.o99FI0NY074783@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Sat, 9 Oct 2010 15:17:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: CVSROOT access X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 09 Oct 2010 15:18:01 -0000 simon 2010-10-09 15:17:40 UTC FreeBSD src repository Modified files: . access Log: SVN rev 213659 on 2010-10-09 15:17:40Z by simon Test commit to test that access,v works now. Approved by: clusteradm Revision Changes Path 1.950 +1 -0 CVSROOT/access From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 20:06: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 11D4A10657CE for ; Sat, 9 Oct 2010 20:06:43 +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 DA6088FC0A for ; Sat, 9 Oct 2010 20:06: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 o99K6gFj012090 for ; Sat, 9 Oct 2010 20:06:42 GMT (envelope-from ae@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99K6gb2012089 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 20:06:42 GMT (envelope-from ae@repoman.freebsd.org) Message-Id: <201010092006.o99K6gb2012089@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ae@repoman.freebsd.org using -f From: "Andrey V. Elsukov" Date: Sat, 9 Oct 2010 20:06:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/geom/class/part geom_part.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, 09 Oct 2010 20:06:43 -0000 ae 2010-10-09 20:06:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/geom/class/part geom_part.c Log: SVN rev 213661 on 2010-10-09 20:06:35Z by ae MFC r212608 (by pjd): All gpart(8) subcommands apart from the 'bootcode' subcommand handle given geom/provider names with and without /dev/ prefix. Teach the 'bootcode' subcommand to handle /dev/ names as well. Approved by: kib (mentor) Revision Changes Path 1.20.2.9 +2 -0 src/sbin/geom/class/part/geom_part.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 20:21: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 AD8311065670 for ; Sat, 9 Oct 2010 20:21:42 +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 985C98FC15 for ; Sat, 9 Oct 2010 20:21: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 o99KLg7H013283 for ; Sat, 9 Oct 2010 20:21:42 GMT (envelope-from ae@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99KLgJf013282 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 20:21:42 GMT (envelope-from ae@repoman.freebsd.org) Message-Id: <201010092021.o99KLgJf013282@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ae@repoman.freebsd.org using -f From: "Andrey V. Elsukov" Date: Sat, 9 Oct 2010 20:20:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/geom/class/concat geom_concat.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/part geom_part.c src/sbin/geom/class/raid3 geom_raid3.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, 09 Oct 2010 20:21:42 -0000 ae 2010-10-09 20:20:27 UTC FreeBSD src repository Modified files: sbin/geom/class/concat geom_concat.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/part geom_part.c sbin/geom/class/raid3 geom_raid3.c sbin/geom/class/shsec geom_shsec.c sbin/geom/class/stripe geom_stripe.c sbin/geom/class/virstor geom_virstor.c sys/geom/part g_part.c sys/geom/virstor g_virstor.c Log: SVN rev 213662 on 2010-10-09 20:20:27Z by ae Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. Suggested by: kib Approved by: kib (mentor) MFC after: 5 days Revision Changes Path 1.15 +2 -2 src/sbin/geom/class/concat/geom_concat.c 1.37 +2 -2 src/sbin/geom/class/eli/geom_eli.c 1.6 +2 -2 src/sbin/geom/class/journal/geom_journal.c 1.22 +2 -2 src/sbin/geom/class/mirror/geom_mirror.c 1.36 +2 -2 src/sbin/geom/class/part/geom_part.c 1.23 +2 -2 src/sbin/geom/class/raid3/geom_raid3.c 1.12 +2 -2 src/sbin/geom/class/shsec/geom_shsec.c 1.19 +2 -2 src/sbin/geom/class/stripe/geom_stripe.c 1.6 +5 -5 src/sbin/geom/class/virstor/geom_virstor.c 1.58 +4 -4 src/sys/geom/part/g_part.c 1.7 +4 -4 src/sys/geom/virstor/g_virstor.c From owner-cvs-src-old@FreeBSD.ORG Sat Oct 9 20:52: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 77F641065670 for ; Sat, 9 Oct 2010 20:52:49 +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 4C6E18FC19 for ; Sat, 9 Oct 2010 20:52: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 o99KqnCW026578 for ; Sat, 9 Oct 2010 20:52:49 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o99Kqn2n026577 for cvs-src-old@freebsd.org; Sat, 9 Oct 2010 20:52:49 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201010092052.o99Kqn2n026577@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Sat, 9 Oct 2010 20:52:36 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/sf if_sf.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, 09 Oct 2010 20:52:49 -0000 yongari 2010-10-09 20:52:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/sf if_sf.c Log: SVN rev 213663 on 2010-10-09 20:52:36Z by yongari Fix build breakage introducted in r213604. Revision Changes Path 1.99.2.3 +1 -1 src/sys/dev/sf/if_sf.c